Optimize to reduce FPCR/FPSR accesses.
[platform/upstream/glibc.git] / ChangeLog
1 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2
3         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
4         Optimize to reduce FPCR/FPSR accesses.
5
6 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
7
8         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
9         Call libc_fetestexcept_aarch64.
10
11 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
12
13         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
14         Call libc_fesetround_aarch64.
15
16 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
17
18         [BZ #17733]
19         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
20         (__bind): Do not define as weak alias.
21         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
22         define.
23         (__getsockname): Do not define as weak alias.
24
25 2014-12-22  Will Newton  <will.newton@linaro.org>
26
27         * manual/install.texi: Document that we require bison 2.7
28         or above.
29         * INSTALL: Regenerate.
30         * configure.ac: Use AC_CHECK_PROG_VER instead of
31         AC_PATH_PROG when checking for bison and check for
32         version 2.7 or above.
33         * configure: Regenerate.
34
35 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
36
37         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
38         * sysdeps/tile/ffsll.c (ffsll): To here.
39
40         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
41
42 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
43
44         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
45         if not defined.
46         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
47         definition.
48         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
49         hidden ___tls_get_addr.
50         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
51         hidden __tls_get_addr.
52         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
53         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
54         Likewise.
55
56 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
57
58         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
59         _dl_init call.
60
61 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
62
63         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
64         from "call _dl_init@PLT".
65         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
66
67 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
68
69         * manual/search.texi: (Array Sort Function): Clarify stable sorting
70         guarantees.
71
72 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
73
74         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
75
76 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
77
78         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
79         strnlen.
80
81 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
82
83         * string/strncat.c (STRNCAT): Simplify implementation.
84
85 2014-12-19  David S. Miller  <davem@davemloft.net>
86
87         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
88         access the quad as both a long double and as a series of 4 words.
89
90         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
91         link_map->l_info array access.
92
93 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
94
95         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
96
97         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
98         * math/atest-exp2.c (TIMEOUT): Likewise.
99         * math/atest-sincos.c (TIMEOUT): Likewise.
100
101 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
102
103         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
104         -Wno-error with -fno-builtin-lround.
105
106 2014-12-19  Torvald Riegel  <triegel@redhat.com>
107
108         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
109         Contains futex constants and functions moved over from ...
110         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
111         <lowlevellock-futex.h>.
112         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
113         (lll_timedwait_tid): Add comments and parentheses around macro
114         arguments.
115
116 2014-12-19  Torvald Riegel  <triegel@redhat.com>
117
118         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
119         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
120         (__lll_private_flag): Remove.
121         (lll_futex_wait): Likewise.
122         (lll_futex_timed_wait): Likewise.
123         (lll_futex_wake): Likewise.
124         (lll_futex_requeue): Likewise.
125         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
126         (__lll_timedwait_tid): Spell out argument names.
127         (lll_timedwait_tid): Add comments and parentheses around macro
128         arguments.
129         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
130         LLL_SHARED and LLL_PRIVATE usable from assembly code.
131
132 2014-12-19  Torvald Riegel  <triegel@redhat.com>
133
134         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
135         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
136         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
137         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
138         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
139         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
140         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
141         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
142         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
143         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
144         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
145         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
146         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
147         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
148         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
149         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
150         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
151         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
152         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
153
154 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
155
156         * sysdeps/x86_64/x32/Makefile: New file.
157
158 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
159
160         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
161         1L with (mp_limb_t) 1.
162
163 2014-12-17  Roland McGrath  <roland@hack.frob.com>
164
165         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
166         * nptl/libc_pthread_init.c: ... here.
167         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
168         * nptl/register-atfork.c: ... here.
169
170         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
171         Use pthread_sigmask rather than INTERNAL_SYSCALL.
172         Use assert_perror to check its return value.
173         (__gai_create_helper_thread): Likewise.
174
175         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
176
177         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
178
179 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
180
181         [BZ #17725]
182         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
183         __profil_counter.
184         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
185         Likewise.
186         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
187         Likewise.
188         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
189         Likewise.
190         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
191         (profil_counter): Likewise.
192         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
193         (profil_counter): Likewise.
194         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
195         Likewise.
196         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
197         Likewise.
198         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
199         (profil_counter): Likewise.
200         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
201         Likewise.
202         [!__profil_counter] (profil_counter): Define as weak alias of
203         __profil_counter.
204         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
205         (profil_counter): Rename to __profil_counter.
206         [!__profil_counter] (profil_counter): Define as weak alias of
207         __profil_counter.
208         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
209         (profil_counter): Rename to __profil_counter.
210         [!__profil_counter] (profil_counter): Define as weak alias of
211         __profil_counter.
212         * sysdeps/posix/profil.c: Update comment referring to
213         profil_counter.
214         (__profil): Use __profil_counter instead of profil_counter.
215         * sysdeps/posix/sprofil.c (profil_counter): Rename to
216         __profil_counter.  Use __profil_counter_ushort and
217         __profil_counter_uint in definitions.
218         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
219         instead of profil_counter_uint and profil_counter_ushort.
220
221         [BZ #17722]
222         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
223         define as weak alias of __inet_makeaddr.
224         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
225         as weak alias of __inet_addr.
226         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
227         as weak alias of __inet_pton.  Use libc_hidden_weak.
228         * include/arpa/inet.h (__inet_pton): Declare.  Use
229         libc_hidden_proto.
230         (inet_makeaddr): Don't use libc_hidden_proto.
231         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
232         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
233         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
234         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
235         Remove variable.
236         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
237         (test-xfail-POSIX/time.h/linknamespace): Likewise.
238
239 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
240
241         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
242
243 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
244
245         * stdio-common/bug-vfprintf-nargs.c (do_test):
246         Cast value to intptr_t to avoid format warning
247         for usage with PRIdPTR printing macro.
248
249 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
250
251         * libio/tst-widetext.c (do_test):
252         Use format type %td instead of %Zd for ptrdiff_t
253         in order to avoid format warning.
254
255 2014-12-17  Andreas Schwab  <schwab@suse.de>
256
257         * nscd/mem.c (gc): Add size_t cast to match printf format.
258
259 2014-12-16  Roland McGrath  <roland@hack.frob.com>
260
261         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
262         (init): Apply PTR_MANGLE to pointers before storing them.
263         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
264         before using them.
265
266 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
267
268         [BZ #17719]
269         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
270         define as weak alias of __memrchr.
271         (__memrchr): Do not define as strong alias of memrchr.
272         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
273         Remove variable.
274         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
275         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
276         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
277
278         [BZ #17717]
279         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
280         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
281         (if_indextoname): Rename to __if_indextoname and define as weak
282         alias of __if_indextoname.  Use libc_hidden_weak.
283         (if_freenameindex): Rename to __if_freenameindex and define as
284         weak alias of __if_freenameindex.
285         (if_nameindex): Rename to __if_nameindex and define as weak alias
286         of __if_nameindex.
287         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
288         __if_nametoindex and define as weak alias of __if_nametoindex.
289         Use libc_hidden_weak.
290         (if_freenameindex): Rename to __if_freenameindex and define as
291         weak alias of __if_freenameindex.
292         (if_nameindex): Rename to __if_nameindex and define as weak alias
293         of __if_nameindex.
294         (if_indextoname): Rename to __if_indextoname and define as weak
295         alias of __if_indextoname.  Use libc_hidden_weak.
296         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
297         __if_nametoindex and define as weak alias of __if_nametoindex.
298         Use libc_hidden_weak.
299         (if_freenameindex): Rename to __if_freenameindex and define as
300         weak alias of __if_freenameindex.  Use libc_hidden_weak.
301         (if_nameindex_netlink): Use __if_freenameindex instead of
302         if_freenameindex.
303         (if_nameindex): Rename to __if_nameindex and define as weak alias
304         of __if_nameindex.  Use libc_hidden_weak.
305         (if_indextoname): Rename to __if_indextoname and define as weak
306         alias of __if_indextoname.  Use libc_hidden_weak.
307         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
308         libc_hidden_proto.
309         [!_ISOMAC] (__if_freenameindex): Likewise.
310         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
311         if_nametoindex.
312         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
313         variable.
314         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
315         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
316         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
317         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
318         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
319         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
320         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
321
322         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
323         Remove variable.
324         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
325         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
326
327 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
328
329         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
330         subscript above bounds'
331
332         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
333         bounds.
334
335 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
336
337         * libio/tst-fopenloc.c: Use test-skeleton.c.
338
339         * stdlib/tst-bsearch.c: Use test-skeleton.c.
340         (entry): Rename to ITEM.
341         (do_test, comp): Adjust.
342
343         * stdio-common/tst-fseek.c: Use test-skeleton.c.
344
345 2014-12-16  Torvald Riegel  <triegel@redhat.com>
346
347         * string/tester.c: Include <libc-internal.h>.
348         (test_memset): Ignore -Wmemset-transposed-args.
349
350 2014-12-16  Torvald Riegel  <triegel@redhat.com>
351
352         * misc/tst-mntent2.c (do_test): Fix warning.
353
354 2014-12-16  Torvald Riegel  <triegel@redhat.com>
355
356         * elf/tst-unique4lib.cc(a): Mark as used.
357
358 2014-12-16  Florian Weimer  <fweimer@redhat.com>
359
360         [BZ #17630]
361         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
362         names.
363
364 2014-12-16  Allan McRae  <allan@archlinux.org>
365
366         * stdio-common/Makefile (tests): Re-add bug26.
367
368 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
369
370         [BZ #17657]
371         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
372         static array.
373
374 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
375
376         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
377         (__lll_lock_wait): Likewise.
378         (__lll_timedlock_wait): Likewise.
379         (__lll_timedwait_tid): Likewise.
380         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
381         (__lll_robust_timedlock_wait): Likewise.
382         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
383         (lll_cond_trylock): Likewise.
384         (__lll_lock): Likewise.
385         (__lll_robust_lock): Likewise.
386         (__lll_cond_lock): Likewise.
387         (lll_robust_cond_lock): Likewise.
388         (__lll_timedlock): Likewise.
389         (__lll_robust_timedlock): Likewise.
390         (__lll_unlock): Likewise.
391         (__lll_robust_unlock): Likewise.
392         (lll_wait_tid): Likewise.
393         (lll_timedwait_tid): Likewise.
394
395 2014-12-15  Torvald Riegel  <triegel@redhat.com>
396
397         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
398
399 2014-12-15  Torvald Riegel  <triegel@redhat.com>
400
401         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
402
403 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
404
405         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
406         * stdio-common/tst-sprintf.c: Likewise.
407
408 2014-12-15  Torvald Riegel  <triegel@redhat.com>
409
410         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
411
412 2014-12-15  Jeff Law  <law@redhat.com>
413
414         [BZ #16617]
415         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
416         on the heap.  (CVE-2012-3406)
417         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
418         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
419         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
420
421 2014-12-15  Will Newton  <will.newton@linaro.org>
422
423         * manual/install.texi: Bump required version of texinfo
424         to 4.7 from 4.5.
425         * INSTALL: Regenerated.
426         * configure.ac: Check for makeinfo version 4.7 and above.
427         * configure: Regenerated.
428
429 2014-12-12  Roland McGrath  <roland@hack.frob.com>
430
431         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
432         PREFIX, string constant to insert between directory and name.
433         * sysdeps/posix/shm_open.c: Update caller.
434         * sysdeps/posix/shm_unlink.c: Likewise.
435         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
436         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
437         (SEM_SHM_PREFIX): New macro.
438         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
439         [$(have-thread-library) = no].
440         * nptl/Makefile (libpthread-routines): Add shm-directory.
441         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
442         * sysdeps/nptl/shm-directory.h: New file.
443         * sysdeps/posix/shm-directory.c
444         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
445         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
446         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
447         INTERNAL_SYSCALL.
448         (__where_is_shmfs): Function removed.
449         (mountpoint, defaultmount, defaultdir, __namedsem_once):
450         Variables removed.
451         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
452         Use SHM_GET_NAME.
453         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
454
455         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
456         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
457         unconditional for use inside libpthread.
458         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
459
460 2014-12-12  Roland McGrath  <roland@hack.frob.com>
461
462         * nptl/pthread_getaffinity.c: New file.
463         * nptl/pthread_setaffinity.c: New file.
464         * nptl/pthread_getname.c: New file.
465         * nptl/pthread_setname.c: New file.
466
467         * nptl/pthread_create.c (START_THREAD_DEFN)
468         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
469
470 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
471             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
472
473         * resolv/res_send.c (send_vc): Disable warning resplen may
474         be used uninitialized.
475
476 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
477
478         * nptl/tst-mutex6.c
479         (ATTR_NULL): New define checks ATTR against NULL.
480         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
481         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
482
483 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
484
485         [BZ #17581]
486         * malloc/hooks.c
487         (mem2mem_check): Revert my previous change.
488         (malloc_check_get_size): Revert my previous change.
489         (mem2chunk_check): Revert my previous change.
490
491 2014-12-11  Roland McGrath  <roland@hack.frob.com>
492
493         * sysdeps/posix/shm-directory.c: New file.
494         * sysdeps/posix/shm-directory.h: New file.
495         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
496         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
497         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
498         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
499         Transmute EPERM to EACCES.
500         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
501         from ...
502         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
503         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
504
505 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
506
507         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
508         pointer and cast to uintptr_t.
509         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
510         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
511         Add cast to avoid warning.
512         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
513
514 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
515
516         * nptl/semaphore.h: Move to ...
517         * sysdeps/pthread/semaphore.h: ... here.
518         * Makefile (installed-headers): Change nptl/semaphore.h to
519         sysdeps/pthread/semaphore.h.
520
521 2014-12-11  Roland McGrath  <roland@hack.frob.com>
522
523         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
524         generated error format strings.
525
526         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
527         -Wformat-extra-args warnings for scanf formats.
528         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
529         test of zero-length format (duh).
530         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
531         corner-case scanf format test.
532         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
533         generated fprintf format string.
534         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
535         corner-case sprintf format tests.
536         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
537         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
538         -Wformat-extra-args warnings throughout.
539         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
540         (CFLAGS-scanf4.c): Likewise.
541         (CFLAGS-scanf7.c): Likewise.
542         (CFLAGS-tst-sprintf.c): Likewise.
543         (CFLAGS-tst-printf.c): Likewise.
544         (CFLAGS-tst-printfsz.c): Likewise.
545
546 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
547
548         * include/cpio.h: New file.
549         * include/fmtmsg.h: Likewise.
550
551         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
552         corresponding format argument to size_t.
553         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
554         arguments.
555         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
556         corresponding format argument to size_t.
557         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
558         arguments.
559         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
560         corresponding format argument to size_t.
561         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
562         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
563         (CFLAGS-tst-mbswcs2.c): Likewise.
564         (CFLAGS-tst-mbswcs3.c): Likewise.
565         (CFLAGS-tst-mbswcs4.c): Likewise.
566         (CFLAGS-tst-mbswcs5.c): Likewise.
567         (CFLAGS-tst-trans.c): Likewise
568
569 2014-12-11  Roland McGrath  <roland@hack.frob.com>
570
571         * posix/regexbug1.c (main): Use "%s" format with regerror results,
572         rather than assuming they won't contain any '%'s.
573
574 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
575
576         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
577         inhibit_loop_to_libcall to avoid recursive calls.
578         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
579         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
580
581 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
582
583         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
584         prototype.
585
586 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
587
588         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
589         integer value instead of boolean.
590
591 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
592
593         * malloc/malloc.c: Fix powerof2 check.
594
595 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
596
597         * locale/programs/locfile.h (maybe_swap_uint32):
598         Remove inline and add unused attribute.
599
600 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
601
602         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
603         Truncating assembler expression to a .long expression.
604
605 2014-12-11  Andreas Schwab  <schwab@suse.de>
606
607         * elf/rtld.c (struct map_args): Constify str member.
608         (do_preload): Constify fname argument.
609
610 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
611
612         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
613         constants definition.
614
615 2014-12-11  Andreas Schwab  <schwab@suse.de>
616
617         [BZ #16657]
618         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
619         FORCE_ELISION instead of DO_ELISION.
620         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
621         Remove.
622         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
623         Likewise.
624
625         * iconvdata/gconv-modules: Remove duplicate entry.
626
627 2014-12-11  Will Newton  <will.newton@linaro.org>
628
629         Merge gettext 0.19.3 into intl/.
630
631         This involves a number of cosmetic changes to comments
632         and ANSI function definitions and prototypes throughout
633         all the files. The gettext copyright header is used but
634         with the date ranges taken from the glibc copy.
635
636         * NEWS: Add gettext merge to 2.21.
637         * intl/bindtextdom.c: Switch to gettext copyright.
638         Use ANSI definitions and prototypes.
639         Use gl_* locking primitives rather than __libc_* ones.
640         Use __builtin_expect rather than __glibc_likely/unlikely.
641         * intl/dcgettext.c: Switch to gettext copyright.
642         Use ANSI definitions and prototypes.
643         * intl/dcigettext.c: Switch to gettext copyright.
644         Use ANSI definitions and prototypes.
645         (INTDIV0_RAISES_SIGFPE): New define.
646         Use gl_* locking primitives rather than __libc_* ones.
647         Include eval-plural.h instead of plural-eval.c.
648         Use __builtin_expect rather than __glibc_likely/unlikely.
649         * intl/dcngettext.c: Switch to gettext copyright.
650         Use ANSI definitions and prototypes.
651         * intl/dgettext.c: Likewise.
652         * intl/dngettext.c: Likewise.
653         * intl/plural-eval.c: Renamed to...
654         * intl/eval-plural.h: ...this.
655         * intl/explodename.c: Switch to gettext copyright.
656         Use ANSI definitions and prototypes.
657         (_nl_explode_name): Use strchr instead of __rawmemchr.
658         * intl/finddomain.c: Switch to gettext copyright.
659         Use ANSI definitions and prototypes.
660         Use gl_* locking primitives rather than __libc_* ones.
661         (_nl_find_domain): Use malloc rather than alloca for
662         allocation of temporary locale name.
663         * intl/gettext.c: Switch to gettext copyright.
664         Use ANSI definitions and prototypes.
665         * intl/gettextP.h: Switch to gettext copyright.
666         Use ANSI definitions and prototypes.
667         Use gl_* locking primitives rather than __libc_* ones.
668         * intl/gmo.h: Switch to gettext copyright.
669         (struct sysdep_string): Move struct segment_pair outside of
670         struct definition.
671         * intl/hash-string.c: Use ANSI definitions and prototypes.
672         * intl/hash-string.h: Switch to gettext copyright.
673         Use ANSI definitions and prototypes.
674         * intl/l10nflist.c: Switch to gettext copyright.
675         Use ANSI definitions and prototypes.
676         (_nl_normalize_codeset): Avoid integer overflow.
677         * intl/loadinfo.h: Switch to gettext copyright.
678         Use ANSI definitions and prototypes.
679         (LIBINTL_DLL_EXPORTED): New define.
680         (PATH_SEPARATOR): New define.
681         * intl/loadmsgcat.c: Switch to gettext copyright.
682         * intl/localealias.c: Switch to gettext copyright.
683         Use ANSI definitions and prototypes.
684         (_nl_expand_alias): Use PATH_SEPARATOR.
685         * intl/ngettext.c: Switch to gettext copyright.
686         Use ANSI definitions and prototypes.
687         * intl/plural-exp.c: Likewise.
688         * intl/plural-exp.h: Switch to gettext copyright.
689         Use ANSI definitions and prototypes.
690         (struct expression): Move definition of enum operator outside
691         of struct definition.
692         * intl/plural.c: Regenerate.
693         * intl/plural.y: Switch to gettext copyright.
694         Use ANSI definitions and prototypes.
695         Port to bison 3.0.
696         * intl/textdomain.c: Switch to gettext copyright.
697         Use ANSI definitions and prototypes.
698         Use gl_* locking primitives rather than __libc_* ones.
699
700 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
701
702         * debug/warning-nop.c: Add used atrribute.
703
704 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
705
706         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
707
708         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
709         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
710         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
711
712 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
713             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
714
715         [BZ #17634]
716         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
717         Undefine after defining function.  Define as weak alias of
718         __wcschr.  Use libc_hidden_weak.
719         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
720         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
721         (libc_hidden_def): Also define __GI___wcschr alias.
722         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
723         __wcschr and define as weak alias of __wcschr.
724         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
725         __wcschr.
726         [!WCSCHR] (DEFAULT_WCSCHR): Define.
727         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
728         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
729         libc_hidden_weak.  Do not use libc_hidden_def.
730         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
731         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
732         __GI___wcschr alias.
733         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
734         [IS_IN (libc)] (wcschr): Define as macro expanding to
735         __redirect_wcschr.
736         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
737         [IS_IN (libc)] (__wcschr_power6): Likewise.
738         [IS_IN (libc)] (__wcschr_power7): Likewise.
739         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
740         instead of wcschr.
741         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
742         __libc_wcschr.
743         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
744         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
745         __wcschr and define as weak alias of __wcschr.  Use
746         libc_hidden_builtin_def.
747         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
748         as weak alias of __wcschr.  Use libc_hidden_weak.
749         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
750         wcschr.
751         * time/era.c (_nl_init_era_entries): Likewise.
752         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
753         variable.
754         (test-xfail-XPG3/time.h/linknamespace): Likewise.
755         (test-xfail-XPG4/time.h/linknamespace): Likewise.
756
757 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
758
759         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
760         format for long int variable.
761
762 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
763
764         [BZ #10672]
765         * manual/search.texi: (Array Sort Function): Remove claim how to make
766         qsort stable.
767
768 2014-12-10  Andreas Schwab  <schwab@suse.de>
769
770         [BZ #12847]
771         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
772         user-controlled locks.
773
774 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
775
776         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
777         register.
778
779 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
780
781         * configure.ac (--disable-werror): New configure option.
782         (enable_werror): New AC_SUBST.
783         * configure: Regenerated.
784         * config.make.in (enable-werror): New variable.
785         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
786         -Wno-error=undef.
787         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
788         * manual/install.texi (Configuring and compiling): Document
789         --disable-werror.
790         * INSTALL: Regenerated.
791         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
792         (CFLAGS-tst-chk2.c): Likewise.
793         (CFLAGS-tst-chk3.c): Likewise.
794         (CFLAGS-tst-chk4.cc): Likewise.
795         (CFLAGS-tst-chk5.cc): Likewise.
796         (CFLAGS-tst-chk6.cc): Likewise.
797         (CFLAGS-tst-lfschk1.c): Likewise.
798         (CFLAGS-tst-lfschk2.c): Likewise.
799         (CFLAGS-tst-lfschk3.c): Likewise.
800         (CFLAGS-tst-lfschk4.cc): Likewise.
801         (CFLAGS-tst-lfschk5.cc): Likewise.
802         (CFLAGS-tst-lfschk6.cc): Likewise.
803
804         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
805         (main): Disable -Wdeprecated-declarations around calls to
806         register_printf_function.
807
808         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
809         (do_test): Disable -Wdiv-by-zero around some calls to
810         fwrite_unlocked and fread_unlocked.
811
812         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
813         (DIAG_POP_NEEDS_COMMENT): Likewise.
814         (_DIAG_STR1): Likewise.
815         (_DIAG_STR): Likewise.
816         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
817         * stdio-common/bug21.c: Include <libc-internal.h>.
818         (do_test): Disable -Wformat around call to sscanf.
819         * stdio-common/scanf14.c: Include <libc-internal.h>.
820         (main): Disable -Wformat around some calls to scanf functions.
821
822 2014-12-09  Torvald Riegel  <triegel@redhat.com>
823
824         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
825
826 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
827
828         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
829         stack variable alignment.
830
831 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
832
833         [BZ #17682]
834         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
835         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
836         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
837         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
838         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
839         __getrlimit instead of getrlimit.
840         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
841         __gettimeofday instead of gettimeofday.
842         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
843         Likewise.
844         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
845         Likewise.
846         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
847         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
848         Remove variable.
849         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
850         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
851
852 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
853
854         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
855         for wide-character tests.
856
857 2014-12-04  Roland McGrath  <roland@hack.frob.com>
858
859         * io/openat64.c: #include <libc-internal.h>
860         (__openat64): Prototypify.  Use ignore_value on MODE.
861         * io/openat.c: Likewise.
862         * misc/reboot.c: #include <libc-internal.h>
863         (reboot): Prototypify.  Use ignore_value on HOWTO.
864         * misc/ptrace.c: #include <libc-internal.h>
865         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
866
867 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
868
869         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
870         XPG4, UNIX98 and XOPEN2K.
871         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
872         Remove variable.
873         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
874
875 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
876
877         * libio/fileops.c: Use ISO C style for function definitions.
878         * libio/iofopen.c: Likewise.
879         * libio/wfileops.c: Likewise.
880
881         [BZ #17653]
882         * libio/fileops.c (_IO_new_file_underflow): Unset cached
883         offset on EOF.
884         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
885         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
886         (fgets_func): Function pointer to fgets and fgetws.
887         (do_ftell_test): Add test to verify ftell value after read
888         EOF.
889         (do_test): Set fgets_func.
890
891         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
892         O_TRUNC flag for w and w+ modes.
893         (do_rewind_test): Likewise.
894         (do_ftell_test): Likewise.
895         (do_write_test): Likewise.
896
897         [BZ #17647]
898         * libio/fileops.c (do_ftell): Seek only when there are
899         unflushed writes.
900         * libio/wfileops.c (do_ftell_wide): Likewise.
901         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
902         test case.
903         (do_one_test): Call it.
904
905 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
906
907         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
908         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
909         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
910         Remove variable.
911         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
912         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
913         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
914
915 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
916
917         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
918         Remove variable.
919         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
920
921         [BZ #17668]
922         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
923         as weak alias of __getifaddrs.  Use libc_hidden_weak.
924         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
925         __freeifaddrs.  Use libc_hidden_weak.
926         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
927         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
928         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
929         __freeifaddrs.  Use libc_hidden_weak.
930         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
931         __getifaddrs and define as weak alias of __getifaddrs.  Use
932         libc_hidden_weak.
933         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
934         __freeifaddrs.  Use libc_hidden_weak.
935         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
936         Remove variable.
937         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
938         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
939
940 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
941
942         [BZ #17601]
943         * sysdeps/mips/start.S (__start): Use indirect jump to call
944         __libc_start_main.
945
946 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
947
948         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
949
950         * nptl/tst-mutex1.c: Include <stdbool.h>.
951         [!ATTR] (ATTR_NULL): New macro.
952         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
953         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
954         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
955
956         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
957         to char *.
958
959         [BZ #17665]
960         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
961         Change conditional to [__USE_MISC].
962
963         [BZ #17664]
964         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
965         fgets_unlocked.
966         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
967         __fgets_unlocked.
968         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
969         fgets_unlocked.
970         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
971         Remove variable.
972         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
973         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
974         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
975         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
976         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
977         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
978         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
979         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
980         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
981
982         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
983
984 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
985
986         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
987         Remove strpbrk objects.
988         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
989         (__libc_ifunc_impl_list): Remove strpbrk implementation.
990         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
991         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
992         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
993         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
994
995         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
996         Remove strcspn objects.
997         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
998         (__libc_ifunc_impl_list): Remove strcspn implementation.
999         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
1000         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
1001         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
1002         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
1003
1004         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1005         Remove strspn objetcs.
1006         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1007         (__libc_ifunc_impl_list): Remove strspn implementation.
1008         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
1009         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1010         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
1011         * sysdeps/powerpc/powerpc64/strspn.S: New file.
1012
1013 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
1014
1015         [BZ #17581]
1016         * malloc/hooks.c
1017         (mem2mem_check): Add a terminator to the chain of checking blocks.
1018         (malloc_check_get_size): Use it here.
1019         (mem2chunk_check): Ditto.
1020
1021 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1022
1023         * sysdeps/powerpc/powerpc64/strtok.S: New file.
1024         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
1025
1026 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
1027
1028         * bits/ioctl-types.h: Indent preprocessor directives correctly.
1029
1030         * nptl/nptl-init.c: Include libc-internal.h.
1031         (__pthread_initialize_minimal_internal): Use ROUND_UP.
1032
1033         * elf/ldconfig.c (search_dir): Expand comment.
1034
1035 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
1036
1037         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
1038         variable.
1039         (linknamespace-symlist-stdlibs-tests): Likewise.
1040         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
1041         instead of $(objpfx)symlist-stdlibs.
1042         (linknamespace-libs-isoc): New variable.
1043         (linknamespace-libs): Use $(linknamespace-libs-isoc).
1044         (linknamespace-libs-ISO): New variable.
1045         (linknamespace-libs-ISO99): Likewise.
1046         (linknamespace-libs-ISO11): Likewise.
1047         (linknamespace-libs-XPG3): Likewise.
1048         (linknamespace-libs-XPG4): Likewise.
1049         (linknamespace-libs-POSIX): Likewise.
1050         (linknamespace-libs-UNIX98): Likewise.
1051         (linknamespace-libs-XOPEN2K): Likewise.
1052         (linknamespace-libs-POSIX2008): Likewise.
1053         (linknamespace-libs-XOPEN2K8): Likewise.
1054         ($(objpfx)symlist-stdlibs): Replace by
1055         $(linknamespace-symlist-stdlibs-tests).  Use
1056         $(linknamespace-libs-$*) as set of libraries.
1057         ($(linknamespace-header-tests)): Update dependencies.  Use
1058         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
1059         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
1060         * conform/linknamespace.pl: Remove comment about considering
1061         definitions of symbols from irrelevant libraries.
1062
1063 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1064
1065         [BZ #13862]
1066         * elf/dl-tls.c: Include <atomic.h>.
1067         (oom): Remove #ifdef SHARED/#endif.
1068         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
1069         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
1070         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
1071         big enough.
1072         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
1073         * nptl/Makefile (tests): Add tst-stack4.
1074         (modules-names): Add tst-stack4mod.
1075         ($(objpfx)tst-stack4): New.
1076         (tst-stack4mod.sos): Likewise.
1077         ($(objpfx)tst-stack4.out): Likewise.
1078         ($(tst-stack4mod.sos)): Likewise.
1079         (clean): Likewise.
1080         * nptl/tst-stack4.c: New file.
1081         * nptl/tst-stack4mod.c: Likewise.
1082
1083 2014-11-27  J. Brown  <jb999@gmx.de>
1084
1085         * sysdeps/x86/bits/string.h: Add recent CPUs.
1086
1087 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1088
1089         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
1090         sigblock.
1091
1092         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
1093         feof.
1094
1095         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
1096         variable.
1097
1098 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
1099
1100         * nscd/connections.c: Include libc-internal.h because of macro
1101         usage ignore_value.
1102
1103 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1104
1105         * string/bits/string3.h (__warn_memset_zero_len): Don't
1106         declare for gcc newer than 5.0.
1107         (memset): Don't test for zero-length __LEN for gcc newer than
1108         5.0.
1109
1110 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1111
1112         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
1113         size_t for %zu format.
1114
1115         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
1116         difference, not %ju.
1117
1118 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1119
1120         * include/libc-internal.h (ignore_value): New macro.
1121         * nscd/connections.c (restart): Wrap calls to setuid and setgid
1122         with ignore_value.
1123
1124         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
1125         definition.
1126
1127         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
1128         pthread_cleanup_push to void *.
1129
1130         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
1131         Undefine.
1132
1133         [BZ #16619]
1134         [BZ #16740]
1135         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
1136         instead of 1L << 52.
1137
1138         * libio/bug-rewind.c (do_test): Check fwscanf return values.
1139         * libio/bug-rewind2.c (do_test): Likewise.
1140
1141         * debug/test-stpcpy_chk-ifunc.c: Remove file.
1142         * debug/test-strcpy_chk-ifunc.c: Likewise.
1143         * wcsmbs/test-wcschr-ifunc.c: Likewise.
1144         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
1145         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
1146         * wcsmbs/test-wcslen-ifunc.c: Likewise.
1147         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
1148         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
1149         * Rules [$(multi-arch) = no] (tests): Do not filter out
1150         $(tests-ifunc).
1151         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
1152         * debug/Makefile (tests-ifunc): Remove variable.
1153         (tests): Do not add $(tests-ifunc).
1154         * wcsmbs/Makefile (tests-ifunc): Remove variable.
1155         (tests): Do not add $(tests-ifunc).
1156         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
1157         [TEST_IFUNC]: Remove conditionals.
1158         * string/test-string.h (TEST_IFUNC): Remove macro.
1159         [TEST_IFUNC]: Remove conditionals.
1160
1161         * string/test-strchr.c [!WIDE] (L): New macro.
1162         [WIDE] (L): Likewise.
1163         (check1): Use CHAR instead of char.  Use L on string and character
1164         constants.
1165
1166 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
1167
1168         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
1169         tests.
1170         * sysdeps/powerpc/bits/atomic.h
1171         (__arch_atomic_exchange_and_add_32_acq): Add definition.
1172         (__arch_atomic_exchange_and_add_32_rel): Likewise.
1173         (atomic_exchange_and_add_acq): Likewise.
1174         (atomic_exchange_and_add_rel): Likewise.
1175         * sysdeps/powerpc/powerpc32/bits/atomic.h
1176         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1177         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1178         * sysdeps/powerpc/powerpc64/bits/atomic.h
1179         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1180         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1181
1182 2014-11-26  Torvald Riegel  <triegel@redhat.com>
1183
1184         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1185         Change synchronization of __sched_fifo_min_prio and
1186         __sched_fifo_max_prio.
1187         * nptl/pthread_mutexattr_getprioceiling.c
1188         (pthread_mutexattr_getprioceiling): Likewise.
1189         * nptl/pthread_mutexattr_setprioceiling.c
1190         (pthread_mutexattr_setprioceiling): Likewise.
1191         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1192         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1193         Likewise.
1194
1195 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1196
1197         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1198         void.
1199
1200 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1201
1202         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1203         third argument const.
1204
1205 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1206
1207         fnmatch: work around GCC compiler warning bug with uninit var
1208         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1209         This works around a bug with x86-64 GCC 4.9.2 and earlier
1210         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1211         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1212         used uninitialized in this function [-Wmaybe-uninitialized]".
1213
1214 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1215
1216         * posix/bug-regex31.c (main): Return RES not 0.
1217
1218 2014-11-25  Anton Blanchard <anton@samba.org>
1219
1220         * sysdeps/powerpc/bits/atomic.h
1221         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1222
1223 2014-11-24  Sterling Augustine  <saugustine@google.com>
1224
1225         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1226
1227 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
1228
1229         [BZ #17608]
1230         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1231
1232 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
1233
1234         [BZ #17633]
1235         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1236         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1237         variable.
1238         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1239         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1240
1241 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1242
1243         * string/strncpy.c (strncpy): Improve performance by using memset.
1244
1245 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1246
1247         * string/strcpy.c (strcpy):
1248         Improve performance by using strlen and memcpy.
1249
1250 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1251
1252         * string/strcoll_l.c (get_next_seq): __always_inline.
1253         * string/strcoll_l.c (do_compare): __always_inline.
1254
1255 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1256
1257         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1258         defined.
1259         * include/mqueue.h: Likewise.
1260         * include/stdlib.h: Likewise.
1261
1262         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1263         (get_null_defines): Adjust.
1264         * sunrpc/Makefile: Adjust comment.
1265         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1266         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1267         (CFLAGS-interp.c): Likewise.
1268         (CFLAGS-ldconfig.c): Likewise.
1269         (CPPFLAGS-.os): Likewise.
1270         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1271         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1272         * extra-modules.mk (extra-modules.mk): Likewise.
1273         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1274         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1275         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1276         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1277         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1278         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1279         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1280         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1281         * iconvdata/Makefile (CPPFLAGS): Likewise.
1282         (cpp-srcs-left): Add libof for all iconvdata routines.
1283         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1284         * include/assert.h: Likewise.
1285         * include/ctype.h: Likewise.
1286         * include/errno.h: Likewise.
1287         * include/libc-symbols.h: Likewise.
1288         * include/math.h: Likewise.
1289         * include/netdb.h: Likewise.
1290         * include/resolv.h: Likewise.
1291         * include/stdio.h: Likewise.
1292         * include/stdlib.h: Likewise.
1293         * include/string.h: Likewise.
1294         * include/sys/stat.h: Likewise.
1295         * include/wctype.h: Likewise.
1296         * intl/l10nflist.c: Likewise.
1297         * libidn/idn-stub.c: Likewise.
1298         * libio/libioP.h: Likewise.
1299         * nptl/libc_multiple_threads.c: Likewise.
1300         * nptl/pthreadP.h: Likewise.
1301         * posix/regex_internal.h: Likewise.
1302         * resolv/res_hconf.c: Likewise.
1303         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1304         * sysdeps/arm/memmove.S: Likewise.
1305         * sysdeps/arm/sysdep.h: Likewise.
1306         * sysdeps/generic/_itoa.h: Likewise.
1307         * sysdeps/generic/symbol-hacks.h: Likewise.
1308         * sysdeps/gnu/errlist.awk: Likewise.
1309         * sysdeps/gnu/errlist.c: Likewise.
1310         * sysdeps/i386/i586/memcpy.S: Likewise.
1311         * sysdeps/i386/i586/memset.S: Likewise.
1312         * sysdeps/i386/i686/memcpy.S: Likewise.
1313         * sysdeps/i386/i686/memmove.S: Likewise.
1314         * sysdeps/i386/i686/mempcpy.S: Likewise.
1315         * sysdeps/i386/i686/memset.S: Likewise.
1316         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1317         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1318         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1319         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1320         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1321         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1322         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1323         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1324         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1325         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1326         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1327         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1328         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1329         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1330         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1331         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1332         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1333         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1334         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1335         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1336         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1337         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1338         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1339         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1340         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1341         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1342         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1343         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1344         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1345         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1346         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1347         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1348         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1349         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1350         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1351         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1352         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1353         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1354         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1355         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1356         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1357         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1358         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1359         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1360         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1361         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1362         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1363         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1364         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1365         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1366         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1367         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1368         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1369         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1370         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1371         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1372         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1373         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1374         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1375         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1376         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1377         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1378         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1379         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1380         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1381         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1382         * sysdeps/posix/closedir.c: Likewise.
1383         * sysdeps/posix/opendir.c: Likewise.
1384         * sysdeps/posix/readdir.c: Likewise.
1385         * sysdeps/posix/rewinddir.c: Likewise.
1386         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1387         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1388         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1389         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1390         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1391         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1392         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1393         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1394         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1395         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1396         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1397         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1398         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1399         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1400         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1401         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1402         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1403         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1404         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1405         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1406         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1407         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1408         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1409         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1410         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1411         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1412         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1413         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1414         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1415         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1416         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1417         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1418         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1419         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1420         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1421         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1422         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1423         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1424         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1425         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1426         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1427         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1428         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1429         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1430         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1431         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1432         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1433         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1434         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1435         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1436         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1437         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1438         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1439         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1440         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1441         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1442         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1443         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1444         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1445         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1446         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1447         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1448         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1449         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1450         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1451         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1452         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1453         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1454         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1455         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1456         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1457         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1458         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1459         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1460         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1461         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1462         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1463         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1464         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1465         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1466         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1467         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1468         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1469         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1470         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1471         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1472         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1473         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1474         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1475         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1476         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1477         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1478         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1479         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1480         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1481         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1482         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1483         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1484         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1485         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1486         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1487         * sysdeps/unix/alpha/sysdep.S: Likewise.
1488         * sysdeps/unix/alpha/sysdep.h: Likewise.
1489         * sysdeps/unix/make-syscalls.sh: Likewise.
1490         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1491         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1492         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1493         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1494         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1495         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1496         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1497         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1498         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1499         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1500         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1501         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1502         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1503         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1504         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1505         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1506         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1507         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1508         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1509         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1510         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1511         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1512         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1513         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1514         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1515         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1516         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1519         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1520         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1521         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1522         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1523         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1524         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1525         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1526         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1527         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1528         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1529         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1530         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1531         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1532         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1533         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1534         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1535         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1536         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1537         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1538         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1539         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1540         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1541         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1542         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1543         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1544         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1545         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1546         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1547         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1548         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1549         * sysdeps/x86_64/memcpy.S: Likewise.
1550         * sysdeps/x86_64/memmove.c: Likewise.
1551         * sysdeps/x86_64/memset.S: Likewise.
1552         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1553         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1554         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1555         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1556         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1557         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1558         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1559         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1560         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1561         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1562         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1563         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1564         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1565         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1566         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1567         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1568         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1569         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1570         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1571         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1572         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1573         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1574         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1575         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1576         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1577         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1578         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1579         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1580         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1581         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1582         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1583         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1584         * sysdeps/x86_64/strcmp.S: Likewise.
1585
1586         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1587
1588         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1589         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1590         * elf/rtld-Rules: Likewise.
1591         * elf/setup-vdso.h: Likewise.
1592         * include/assert.h: Likewise.
1593         * include/bits/stdlib-float.h: Likewise.
1594         * include/errno.h: Likewise.
1595         * include/sys/stat.h: Likewise.
1596         * include/unistd.h: Likewise.
1597         * sysdeps/aarch64/setjmp.S: Likewise.
1598         * sysdeps/alpha/setjmp.S: Likewise.
1599         * sysdeps/arm/__longjmp.S: Likewise.
1600         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1601         * sysdeps/arm/setjmp.S: Likewise.
1602         * sysdeps/arm/sysdep.h: Likewise.
1603         * sysdeps/generic/_itoa.h: Likewise.
1604         * sysdeps/generic/dl-sysdep.h: Likewise.
1605         * sysdeps/generic/ldsodefs.h: Likewise.
1606         * sysdeps/i386/dl-tls.h: Likewise.
1607         * sysdeps/i386/setjmp.S: Likewise.
1608         * sysdeps/m68k/setjmp.c: Likewise.
1609         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1610         * sysdeps/mach/hurd/opendir.c: Likewise.
1611         * sysdeps/posix/getcwd.c: Likewise.
1612         * sysdeps/posix/opendir.c: Likewise.
1613         * sysdeps/posix/profil.c: Likewise.
1614         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1615         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1616         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1617         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1618         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1619         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1620         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1621         * sysdeps/s390/dl-tls.h: Likewise.
1622         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1623         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1624         * sysdeps/sh/sh3/setjmp.S: Likewise.
1625         * sysdeps/sh/sh4/setjmp.S: Likewise.
1626         * sysdeps/unix/alpha/sysdep.h: Likewise.
1627         * sysdeps/unix/arm/sysdep.S: Likewise.
1628         * sysdeps/unix/i386/sysdep.S: Likewise.
1629         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1630         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1631         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1632         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1633         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1634         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1635         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1636         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1637         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1638         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1639         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1640         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1641         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1642         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1644         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1645         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1646         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1647         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1648         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1649         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1650         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1651         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1652         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1653         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1654         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1655         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1656         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1657         * sysdeps/x86_64/setjmp.S: Likewise.
1658
1659         * include/math.h: Use IS_IN instead of IS_IN_libm.
1660         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1661         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1662         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1663         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1664         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1665         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1666         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1667         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1668         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1669         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1670         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1671         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1672         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1673         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1674         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1675         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1676         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1677         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1678         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1679         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1680         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1681         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1682         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1683         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1684         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1685         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1686         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1687         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1688         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1689         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1690         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1691         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1692         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1693         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1694         Likewise.
1695         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1696         Likewise.
1697         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1698         Likewise.
1699         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1700         Likewise.
1701         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1702         Likewise.
1703         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1704         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1705         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1706         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1707         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1708         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1709         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1710         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1711         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1712         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1713         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1714         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1715         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1716         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1717         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1718         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1719         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1720         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1721         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1722         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1723         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1724         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1725         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1726         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1727         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1728         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1729         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1730
1731         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1732         * nptl/pthreadP.h: Likewise.
1733         * nptl_db/structs.def: Likewise.
1734         * sysdeps/arm/sysdep.h: Likewise.
1735         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1736         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1737         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1738         * sysdeps/unix/alpha/sysdep.h: Likewise.
1739         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1740         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1741         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1742         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1743         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1744         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1745         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1746         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1747         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1748         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1749         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1750         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1751         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1752         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1753         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1755         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1756         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1757         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1758         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1759         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1760         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1761         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1762         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1763         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1764         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1765
1766         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1767         * nptl/pthreadP.h: Likewise.
1768         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1769         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1770         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1771         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1772         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1773         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1774         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1775         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1776         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1777         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1778         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1779         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1781         Likewise.
1782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1783         Likewise.
1784         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1785         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1786         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1787         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1788         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1789         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1790         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1791         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1792
1793         * dlfcn/dladdr.c: Use IS_IN.
1794         * dlfcn/dladdr1.c: Likewise.
1795         * dlfcn/dlclose.c: Likewise.
1796         * dlfcn/dlerror.c: Likewise.
1797         * dlfcn/dlinfo.c: Likewise.
1798         * dlfcn/dlmopen.c: Likewise.
1799         * dlfcn/dlopen.c: Likewise.
1800         * dlfcn/dlsym.c: Likewise.
1801         * dlfcn/dlvsym.c: Likewise.
1802
1803         * include/ifaddrs.h: Use IS_IN.
1804         * inet/check_pf.c: Likewise.
1805         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1806         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1807
1808         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1809         IS_IN_ldconfig.
1810         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1811         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1812
1813         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1814         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1815         IS_IN (libc).
1816
1817         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1818
1819         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1820         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1821         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1822         * include/libc-symbols.h (IS_IN_LIB): New macro.
1823         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1824         * include/netdb.h: Likewise.
1825         * include/stap-probe.h: Remove all uses of IN_LIB.
1826
1827         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1828         instead of IN_MODULE.
1829         * include/libc-symbols.h (IN_MODULE): Define using
1830         MODULE_NAME.
1831         (PASTE_NAME, PASTE_NAME1): New macros.
1832         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1833         of IN_LIB.
1834         (STAP_PROBE_ASM): Likewise.
1835
1836 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1837
1838         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1839         __mach_init in dlopened libc.
1840
1841 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1842
1843         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1844         * sysdeps/arm/preconfigure: Regenerate.
1845
1846 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1847
1848         * nptl/pthread_create.c (__pthread_create_2_1): Set
1849         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1850         when copying values from IATTR into PD.
1851
1852 2014-11-21  Will Newton  <will.newton@linaro.org>
1853             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1854
1855         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1856         Refactor inline-asm.  Also add comment.
1857
1858         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1859         ElfW macro instead of hardcoded Elf64 types.
1860         (la_aarch64_gnu_pltenter): Likewise.
1861         * sysdeps/aarch64/dl-machine.h
1862         (elf_machine_runtime_setup): Use ElfW(Addr).
1863
1864         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1865         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1866         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1867         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1868         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1869         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1870         (R_AARCH64_TLS_DTPMOD): This.
1871         (R_AARCH64_TLS_DTPREL64): Rename to ...
1872         (R_AARCH64_TLS_DTPREL): This.
1873         (R_AARCH64_TLS_TPREL64): Rename to ...
1874         (R_AARCH64_TLS_TPREL): This.
1875         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1876         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1877         R_AARCH64_TLS_TPREL64.
1878         (elf_machine_rela): Likewise.
1879
1880 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1881
1882         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1883         by setting it to 0.  64b atomics are not supported currently.
1884
1885 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1886
1887         [BZ #16469]
1888         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1889         search domain names.
1890
1891 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1892
1893         [BZ #16469]
1894         * NEWS: Update.
1895         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1896         trailing dot.
1897         * posix/tst-getaddrinfo5.c: New.
1898         * posix/Makefile (tests): Add it.
1899
1900 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1901
1902         [BZ #14498]
1903         * NEWS: Fixed.
1904         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1905         after parsing line but before break_if_match.
1906         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1907         if there is a protocol mismatch.
1908
1909 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1910
1911         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1912         because the potential race is on the user-supplied stream.
1913
1914 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1915
1916         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1917         string literal if not passed a buffer.
1918         * manual/job.texi (ctermid): Update reasoning, note deviation
1919         from posix, suggest mtasurace when not passed a buffer, for
1920         future non-preliminary safety notes.
1921
1922 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1923
1924         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1925         of not passing it a buffer.
1926         Reported by Peng Haitao.
1927
1928 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1929
1930         * manual/Makefile ($(objpfx)stamp-summary): Require
1931         check-safety.sh to pass.
1932         * manual/check-safety.sh: Wish for verification that every
1933         @deftypefn and @deftypefun is followed by a @safety remark.
1934
1935 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1936
1937         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1938
1939         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1940         PTHREAD_CANCEL_ASYNCHRONOUS.
1941         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1942         send SIGCANCEL.
1943
1944         * nptl/default-sched.h: New file.
1945         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1946         * nptl/pthread_create.c: Include it.
1947         (__pthread_create_2_1): Use collect_default_sched instead of making
1948         Linux syscalls here directly.
1949
1950 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1951
1952         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1953         __pthread_once): Use C11 atomics.
1954
1955 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1956
1957         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1958
1959 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1960
1961         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1962         atomic_thread_fence_acquire, atomic_thread_fence_release,
1963         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1964         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1965         atomic_compare_exchange_weak_relaxed,
1966         atomic_compare_exchange_weak_acquire,
1967         atomic_compare_exchange_weak_release,
1968         atomic_exchange_acquire, atomic_exchange_release,
1969         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1970         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1971         atomic_fetch_and_acquire,
1972         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1973
1974 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1975
1976         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1977         USE_ATOMIC_COMPILER_BUILTINS): Define.
1978         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1979         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1980         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1981         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1982         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1983         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1984         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1985         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1986         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1987         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1988         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1989         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1990         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1991         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1992         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1993         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1994         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1995         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1996         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1997         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1998         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1999         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2000         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2001         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2002         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
2003         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2004         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2005         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2006         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
2007         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2008         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
2009         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2010         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
2011         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2012         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2013         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2014         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
2015         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2016         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
2017         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2018
2019 2014-11-19  Roland McGrath  <roland@hack.frob.com>
2020
2021         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
2022         the sched_priority value here.  It was already checked when the user
2023         called pthread_attr_setschedparam.
2024
2025         * nptl/tst-bad-schedattr.c: New file.
2026         * nptl/Makefile (tests): Add it.
2027
2028 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
2029             Florian Weimer  <fweimer@redhat.com>
2030             Joseph Myers  <joseph@codesourcery.com>
2031             Adam Conrad  <adconrad@0c3.net>
2032             Andreas Schwab  <schwab@suse.de>
2033             Brooks  <bmoses@google.com>
2034
2035         [BZ #17625]
2036         * wordexp-test.c (__dso_handle): Add prototype.
2037         (__register_atfork): Likewise.
2038         (__app_register_atfork): New function.
2039         (registered_forks): New global.
2040         (register_fork): New function.
2041         (test_case): Add 3 new tests for WRDE_CMDSUB.
2042         (main): Call __app_register_atfork.
2043         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
2044         fork count is non-zero fail the test.
2045         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
2046         is set.
2047         (parse_dollars): Remove check for WRDE_NOCMD.
2048         (parse_dquote): Likewise.
2049
2050 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2051
2052         * Makeconfig (built-modules): List non-library modules to be
2053         built.
2054         (module-cppflags): Include libc-modules.h for
2055         everything except shlib-versions.v.i.
2056         (CPPFLAGS): Use it.
2057         (before-compile): Add libc-modules.h.
2058         ($(common-objpfx)libc-modules.h,
2059         $(common-objpfx)libc-modules.stmp): New targets.
2060         (common-generated): Add libc-modules.h and libc-modules.stmp.
2061         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
2062         * include/libc-symbols.h: Don't include libc-modules.h.
2063         * include/libc-modules.h: Remove file.
2064         * scripts/gen-libc-modules.awk: New script to generate
2065         libc-modules.h.
2066         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
2067         Depend on libc-modules.stmp.
2068
2069         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
2070
2071         * Makeconfig (in-module): Get value of libof set for the
2072         translation unit.
2073         (CPPFLAGS): Use $(in-module).
2074         * Makerules: Don't suffix routine names for nonlib.
2075         * include/libc-modules.h: New file.
2076         * include/libc-symbols.h: Include libc-modules.h
2077         (IS_IN): New macro to replace IS_IN_* macros.
2078         * elf/Makefile: Set libof-* for each routine.
2079         * elf/rtld-Rules: Likewise.
2080         * extra-modules.mk: Likewise.
2081         * iconv/Makefile: Likewise.
2082         * iconvdata/Makefile: Likewise.
2083         * locale/Makefile: Likewise.
2084         * malloc/Makefile: Likewise.
2085         * nss/Makefile: Likewise.
2086         * sysdeps/gnu/Makefile: Likewise.
2087         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
2088         * sysdeps/unix/sysv/linux/Makefile: Likewise.
2089         * sysdeps/s390/s390-64/Makefile: Likewise.
2090         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
2091         CPPFLAGS for nscd instead of nonlib.
2092
2093 2014-11-18  Roland McGrath  <roland@hack.frob.com>
2094
2095         * nptl/createthread.c: New file.
2096
2097         * nptl/createthread.c: Moved ...
2098         * sysdeps/unix/sysv/linux/createthread.c: ... here.
2099
2100         * nptl/createthread.c: Add proper top-line comment.
2101         (do_clone): Folded into ...
2102         (create_thread): ... here.  Take new arguments STOPPED_START and
2103         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
2104         increment __nptl_threads, do event-reporting logic, do
2105         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
2106         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
2107         resource cleanup if sched_setaffinity or sched_setscheduler fails,
2108         just send SIGCANCEL.
2109         * nptl/pthread_create.c: Forward-declare create_thread before
2110         including createthread.c.
2111         (start_thread): Use new macro START_THREAD_DEFN to replace defining
2112         declaration, and new macro START_THREAD_SELF to replace argument.
2113         Remove return statement.
2114         (report_thread_creation): New function.
2115         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
2116         synchronization logic, and __nptl_nthreads increment here, around
2117         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
2118         PD->parent_cancelhandling here, before create_thread.  When
2119         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
2120         __deallocate_stack, and ENOMEM translation here.
2121
2122 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
2123
2124         [BZ #17616]
2125         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
2126         (mptwo): Rename to __mptwo.
2127         (__inv): Use __mptwo instead of mptwo.
2128         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
2129         (mptwo): Rename to __mptwo.
2130         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
2131         of mpone and __mptwo instead of mptwo.
2132         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
2133         instead of mpone.
2134         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
2135         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
2136         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
2137         of mpone and __mptwo instead of mptwo.
2138         (__mpranred): Use __mpone instead of mpone.
2139         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
2140         variable.
2141         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2142         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2143         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2144         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2145         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2146         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2147         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2148         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2149         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2150         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2151         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2152         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2153         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2154         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2155         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2156         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2157         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2158         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2159         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2160
2161 2014-11-18  Tom de Vries  <tom@codesoucery.com>
2162
2163         * manual/signal.texi (Primitives Interrupted by Signals): In section,
2164         replace BSD Handler xref with BSD Signal Handling.
2165
2166 2014-11-17  Richard Henderson  <rth@redhat.com>
2167
2168         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
2169         (_FP_PACK_RAW_2): Remove.
2170         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
2171         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
2172         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
2173         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
2174         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
2175         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
2176         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
2177         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2178         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2179         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2180         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2181         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2182         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2183         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2184         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2185         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2186
2187 2014-11-14  Roland McGrath  <roland@hack.frob.com>
2188
2189         * signal/signal.h [__USE_MISC]
2190         (struct sigvec): Remove type.
2191         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2192         (sigvec): Remove declaration.
2193         * sysdeps/posix/sigvec.c: Moved ...
2194         * signal/sigvec.c: ... here, replacing old file.
2195         (struct sigvec): New type, copied from old signal.h definition.
2196         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2197         (__sigvec): Convert definition to prototype.
2198         (sigvec): Replace weak_alias with compat_symbol.
2199         * signal/Versions (libc: GLIBC_2.21): New version set.
2200         * include/signal.h: Remove __sigvec declaration.
2201         * sysdeps/unix/bsd/sigvec.c: Remove file.
2202         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2203         * manual/signal.texi (BSD Handler): Remove subsection.
2204         Move siginterrupt up to ...
2205         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
2206         (Blocking in BSD): Fold subsection into its parent.
2207         * NEWS: Mention sigvec removal.
2208
2209 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2210
2211         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2212         (DLA_FMS): Make definition conditional only on [__FMA4__].
2213         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2214         definition.
2215
2216         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2217         Make definition conditional only on [PROF].
2218         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2219         definition.
2220         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2221         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2222
2223         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2224         !__GNUC__].
2225         * include/signal.h (__sigpause): Move declaration above call to
2226         libc_hidden_proto.
2227         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2228         variable.
2229         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2230         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2231
2232 2014-11-14  David S. Miller  <davem@davemloft.net>
2233
2234         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2235         Define before including <string/memcpy.c> and <string/mempcpy.c>.
2236
2237 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2238
2239         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2240         * configure: Regenerated.
2241         * manual/install.texi (Tools for Compilation): Document a
2242         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2243         compiler verified to work.
2244         * INSTALL: Regenerated.
2245
2246         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2247         redeclare with asm name.
2248         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2249         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2250         including <string.h>.
2251         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2252         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2253         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2254         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2255         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2256         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2257         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2258
2259 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2260
2261         * stdlib/strtol.c (__strtol): Use prototype definition.
2262
2263         [BZ #17594]
2264         * stdlib/strtol.c (SYM__): New macro.
2265         (SYM__1): Likewise.
2266         (__strtol): Likewise.
2267         (strtol): Rename to __strtol and define as weak alias of
2268         __strtol.  Use libc_hidden_weak.
2269
2270 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2271
2272         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2273         Use numbered labels in inline assembly.
2274
2275 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2276
2277         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2278         Add setjmp LIBC_PROBE.
2279         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2280         Likewise.
2281         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2282         Add longjmp, longjmp_target LIBC_PROBE.
2283         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2284         Likewise.
2285
2286 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2287
2288         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2289         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2290         to get rid of unused variable warning.
2291
2292 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2293
2294         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2295         Check for unwind_backtrace ==  NULL only in SHARED case.
2296         (__backchain_backtrace): Compile only in SHARED case.
2297         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2298         Likewise.
2299         (__backchain_backtrace): Declare as static.
2300
2301 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2302
2303         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2304         (__libc_multiple_threads_ptr): Variable moved ...
2305         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2306
2307 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2308
2309         * conform/GlibcConform.pm: New file.
2310         * conform/conformtest.pl: Use GlibcConform module.
2311         * conform/linknamespace.pl: New file.
2312         * conform/list-header-symbols.pl: Likewise.
2313         * conform/Makefile (linknamespace-symlists-base): New variable.
2314         (linknamespace-symlists-tests): Likewise.
2315         (linknamespace-header-base): Likewise.
2316         (linknamespace-header-tests): Likewise.
2317         (tests-special): Add new tests.
2318         ($(linknamespace-symlists-tests)): New rule.
2319         (linknamespace-libs): New variable.
2320         ($(objpfx)symlist-stdlibs): New rule.
2321         ($(linknamespace-header-tests)): Likewise.
2322         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2323         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2324         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2325         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2326         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2327         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2328         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2329         (test-xfail-ISO/math.h/linknamespace): Likewise.
2330         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2331         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2332         (test-xfail-ISO/time.h/linknamespace): Likewise.
2333         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2334         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2335         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2336         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2337         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2338         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2339         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2340         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2341         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2342         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2343         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2344         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2345         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2346         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2347         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2348         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2349         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2350         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2351         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2352         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2353         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2354         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2355         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2356         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2357         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2358         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2359         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2360         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2361         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2362         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2363         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2364         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2365         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2366         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2367         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2368         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2369         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2370         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2371         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2372         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2373         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2374         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2375         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2376         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2377         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2378         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2379         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2380         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2381         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2382         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2383         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2384         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2385         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2386         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2387         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2388         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2389         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2390         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2391         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2392         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2393         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2394         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2395         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2396         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2397         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2398         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2399         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2400         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2401         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2402         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2403         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2404         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2405         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2406         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2407         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2408         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2409         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2410         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2411         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2412         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2413         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2414         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2415         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2416         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2417         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2418         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2419         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2420         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2421         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2422         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2423         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2424         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2425         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2426         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2427         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2428         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2429         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2430         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2431         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2432         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2433         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2434         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2435         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2436         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2437         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2438         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2439         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2440         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2441         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2442         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2443         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2444         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2445         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2446         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2447         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2448         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2449         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2450         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2451         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2452         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2453         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2454         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2455         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2456         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2457         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2458         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2459         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2460         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2461         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2462         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2463         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2464         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2465         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2466         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2467         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2468         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2469         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2470         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2471         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2472         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2473         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2474         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2475         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2476         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2477         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2478         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2479         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2480         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2481         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2482         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2483
2484         [BZ #17589]
2485         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2486         of fgets_unlocked.
2487
2488         [BZ #17585]
2489         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2490         (memmem): Rename to __memmem and define as weak alias of
2491         __memmem.  Use libc_hidden_weak.
2492         (__memmem): Use libc_hidden_def.
2493         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2494         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2495         memmem.
2496
2497         [BZ #17582]
2498         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2499         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2500         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2501         and define as weak alias of __fgets_unlocked.  Use
2502         libc_hidden_weak.
2503         (__fgets_unlocked): Use libc_hidden_def.
2504         * include/stdio.h (__fgets_unlocked): Declare.  Use
2505         libc_hidden_proto.
2506         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2507         __fgets_unlocked instead of fgets_unlocked.
2508         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2509         (GET_NPROCS_CONF_PARSER): Likewise.
2510         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2511         (GET_NPROCS_CONF_PARSER): Likewise.
2512
2513         [BZ #17574]
2514         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2515         weak alias of __wmemset.  Use libc_hidden_weak.
2516         (__wmemset): Use libc_hidden_def.
2517         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2518         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2519         of wmemset.
2520
2521         [BZ #17573]
2522         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2523         with asm name __mempcpy.
2524         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2525
2526         [BZ #17572]
2527         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2528         and define as weak alias of __rawmemchr.
2529         (__rawmemchr): Do not define as strong alias of rawmemchr.
2530
2531         [BZ #17571]
2532         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2533         alias of __qsort_r.
2534         (qsort): Call __qsort_r instead of qsort_r.
2535         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2536         (__qsort_r): Declare.  Call libc_hidden_proto.
2537         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2538         instead of qsort_r.
2539         * nscd/gai.c (__qsort_r): Define to qsort_r.
2540         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2541         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2542         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2543
2544         [BZ #17570]
2545         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2546         define as weak alias of __malloc_info.
2547
2548         [BZ #17584]
2549         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2550         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2551         (__rewinddir): Use libc_hidden_def.
2552         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2553         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2554         (__rewinddir): Use libc_hidden_def.
2555         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2556         weak alias of __rewinddir.  Don't use libc_hidden_def.
2557         (__rewinddir): Use libc_hidden_def.
2558         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2559         (__rewinddir): Use libc_hidden_proto.
2560         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2561         rewinddir.
2562         (__getcwd): Use __rewinddir instead of rewinddir.
2563
2564         [BZ #17583]
2565         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2566         alias of __fileno.  Use libc_hidden_weak.
2567         (__fileno): Use libc_hidden_def.
2568         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2569         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2570         alias of __ftello.
2571         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2572         __ftello.
2573         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2574         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2575         libc_hidden_def.
2576         (fread_unlocked): Don't use libc_hidden_ver.
2577         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2578         and define as weak alias of __fread_unlocked.  Don't use
2579         libc_hidden_def.
2580         (__fread_unlocked): Use libc_hidden_def.
2581         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2582         (ftello): Don't use libc_hidden_proto.
2583         (__ftello): Declare.  Use libc_hidden_proto.
2584         (fread_unlocked): Don't use libc_hidden_proto.
2585         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2586         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2587         and __ftello instead of fileno, fread_unlocked and ftello.
2588
2589 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2590
2591         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2592         GOT12.
2593         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2594         Likewise.
2595         (_dl_start_user): Likewise.
2596         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2597
2598 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2599             Siddhesh Poyarekar  <siddhesh@redhat.com>
2600
2601         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2602         Move argv and envp down instead of moving argc up.
2603         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2604
2605 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2606
2607         [BZ #17506]
2608         * test-skeleton.c (main): Return successful if one of
2609         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2610         * string/tst-strcoll-overflow.c: Define expected status.
2611
2612 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2613
2614         [BZ #17475]
2615         * locale/iso-639.def: Define Bhili and Tulu language codes.
2616
2617 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2618
2619         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2620
2621 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2622
2623         [BZ #17555]
2624         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2625
2626 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2627
2628         * configure.ac: Updated check of minimal required version to
2629         2.22.
2630         * manual/install.texi (Tools for Compilation): Updated version
2631         number.
2632         * configure: Regenerated.
2633         * INSTALL: Likewise.
2634
2635 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2636
2637         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2638         __tls_get_addr.
2639
2640 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2641
2642         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2643         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2644         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2645         libc_hidden_weak.
2646         (waitpid): Define as alias of __waitpid.
2647         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2648         __waitpid.
2649         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2650         libc_hidden_weak.
2651         (waitpid): Define as alias of __waitpid.
2652         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2653         __libc_waitpid alias.
2654         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2655         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2656         Likewise.
2657         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2658         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2659         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2660         alias.
2661         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2662         __waitpid.
2663         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2664         libc_hidden_weak.
2665         (waitpid): Define as alias of __waitpid.
2666
2667 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2668
2669         * manual/llio.texi: Add comment that write safety has been
2670         fixed in Linux.
2671
2672         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2673         (localplt-build-dso): Add elf/ld.so.
2674         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2675         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2676         and free for ld.so.
2677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2678         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2679         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2680         Likewise.
2681         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2682         Likewise.
2683         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2684         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2685         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2686         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2687         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2688         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2689         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2690         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2691         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2692         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2693         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2694
2695 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2696
2697         [BZ #14132]
2698         * include/libc-symbols.h (INTUSE): Remove macro.
2699         (INTDEF): Likewise.
2700         (INTVARDEF): Likewise.
2701         (_INTVARDEF): Likewise.
2702         (INTDEF2): Likewise.
2703         (INTVARDEF2): Likewise.
2704         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2705         rtld_hidden_def instead of INTVARDEF.
2706         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2707         (_dl_starting_up_internal): Remove declaration.
2708         (_dl_starting_up): Use rtld_hidden_proto.
2709         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2710         declaration.
2711         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2712         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2713         _dl_starting_up.
2714         * elf/dl-writev.h (_dl_writev): Likewise.
2715         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2716         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2717         _dl_starting_up_internal.
2718
2719 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2720
2721         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2722         test-skeleton.c.
2723
2724 2014-11-05  Will Newton  <will.newton@linaro.org>
2725
2726         * benchtests/Makefile: (bench-malloc): Add malloc thread
2727         scalability benchmark.
2728         * benchtests/bench-malloc-threads.c: New file.
2729
2730 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2731
2732         * sysdeps/aarch64/strchrnul.S: New file.
2733
2734 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2735
2736         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2737         definition.
2738         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2739         Likwise.
2740         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2741         Likewise.
2742         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2743         Likewise.
2744         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2745         Likewise.
2746         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2747         Likewise.
2748
2749 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2750
2751         * catgets/test-gencat.c: Use test-skeleton.c.
2752         * catgets/tst-catgets.c: Likewise.
2753         * csu/tst-empty.c: Likewise.
2754         * elf/tst-audit2.c: Likewise.
2755         * elf/tst-global1.c: Likewise.
2756         * elf/tst-pathopt.c: Likewise.
2757         * elf/tst-piemod1.c: Likewise.
2758         * elf/tst-tls10.c: Likewise.
2759         * elf/tst-tls11.c: Likewise.
2760         * elf/tst-tls12.c: Likewise.
2761         * gnulib/tst-gcc.c: Likewise.
2762         * iconvdata/tst-e2big.c: Likewise.
2763         * iconvdata/tst-loading.c: Likewise.
2764         * iconv/tst-iconv1.c: Likewise.
2765         * iconv/tst-iconv2.c: Likewise.
2766         * inet/test-inet6_opt.c: Likewise.
2767         * inet/tst-gethnm.c: Likewise.
2768         * inet/tst-network.c: Likewise.
2769         * inet/tst-ntoa.c: Likewise.
2770         * intl/tst-codeset.c: Likewise.
2771         * intl/tst-gettext2.c: Likewise.
2772         * intl/tst-gettext3.c: Likewise.
2773         * intl/tst-ngettext.c: Likewise.
2774         * intl/tst-translit.c: Likewise.
2775         * io/test-stat.c: Likewise.
2776         * libio/test-fmemopen.c: Likewise.
2777         * libio/tst-freopen.c: Likewise.
2778         * libio/tst-sscanf.c: Likewise.
2779         * libio/tst-ungetwc1.c: Likewise.
2780         * libio/tst-ungetwc2.c: Likewise.
2781         * libio/tst-widetext.c: Likewise.
2782         * localedata/tst-ctype.c: Likewise.
2783         * localedata/tst-digits.c: Likewise.
2784         * localedata/tst-leaks.c: Likewise.
2785         * localedata/tst-mbswcs1.c: Likewise.
2786         * localedata/tst-mbswcs2.c: Likewise.
2787         * localedata/tst-mbswcs3.c: Likewise.
2788         * localedata/tst-mbswcs4.c: Likewise.
2789         * localedata/tst-mbswcs5.c: Likewise.
2790         * localedata/tst-setlocale.c: Likewise.
2791         * localedata/tst-trans.c: Likewise.
2792         * localedata/tst-wctype.c: Likewise.
2793         * localedata/tst-xlocale1.c: Likewise.
2794         * login/tst-grantpt.c: Likewise.
2795         * malloc/tst-calloc.c: Likewise.
2796         * malloc/tst-malloc.c: Likewise.
2797         * malloc/tst-mallocstate.c: Likewise.
2798         * malloc/tst-mcheck.c: Likewise.
2799         * malloc/tst-mtrace.c: Likewise.
2800         * malloc/tst-obstack.c: Likewise.
2801         * math/atest-exp2.c: Likewise.
2802         * math/atest-exp.c: Likewise.
2803         * math/atest-sincos.c: Likewise.
2804         * math/test-matherr.c: Likewise.
2805         * math/test-misc.c: Likewise.
2806         * math/test-powl.c: Likewise.
2807         * math/tst-definitions.c: Likewise.
2808         * misc/tst-dirname.c: Likewise.
2809         * misc/tst-efgcvt.c: Likewise.
2810         * misc/tst-fdset.c: Likewise.
2811         * misc/tst-hsearch.c: Likewise.
2812         * misc/tst-mntent2.c: Likewise.
2813         * nptl/tst-sem7.c: Likewise.
2814         * nptl/tst-sem8.c: Likewise.
2815         * nptl/tst-sem9.c: Likewise.
2816         * nss/test-netdb.c: Likewise.
2817         * posix/tst-fnmatch.c: Likewise.
2818         * posix/tst-getlogin.c: Likewise.
2819         * posix/tst-gnuglob.c: Likewise.
2820         * posix/tst-mmap.c: Likewise.
2821         * pwd/tst-getpw.c: Likewise.
2822         * resolv/tst-inet_ntop.c: Likewise.
2823         * rt/tst-timer.c: Likewise.
2824         * stdio-common/test-fseek.c: Likewise.
2825         * stdio-common/test-popen.c: Likewise.
2826         * stdio-common/test-vfprintf.c: Likewise.
2827         * stdio-common/tst-cookie.c: Likewise.
2828         * stdio-common/tst-fileno.c: Likewise.
2829         * stdio-common/tst-gets.c: Likewise.
2830         * stdio-common/tst-obprintf.c: Likewise.
2831         * stdio-common/tst-perror.c: Likewise.
2832         * stdio-common/tst-sprintf2.c: Likewise.
2833         * stdio-common/tst-sprintf3.c: Likewise.
2834         * stdio-common/tst-sprintf.c: Likewise.
2835         * stdio-common/tst-swprintf.c: Likewise.
2836         * stdio-common/tst-tmpnam.c: Likewise.
2837         * stdio-common/tst-unbputc.c: Likewise.
2838         * stdio-common/tst-wc-printf.c: Likewise.
2839         * stdlib/tst-environ.c: Likewise.
2840         * stdlib/tst-fmtmsg.c: Likewise.
2841         * stdlib/tst-limits.c: Likewise.
2842         * stdlib/tst-rand48-2.c: Likewise.
2843         * stdlib/tst-rand48.c: Likewise.
2844         * stdlib/tst-random2.c: Likewise.
2845         * stdlib/tst-random.c: Likewise.
2846         * stdlib/tst-strtol.c: Likewise.
2847         * stdlib/tst-strtoll.c: Likewise.
2848         * stdlib/tst-tls-atexit.c: Likewise.
2849         * stdlib/tst-xpg-basename.c: Likewise.
2850         * string/test-ffs.c: Likewise.
2851         * string/tst-bswap.c: Likewise.
2852         * string/tst-inlcall.c: Likewise.
2853         * string/tst-strtok.c: Likewise.
2854         * string/tst-strxfrm.c: Likewise.
2855         * sysdeps/x86_64/tst-audit10.c: Likewise.
2856         * sysdeps/x86_64/tst-audit3.c: Likewise.
2857         * sysdeps/x86_64/tst-audit4.c: Likewise.
2858         * sysdeps/x86_64/tst-audit5.c: Likewise.
2859         * time/tst-ftime_l.c: Likewise.
2860         * time/tst-getdate.c: Likewise.
2861         * time/tst-mktime3.c: Likewise.
2862         * time/tst-mktime.c: Likewise.
2863         * time/tst-posixtz.c: Likewise.
2864         * time/tst-strptime2.c: Likewise.
2865         * time/tst-strptime3.c: Likewise.
2866         * wcsmbs/tst-btowc.c: Likewise.
2867         * wcsmbs/tst-mbrtowc.c: Likewise.
2868         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2869         * wcsmbs/tst-wchar-h.c: Likewise.
2870         * wcsmbs/tst-wcpncpy.c: Likewise.
2871         * wcsmbs/tst-wcrtomb.c: Likewise.
2872         * wcsmbs/tst-wcsnlen.c: Likewise.
2873         * wcsmbs/tst-wcstof.c: Likewise.
2874
2875 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2876
2877         [BZ #14132]
2878         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2879         INTDEF.
2880         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2881         declaration.
2882         (_dl_mcount): Use rtld_hidden_proto.
2883         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2884         _dl_mcount.
2885         * elf/rtld.c (_rtld_global_ro): Likewise.
2886
2887         [BZ #14132]
2888         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2889         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2890         of _dl_init_internal.
2891         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2892         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2893         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2894         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2895         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2896         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2897         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2898         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2899         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2900         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2901         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2902         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2903         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2904         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2905         * sysdeps/tile/dl-start.S (_start): Likewise.
2906         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2907         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2908
2909         [BZ #14132]
2910         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2911         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2912         (rtld_progname): Make macro definition unconditional.
2913         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2914         INTDEF.
2915         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2916         (dl_main): Likewise.
2917         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2918         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2919         instead of _dl_argv_internal.
2920         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2921         __GI__dl_argv instead of INTUSE(_dl_argv).
2922         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2923         __GI__dl_argv instead of _dl_argv_internal.
2924
2925         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2926         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2927         macro.
2928         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2929         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2930         New macro.
2931         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2932         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2933         macro.
2934         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2935         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2936
2937 2014-11-04  Andreas Schwab  <schwab@suse.de>
2938
2939         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2940
2941 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2942
2943         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2944         mtvsrd instruction in binary form.
2945
2946 2014-11-03  Andreas Schwab  <schwab@suse.de>
2947
2948         [BZ #17522]
2949         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2950         for less than MB_LEN_MAX use a local buffer of that size.
2951         * libio/tst-fputws.c: New file.
2952         * libio/Makefile (tests): Add tst-fputws.
2953
2954 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2955
2956         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2957         the size of the fpu_fr.fpu_dregs[] array.
2958
2959 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2960
2961         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2962         (__nanosleep): Do not define as alias.
2963         (nanosleep): Define as alias of __nanosleep.
2964         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2965         __libc_nanosleep name.
2966
2967 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2968
2969         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2970         install.texi in comment.
2971
2972 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2973
2974         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2975         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2976         ... add here and use lwsync or sync ...
2977         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2978         ... and add here using lwsync.
2979
2980 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2981
2982         * elf/dl-machine-reject-phdr.h: New file.
2983         * elf/dl-load.c: #include that.
2984         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2985         if that returned true.
2986
2987 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2988
2989         [BZ #17496]
2990         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2991         gen-as-const-headers chunk.  Add a big scare comment after the last
2992         safe place to touch before-compile.
2993
2994 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2995
2996         * manual/install.texi (Tools for Compilation): Update autoconf
2997         version requirements.
2998         * INSTALL: Regenerated.
2999
3000         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
3001         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
3002         (__libc_pselect): Likewise.
3003
3004         [BZ #14138]
3005         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
3006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3007         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3009
3010 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3011
3012         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
3013         correct barrier instruction.
3014         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
3015         Likewise.
3016         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
3017         Likewise.
3018
3019 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3020
3021         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
3022         after defining inlines.  Instead, just use parens to defeat macro
3023         expansion of __isctype in its declaration.
3024
3025 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3026
3027         * include/sys/uio.h (__libc_readv): Remove declaration.
3028         (__libc_writev): Likewise.
3029         * misc/readv.c (__libc_readv): Rename to __readv.
3030         (__readv): Do not define as alias.
3031         (readv): Define as alias of __readv.
3032         * misc/writev.c (__libc_writev): Rename to __writev.
3033         (__writev): Do not define as alias.
3034         (writev): Define as alias of __writev.
3035         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
3036         (__readv): Do not define as alias.
3037         (readv): Define unconditionally as alias of __readv.
3038         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
3039         (__writev): Do not define as alias.
3040         (writev): Define unconditionally as alias of __writev.
3041         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
3042         name.
3043         (writev): Do not define __libc_writev name.
3044
3045 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3046
3047         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
3048         (convert_charseq): New function, broken out of ...
3049         (use_from_charmap): ... here.  Call it.
3050         (use_to_charmap): Use convert_charseq and free instead of duplicating
3051         its code with a variable-length stack struct.
3052
3053 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3054
3055         * include/fcntl.h (__libc_creat): Remove declaration.
3056         * io/creat.c (__libc_creat): Rename to creat.
3057         (creat): Do not define as alias.
3058         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
3059         of creat instead of __libc_creat.
3060         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
3061         to creat.
3062         (creat): Do not define as alias.
3063         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
3064         __libc_creat.
3065         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
3066         __libc_creat name.
3067         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
3068         Likewise.
3069
3070 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
3071
3072         * manual/llio.texi: Add comments discussing why write() may be
3073         considered MT-unsafe on Linux.
3074
3075 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
3076
3077         * dl-load.c (local_strdup): Remove.
3078         (expand_dynamic_string_token): Use __strdup.
3079         (decompose_rpath): Likewise.
3080         (_dl_map_object): Likewise.
3081
3082 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
3083
3084         [BZ #14132]
3085         * sysdeps/generic/unwind-dw2-fde.c
3086         (__register_frame_info_bases_internal): Do not declare.
3087         (__register_frame_info_table_bases_internal): Likewise.
3088         (__deregister_frame_info_bases_internal): Likewise.
3089         (__register_frame_info_bases): Declare and use hidden_proto before
3090         definition.  Use hidden_def instead of INTDEF.
3091         (__register_frame_info_table_bases): Likewise.
3092         (__deregister_frame_info_bases): Likewise.
3093         (__register_frame_info): Do not use INTUSE.
3094         (__register_frame): Likewise.
3095         (__register_frame_info_table): Likewise.
3096         (__register_frame_table): Likewise.
3097         (__deregister_frame_info): Likewise.
3098         (__deregister_frame): Likewise.
3099
3100 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
3101
3102         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3103         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
3104         not undefine.
3105         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
3106         Likewise.
3107         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
3108         Likewise.
3109
3110 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
3111
3112         [BZ #14138]
3113         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
3114         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
3115         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3116         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
3117         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
3118         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
3119         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
3120         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
3121         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
3122         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
3123         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
3124         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
3125         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
3126         syscall.
3127         (setfsuid): Likewise.
3128         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
3129         (setfsuid): Likewise.
3130         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
3131         (setfsuid): Likewise.
3132         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
3133         Likewise.
3134         (setfsuid): Likewise.
3135         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
3136         (setfsuid): Likewise.
3137         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
3138         Likewise.
3139         (setfsuid): Likewise.
3140
3141 2014-10-27  Andreas Schwab  <schwab@suse.de>
3142
3143         [BZ #17501]
3144         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
3145         check for Slow_SSE4_2 feature bit.
3146         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
3147         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3148         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
3149         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
3150
3151 2014-10-24  Roland McGrath  <roland@hack.frob.com>
3152
3153         * configure.ac: Validate compiler version with a empirical test of
3154         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
3155         $CC -v output.
3156         * configure: Regenerated.
3157
3158         * inet/htons.c (htons): Prototypify.
3159         * inet/htonl.c (htonl): Likewise.
3160
3161 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3162
3163         * string/strncat.c (strncat): Improve performance by using strlen.
3164
3165 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3166
3167         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
3168
3169 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3170
3171         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
3172         Call libc_fetestexcept_aarch64.
3173
3174 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3175
3176         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
3177         Call libc_feholdexcept_aarch64.
3178
3179 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3180
3181         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3182         Call get_rounding_mode.
3183
3184 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3185
3186         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3187         Simplify logic.
3188
3189 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3190
3191         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3192         Simplify logic.
3193
3194 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
3195
3196         [BZ #14138]
3197         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3198         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3199         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3200         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3201         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3202         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3203         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3204         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3205         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3206         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3207         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3208         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3209         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3210         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3211         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3212         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3213         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3214         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3215         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3216         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3217         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3218         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3219         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3220         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3221         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3222         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3223         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3224         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3225         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3226         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3227         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3228         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3229         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3230         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3231         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3232         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3233         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3234         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3235         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3236         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3237         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3238         syscall.
3239         (geteuid): Likewise.
3240         (getgid): Likewise.
3241         (getuid): Likewise.
3242         (getresgid): Likewise.
3243         (getresuid): Likewise.
3244         (getgroups): Likewise.
3245         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3246         (geteuid): Likewise.
3247         (getgid): Likewise.
3248         (getuid): Likewise.
3249         (getresgid): Likewise.
3250         (getresuid): Likewise.
3251         (getgroups): Likewise.
3252         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3253         (geteuid): Likewise.
3254         (getgid): Likewise.
3255         (getuid): Likewise.
3256         (getresgid): Likewise.
3257         (getresuid): Likewise.
3258         (getgroups): Likewise.
3259         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3260         Likewise.
3261         (geteuid): Likewise.
3262         (getgid): Likewise.
3263         (getuid): Likewise.
3264         (getresgid): Likewise.
3265         (getresuid): Likewise.
3266         (getgroups): Likewise.
3267         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3268         (geteuid): Likewise.
3269         (getgid): Likewise.
3270         (getuid): Likewise.
3271         (getresgid): Likewise.
3272         (getresuid): Likewise.
3273         (getgroups): Likewise.
3274         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3275         Likewise.
3276         (geteuid): Likewise.
3277         (getgid): Likewise.
3278         (getuid): Likewise.
3279         (getgroups): Likewise.
3280
3281         [BZ #14138]
3282         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3283         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3284         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3285         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3286         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3287         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3288         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3289         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3290         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3291         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3292         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3293         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3294         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3295         __chown.
3296         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3297         (lchown): Likewise.
3298         (fchown): Likewise.
3299         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3300         Likewise.
3301         (lchown): Likewise.
3302         (fchown): Likewise.
3303         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3304         (lchown): Likewise.
3305         (fchown): Likewise.
3306         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3307         Likewise.
3308         (lchown): Likewise.
3309         (fchown): Likewise.
3310
3311 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3312
3313         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3314         Simplify logic.
3315
3316 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3317
3318         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3319         Cleanup logic.
3320
3321 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3322
3323         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3324         Remove unused include.
3325
3326 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3327
3328         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3329         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3330         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3331         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3332
3333 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3334             Helge Deller <deller@gmx.de>
3335
3336         [BZ #17508]
3337         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3338         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3339         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3340
3341 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3342
3343         [BZ #14132]
3344         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3345         Remove macro definition.
3346         (__ashrdi3_v_glibc20): Likewise.
3347         (__lshrdi3_v_glibc20): Likewise.
3348         (__cmpdi2_v_glibc20): Likewise.
3349         (__ucmpdi2_v_glibc20): Likewise.
3350         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3351         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3352         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3353         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3354         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3355         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3356
3357 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3358
3359         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3360         old GNU extension [0] syntax.
3361         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3362         alloca rather than an array member with variable length.
3363         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3364         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3365         (parse_opt): ... here.  Likewise use alloca there.
3366         Validate the -i argument before checking for rootness.
3367         (send_shutdown): New function, broken out of ...
3368         (parse_opt): ... here.
3369
3370 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3371
3372         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3373         macro to get at the _rt_local_ro field.
3374         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3375         ([PIC] case) or _dl_hwcap ([!PIC] case).
3376         * sysdeps/arm/setjmp.S: Likewise.
3377
3378         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3379         * sysdeps/arm/configure.ac: New check to define it.
3380         * sysdeps/arm/configure: Regenerated.
3381         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3382         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3383         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3384         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3385         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3386         Use move/movt pair instead of a load.
3387         (LDST_GLOBAL): Macro removed.
3388         (LDR_GLOBAL): New macro replaces it.
3389         (LDR_HIDDEN): New macro.
3390         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3391         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3392
3393         * setjmp/tst-setjmp-static.c: New file.
3394         * setjmp/Makefile (tests): Add it.
3395         (tests-static): New variable.
3396
3397 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3398
3399         [BZ #17485]
3400         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3401
3402 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3403
3404         [BZ #14132]
3405         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3406
3407 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3408
3409         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3410
3411 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3412
3413         * io/fts.c (dirent_not_directory): New function.
3414         (fts_build): Call it.
3415
3416 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3417
3418         * nptl/version.c (__nptl_main): Use normal __write rather than
3419         INTERNAL_SYSCALL.
3420         (banner): Update copyright years.
3421
3422         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3423         gettimeofday.
3424         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3425         * nptl/pthread_cond_timedwait.c: Likewise.
3426         * nptl/pthread_mutex_timedlock.c: Likewise.
3427         * nptl/sem_timedwait.c: Likewise.
3428
3429         * sysdeps/nptl/bits/libc-lock.h
3430         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3431         (__libc_lock_init_recursive): Return void, not 0.
3432         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3433         (__libc_rwlock_init): Likewise.
3434         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3435
3436 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3437
3438         [BZ #15215]
3439         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3440         (__pthread_once_slow): ... here.
3441         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3442         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3443
3444 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3445
3446         [BZ #15215]
3447         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3448         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3449         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3450         * nptl/pthread_once.c (__pthread_once): Likewise.
3451         Update comments.
3452
3453 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3454
3455         [BZ #14138]
3456         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3457         name.
3458         (writev): Use __libc_writev as strong name.
3459         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3460         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3461
3462 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3463
3464         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3465
3466         * sysdeps/i386/nptl/tls.h
3467         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3468         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3469         New macros.
3470         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3471         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3472         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3473         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3474         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3475         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3476
3477         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3478         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3479         on [__NR_futex].
3480         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3481         broken out of ...
3482         (__pthread_mutex_init): ... here.  Call it.
3483         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3484         Conditionalize PI cases on [__NR_futex].
3485         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3486         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3487         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3488
3489         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3490         conditional on [SIGSETXID].
3491         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3492         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3493         is defined.  Likewise for SIGSETXID.
3494         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3495         Conditionalize definitions on [SIGSETXID].
3496         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3497         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3498         unblocking on [SIGCANCEL].
3499
3500         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3501         [__NR_set_robust_list].
3502
3503 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3504
3505         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3506         (do_compare): Likewise.
3507
3508 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3509
3510         [BZ #15884]
3511         * string/strcoll_l.c: Don't include stdio.h.
3512         (coll_seq): Remove members idxarr and rulearr.
3513         (get_next_seq_cached): Remove function.
3514         (get_next_seq): Likewise.
3515         (get_next_seq_nocache): Rename to get_next_seq.
3516         (do_compare): Remove function.
3517         (do_compare_nocache): Rename to do_compare.
3518         (STRCOLL): Remove weight and rules cache.
3519
3520 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3521
3522         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3523         * sysdeps/arm/sfp-machine.h: ... to here.
3524         * sysdeps/arm/Implies: Remove arm/soft-fp.
3525
3526 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3527
3528         * conform/data/sys/utsname.h-data (*_t): Allow.
3529         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3530         [POSIX] (WEXITED): Do not expect constant.
3531         [POSIX] (WSTOPPED): Likewise.
3532         [POSIX] (WNOHANG): Likewise.
3533         [POSIX] (WNOWAIT): Likewise.
3534         [POSIX] (siginfo_t): Do not expect type or elements.
3535         [POSIX] (pid_t): Do not expect type.
3536         [POSIX] (signal.h): Do not allow header.
3537         [POSIX] (sys/resource.h): Likewise.
3538         [POSIX] (si_*): Do not allow pattern.
3539         [POSIX] (W*): Likewise.
3540         [POSIX] (P_*): Likewise.
3541         [POSIX] (BUS_*): Likewise.
3542         [POSIX] (CLD_*): Likewise.
3543         [POSIX] (FPE_*): Likewise.
3544         [POSIX] (ILL_*): Likewise.
3545         [POSIX] (POLL_*): Likewise.
3546         [POSIX] (SEGV_*): Likewise.
3547         [POSIX] (SI_*): Likewise.
3548         [POSIX] (TRAP_*): Likewise.
3549         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3550         variable.
3551
3552 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3553
3554         [BZ #12926]
3555         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3556         infinite loop when __recvmsg returns 0.
3557
3558 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3559
3560         * CANCEL-FCT-WAIVE: Remove file.
3561         * CANCEL-FILE-WAIVE: Likewise.
3562
3563         [BZ #14132]
3564         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3565         instead of INTVARDEF.
3566         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3567         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3568         rtld_hidden_data_def instead of INTVARDEF.
3569         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3570         * elf/dl-deps.c (expand_dst): Likewise.
3571         * elf/dl-load.c (_dl_dst_count): Likewise.
3572         (_dl_dst_substitute): Likewise.
3573         (decompose_rpath): Likewise.
3574         (_dl_init_paths): Likewise.
3575         (open_path): Likewise.
3576         (_dl_map_object): Likewise.
3577         * elf/rtld.c (dl_main): Likewise.
3578         (process_dl_audit): Likewise.
3579         (process_envvars): Likewise.
3580         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3581         Remove declaration.
3582         (__libc_enable_secure): Use rtld_hidden_proto.
3583
3584 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3585
3586         * elf/dl-load.c
3587         (add_path): New function broken out of _dl_rtld_di_serinfo.
3588         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3589
3590 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3591
3592         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3593         parentheses around macro arguments.
3594         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3595         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3596         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3597         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3598         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3599         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3600         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3601         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3602         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3603         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3604         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3605         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3606         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3607         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3608         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3609         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3610         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3611         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3612         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3613         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3614         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3615         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3616         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3617         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3618         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3619         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3620         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3621         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3622         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3623         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3624         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3625         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3626         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3627         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3628         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3629         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3630         Likewise.
3631         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3632         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3633         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3634         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3635         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3636         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3637         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3638         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3639         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3640         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3641         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3642         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3643         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3644         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3645         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3646         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3647         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3648         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3649         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3650         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3651         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3652         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3653         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3654         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3655         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3656         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3657         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3658         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3659         (_FP_FRAC_SRS_1): Likewise.
3660         (_FP_FRAC_CLZ_1): Likewise.
3661         (_FP_MUL_MEAT_1_imm): Likewise.
3662         (_FP_MUL_MEAT_1_wide): Likewise.
3663         (_FP_MUL_MEAT_1_hard): Likewise.
3664         (_FP_SQRT_MEAT_1): Likewise.
3665         (_FP_FRAC_ASSEMBLE_1): Likewise.
3666         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3667         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3668         (__FP_CLZ_2): Likewise.
3669         (_FP_MUL_MEAT_2_wide): Likewise.
3670         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3671         (_FP_MUL_MEAT_2_gmp): Likewise.
3672         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3673         (_FP_SQRT_MEAT_2): Likewise.
3674         (_FP_FRAC_ASSEMBLE_2): Likewise.
3675         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3676         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3677         (_FP_FRAC_CLZ_4): Likewise.
3678         (_FP_MUL_MEAT_4_wide): Likewise.
3679         (_FP_MUL_MEAT_4_gmp): Likewise.
3680         (_FP_SQRT_MEAT_4): Likewise.
3681         (_FP_FRAC_ASSEMBLE_4): Likewise.
3682         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3683         * soft-fp/op-common.h (_FP_CMP): Likewise.
3684         (_FP_CMP_EQ): Likewise.
3685         (_FP_CMP_UNORD): Likewise.
3686         (_FP_TO_INT): Likewise.
3687         (_FP_FROM_INT): Likewise.
3688         [!__FP_CLZ] (__FP_CLZ): Likewise.
3689         (_FP_DIV_HELP_imm): Likewise.
3690         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3691         Likewise.
3692         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3693         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3694         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3695         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3696         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3697         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3698         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3699         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3700         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3701         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3702         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3703         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3704         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3705         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3706         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3707         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3708         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3709         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3710         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3711         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3712         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3713         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3714         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3715         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3716         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3717         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3718         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3719         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3720         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3721         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3722         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3723         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3724         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3725         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3726         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3727         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3728         (FP_UNPACK_RAW_SP): Likewise.
3729         (FP_PACK_RAW_S): Likewise.
3730         (FP_PACK_RAW_SP): Likewise.
3731         (FP_UNPACK_S): Likewise.
3732         (FP_UNPACK_SP): Likewise.
3733         (FP_UNPACK_SEMIRAW_S): Likewise.
3734         (FP_UNPACK_SEMIRAW_SP): Likewise.
3735         (FP_PACK_S): Likewise.
3736         (FP_PACK_SP): Likewise.
3737         (FP_PACK_SEMIRAW_S): Likewise.
3738         (FP_PACK_SEMIRAW_SP): Likewise.
3739         (_FP_SQRT_MEAT_S): Likewise.
3740         (FP_CMP_S): Likewise.
3741         (FP_CMP_EQ_S): Likewise.
3742         (FP_CMP_UNORD_S): Likewise.
3743         (FP_TO_INT_S): Likewise.
3744         (FP_FROM_INT_S): Likewise.
3745
3746         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3747
3748         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3749         (FP_EX_INVALID_IMZ): Likewise.
3750         (FP_EX_INVALID_IMZ_FMA): Likewise.
3751         (FP_EX_INVALID_ISI): Likewise.
3752         (FP_EX_INVALID_ZDZ): Likewise.
3753         (FP_EX_INVALID_IDI): Likewise.
3754         (FP_EX_INVALID_SQRT): Likewise.
3755         (FP_EX_INVALID_CVI): Likewise.
3756         (FP_EX_INVALID_VC): Likewise.
3757         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3758         "invalid" exceptions.
3759         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3760         (_FP_ADD_INTERNAL): Likewise.
3761         (_FP_MUL): Likewise.
3762         (_FP_FMA): Likewise.
3763         (_FP_DIV): Likewise.
3764         (_FP_CMP_CHECK_NAN): Likewise.
3765         (_FP_SQRT): Likewise.
3766         (_FP_TO_INT): Likewise.
3767         (FP_EXTEND): Likewise.
3768
3769 2014-10-09  Allan McRae  <allan@archlinux.org>
3770
3771         * po/fr.po: Update French translation from translation project.
3772
3773 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3774
3775         [BZ #14132]
3776         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3777         of INTDEF.
3778         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3779         (__cxa_atexit): Use libc_hidden_proto.
3780         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3781
3782         [BZ #14132]
3783         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3784         declaration.
3785         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3786         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3787         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3788         [!_ISOMAC] (__iswctype_internal): Likewise.
3789         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3790         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3791         alias.
3792         (fcntl): Remove __fcntl_internal alias.
3793         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3794         __connect_internal alias.
3795         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3796         Likewise.
3797
3798         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3799         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3800         FP_DENORM_ZERO.
3801         (_FP_CHECK_FLUSH_ZERO): New macro.
3802         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3803         (_FP_CMP): Likewise.
3804         (_FP_CMP_EQ): Likewise.
3805         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3806         FP_DENORM_ZERO.
3807         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3808         (FP_TRUNC): Likewise.
3809
3810         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3811         treated as invalid conversion, not as normal exponent.
3812
3813         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3814         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3815         (_FP_CMP_EQ): Likewise.
3816         (_FP_CMP_UNORD): Likewise.
3817         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3818         (FP_CMP_EQ_D): Likewise.
3819         (FP_CMP_UNORD_D): Likewise.
3820         * soft-fp/extended.h (FP_CMP_E): Likewise.
3821         (FP_CMP_EQ_E): Likewise.
3822         (FP_CMP_UNORD_E): Likewise.
3823         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3824         (FP_CMP_EQ_Q): Likewise.
3825         (FP_CMP_UNORD_Q): Likewise.
3826         * soft-fp/single.h (FP_CMP_S): Likewise.
3827         (FP_CMP_EQ_S): Likewise.
3828         (FP_CMP_UNORD_S): Likewise.
3829         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3830         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3831         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3832         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3833         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3834         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3835         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3836         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3837         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3838         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3839         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3840         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3841         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3842         to FP_CMP_Q.
3843         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3844         FP_CMP_Q.
3845         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3846         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3847         FP_CMP_EQ_Q.
3848         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3849         FP_CMP_Q.
3850         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3851         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3852         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3853         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3854         FP_CMP_EQ_Q.
3855         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3856         FP_CMP_Q.
3857         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3858         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3859         FP_CMP_EQ_Q.
3860         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3861         FP_CMP_Q.
3862         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3863         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3864         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3865         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3866         FP_CMP_EQ_Q.
3867
3868         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3869         a subnormal result, set the underflow exception if trapping on
3870         underflow is enabled.
3871         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3872         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3873         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3874         redefine to 0.
3875         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3876         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3877         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3878         * soft-fp/extendxftf2.c (__extendxftf2): Use
3879         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3880
3881         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3882         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3883         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3884         FP_HANDLE_EXCEPTIONS.
3885         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3886         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3887         FP_HANDLE_EXCEPTIONS.
3888         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3889         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3890         FP_HANDLE_EXCEPTIONS.
3891         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3892         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3893         FP_HANDLE_EXCEPTIONS.
3894
3895 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3896
3897         [BZ #14132]
3898         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3899         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3900         use INTUSE.
3901         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3902         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3903         Remove alias.
3904         (__adjtimex): Define using libc_hidden_ver.
3905         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3906         Remove declaration.
3907         (ntp_gettime): Call __adjtimex directly.
3908         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3909         Remove declaration.
3910         (ntp_gettimex): Call __adjtimex directly.
3911         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3912         __adjtimex_internal alias.
3913
3914 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3915
3916         [BZ #17460]
3917         * nscd/nscd.c (more_help): Rewrite list of tables collection
3918         using xstrdup and asprintf.
3919
3920         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3921
3922 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3923             Roland McGrath  <roland@hack.frob.com>
3924
3925         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3926         (do_lookup_unique): ... local function 'enter' here; update callers.
3927
3928 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3929
3930         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3931         compat_symbol calls on [SHARED].
3932         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3933         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3934         Remove.
3935         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3936         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3937         (oldsetrlimit): Remove.
3938         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3940         (lchown): New syscall entry.
3941         (oldsetrlimit): Remove.
3942         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3943         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3944         (oldsetrlimit): Remove.
3945         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3946
3947         [BZ #14138]
3948         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3949         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3950         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3951         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3952         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3953         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3954         (fchown): Likewise.
3955         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3956         (fchown): Likewise.
3957         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3958         Likewise.
3959
3960 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3961
3962         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3963         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3964         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3965         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3966         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3967         Likewise.
3968         (__old_sem_post): Likewise.
3969
3970 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3971
3972         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3973         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3974         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3975         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3976         Use INLINE_VSYSCALL macro.
3977         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3978         __vdso_clock_gettime.
3979         * sysdeps/unix/sysv/linux/tile/init-first.c
3980         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3981         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3982         __vdso_clock_gettime.
3983
3984         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3985         to set up frame more cleanly.
3986
3987         * sysdeps/tile/memcmp.c: New file.
3988
3989         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3990
3991         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3992         * sysdeps/tile/tilegx/strcasestr.c: New file.
3993         * sysdeps/tile/tilegx/strnlen.c: New file.
3994         * sysdeps/tile/tilegx/strstr.c: New file.
3995
3996         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3997
3998 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3999
4000         * nptl/tst-setuid3.c: Write errors to stdout.
4001
4002 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4003
4004         * elf/dl-deps.c
4005         (preload): New functions broken out of _dl_map_object_deps.
4006         (_dl_map_object_deps):  Remove a nested function. Update call sites.
4007
4008 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
4009
4010         [BZ #14138]
4011         * sysdeps/unix/sysv/linux/execve.c: Remove file.
4012         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
4013
4014 2014-10-01  Steve Ellcey  <sellcey@mips.com>
4015
4016         * sysdeps/mips/strcmp.S: New.
4017
4018 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
4019
4020         [BZ #14138]
4021         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
4022         (linkat): Likewise.
4023         (mkdirat): Likewise.
4024         (readlinkat): Likewise.
4025         (renameat): Likewise.
4026         (symlinkat): Likewise.
4027         (unlinkat): Likewise.
4028         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
4029         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
4030         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
4031         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
4032         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
4033         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
4034         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
4035
4036 2014-09-30  Will Newton  <will.newton@linaro.org>
4037
4038         * math/math.h: Define long double math functions if
4039         _LIBC_TEST is defined.
4040         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
4041
4042         * localedata/Makefile: Move assignment to tests-special
4043         into an ifdef testing run-built-tests.
4044         * timezone/Makefile: Likewise.
4045
4046 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
4047
4048         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
4049         with $(BASH) not $(SHELL).
4050
4051 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
4052             Matthew LeGendre  <legendre1@llnl.gov>
4053
4054         [BZ #17411]
4055         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
4056         l_reloc_result.
4057
4058 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4059
4060         * stdio-common/printf_fp.c
4061         (hack_digit): New function, broken out of ...
4062         (__printf_fp): ... local function here.  Update call sites.
4063         hack_digit now takes an additional parameter that is a pointer
4064         to a struct of the referenced locals.  Those locals moved inside
4065         the struct and references updated.
4066
4067 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
4068
4069         * aclocal.m4: Require autoconf 2.69.
4070         * configure: Regenerated.
4071         * sysdeps/aarch64/configure: Likewise.
4072         * sysdeps/alpha/configure: Likewise.
4073         * sysdeps/arm/armv7/configure: Likewise.
4074         * sysdeps/arm/configure: Likewise.
4075         * sysdeps/ia64/configure: Likewise.
4076         * sysdeps/mach/configure: Likewise.
4077         * sysdeps/mips/configure: Likewise.
4078         * sysdeps/s390/configure: Likewise.
4079         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
4080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
4081
4082         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
4083         file.
4084         * sysdeps/ia64/configure.ac: Likewise.
4085
4086 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
4087
4088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
4089         specify symbol version for ld.so.  Do not include entry for
4090         libpthread.
4091         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4092         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4093         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4094
4095         [BZ #14171]
4096         * Makeconfig [$(build-shared) = yes]
4097         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
4098         makefiles.
4099         [$(build-shared) = yes && $(soversions.mk-done) = t]
4100         ($(common-objpfx)gnu/lib-names.h): Remove rule.
4101         [$(build-shared) = yes && $(soversions.mk-done) = t]
4102         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
4103         to Makerules.
4104         [$(build-shared) = yes && $(soversions.mk-done) = t]
4105         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
4106         here.
4107         [$(build-shared) = yes && $(soversions.mk-done) = t]
4108         (common-generated): Don't append gnu/lib-names.h and
4109         gnu/lib-names.stmp here.
4110         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
4111         (lib-names-h-abi): New variable.
4112         [$(build-shared) = yes && $(soversions.mk-done) = t]
4113         (lib-names-stmp-abi): Likewise.
4114         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4115         abi-variants] (before-compile): Append
4116         $(common-objpfx)$(lib-names-h-abi).
4117         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4118         abi-variants] (common-generated): Append gnu/lib-names.h.
4119         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4120         abi-variants] (install-others-nosubdir): Depend on
4121         $(inst_includedir)/$(lib-names-h-abi).
4122         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4123         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
4124         [$(build-shared) = yes && $(soversions.mk-done) = t]
4125         ($(common-objpfx)$(lib-names-h-abi)): New rule.
4126         [$(build-shared) = yes && $(soversions.mk-done) = t]
4127         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
4128         [$(build-shared) = yes && $(soversions.mk-done) = t]
4129         (common-generated): Append $(lib-names-h-abi) and
4130         $(lib-names-stmp-abi).
4131         * scripts/lib-names.awk: Do not handle multi being set.
4132         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
4133         Remove variable.
4134         (abi-lp64_be-ld-soname): Likewise.
4135         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
4136         Likewise.
4137         (abi-hard-ld-soname): Likewise.
4138         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
4139         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
4140         Remove variable.
4141         (abi-o32_hard-ld-soname): Likewise.
4142         (abi-o32_soft_2008-ld-soname): Likewise.
4143         (abi-o32_hard_2008-ld-soname): Likewise.
4144         (abi-n32_soft-ld-soname): Likewise.
4145         (abi-n32_hard-ld-soname): Likewise.
4146         (abi-n32_soft_2008-ld-soname): Likewise.
4147         (abi-n32_hard_2008-ld-soname): Likewise.
4148         (abi-n64_soft-ld-soname): Likewise.
4149         (abi-n64_hard-ld-soname): Likewise.
4150         (abi-n64_soft_2008-ld-soname): Likewise.
4151         (abi-n64_hard_2008-ld-soname): Likewise.
4152         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
4153         Likewise.
4154         (abi-64-v2-ld-soname): Likewise.
4155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
4156         ld.so entries.
4157         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
4158         variable.
4159         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
4160         entry.
4161         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
4162         variable.
4163         (abi-64-ld-soname): Likewise.
4164         (abi-x32-ld-soname): Likewise.
4165         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
4166         entry.
4167         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4168
4169 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
4170
4171         [BZ #14138]
4172         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
4173         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4174         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
4175         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
4176         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
4177         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4178         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4179         syscall entry for GLIBC_2.2 symbol version.
4180         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4181         Likewise.
4182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4183         (setrlimit): Likewise.
4184         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4185         Likewise.
4186
4187 2014-09-23  Will Newton  <will.newton@linaro.org>
4188
4189         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4190         _LINUX_ARM_SYSDEP_H include guard too.
4191         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4192         define.
4193
4194 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4195
4196         * sysdeps/unix/sysv/linux/eventfd.c:
4197         Make first argument unsigned.
4198         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4199         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4200
4201 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
4202
4203         * socket/recvmmsg.c (recvmmsg): Drop const argument.
4204         * socket/sys/socket.h: Likewise
4205         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4206
4207 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4208
4209         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4210
4211 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
4212
4213         * time/tst-ftime.c: New test.
4214         * time/Makefile (tests): Add tst-ftime.
4215
4216 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
4217
4218         * soft-fp/extended.h: Fix comment formatting.
4219         * soft-fp/op-1.h: Likewise.
4220         * soft-fp/op-2.h: Likewise.
4221         * soft-fp/op-4.h: Likewise.
4222         * soft-fp/op-8.h: Likewise.
4223         * soft-fp/op-common.h: Likewise.
4224         * soft-fp/soft-fp.h: Likewise.
4225
4226         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4227
4228 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
4229
4230         [BZ #6652]
4231         * Makeconfig (soversions-default-setname): Remove variable.
4232         ($(common-objpfx)soversions.i): Don't pass default_setname to
4233         soversions.awk.
4234         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4235         oldest_abi to abi-versions.awk.
4236         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4237         * config.make.in (oldest-abi): Remove variable.
4238         * configure.ac (--enable-oldest-abi): Remove configure option.
4239         * configure: Regenerated.
4240         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4241         text.
4242         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4243         * scripts/soversions.awk: Do not handle default_setname variable.
4244         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4245         variable.
4246         * sysdeps/mach/hurd/configure: Regenerated.
4247         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4248         variable.
4249         * sysdeps/unix/sysv/linux/configure: Regenerated.
4250
4251 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4252
4253         * elf/Makefile (CFLAGS-interp.c): Remove.
4254         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4255         path string.
4256         * elf/interp.c: Include generated runtime-linker.h
4257
4258         * Makerules (lib%.so): Don't include $(+interp) in
4259         prerequisites.
4260         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4261         * dlfcn/eval.c: Remove file.
4262
4263         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4264         macros.
4265
4266         [BZ #17266]
4267         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4268         4.2 and newer.
4269
4270         [BZ #17370]
4271         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4272
4273 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4274             Jakub Jelinek  <jakub@redhat.com>
4275
4276         [BZ #17266]
4277         * libio/stdio.h: Check definition of __fortify_function
4278         instead of __extern_always_inline to include bits/stdio2.h.
4279         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4280         check if __extern_always_inline is defined.
4281         [__USE_MISC || __USE_XOPEN]: Likewise.
4282         [__USE_ISOC99] Likewise.
4283         * misc/sys/cdefs.h (__fortify_function): Define only if
4284         __extern_always_inline is defined.
4285         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4286         __extern_always_inline and __extern_inline only for g++-4.3
4287         and newer or a compatible gcc.
4288
4289 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4290
4291         [BZ #17371]
4292         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4293         last change to handle zero prefix length.
4294
4295 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4296
4297         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4298         _SC_REGEX_VERSION.
4299
4300         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4301         _POSIX_RAW_SOCKETS.
4302
4303 2014-09-13  Allan McRae  <allan@archlinux.org>
4304
4305         * po/ru.po: Update Russian translation from translation project.
4306
4307 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4308
4309         * locale/programs/locale.c (show_locale_vars): Inline local function
4310         into its sole call site.  Clean up some style nits.
4311         (print_item): New function, broken out of ...
4312         (show_info): ... local function here.  Clean up style nits.
4313
4314         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4315         out of ...
4316         (set_class_defaults): ... local function set_default here.
4317         Define set_default as a macro locally to pass constant parameters.
4318         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4319         rather than a shared local.
4320
4321         * stdlib/rpmatch.c (try): New function, broken out of ...
4322         (rpmatch): ... local function here.  Also, prototypify definition.
4323
4324 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4325
4326         * scripts/soversions.awk: Do not handle configuration names.
4327         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4328         vendor and os variables to soversions.awk.
4329         * configure.ac: Do not modify gnu-* host_os.
4330         * configure: Regenerated
4331         * shlib-versions: Remove first column with configuration names.
4332         * nptl/shlib-versions: Likewise.
4333         * nptl_db/shlib-versions: Likewise.
4334         * sysdeps/hppa/shlib-versions: Likewise.
4335         * sysdeps/m68k/shlib-versions: Likewise.
4336         * sysdeps/mach/hurd/shlib-versions: Likewise.
4337         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4338         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4339         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4340         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4341         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4342         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4343         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4344         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4346         Likewise.
4347         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4348         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4349         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4350         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4351         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4352         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4353         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4354         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4355
4356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4357         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4358         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4359         Regenerated.
4360         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4362         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4363
4364         * shlib-versions: Remove OS-specific entries.  Moved to files in
4365         sysdeps.
4366         * sysdeps/mach/hurd/shlib-versions: New file.
4367         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4368
4369         * nptl/shlib-versions: Remove architecture-specific entries.
4370         Moved to files in sysdeps.
4371         * shlib-versions: Likewise.
4372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4373         file.
4374         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4375         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4376         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4377         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4378
4379         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4380         (UDP_NO_CHECK6_RX): Likewise.
4381
4382 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4383
4384         * sysdeps/posix/sysconf.c (__sysconf): Spell
4385         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4386
4387 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4388
4389         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4390         loading.
4391         * iconv/Versions (__gconv_transliterate): Export for use from
4392         gconv modules.
4393         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4394         (struct __gconv_trans_data, __gconv_trans_fct,
4395         __gconv_trans_context_fct, __gconv_trans_query_fct,
4396         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4397         definitions.
4398         (struct __gconv_step_data): Remove __trans member.
4399         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4400         longer hidden.  Remove unused trans_data argument.
4401         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4402         (__gconv_translit_find): Remove declaration.
4403         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4404         prototype.
4405         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4406         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4407         trans_data argument.  Add hidden definition.
4408         (__gconv_translit_find): Remove.
4409         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4410         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4411         * iconv/skeleton.c: Remove transliteration initialization.
4412         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4413         __gconv_step_data initialization.
4414         * libio/iofwide.c (__libio_translit_): Remove.
4415         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4416         * wcsmbs/btowc.c (__btowc): Likewise.
4417         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4418         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4419         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4420         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4421         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4422         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4423         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4424         * wcsmbs/wctob.c (wctob): Likewise.
4425
4426 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4427
4428         [BZ #16194]
4429         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4430         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4431         register usage.
4432         * sysdeps/x86/Makefile: Adjust.
4433
4434 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4435             Roland McGrath  <roland@hack.frob.com>
4436
4437         * locale/weight.h: Add include guard.
4438         (findidx): Make static rather than auto; take new parameters
4439         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4440         * locale/weightwc.h: Likewise.
4441         * posix/fnmatch_loop.c
4442         (FCT): Change type of EXTRA from int32_t to wint_t.
4443         Don't include either header inside the function.
4444         Call FINDIDX rather than findidx, and pass new arguments.
4445         #undef FINDIDX at the end of the file.
4446         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4447         FINDIDX before including fnmatch_loop.c for the non-wide version.
4448         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4449         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4450         for the wide version.
4451         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4452         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4453         Pass new arguments to findidx.
4454         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4455         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4456         Don't #include it inside the function.  Pass new arguments to findidx.
4457         * posix/regex_internal.h
4458         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4459         (re_string_elem_size_at): Don't #include it inside the function.
4460         Pass new arguments to findidx.
4461         * string/strcoll_l.c: #include WEIGHT_H at top level.
4462         (get_next_seq): Don't #include it inside the function.
4463         Pass new arguments to findidx.
4464         (get_next_seq_nocache): Likewise.
4465         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4466         (STRXFRM): Don't #include it inside the function.
4467         Pass new arguments to findidx.
4468
4469 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4470
4471         [BZ #17344]
4472         * malloc/malloc.c (unlink): Turn asserts into a call to
4473         malloc_printerr.
4474
4475 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4476
4477         [BZ #17370]
4478         * libio/wfileops (do_ftell_wide): Free OUT.
4479
4480 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4481
4482         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4483
4484 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4485
4486         [BZ #17363]
4487         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4488         group if the current group is empty.
4489
4490 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4491
4492         * benchtests/bench-memset.c (test_main): Add more test from size
4493         from 32 to 512 bytes.
4494         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4495         Add POWER8 memset object.
4496         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4497         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4498         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4499         implementation.
4500         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4501         Likewise.
4502         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4503         multiarch POWER8 memset optimization.
4504         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4505         POWER8 memset optimization.
4506
4507         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4508         Remove bzero multiarch objects.
4509         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4510         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4511         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4512         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4513         Remove define.
4514         [__bzero]: Redefine to specific name.
4515         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4516         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4517         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4518         define.
4519         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4520         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4521
4522 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4523
4524         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4525         warnings into errors.
4526
4527         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4528         __cxa_thread_atexit_impl prototype.
4529
4530 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4531
4532         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4533         Fix capitalization of error message.
4534
4535 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4536
4537         * sysdeps/mips/preconfigure: Modify ABI tests.
4538
4539 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4540
4541         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4542
4543 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4544             Carlos O'Donell  <carlos@systemhalted.org>
4545
4546         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4547         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4548         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4549         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4550         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4551         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4552         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4553         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4554         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4555         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4556         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4557         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4558         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4559         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4560         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4561         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4562         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4563         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4564         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4565         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4566         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4567         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4568         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4569         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4570         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4571         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4572         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4573         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4574         Deconditionalize the code that was previously under [RESET_PID].
4575         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4576         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4577         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4578         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4579         include sysdep.h.
4580
4581 2014-09-08  Allan McRae  <allan@archlinux.org>
4582
4583         * version.h (RELEASE): Set to "development".
4584         (VERSION): Set to "2.20.90"
4585
4586 2014-09-07  Allan McRae  <allan@archlinux.org
4587
4588         * version.h (RELEASE): Set to "stable".
4589         (VERSION): Set to "2.20"
4590         * include/features.h (__GLIBC_MINOR__): Set to 20.
4591
4592         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4593         Liebler.
4594
4595         * po/ko.po: Update Korean translation from translation project.
4596
4597 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4598
4599         [BZ #17354]
4600         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4601         macro for handling signed relocations.
4602
4603 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4604
4605         [BZ #17325]
4606         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4607         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4608         assert.
4609         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4610         * iconvdata/ibm935.c (BODY): Likewise.
4611         * iconvdata/ibm937.c (BODY): Likewise.
4612         * iconvdata/ibm939.c (BODY): Likewise.
4613         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4614         assert.
4615         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4616         script.
4617         * iconvdata/run-iconv-test.sh: New test loop for checking for
4618         decoder crashers.
4619
4620 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4621
4622         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4623         libm_hidden_ver.
4624
4625 2014-09-01  Allan McRae  <allan@archlinux.org>
4626
4627         * po/eo.po: Update Esperanto translation from translation project.
4628
4629         * po/ca.po: Update Catalan translation from translation project.
4630
4631 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4632
4633         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4634         __proc_dostop call.
4635
4636 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4637
4638         [BZ #17319]
4639         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4640         to call set_thread_area instead of hand written asm.
4641         (__NR_set_thread_area): Removed define.
4642         (TLS_FLAG_WRITABLE): Likewise.
4643         (__ASSUME_SET_THREAD_AREA): Remove check.
4644         (TLS_EBX_ARG): Remove define.
4645         (TLS_LOAD_EBX): Likewise.
4646
4647 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4648
4649         Simplify atomicity of socket creation in bind.
4650
4651         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4652         looking up the name after linking the file.
4653
4654 2014-08-27  Allan McRae  <allan@archlinux.org>
4655
4656         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4657
4658 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4659
4660         [BZ #17187]
4661         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4662         trans_compare, open_translit, __gconv_translit_find):
4663         Remove module loading code.
4664
4665 2014-08-26  Allan McRae  <allan@archlinux.org>
4666
4667         * po/vi.po: Update Vietnamese translation from translation project.
4668
4669         * po/uk.po: Update Ukrainian translation from translation project.
4670
4671         * po/fr.po: Update French translation from translation project.
4672
4673         * po/ru.po: Update Russian translation from translation project.
4674
4675         * po/pl.po: Update Polish translation from translation project.
4676
4677         * po/cs.po: Update Czech translation from translation project.
4678
4679         * po/de.po: Update German translation from translation project.
4680
4681         * po/bg.po: Update Bulgarian translation from translation project.
4682
4683         * po/sv.po: Update Sweedish translation from translation project.
4684
4685         * po/nl.po: Update Dutch translation from translation project.
4686
4687         * po/es.po: Update Spanish translation from translation project.
4688
4689 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4690
4691         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4692
4693         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4694         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4695         (CPPFLAGS-iconvconfig): Likewise.
4696         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4697
4698         * include/libc-symbols.h: Remove unnecessary check for
4699         NOT_IN_libc.
4700         * nptl/pthreadP.h: Likewise.
4701         * sysdeps/aarch64/setjmp.S: Likewise.
4702         * sysdeps/alpha/setjmp.S: Likewise.
4703         * sysdeps/arm/sysdep.h: Likewise.
4704         * sysdeps/i386/setjmp.S: Likewise.
4705         * sysdeps/m68k/setjmp.c: Likewise.
4706         * sysdeps/posix/getcwd.c: Likewise.
4707         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4708         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4709         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4710         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4711         * sysdeps/sh/sh3/setjmp.S: Likewise.
4712         * sysdeps/sh/sh4/setjmp.S: Likewise.
4713         * sysdeps/unix/alpha/sysdep.h: Likewise.
4714         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4715         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4716         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4717         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4718         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4719         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4720         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4721         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4722         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4723         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4724         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4725         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4726         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4727         * sysdeps/x86_64/setjmp.S: Likewise.
4728
4729 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4730
4731         [BZ #17263]
4732         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4733         <stdint.h>.
4734         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4735         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4736
4737 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4738
4739         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4740
4741         [BZ #17262]
4742         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4743         and __x86_64__ when disabling x87 inline functions.
4744
4745 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4746
4747         [BZ #17259]
4748         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4749         asm statement with __cpuid_count.
4750
4751 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4752
4753         * configure.ac: Change __ehdr_start code to dereference the struct.
4754         Run readelf on the output to look for relocations.
4755         * configure: Regenerated.
4756
4757 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4758
4759         [BZ #17261]
4760         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4761         value to 0.
4762         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4763
4764 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4765
4766         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4767
4768 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4769
4770         [BZ #16892]
4771         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4772         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4773
4774 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4775
4776         * malloc/malloc.c: Fix typo in comment.
4777
4778 2014-08-09  Allan McRae  <allan@archlinux.org>
4779
4780         * Regenerate libc.po.
4781
4782 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4783
4784         * intl/tst-gettext2.sh: Check every lang file for creation.
4785
4786 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4787
4788         * sysdeps/aarch64/fpu/math_private.h
4789         (libc_feholdsetround_noex_aarch64_ctx): New function.
4790
4791 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4792
4793         * sysdeps/arm/armv6/strcpy.S (strcpy):
4794         Fix performance issue in misaligned cases.
4795
4796 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4797
4798         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4799         Move definition from termios.h.
4800         (struct termio): Likewise.
4801         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4802         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4803         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4804         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4805         Likewise.
4806         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4807         Move definition to ioctl-types.h
4808         (struct termio): Likewise.
4809         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4810         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4811         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4812         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4813         Likewise.
4814
4815 2014-08-05  Richard Henderson  <rth@redhat.com>
4816
4817         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4818         exceptions.
4819         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4820         Add fraiseexcpt.
4821         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4822         Use __feraiseexcept.
4823         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4824         Protect libm symbols with IS_IN_libm.
4825
4826         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4827
4828 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4829
4830         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4831
4832 2014-08-04  Will Newton  <will.newton@linaro.org>
4833
4834         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4835         file.
4836
4837 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4838
4839         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4840         variants for each function.
4841
4842 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4843
4844         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4845         appended ...
4846         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4847         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4848         appended ...
4849         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4850         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4851         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4852         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4853         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4854         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4855         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4856         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4857         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4858         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4859         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4860         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4861         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4862         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4863         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4864         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4865         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4866         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4867         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4868         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4869         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4870         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4871         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4872         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4873         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4874         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4875         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4876         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4877         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4878         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4879         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4880         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4881         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4882         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4883         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4884         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4885         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4886         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4887         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4888         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4889         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4890         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4891         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4892         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4893         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4894         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4895         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4896         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4897         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4898         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4899         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4900         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4901         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4902         Update #include.
4903         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4904         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4905
4906 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4907
4908         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4909         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4910         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4911         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4912         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4913         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4914
4915 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4916
4917         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4918         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4919         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4920         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4921
4922 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4923
4924         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4925         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4926         (__libc_vfork): Define function under this name.
4927         (__vfork): Define as an alias.
4928         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4929         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4930
4931 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4932
4933         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4934         that was previously under [RESET_PID].
4935         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4936
4937 2014-08-04  Andreas Schwab  <schwab@suse.de>
4938
4939         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4940
4941 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4942
4943         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4944         (main): Likewise.
4945
4946 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4947
4948         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4949
4950 2014-08-01  Richard Henderon  <rth@redhat.com>
4951
4952         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4953         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4954         typo in exact zero test.
4955         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4956         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4957         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4958
4959 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4960
4961         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4962         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4963         * sysdeps/arm/sysdep.h: ... here.
4964         [!__ASSEMBLER__]: Include <stdint.h>.
4965
4966 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4967
4968         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4969         (HAVE_WCTYPE_H): Likewise.
4970         (HAVE_ISWCTYPE): Likewise.
4971         (ENABLE_NLS): Likewise.
4972         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4973         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4974
4975         * posix/regex_internal.c: Check if DEBUG is defined and is
4976         set.
4977
4978         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4979         (HAVE_MBSRTOWCS): Likewise.
4980         * posix/fnmatch.c: Include string.h unconditionally.
4981
4982 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4983
4984         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4985         reversal.
4986
4987 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4988
4989         * sysdeps/generic/safe-fatal.h: New file.
4990         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4991         * nptl/forward.c: Include it.
4992         (__pthread_unwind): Use __safe_fatal as default action, rather
4993         than a bogus use of INTERNAL_SYSCALL that could never work.
4994
4995         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4996         * configure.ac (libc_cv_builtin_trap): New test.
4997         * configure: Regenerated.
4998         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4999         (ABORT_INSTRUCTION): Define using __builtin_trap.
5000
5001         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
5002         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
5003         * sysdeps/nptl/nptl-signals.h: New file.
5004         * nptl/pthreadP.h: Include <nptl-signals.h>.
5005
5006 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5007
5008         * sysdeps/s390/s390-64/utf16-utf32-z9.c
5009         (ONE_DIRECTION): Define.
5010         * sysdeps/s390/s390-64/utf8-utf16-z9.c
5011         (ONE_DIRECTION): Define.
5012         * sysdeps/s390/s390-64/utf8-utf32-z9.c
5013         (ONE_DIRECTION): Define.
5014
5015 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5016
5017         * sysdeps/s390/Makefile: Delete file.
5018         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
5019         * sysdeps/s390/__longjmp.c: Delete file.
5020         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
5021         Remove fields __flags and __reserved.
5022         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
5023         and add versioning.
5024         * sysdeps/s390/rtld-__longjmp.c: Delete file.
5025         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
5026         * sysdeps/s390/rtld-setjmp.S: Likewise.
5027         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
5028         * sysdeps/s390/s390-32/__longjmp.c: ... here.
5029         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
5030         * sysdeps/s390/s390-32/setjmp.S: ... here.
5031         Add versioning.
5032         (__sigsetjmp): Remove setting __flags field.
5033         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
5034         * sysdeps/s390/s390-64/__longjmp.c: ... here.
5035         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
5036         * sysdeps/s390/s390-64/setjmp.S: ... here.
5037         Add versioning.
5038         (__sigsetjmp): Remove setting __flags field.
5039         * sysdeps/s390/setjmp.S: Delete file.
5040         * sysdeps/s390/sigjmp.c: Likewise.
5041         * sysdeps/s390/v1-longjmp.c: Likewise.
5042         * sysdeps/s390/v1-setjmp.h: Likewise.
5043         * sysdeps/s390/v1-sigjmp.c: Likewise.
5044         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
5045         Remove v1-longjmp_chk.
5046         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
5047         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
5048         Include debug/longjmp_chk.c and add versioning.
5049         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
5050         Include nptl/pt-longjmp.c and add versioning.
5051         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
5052         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
5053         Include __longjmp.c.
5054         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
5055         Move to ...
5056         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
5057         (__getcontext): Remove setting __flags field.
5058         Add versioning.
5059         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
5060         Don't restore upper high grps.
5061         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
5062         Likewise.
5063         (__swapcontext): Remove setting uc_flags field.
5064         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
5065         Delete file.
5066         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
5067         Include __longjmp.c.
5068         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
5069         Move to ...
5070         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
5071         (__getcontext): Remove setting __flags field.
5072         Add versioning.
5073         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
5074         (__swapcontext): Remove setting uc_flags field.
5075         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
5076         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
5077         Remove fields uc_high_gprs and __reserved.
5078         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
5079         New file with reverted content.
5080         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
5081         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
5082         Regenerated.
5083         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
5084         Regenerated.
5085
5086 2014-07-31  Andreas Schwab  <schwab@suse.de>
5087
5088         * config.h.in (HAVE_IFUNC): Define to 0.
5089         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
5090         definedness.
5091
5092 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
5093
5094         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5095         memmove-avx-unaligned, memcpy-avx-unaligned and
5096         mempcpy-avx-unaligned.
5097         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5098         Add tests for AVX memcpy functions.
5099         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
5100         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
5101         memcpy_chk.
5102         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
5103         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
5104         memmove_chk.
5105         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
5106         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
5107         mempcpy_chk.
5108         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
5109         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
5110         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
5111
5112 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5113
5114         [BZ #17213]
5115         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
5116         powerpc64le.
5117
5118 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
5119
5120         [BZ #16839]
5121         * manual/llio.texi: Add section about open file description locks.
5122         * manual/examples/ofdlocks.c: Example of open file description
5123         lock usage.
5124         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
5125         F_OFD_SETLK, and F_OFD_SETLKW.
5126
5127 2014-07-23  Allan McRae  <allan@archlinux.org>
5128
5129         * po/es.po: Update Spanish translation from translation project.
5130
5131 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
5132
5133         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
5134
5135 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
5136
5137         [BZ #17078]
5138         * sysdeps/arm/dl-machine.h (elf_machine_rela)
5139         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
5140         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
5141
5142 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
5143
5144         [BZ #17088]
5145         * math/fesetenv.c (__fesetenv)
5146         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
5147         * math/feupdateenv.c (__feupdateenv)
5148         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
5149
5150         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
5151         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5152         (__ASSUME_SOCKETCALL): Do not define.
5153
5154         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
5155         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
5156         (__ASSUME_SOCKETCALL): Do not define.
5157         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
5158         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5159         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5160         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5161         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5162         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
5163         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5164         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5165
5166         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
5167         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
5168         (__ASSUME_SOCKETCALL): Do not define.
5169         (__ASSUME_IPC64): Define unconditionally.
5170         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5171         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5172         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5173         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5174         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
5175         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5176         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
5177         Likewise.
5178
5179         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5180         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5181         (__ASSUME_SOCKETCALL): Do not define.
5182         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5183         (__ASSUME_FUTEX_LOCK_PI): Likewise.
5184         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5185         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5186         (__ASSUME_REQUEUE_PI): Define unconditionally.
5187         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5188         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5189         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5190         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5191         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5192         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5193
5194         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5195         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5196         (__ASSUME_SOCKETCALL): Do not define.
5197         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5198         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5199         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5200         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5201         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5202         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5203
5204         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5205         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5206         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5207         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5208         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5209         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5210         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5211         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5212         (__ASSUME_GETCPU_SYSCALL): Likewise.
5213
5214         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5215         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
5216         cases for individual architectures.
5217         * sysdeps/gnu/configure: Regenerated.
5218         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5219         LIBC_SLIBDIR_RTLDDIR.
5220         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5221         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5222         LIBC_SLIBDIR_RTLDDIR.
5223         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5224         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5225         LIBC_SLIBDIR_RTLDDIR.
5226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5227         Regenerated.
5228         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5229         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5230         file.
5231         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5232         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5233         file.
5234         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5235         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5236         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5237         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5238
5239         * sysdeps/aarch64/shlib-versions: Move to ...
5240         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5241         * sysdeps/alpha/shlib-versions: Move to ...
5242         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5243         * sysdeps/arm/shlib-versions: Move to ...
5244         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5245         * sysdeps/hppa/shlib-versions: Move all contents except for
5246         libgcc_s entry to ...
5247         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
5248         entry from ...
5249         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
5250         * sysdeps/ia64/shlib-versions: Move to ...
5251         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5252         entry from ...
5253         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5254         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5255         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5256         * sysdeps/microblaze/shlib-versions: Move to ...
5257         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5258         * sysdeps/mips/shlib-versions: Move to ...
5259         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5260         entry from ...
5261         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5262         * sysdeps/tile/shlib-versions: Move to ...
5263         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5264         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5265         from ...
5266         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5267         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5268         entry from ...
5269         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5270
5271 2014-07-17  Will Newton  <will.newton@linaro.org>
5272
5273         * sysdeps/arm/bits/atomic.h
5274         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5275         (__arch_compare_and_exchange_bool_16_int): Likewise.
5276         (__arch_compare_and_exchange_bool_64_int): Likewise.
5277
5278         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5279         into an #else block.
5280
5281 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5282
5283         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5284         just Linux configurations.  Test empirically that the compiler sets
5285         __ARM_EABI__, rather than using the tuple to decide.
5286         * sysdeps/arm/preconfigure: Regenerated.
5287         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5288         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5289         contents appended ...
5290         * sysdeps/arm/configure.ac: ... here.
5291         * sysdeps/arm/configure: Regenerated.
5292
5293 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5294
5295         * nptl/pthread_kill.c: New file.
5296         * nptl/pthread_sigmask.c: New file.
5297         * nptl/pthread_sigqueue.c: New file.
5298
5299         * sysdeps/nptl/lowlevellock.h: New file.
5300         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5301         * sysdeps/nptl/lowlevellock-futex.h: New file.
5302
5303         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5304         Remove dead declarations.
5305
5306 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5307
5308         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5309         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5310         config-cflags-avx2.
5311         * sysdeps/x86_64/configure.ac: Likewise.
5312         * sysdeps/i386/configure: Regenerated.
5313         * sysdeps/x86_64/configure: Likewise.
5314         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5315         memset-avx2 only if config-cflags-avx2 is yes.
5316         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5317         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5318         defined.
5319         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5320         only if HAVE_AVX2_SUPPORT is defined.
5321         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5322
5323 2014-07-14  Alan Modra  <amodra@gmail.com>
5324
5325         [BZ #17153]
5326         * elf/elf.h (DT_PPC64_NUM): Correct value.
5327         * NEWS: Add to fixed bug list.
5328
5329 2014-07-13  Jim Meyering  <meyering@fb.com>
5330
5331         [BZ 17150]
5332         regex: don't deref NULL upon heap allocation failure
5333         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5334         failure in one more place.
5335         To trigger the segfault, configure grep -with-included-regex,
5336         build it, and run these commands:
5337         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5338
5339 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5340
5341         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5342
5343 2014-07-11  Richard Henderson  <rth@redhat.com>
5344
5345         * sysdeps/aarch64/libm-test-ulps: Update.
5346
5347 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5348
5349         [BZ #17135]
5350         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5351         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5352         (__nptl_setxid): Initialize error member.  Call
5353         __nptl_setxid_error.
5354         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5355         * nptl/descr.h (struct xid_command): Add error member.
5356         * nptl/tst-setuid3.c: New file.
5357         * nptl/Makefile (tests): Add it.
5358
5359 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5360
5361         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5362         New define.
5363         (__lll_trylock): Use __lll_base_trylock.
5364         (__lll_cond_trylock): Likewise.
5365
5366 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5367
5368         * nptl/pthread_create.c (start_thread): Use atomic_or and
5369         lll_futex_wake directly rather than lll_robust_dead.
5370         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5371         (lll_robust_dead): Macro removed.
5372         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5373         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5374         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5375         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5376         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5377         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5378         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5379         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5380         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5381         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5382         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5383         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5384         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5385         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5386         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5387
5388         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5389         Use atomic_compare_and_exchange_val_acq directly rather than
5390         lll_robust_trylock.
5391         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5392         (__lll_robust_trylock, lll_robust_trylock): Removed.
5393         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5394         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5395         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5396         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5397         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5398         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5399         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5400         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5401         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5402         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5403         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5404         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5405         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5406         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5407
5408 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5409
5410         * manual/locale.texi (Locale Names): New section documenting
5411         locale name syntax.  Adjust menu and node chaining accordingly.
5412         (Choosing Locale): Reference Locale Names, Locale Categories.
5413         Mention setting LC_ALL=C.  Reflect that name syntax is now
5414         documented.
5415         (Locale Categories): New section title.  Reference Locale Names.
5416         LC_ALL is an environment variable, but not a category.
5417         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5418         description, now in Locale Name.  Reference that section.  Locale
5419         name syntax is now documented.
5420
5421 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5422
5423         [BZ #17137]
5424         * locale/findlocale.c (name_present, valid_locale_name): New
5425         functions.
5426         (_nl_find_locale): Use the loc_name variable to store name
5427         candidates.  Call name_present and valid_locale_name to check and
5428         validate locale names.  Return an error if the locale is invalid.
5429
5430 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5431
5432         * locale/setlocale.c (setlocale): Use strdup for allocating
5433         composite name copy.
5434
5435 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5436
5437         Sync up with gnulib.
5438         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5439         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5440         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5441         and _GL_ARG_NONNULL.
5442         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5443         [!_LIBC]: Include code for Windows and Cygwin.
5444         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5445         Include prototype for int strerror_r.
5446         [!_LIBC] (is_open): New function.
5447         (flush_stdout): New function.
5448         (print_errno_message): Use it.
5449         (error): Likewise.
5450         (error_at_line): Likewise.
5451         (error_tail) Add function attribute macros.  Use
5452         __builtin_expect.
5453
5454         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5455
5456         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5457
5458         * io/ftw.c: Include sys/param.h unconditionally.
5459
5460         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5461
5462         [BZ #17125]
5463         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5464         libc_freeres_ptr.
5465         (freecache): New function to free CACHE on exit.
5466
5467         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5468         initialization.
5469
5470 2014-07-09  David S. Miller  <davem@davemloft.net>
5471
5472         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5473
5474         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5475         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5476         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5477         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5478         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5479         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5480         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5481         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5482         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5483         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5484         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5485         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5486         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5487
5488 2014-07-09  Andreas Schwab  <schwab@suse.de>
5489
5490         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5491         output.
5492         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5493         (do_test): Likewise.
5494
5495         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5496
5497 2014-07-09  Will Newton  <will.newton@linaro.org>
5498
5499         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5500         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5501         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5502         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5503         * sysdeps/hppa/start.S (_start): Likewise.
5504
5505 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5506
5507         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5508
5509         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5510         defined.
5511
5512 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5513
5514         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5515         after checking that it is non-NULL.
5516
5517         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5518
5519 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5520
5521         * sysdeps/powerpc/memmove.c: Remove file.
5522         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5523         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5524         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5525         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5526         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5527         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5528         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5529         string memmove instead of removed powerpc one.
5530
5531         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5532         [weak_alias]: Fix compiler warning due trailing data.
5533         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5534         [weak_alias]: Likewise.
5535         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5536         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5537
5538         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5539         (__libc_ifunc_impl_list): Add memmove functions.
5540
5541 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5542
5543         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5544         Remove code.
5545         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5546         Likewise
5547         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5548         Likewise
5549         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5550         Likewise
5551         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5552         Likewise
5553         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5554         Likewise
5555         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5556         Likewise
5557         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5558         Likewise
5559         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5560         Likewise
5561         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5562         Likewise
5563         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5564         Likewise
5565         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5566         Likewise
5567         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5568         Likewise
5569         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5570         Likewise
5571         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5572         Likewise
5573         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5574         Likewise
5575         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5576         Likewise
5577
5578 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5579
5580         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5581         to avoid alignment traps in non-cacheable memory.
5582         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5583
5584         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5585         multiarch objects.
5586         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5587         file: multiarch power7 memmove.
5588         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5589         multiarch default memmove.
5590         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5591         multiarch memove for powerpc32/power4.
5592
5593         * string/bcopy.c: Use full path to include memmove.c.
5594         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5595         multiarch objects.
5596         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5597         bcopy for powerpc64.
5598         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5599         bcopy for powerpc64.
5600         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5601         and memmove implementations.
5602         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5603         optimized multiarch memmove for POWER7/powerpc64.
5604         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5605         default multiarch memmove for powerpc64.
5606         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5607         multiarch for powerpc64.
5608         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5609         for POWER7/powerpc64.
5610         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5611         memmove for POWER7/powerpc64.
5612
5613         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5614         glibc default one.
5615
5616         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5617         __ELF_NATIVE_CLASS equal to 64.
5618
5619 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5620
5621         * sysdeps/nptl/lowlevellock.h: File removed.
5622
5623         * NEWS: NPTL is no longer an add-on!
5624         * nptl/internaltypes.h: Moved ...
5625         * sysdeps/nptl/internaltypes.h: ... here.
5626         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5627         * sysdeps/nptl/fork.c: Likewise.
5628         * sysdeps/nptl/gai_misc.h: Likewise.
5629         * sysdeps/nptl/librt-cancellation.c: Likewise.
5630         * sysdeps/nptl/jmp-unwind.c: Likewise.
5631         * sysdeps/nptl/setxid.h: Likewise.
5632         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5633         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5634         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5635         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5636         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5637         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5638         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5639         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5640         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5641         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5642         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5643         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5644         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5645         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5646         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5647         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5648         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5649         * nptl/Makeconfig: Moved ...
5650         * sysdeps/nptl/Makeconfig: ... here.
5651         * nptl/configure: File removed.
5652         * nptl/ANNOUNCE: File removed.
5653         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5654         * sysdeps/unix/sysv/linux/configure: Regenerated.
5655
5656         * nptl/Makefile (routines): Add libc_pthread_init,
5657         libc_multiple_threads, register-atfork and unregister-atfork.
5658         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5659         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5660         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5661         pthread-pi-defines.sym, structsem.sym.
5662         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5663         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5664         [$(subdir) = nptl] (tests): Add tst-setgetname.
5665         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5666         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5667         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5668         [!LIBC_SIGACTION]: Remove aliases.
5669         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5670         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5671         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5672         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5673         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5674         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5675         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5676         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5677         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5678         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5679         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5680         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5681         __libc_allocate_rtsig_private.
5682         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5683         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5684         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5685         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5686         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5687         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5688         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5689         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5690         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5691         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5692         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5693         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5694         * nptl/internaltypes.h: ... here.
5695         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5696         * sysdeps/nptl/jmp-unwind.c: ... here.
5697         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5698         * nptl/libc-lowlevellock.c: ... here.
5699         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5700         * nptl/libc_multiple_threads.c: ... here.
5701         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5702         * nptl/libc_pthread_init.c: ... here.
5703         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5704         * nptl/lowlevelbarrier.sym: ... here.
5705         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5706         * nptl/lowlevelcond.sym: ... here.
5707         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5708         * nptl/lowlevellock.c: ... here.
5709         * nptl/lowlevellock.h: Moved ...
5710         * sysdeps/nptl/lowlevellock.h: ... here.
5711         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5712         * nptl/lowlevelrobustlock.c: ... here.
5713         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5714         * nptl/lowlevelrobustlock.sym: ... here.
5715         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5716         * nptl/lowlevelrwlock.sym: ... here.
5717         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5718         * nptl/pt-fork.c: ... here.
5719         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5720         * nptl/pthread-pi-defines.sym: ... here.
5721         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5722         * nptl/pthread_attr_getaffinity.c: ... here.
5723         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5724         * nptl/pthread_attr_setaffinity.c: ... here.
5725         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5726         * nptl/pthread_mutex_cond_lock.c: ... here.
5727         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5728         Update #include.
5729         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5730         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5731         * nptl/pthread_once.c: ... here, replacing old file.
5732         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5733         * nptl/pthread_yield.c: ... here.
5734         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5735         * nptl/register-atfork.c: ... here.
5736         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5737         * nptl/sem_post.c: ... here.
5738         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5739         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5740         * nptl/sem_timedwait.c: ... here.
5741         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5742         * nptl/sem_trywait.c: ... here.
5743         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5744         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5745         * nptl/sem_wait.c: ... here.
5746         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5747         * nptl/structsem.sym: ... here.
5748         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5749         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5750         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5751         * nptl/unregister-atfork.c: ... here.
5752         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5753         * nptl/unwindbuf.sym: ... here.
5754         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5755         * sysdeps/nptl/fork.c: ... here.
5756         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5757         * sysdeps/nptl/fork.h: ... here.
5758         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5759         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5760         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5761         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5762         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5763         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5764         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5765         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5766         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5767         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5768         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5769         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5770         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5771         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5772         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5773         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5774         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5775         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5776         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5777         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5778         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5779         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5780         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5781         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5782         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5783         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5784         * sysdeps/unix/sysv/linux/raise.c: ... here.
5785         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5786         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5787         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5788         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5789         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5790         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5791         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5792         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5793         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5794         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5795         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5796         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5797         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5798         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5799         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5800
5801 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5802
5803         * sysdeps/generic/memcopy.h: Add comment for
5804         MEMCPY_OK_FOR_FWD_MEMMOVE.
5805
5806 2014-07-04  Will Newton  <will.newton@linaro.org>
5807
5808         * string/memchr.c: Merge from gnulib.
5809         [_LIBC]: Remove conditionals.
5810         (__ptr_t): Remove define.
5811         (LONG_MAX_32_BITS): Likewise.
5812         (LONG_MAX): Likewise.
5813         (MEMCHR): Use ANSI prototype and optimize algorithm.
5814
5815         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5816
5817 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5818
5819         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5820         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5821
5822         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5823         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5824         in a bare environment with no <stdlib.h> installed.
5825         * sysdeps/nptl/configure: Regenerated.
5826
5827         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5828
5829         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5830         AC_EGREP_CPP for kernel header checks, so they only succeed if
5831         including <linux/version.h> actually works right.
5832         * sysdeps/unix/sysv/linux/configure: Regenerated.
5833
5834         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5835         value so it's not diagnosed as unused.
5836
5837         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5838         thing) with "ifeq ($(subdir),rt)".
5839
5840 2014-07-03  Richard Henderson  <rth@redhat.com>
5841
5842         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5843         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5844         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5845
5846         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5847         (math_force_eval): New.
5848
5849         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5850         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5851
5852         * sysdeps/alpha/fpu/s_round.c: Remove file.
5853         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5854
5855         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5856         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5857         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5858         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5859         (_dl_start, print_statistics): Likewise.
5860         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5861         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5862
5863         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5864         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5865         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5866         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5867         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5868         (HP_SMALL_TIMING_AVAIL): Define.
5869         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5870         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5871         (HP_SMALL_TIMING_AVAIL): Define.
5872         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5873         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5874
5875         * sysdeps/aarch64/hp-timing.h: New file.
5876
5877         * sysdeps/generic/hp-timing.h: Remove dead comment.
5878         * sysdeps/generic/hp-timing-common.h: New file.
5879         * sysdeps/alpha/hp-timing.h: Include it.
5880         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5881         * sysdeps/i386/i686/hp-timing.h: Likewise.
5882         * sysdeps/ia64/hp-timing.h: Likewise.
5883         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5884         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5885         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5886         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5887         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5888         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5889         (hp_timing_t): New.
5890
5891         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5892         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5893         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5894         * elf/rtld.c (_dl_start_final): Likewise.
5895         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5896         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5897         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5898         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5899         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5900         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5901         (HP_TIMING_DIFF_INIT): Remove.
5902         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5903         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5904         (HP_TIMING_DIFF_INIT): Remove.
5905         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5906         * sysdeps/i386/i686/hp-timing.c: Remove file.
5907         * sysdeps/x86_64/hp-timing.c: Remove file.
5908         * sysdeps/ia64/hp-timing.c: Remove file.
5909         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5910         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5911         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5912         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5913
5914         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5915         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5916         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5917         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5918         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5919         (HP_TIMING_ACCUM): Remove.
5920         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5921         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5922         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5923
5924         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5925         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5926         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5927         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5928         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5929         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5930         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5931         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5932
5933         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5934
5935 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5936
5937         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5938
5939 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5940
5941         Sync up with gettext.
5942         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5943         [_MSC_VER]: Include malloc.h
5944         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5945         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5946         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5947         TEMP_FAILURE_RETRY.  Cast return of alloca.
5948         [!_LIBC] Call gl_rwlock_init.
5949         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5950
5951 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5952
5953         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5954         before checking its value.
5955
5956 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5957
5958         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5959
5960         * debug/memcpy_chk.c: Don't include pagecopy.h.
5961         * debug/mempcpy_chk.c: Likewise.
5962         * string/memcpy.c: Likewise.
5963         * string/memmove.c: Likewise.
5964         * sysdeps/powerpc/memmove.c: Likewise.
5965         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5966         definition of PAGE_COPY_FWD_MAYBE here...
5967         * sysdeps/generic/pagecopy.h: ... from here.
5968         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5969
5970 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5971             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5972
5973         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5974         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5975         optimizations.
5976         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5977         (__libc_ifunc_impl_list): Likewise.
5978         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5979         multiarch strcat for PPC64.
5980         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5981         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5982
5983 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5984
5985         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5986
5987 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5988
5989         * intl/loadmsgcat.c: Remove declaration of
5990         get_sysdep_segment_value.
5991         (get_sysdep_segment_value): Use ISO C style.
5992         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5993         semicolon.  Fix typo and formatting in comment.
5994         (_nl_unload_domain): Use ISO C style.
5995
5996         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5997
5998 2014-07-02  Will Newton  <will.newton@linaro.org>
5999
6000         * malloc/obstack.c: Merge from gnulib master.
6001         [HAVE_CONFIG_H]: Remove conditional code.
6002         [!_LIBC]: Include config.h.
6003         [!ELIDE_CODE]: Don't include inttypes.h, include
6004         stdint.h unconditionally.
6005         (print_and_abort): Mark as _Noreturn.
6006         (_obstack_allocated_p): Mark as __attribute_pure__.
6007         (obstack_free): Rename to __obstack_free.
6008         [!__attribute__]: Remove conditional code.
6009         * malloc/obstack.h: Merge from gnulib master.
6010         [__cplusplus]: Move conditional down.
6011         [!__attribute_pure__]: Define __attribute_pure__ here
6012         if it is not already defined.
6013         (_obstack_memory_used): Mark as __attribute_pure__.
6014         [!__obstack_free]: Define as obstack_free.
6015         [__GNUC__]: Remove check for ancient NeXT gcc.
6016
6017 2014-07-02  Will Newton  <will.newton@linaro.org>
6018             Paul Eggert  <eggert@cs.ucla.edu>
6019
6020         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
6021
6022 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6023
6024         * resolv/gethnamaddr.c: Add comment warning that the file is
6025         not maintained.
6026
6027 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
6028
6029         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
6030         entries.
6031
6032         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
6033         entry for aio_cancel and aio_cancel64.
6034         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
6035         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
6036         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
6037         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
6038         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
6039         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
6040         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
6041         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
6042         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
6043         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
6044         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
6045         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
6046         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
6047
6048 2014-07-01  Roland McGrath  <roland@hack.frob.com>
6049
6050         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
6051         * nptl/pthread_mutex_lock.c: Likewise.
6052         * nptl/pthread_mutex_timedlock.c: Likewise.
6053         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
6054
6055 2014-07-01  Richard henderson  <rth@redhat.com>
6056
6057         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
6058         (__isnan, __isnanl): Remove.
6059         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
6060
6061         * sysdeps/alpha/fpu/libm-test-ulps: Update.
6062
6063 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6064
6065         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6066
6067 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6068
6069         * resolv/nss_dns/dns-host.c (getanswer_r)
6070         [MULTI_PTRS_ARE_ALIASES]: Remove code.
6071
6072 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
6073
6074         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6075         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
6076         undefine.
6077         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
6078         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
6079
6080 2014-07-01  Roland McGrath <roland@hack.frob.com>
6081
6082         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
6083         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
6084
6085         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
6086         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
6087
6088         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
6089         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
6090         ... here.
6091         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
6092         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
6093
6094         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
6095         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
6096         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
6097         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
6098
6099         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
6100         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
6101         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
6102         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
6103         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
6104         Moved ...
6105         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
6106         ... here.
6107         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
6108         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
6109         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
6110         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
6111         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
6112         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
6113         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
6114         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
6115         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
6116         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
6117         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
6118         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
6119         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
6120         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
6121         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
6122         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
6123         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
6124         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
6125         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
6126         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
6127         ... here.
6128         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
6129         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
6130         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
6131         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
6132         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
6133         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
6134         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
6135         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
6136
6137 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
6138
6139         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
6140         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
6141         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
6142         Add sysdep.
6143
6144 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6145
6146         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6147
6148 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6149
6150         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
6151         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6152
6153         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6154
6155         * sysdeps/arm/libm-test-ulps: Regenerated.
6156
6157 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6158             Roland McGrath <roland@hack.frob.com>
6159
6160         * test-skeleton.c (signal_handler): Kill the whole process group
6161         before killing the child individually.
6162         (main): Report any failure on `setpgid'.
6163
6164 2014-06-30  Roland McGrath  <roland@hack.frob.com>
6165
6166         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
6167         from _TLS_H to _ARM_NPTL_TLS_H.
6168         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
6169         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
6170
6171 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6172
6173         [BZ #16539]
6174         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
6175         (__expm1l): Return argument unchanged when small but not
6176         subnormal.
6177
6178         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6179         include macro name.
6180         (_FP_UNPACK_RAW_1_P): Likewise.
6181         (_FP_PACK_RAW_1): Likewise.
6182         (_FP_PACK_RAW_1_P): Likewise.
6183         (_FP_MUL_MEAT_1_wide): Likewise.
6184         (_FP_MUL_MEAT_DW_1_hard): Likewise.
6185         (_FP_MUL_MEAT_1_hard): Likewise.
6186         (_FP_DIV_MEAT_1_imm): Likewise.
6187         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6188         (_FP_DIV_MEAT_1_udiv): Likewise.
6189         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6190         (_FP_UNPACK_RAW_2): Likewise.
6191         (_FP_UNPACK_RAW_2_P): Likewise.
6192         (_FP_PACK_RAW_2): Likewise.
6193         (_FP_PACK_RAW_2_P): Likewise.
6194         (_FP_MUL_MEAT_DW_2_wide): Likewise.
6195         (_FP_MUL_MEAT_2_wide): Likewise.
6196         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6197         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6198         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6199         (_FP_MUL_MEAT_2_gmp): Likewise.
6200         (_FP_DIV_MEAT_2_udiv): Likewise.
6201         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6202         (_FP_FRAC_SRL_4): Likewise.
6203         (_FP_FRAC_SRST_4): Likewise.
6204         (_FP_FRAC_SRS_4): Likewise.
6205         (_FP_UNPACK_RAW_4): Likewise.
6206         (_FP_UNPACK_RAW_4_P): Likewise.
6207         (_FP_PACK_RAW_4): Likewise.
6208         (_FP_PACK_RAW_4_P): Likewise.
6209         (_FP_MUL_MEAT_DW_4_wide): Likewise.
6210         (_FP_MUL_MEAT_4_wide): Likewise.
6211         (_FP_MUL_MEAT_4_gmp): Likewise.
6212         (umul_ppppmnnn): Likewise.
6213         (_FP_DIV_MEAT_4_udiv): Likewise.
6214         (__FP_FRAC_ADD_4): Likewise.
6215         (__FP_FRAC_SUB_3): Likewise.
6216         (__FP_FRAC_SUB_4): Likewise.
6217         (__FP_FRAC_DEC_3): Likewise.
6218         (__FP_FRAC_DEC_4): Likewise.
6219         (__FP_FRAC_ADDI_4): Likewise.
6220         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6221         (_FP_FRAC_SRL_8): Likewise.
6222         (_FP_FRAC_SRS_8): Likewise.
6223
6224         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6225         include macro name.
6226         (FP_UNPACK_RAW_EP): Likewise.
6227         (FP_PACK_RAW_E): Likewise.
6228         (FP_PACK_RAW_EP): Likewise.
6229         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6230         (_FP_ISSIGNAN): Likewise.
6231         (_FP_ADD_INTERNAL): Likewise.
6232         (_FP_FMA): Likewise.
6233         (_FP_CMP): Likewise.
6234         (_FP_SQRT): Likewise.
6235         (_FP_TO_INT): Likewise.
6236         (_FP_FROM_INT): Likewise.
6237         (FP_EXTEND): Likewise.
6238         (_FP_DIV_MEAT_N_loop): Likewise.
6239
6240 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6241
6242         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6243         throughout.
6244
6245 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
6246
6247         [BZ #17097]
6248         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6249         result with correct sign in case of exponents that produce
6250         overflow except for X very close to 1.
6251
6252 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6253
6254         mktime: merge #if/#ifdef usage from glibc
6255         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6256         as that works with both Glibc's and Gnulib's style.
6257         See thread starting at Siddhesh Poyarekar's bug report at:
6258         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6259
6260 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6261
6262         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6263         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6264         * sysdeps/tile/tilegx/memmove.c: Remove file.
6265
6266 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6267
6268         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6269         abi-name definition.
6270         * scripts/soversions.awk: Do not handle or generate ABI lines.
6271         * shlib-versions: Remove ABI entries.
6272         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6273         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6274
6275 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6276
6277         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6278         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6279         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6280         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6281         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6282         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6283         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6284         Moved ...
6285         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6286         ... here.
6287         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6288         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6289         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6290         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6291         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6292         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6293         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6294         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6295         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6296         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6297         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6298         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6299         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6300         Moved ...
6301         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6302         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6303         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6304         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6305         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6306         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6307         Moved ...
6308         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6309         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6310         Moved ...
6311         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6312         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6313         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6314         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6315         Moved ...
6316         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6317         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6318         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6319         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6320         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6321         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6322         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6323         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6324         Moved ...
6325         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6326         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6327         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6328         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6329         Moved ...
6330         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6331         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6332         Moved ...
6333         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6334         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6335         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6336         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6337         Moved ...
6338         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6339         ... here.
6340         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6341         Identical file removed.
6342         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6343         Moved ...
6344         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6345         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6346         Identical file removed.
6347         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6348         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6349         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6350         Moved ...
6351         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6352         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6353         Identical file removed.
6354         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6355         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6356         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6357         Identical file removed.
6358         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6359         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6360         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6361         Identical file removed.
6362         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6363         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6364         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6365         Identical file removed.
6366         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6367         Moved ...
6368         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6369         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6370         Identical file removed.
6371         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6372         Moved ...
6373         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6374         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6375         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6376         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6377         Identical file removed.
6378         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6379         Moved ...
6380         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6381         ... here.
6382         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6383         Identical file removed.
6384         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6385         Moved ...
6386         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6387         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6388         Identical file removed.
6389         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6390         Moved ...
6391         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6392         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6393         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6394         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6395         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6396         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6397         Moved ...
6398         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6399         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6400         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6401
6402         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6403         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6404         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6405         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6406         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6407
6408 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6409
6410         [BZ #17092]
6411         * nscd/nscd.c (monitor_child): Return exit status of child
6412         instead of return value from wait syscall.
6413
6414 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6415
6416         * configure.ac (libc_commonpagesize): Remove variable.
6417         (libc_relro_required): Likewise.
6418         (libc_cv_z_relro): Remove configure test.
6419         * configure: Regenerated.
6420         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6421         variable.
6422         (libc_relro_required): Likewise.
6423         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6424         (libc_relro_required): Likewise.
6425         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6426         (libc_relro_required): Likewise.
6427         * sysdeps/arm/preconfigure: Regenerated.
6428         * sysdeps/ia64/preconfigure: Remove file.
6429         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6430         variable.
6431         (libc_relro_required): Likewise.
6432
6433         [BZ #16561]
6434         [BZ #16562]
6435         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6436         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6437         recompute overflowing results in original rounding mode.
6438         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6439         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6440         recompute overflowing results in original rounding mode.
6441         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6442         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6443         recompute overflowing results in original rounding mode.
6444         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6445         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6446         recompute overflowing results in original rounding mode.
6447         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6448         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6449         recompute overflowing results in original rounding mode.
6450         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6451         (libc_feholdsetround_ctx): New macro.
6452         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6453         * sysdeps/i386/fpu/libm-test-ulps: Update.
6454         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6455
6456 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6457
6458         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6459         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6460         corresponding .cpsetup call.
6461
6462 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6463
6464         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6465         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6466         * sysdeps/arm/Makefile [$(subdir) = csu]
6467         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6468         (static-only-routines): Add aeabi_read_tp here.
6469         (shared-only-routines): Add libc-aeabi_read_tp here.
6470         (CFLAGS-libc-start.c): Add -fexceptions here.
6471         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6472         (sysdep_routines, static-only-routines, shared-only-routines):
6473         Don't add to these here.
6474         (CFLAGS-libc-start.c): Likewise.
6475
6476         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6477         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6478         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6479         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6480         * sysdeps/arm/Makefile [$(subdir) = rt]
6481         (librt-sysdep_routines, librt-shared-only-routines):
6482         Append rt-aeabi_unwind_cpp_pr1 here.
6483         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6484         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6485         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6486         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6487         Append nptl-aeabi_unwind_cpp_pr1 here.
6488         (tests): Filter out tst-cleanupx4 here.
6489         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6490         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6491         Don't do those here.
6492
6493 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6494
6495         * scripts/list-sources.sh: Do not handle ports specially.
6496
6497 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6498
6499         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6500         * sysdeps/arm/feupdateenv.c: Likewise.
6501
6502         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6503
6504 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6505
6506         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6507         trailing whitespace removed.
6508         * scripts/config.guess: Update to version 2014-03-23.
6509         * scripts/config.sub: Update to version 2014-05-01
6510         * scripts/install-sh: Update to version 2013-12-25.23.
6511         * scripts/move-if-change: Update from gnulib.
6512
6513 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6514
6515         * debug/memmove_chk.c: Remove pagecopy.h include.
6516
6517 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6518
6519         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6520         identical to gnulib mktime.
6521
6522 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6523
6524         * configure.ac: Do not test for machine being rs6000.  Do not test
6525         for powerpc*-*soft.
6526         * configure: Regenerated.
6527
6528         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6529         test.
6530         * configure: Regenerated.
6531         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6532         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6533         Remove configure test.
6534         * sysdeps/arm/configure: Regenerated.
6535         * sysdeps/nptl/configure.ac: Do not check
6536         libc_cv_asm_cfi_directives.
6537         * sysdeps/nptl/configure: Regenerated.
6538         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6539         * sysdeps/x86_64/nptl/configure: Remove generated file.
6540         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6541         unconditional.
6542         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6543
6544 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6545
6546         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6547         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6548         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6549         it is defined.
6550
6551         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6552         instead of whether it is defined.
6553         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6554         * sysdeps/hppa/dl-machine.h: Likewise.
6555         * sysdeps/ia64/dl-machine.h: Likewise.
6556         * sysdeps/m68k/dl-machine.h: Likewise.
6557         * sysdeps/microblaze/dl-machine.h: Likewise.
6558         * sysdeps/mips/dl-machine.: Likewise.
6559         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6560         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6561         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6562         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6563         * sysdeps/sh/dl-machine.h: Likewise.
6564         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6565         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6566         * sysdeps/tile/dl-machine.h: Likewise.
6567         * sysdeps/x86_64/dl-machine.h: Likewise.
6568
6569         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6570         code.
6571         (verify_persistent_db): Likewise.
6572
6573 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6574
6575         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6576         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6577         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6578         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6579         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6580         Moved ...
6581         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6582         ... here.
6583         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6584         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6585         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6586         Identical file removed.
6587         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6588         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6589         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6590         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6591         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6592         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6593         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6594         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6595         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6596         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6597         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6598         Moved ...
6599         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6600         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6601         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6602         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6603         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6604         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6605         Moved ...
6606         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6607         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6608         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6609         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6610         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6611         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6612         Identical file removed.
6613         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6614         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6615         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6616         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6617         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6618         Moved ...
6619         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6620         ... here.
6621         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6622         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6623         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6624         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6625         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6626         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6627         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6628         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6629         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6630         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6631         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6632         Moved ...
6633         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6634         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6635         Moved ...
6636         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6637         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6638         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6639         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6640         Moved ...
6641         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6642         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6643         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6644
6645         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6646         folded into ...
6647         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6648         * sysdeps/unix/sysv/linux/s390/Versions
6649         (libpthread: GLIBC_2.19): New version set.
6650         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6651         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6652         (librt: GLIBC_2.3.3): New version set.
6653         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6654         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6655         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6656         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6657         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6658         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6659         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6660         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6661         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6662         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6663         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6664         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6665         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6666         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6667         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6668         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6669         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6670         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6671         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6672         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6673         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6674         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6675         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6676         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6677         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6678         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6679         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6680         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6681         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6682         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6683         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6684         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6685         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6686         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6687         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6688         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6689         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6690         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6691         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6692         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6693         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6694         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6695         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6696         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6697         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6698
6699         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6700         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6701         (__libc_vfork): Define the function under this name.
6702         [!NOT_IN_libc] (__vfork): Make this an alias.
6703         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6704         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6705         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6706         (__libc_vfork): Define the function under this name.
6707         [!NOT_IN_libc] (__vfork): Make this an alias.
6708         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6709         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6710         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6711         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6712         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6713         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6714
6715         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6716         code that was previously under [RESET_PID].
6717         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6718         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6719         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6720
6721         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6722         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6723         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6724         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6725         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6726         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6727         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6728         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6729         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6730         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6731         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6732         Moved ...
6733         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6734         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6735         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6736         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6737         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6738         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6739         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6740         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6741         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6742         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6743         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6744         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6745         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6746         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6747         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6748         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6749         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6750         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6751         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6752         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6753         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6754         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6755         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6756         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6757         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6758         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6759         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6760         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6761         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6762
6763 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6764
6765         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6766         that was previously under [RESET_PID].
6767         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6768
6769 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6770
6771         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6772         not undefine and redefine.
6773         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6774         [O_CLOEXEC]: Make code unconditional.
6775         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6776         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6777         <kernel-features.h>.
6778         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6779         conditional variable definition.
6780         (shm_open) [O_CLOEXEC]: Make code unconditional.
6781         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6782         code.
6783
6784         * configure.ac (USE_REGPARMS): Don't define here.
6785         * configure: Regenerated.
6786         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6787         * sysdeps/i386/configure: Regenerated.
6788
6789         * nptl/createthread.c: Don't include kernel-features.h.
6790         * nptl/pthread_cancel.c: Likewise.
6791         * nptl/pthread_condattr_setclock.c: Likewise.
6792         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6793         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6794         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6795         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6796         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6797         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6798         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6799         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6800         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6801         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6802         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6803         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6804         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6805         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6806         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6807         * nscd/gai.c: Likewise.
6808         * nss/nss_db/db-open.c: Likewise.
6809         * sysdeps/generic/ldsodefs.h: Likewise.
6810         * sysdeps/sh/nptl/tls.h: Likewise.
6811         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6812         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6813         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6814         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6815         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6816         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6817         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6818         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6819         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6820         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6821         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6822         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6823         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6824         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6825         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6826         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6827         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6828         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6829         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6830         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6831         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6832         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6833         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6834         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6835         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6836         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6837         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6838         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6839         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6840         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6841         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6842         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6843         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6844         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6845         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6846         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6847         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6848         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6849         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6850         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6851         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6852         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6853         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6854         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6855         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6856         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6857         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6858         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6859         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6860         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6861         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6862         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6863         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6864         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6865         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6866         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6867         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6868         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6870         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6872         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6874         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6876         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6879         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6886         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6891         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6892         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6893         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6894         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6895         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6896         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6897         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6898         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6899         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6900         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6901         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6902         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6903         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6904         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6905         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6906         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6907         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6908         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6909         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6910         * sysdeps/unix/sysv/linux/system.c: Likewise.
6911         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6912         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6913         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6914         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6915         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6916         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6917         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6918
6919         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6920         * configure: Regenerated.
6921         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6922
6923         * configure.ac (base_machine): Do not set specially for particular
6924         machines here.
6925         * configure: Regenerated.
6926         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6927         settings from configure.ac.
6928         * sysdeps/i386/preconfigure: New file.
6929         * sysdeps/s390/preconfigure: Likewise.
6930         * sysdeps/sh/preconfigure: Likewise.
6931         * sysdeps/sparc/preconfigure: Likewise.
6932
6933 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6934
6935         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6936         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6937         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6938         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6939         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6940         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6941         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6942         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6943         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6944         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6945         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6946         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6947         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6948         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6949         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6950         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6951         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6952         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6953         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6954
6955         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6956         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6957         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6958         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6959         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6960         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6961         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6962         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6963         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6964         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6965         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6966         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6967         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6968         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6969         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6970         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6971         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6972         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6973         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6974         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6975         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6976         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6977         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6978         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6979         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6980         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6981         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6982         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6983         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6984         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6985         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6986         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6987         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6988         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6989         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6990         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6991         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6992         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6993
6994         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6995         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6996         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6997         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6998         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6999         Moved ...
7000         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
7001         ... here.
7002         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
7003         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
7004         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
7005         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
7006         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
7007         Moved ...
7008         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
7009         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
7010         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
7011         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
7012         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
7013         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
7014         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
7015         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
7016         Moved ...
7017         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
7018         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
7019         Moved ...
7020         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
7021         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
7022         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
7023         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
7024         Moved ...
7025         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
7026         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
7027         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
7028         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
7029         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
7030         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
7031         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
7032         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
7033         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
7034         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
7035         Moved ...
7036         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
7037         ... here.
7038         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
7039         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
7040         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
7041         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
7042         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
7043         Moved ...
7044         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
7045         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
7046         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
7047         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
7048         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
7049         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
7050         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
7051         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
7052         Moved ...
7053         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
7054         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
7055         Moved ...
7056         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
7057         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
7058         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
7059         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
7060         Moved ...
7061         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
7062         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
7063         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
7064         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
7065         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
7066
7067 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7068
7069         * timezone/checktab.awk: Update from tzcode 2014e.
7070         * timezone/private.h: Likewise.
7071         * timezone/tzfile.h: Likewise.
7072         * timezone/zdump.c: Likewise.
7073         * timezone/zic.c: Likewise.
7074
7075         * sysdeps/unix/sysv/linux/kernel-features.h
7076         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
7077         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
7078         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
7079         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
7080         Remove conditional code.
7081
7082 2014-06-25  Will Newton  <will.newton@linaro.org>
7083
7084         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
7085         (_dl_arm_cap_flags): Add HWCAP2 values.
7086         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
7087         (_DL_HWCAP_COUNT): Increase to 37.
7088         (_DL_HWCAP_LAST): New define.
7089         (_DL_HWCAP2_LAST): New define.
7090         (_dl_procinfo): Add support for printing
7091         AT_HWCAP2 entries.
7092         (_dl_string_hwcap): Use _dl_hwcap_string.
7093
7094 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7095
7096         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7097
7098 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7099
7100         * README: Do not mention ports directory.
7101
7102         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
7103         Remove macro.
7104         * sysdeps/unix/sysv/linux/futimes.c: Do not include
7105         <kernel-features.h>.
7106         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
7107         conditional variable definition.
7108         (__futimes): Update comment.
7109         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
7110         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
7111
7112         [BZ #16560]
7113         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
7114         arguments close to 0.
7115         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
7116         Likewise.
7117         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
7118         Likewise.
7119         * math/auto-libm-test-in: Add more tests of exp10.
7120         * math/auto-libm-test-out: Regenerated.
7121         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7122
7123         * sysdeps/unix/sysv/linux/kernel-features.h
7124         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
7125         * sysdeps/unix/sysv/linux/readv.c: Do not include
7126         <kernel-features.h>.
7127         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7128         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7129         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7130         unconditional.
7131         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7132         conditional code.
7133         * sysdeps/unix/sysv/linux/writev.c: Do not include
7134         <kernel-features.h>.
7135         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7136         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7137         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7138         unconditional.
7139         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7140         conditional code.
7141
7142 2014-06-25  Will Newton  <will.newton@linaro.org>
7143
7144         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
7145         comment changes throughout the file.  Remove checks
7146         for HAVE_*_H definitions that are not required.
7147         (__gen_tempname): Call abort if an unknown kind value is
7148         passed.
7149
7150 2014-06-25  Andreas Schwab  <schwab@suse.de>
7151
7152         [BZ #17086]
7153         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
7154         scalbln, scalblnf, scalblnl in libc.
7155
7156 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
7157
7158         [BZ #17086]
7159         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
7160         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7161         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7162
7163 2014-06-24  Roland McGrath  <roland@hack.frob.com>
7164
7165         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
7166         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
7167         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
7168         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
7169         Update #include.
7170         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
7171         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
7172         Update #include.
7173         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
7174         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
7175         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
7176         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
7177         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7178         * sysdeps/x86/bits/pthreadtypes.h: ... here.
7179         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7180         * sysdeps/x86/bits/semaphore.h: ... here.
7181         * sysdeps/x86/nptl/elide.h: Moved ...
7182         * sysdeps/x86/elide.h: ... here.
7183         * sysdeps/x86_64/nptl/Implies: File removed.
7184         * sysdeps/i386/nptl/Implies: File removed.
7185
7186 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
7187
7188         [BZ #16539]
7189         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7190         return the argument for normal arguments with exponent below -64.
7191         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7192         Likewise.
7193         * math/auto-libm-test-in: Add another test of expm1.
7194         * math/auto-libm-test-out: Regenerated.
7195
7196         [BZ #16287]
7197         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7198         calling __erfcl for arguments at least 16.
7199         * math/auto-libm-test-in: Add more tests of erf.
7200         * math/auto-libm-test-out: Regenerated.
7201
7202         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7203         individual architectures.
7204         * sysdeps/unix/sysv/linux/configure: Regenerated.
7205         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7206         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7207         * sysdeps/unix/sysv/linux/powerpc/configure.ac
7208         (ldd_rewrite_script): Define variable.
7209         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7211         file.
7212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7213         generated file.
7214         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7215         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7216         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7217         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7218         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7219         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7220         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7221         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7222
7223 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7224
7225         [BZ #17084]
7226         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7227         Rename member __data.d to __data.__elision_data.
7228
7229 2014-06-24  Wilco  <wdijkstr@arm.com>
7230
7231         * NEWS: Add 16918 to fixed bug list.
7232
7233 2014-06-24  Wilco  <wdijkstr@arm.com>
7234
7235         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7236
7237 2014-06-24  Wilco  <wdijkstr@arm.com>
7238
7239         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7240         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7241         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7242         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7243         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7244         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7245         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7246         Use _FPU_MASK_RM.
7247
7248 2014-06-24  Wilco  <wdijkstr@arm.com>
7249
7250         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7251
7252 2014-06-24  Wilco  <wdijkstr@arm.com>
7253
7254         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7255         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7256         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7257         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7258
7259 2014-06-24  Wilco  <wdijkstr@arm.com>
7260
7261         [BZ #16918]
7262         * sysdeps/arm/feupdateenv.c (feupdateenv):
7263         Rewrite to reduce FPSCR accesses and fix return value.
7264
7265 2014-06-24  Wilco  <wdijkstr@arm.com>
7266
7267         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7268         Optimize to avoid unnecessary FPSCR writes.
7269         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7270         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7271         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7272         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7273
7274 2014-06-24  Wilco  <wdijkstr@arm.com>
7275
7276         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7277         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7278         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7279         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7280         Call libc_fetestexcept_vfp.
7281         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7282         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7283         __SOFTFP__ ifdef so that they can be built for softfp.
7284
7285 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7286
7287         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7288         argument type signed char.
7289
7290         * Makerules (check-abi): Dump diff of symlist if the test
7291         fails.
7292
7293 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7294
7295         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7296         using abort.
7297
7298         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7299         Remove unused variable ST.
7300
7301 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7302
7303         [BZ #16354]
7304         [BZ #17061]
7305         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7306         small arguments before calling __expm1.
7307         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7308         small arguments before calling __expm1f.
7309         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7310         small arguments before calling __expm1l.
7311         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7312         Likewise.
7313         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7314         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7315         spurious underflow for some cosh tests.
7316         * math/auto-libm-test-out: Regenerated.
7317         * sysdeps/i386/fpu/libm-test-ulps: Update.
7318
7319         [BZ #17050]
7320         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7321         (__ieee754_y1): Set errno if return value overflows.
7322         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7323         (__ieee754_y1f): Set errno if return value overflows.
7324         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7325         (__ieee754_y1l): Set errno if return value overflows.
7326         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7327         (__ieee754_y1l): Set errno if return value overflows.
7328         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7329         * math/auto-libm-test-out: Regenerated.
7330
7331         * math/gen-auto-libm-tests.c: Document use of
7332         ignore-zero-inf-sign.
7333         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7334         (input_flags): Add ignore-zero-inf-sign.
7335         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7336         * math/gen-libm-test.pl (generate_testfile): Handle
7337         ignore-zero-inf-sign.
7338         * math/auto-libm-test-in: Mark some cpow tests with
7339         ignore-zero-inf-sign and some with xfail-rounding.
7340         * math/auto-libm-test-out: Regenerated.
7341         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7342         * sysdeps/i386/fpu/libm-test-ulps: Update.
7343         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7344
7345         [BZ #16315]
7346         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7347         overflowing or underflowing operations take place with sign of
7348         result.
7349         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7350         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7351         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7352         (__ieee754_pow): Recompute overflowing and underflowing results in
7353         original rounding mode.
7354         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7355         (__powl_helper): Allow negative argument X and scale negated value
7356         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7357         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7358         overflowing or underflowing operations take place with sign of
7359         result.
7360         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7361         Include <math.h>.
7362         * math/auto-libm-test-in: Add more tests of pow.
7363         * math/auto-libm-test-out: Regenerated.
7364         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7365         (pow_tonearest_test_data): Remove.
7366         (pow_test_tonearest): Likewise.
7367         (pow_towardzero_test_data): Likewise.
7368         (pow_test_towardzero): Likewise.
7369         (pow_downward_test_data): Likewise.
7370         (pow_test_downward): Likewise.
7371         (pow_upward_test_data): Likewise.
7372         (pow_test_upward): Likewise.
7373         (main): Don't call removed functions.
7374         * sysdeps/i386/fpu/libm-test-ulps: Update.
7375         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7376
7377 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7378
7379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7380         Moved ...
7381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7383         Moved ...
7384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7386         Moved ...
7387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7389         Moved ...
7390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7392         File removed.
7393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7394         File removed.
7395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7396         File removed.
7397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7398         File removed.
7399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7400         File removed.
7401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7402         File removed.
7403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7404         File removed.
7405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7406         File removed.
7407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7408         File removed.
7409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7410         File removed.
7411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7412         File removed.
7413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7414         File removed.
7415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7416         Moved ...
7417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7418         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7419         Moved ...
7420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7421         ... here.
7422         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7423         Moved ...
7424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7426         Moved ...
7427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7429         Moved ...
7430         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7432         Moved ...
7433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7435         Moved ...
7436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7438         Moved ...
7439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7441         Moved ...
7442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7445         ... here.
7446         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7447         Moved ...
7448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7450         Moved ...
7451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7452         ... here.
7453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7454         Moved ...
7455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7456         ... here.
7457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7458         Moved ...
7459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7460         ... here.
7461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7462         Moved ...
7463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7465         Moved ...
7466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7470         Moved ...
7471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7472         ... here.
7473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7474         Moved ...
7475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7476         ... here.
7477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7478         Moved ...
7479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7481         Moved ...
7482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7484         Moved ...
7485         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7487         Moved ...
7488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7490         Moved ...
7491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7492         ... here.
7493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7494         Moved ...
7495         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7497         Moved ...
7498         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7499         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7500         Moved ...
7501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7503         Moved ...
7504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7508         Moved ...
7509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7511         Moved ...
7512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7514         Moved ...
7515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7516         ... here.
7517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7518         Moved ...
7519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7520         ... here.
7521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7522         Moved ...
7523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7524         ... here.
7525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7526         Moved ...
7527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7529         Moved ...
7530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7532         Moved ...
7533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7535         Moved ...
7536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7537         ... here.
7538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7539         Moved ...
7540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7541         ... here.
7542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7543         Moved ...
7544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7545         ... here.
7546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7547         Moved ...
7548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7550         Moved ...
7551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7552
7553 2014-06-23  Will Newton  <will.newton@linaro.org>
7554             Wilco  <wdijkstr@arm.com>
7555
7556         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7557         implementation.  Include get-rounding-mode.h.
7558         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7559         [!libc_feholdsetround_noex_ctx]: Define
7560         libc_feholdsetround_noex_ctx.
7561         [!libc_feholdsetround_noexf_ctx]: Define
7562         libc_feholdsetround_noexf_ctx.
7563         [!libc_feholdsetround_noexl_ctx]: Define
7564         libc_feholdsetround_noexl_ctx.
7565         (libc_feholdsetround_ctx): New function.
7566         (libc_feresetround_ctx): New function.
7567         (libc_feholdsetround_noex_ctx): New function.
7568         (libc_feresetround_noex_ctx): New function.
7569
7570 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7571
7572         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7573         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7574         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7575         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7576         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7577         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7578
7579         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7580         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7581         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7582         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7583         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7584         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7585         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7586         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7587         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7588         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7589         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7590         Moved ...
7591         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7592         ... here.
7593         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7594         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7595         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7596         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7597         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7598         Moved ...
7599         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7600         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7601         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7602         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7603         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7604         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7605         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7606         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7607         Moved ...
7608         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7609         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7610         Moved ...
7611         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7612         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7613         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7614         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7615         Moved ...
7616         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7617         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7618         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7619         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7620         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7621         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7622         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7623         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7624         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7625         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7626         Moved ...
7627         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7628         ... here.
7629         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7630         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7631         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7632         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7633         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7634         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7635         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7636         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7637         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7638         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7639         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7640         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7641         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7642         Moved ...
7643         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7644         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7645         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7646         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7647         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7648         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7649         Moved ...
7650         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7651         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7652         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7653         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7654         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7655
7656         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7657         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7658         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7659         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7660         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7661         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7662         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7663         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7664         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7665         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7666         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7667         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7668         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7669         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7670         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7671         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7672         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7673         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7674         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7675         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7676         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7677         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7678         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7679         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7680         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7681         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7682         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7683         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7684
7685 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7686
7687         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7688         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7689         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7690         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7691         (IPV6_PMTUDISC_INTERFACE): Likewise.
7692         (IPV6_PMTUDISC_OMIT): Likewise.
7693
7694 2014-06-23  Andreas Schwab  <schwab@suse.de>
7695
7696         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7697         Remove unused errout label.
7698
7699 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7700
7701         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7702         macro: hardware supports Vector Crypto instructions.
7703
7704 2014-06-23  Will Newton  <will.newton@linaro.org>
7705
7706         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7707         rather than __builtin_expect.
7708
7709         * elf/dl-lookup.c (undefined_msg): Remove variable.
7710         (_dl_lookup_symbol_x): Replace undefined_msg with string
7711         literal.
7712
7713         * elf/dl-lookup.c (do_lookup_unique): New function.
7714         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7715         to a separate function.
7716
7717 2014-06-23  Andreas Schwab  <schwab@suse.de>
7718
7719         [BZ #17079]
7720         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7721         before reading the next line.
7722
7723 2014-06-23  Will Newton  <will.newton@linaro.org>
7724
7725         * test-skeleton.c (signal_handler): Use printf and %m
7726         rather than perror.  Use printf rather than fprintf to
7727         stderr.  Use puts rather than fputs to stderr.
7728         (main): Likewise.
7729
7730 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7731
7732         * nscd/nscd.c (thread_info_t): Remove typedef.
7733         (thread_info): Remove variable.
7734
7735 2014-06-21  Allan McRae  <allan@archlinux.org>
7736
7737         * NEWS: Mention CVE-2014-4043.
7738
7739 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7740
7741         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7742         * nptl/smp.h: ... here.
7743
7744         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7745
7746         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7747         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7748         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7749         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7750
7751         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7752         * nptl/stack-aliasing.h: New file.
7753         * sysdeps/i386/i686/stack-aliasing.h: New file.
7754         * sysdeps/i386/i686/nptl/Makefile: File removed.
7755         * sysdeps/x86_64/stack-aliasing.h: New file.
7756         * sysdeps/x86_64/nptl/Makefile
7757         (CFLAGS-pthread_create.c): Variable removed.
7758
7759         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7760         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7761         old file.
7762         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7763         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7764         old file.
7765
7766 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7767
7768         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7769         (__ASSUME_SIGFRAME_V2): Remove macro.
7770         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7771         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7772         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7773         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7774         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7775         Declare as function.  Remove conditional macro definitions.
7776         (__default_rt_sa_restorer): Likewise.
7777         (__default_sa_restorer_v1): Remove declaration.
7778         (__default_sa_restorer_v2): Likewise.
7779         (__default_rt_sa_restorer_v1): Likewise.
7780         (__default_rt_sa_restorer_v2): Likewise.
7781         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7782         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7783         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7784
7785 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7786
7787         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7788         (libpthread-routines): Add sysdep.
7789         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7790         * sysdeps/unix/sysv/linux/sparc/Versions
7791         (libpthread: GLIBC_2.3.3): New version set.
7792         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7793         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7794         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7795         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7796         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7797         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7798         Moved ...
7799         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7800         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7801         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7802         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7803         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7804         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7805         * sysdeps/sparc/nptl/sem_init.c: ... here.
7806         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7807         * sysdeps/sparc/nptl/sem_post.c: ... here.
7808         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7809         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7810         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7811         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7812         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7813         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7814         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7815         (libpthread-routines): Add cpu_relax.
7816         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7817         File removed.
7818         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7819         (librt: GLIBC_2.3.3): New version set.
7820         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7821         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7822         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7823         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7824         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7825         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7826         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7827         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7828         Moved ...
7829         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7830         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7831         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7832         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7833         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7834         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7835         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7836         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7837         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7838         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7839         Moved ...
7840         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7841         Update #include.
7842         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7843         Moved ...
7844         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7845         Update #include.
7846         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7847         Moved ...
7848         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7849         Update #include.
7850         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7851         Moved ...
7852         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7853         Update #include.
7854         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7855         Moved ...
7856         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7857         Update #include.
7858         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7859         Moved ...
7860         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7861         Update #include.
7862         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7863         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7864         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7865         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7866         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7867         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7868         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7869         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7870         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7871         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7872         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7873         Moved ...
7874         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7875         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7876         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7877         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7878         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7879
7880 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7881
7882         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7883         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7884         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7885         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7886         * nscd/nscd.c: Likewise.
7887         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7888         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7889         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7890         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7891
7892         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7893         <kernel-features.h>.
7894         (init_mq_netlink): Remove conditional have_sock_cloexec
7895         definitions.  Remove code conditional on have_sock_cloexec < 0.
7896         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7897         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7898         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7899         <kernel-features.h>.
7900         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7901         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7902
7903 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7904
7905         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7906         Add tests for memset_chk and memset.
7907
7908         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7909         with AVX2_Usable.
7910
7911 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7912
7913         [BZ #16046]
7914         * elf/tst-dl-iter-static.c: New file.
7915         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7916
7917         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7918         error.
7919
7920 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7921
7922         * sysdeps/unix/sysv/linux/kernel-features.h
7923         (__ASSUME_F_GETOWN_EX): Remove macro.
7924         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7925         <kernel-features.h>.
7926         (miss_F_GETOWN_EX): Remove variable or macro.
7927         (do_fcntl): Do not check miss_F_GETOWN_EX.
7928         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7929
7930         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7931         Remove macro.
7932         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7933         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7934         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7935
7936         * sysdeps/unix/sysv/linux/kernel-features.h
7937         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7938         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7939         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7940         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7941
7942 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7943
7944         [BZ #17075]
7945         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7946         Fix calculation of the symbol's value.
7947         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7948         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7949         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7950         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7951         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7952         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7953         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7954         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7955         (modules-names): Add `tst-armtlsdescmod',
7956         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7957         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7958         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7959         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7960         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7961         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7962         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7963         ($(objpfx)tst-armtlsdescloc): New dependency.
7964         ($(objpfx)tst-armtlsdescextnow): Likewise.
7965         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7966         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7967         TLS scheme support.
7968         * sysdeps/arm/configure: Regenerate.
7969
7970 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7971
7972         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7973         (__atfct_seterrno_2): Likewise.
7974         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7975         <kernel-features.h>.
7976         (__ASSUME_ATFCTS): Do not undefine and redefine.
7977         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7978         (__have_atfcts): Remove conditional definition.
7979         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7980         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7981         unreachable if [__ASSUME_ATFCTS].
7982         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7983         not undefine and redefine.
7984         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7985         <kernel-features.h>.
7986         (faccessat) [__NR_faccessat]: Make code unconditional.
7987         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7988         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7989         <kernel-features.h>.
7990         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7991         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7992         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7993         <kernel-features.h>.
7994         (fchownat) [__NR_fchownat]: Make code unconditional.
7995         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7996         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7997         <kernel-features.h>.
7998         (futimesat) [__NR_futimesat]: Make code unconditional.
7999         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
8000         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
8001         <kernel-features.h>.
8002         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8003         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8004         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
8005         <kernel-features.h>.
8006         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
8007         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8008         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
8009         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
8010         <kernel-features.h>.
8011         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
8012         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8013         * sysdeps/unix/sysv/linux/linkat.c: Do not include
8014         <kernel-features.h>.
8015         (linkat) [__NR_linkat]: Make code unconditional.
8016         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8017         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
8018         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
8019         <kernel-features.h>.
8020         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
8021         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8022         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
8023         <kernel-features.h>.
8024         (mkdirat) [__NR_mkdirat]: Make code unconditional.
8025         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
8026         * sysdeps/unix/sysv/linux/openat.c: Do not include
8027         <kernel-features.h>.
8028         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
8029         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
8030         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
8031         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
8032         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
8033         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
8034         <kernel-features.h>.
8035         (readlinkat) [__NR_readlinkat]: Make code unconditional.
8036         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
8037         result of INLINE_SYSCALL directly, not via int variable.
8038         * sysdeps/unix/sysv/linux/renameat.c: Do not include
8039         <kernel-features.h>.
8040         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
8041         (renameat) [__NR_renameat]: Make code unconditional.
8042         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
8043         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
8044         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
8045         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
8046         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
8047         (__ASSUME_ATFCTS): Do not undefine and redefine.
8048         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
8049         <kernel-features.h>.
8050         (symlinkat) [__NR_symlinkat]: Make code unconditional.
8051         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8052         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
8053         <kernel-features.h>.
8054         (unlinkat) [__NR_unlinkat]: Make code unconditional.
8055         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8056         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
8057         (__ASSUME_ATFCTS): Do not undefine and redefine.
8058         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
8059         <kernel-features.h>.
8060         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8061         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8062         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
8063         <kernel-features.h>.
8064         (__xmknodat) [__NR_mknodat]: Make code unconditional.
8065         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8066
8067 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
8068
8069         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
8070
8071 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
8072
8073         [BZ #17069]
8074         * posix/regcomp.c (parse_reg_exp): Deallocate partially
8075         constructed tree before returning error.
8076         * posix/bug-regexp36.c: Expand test case.
8077
8078 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
8079
8080         [BZ #6803]
8081         * math/libm-test.inc (scalbln_test_date):
8082         Add errno expectations.
8083         * math/w_scalblnf.c: New File.
8084         Add wrapper which checks for setting errno to ERANGE.
8085         Add weak_alias for corresponding scalbln function.
8086         * math/w_scalbln.c: Likewise.
8087         * math/w_scalblnl.c: Likewise.
8088         * math/Makefile (libm-calls): Add w_scalbln.
8089         * sysdeps/ieee754/flt-32/s_scalblnf.c:
8090         Remove weak_alias for corresponding scalbln function.
8091         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
8092         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
8093         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
8094         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
8095         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
8096         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8097         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
8098         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8099         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
8100         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
8101         Remove long_double_symbol for scalblnl function in libm, libc.
8102         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
8103         Add wrapper which checks for setting errno to ERANGE.
8104         Add long_double_symbol for scalblnl function in libm, libc.
8105         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
8106         Remove long_double_symbol for scalblnl in libm.
8107         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
8108         Add wrapper which checks for setting errno to ERANGE.
8109         Add long_double_symbol for scalblnl function in libm.
8110         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
8111         Do not use wrapper because of own implementation.
8112
8113 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
8114
8115         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
8116         3 bytes for __pad1 for x32.
8117         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
8118
8119 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
8120             H.J. Lu  <hongjiu.lu@intel.com>
8121
8122         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
8123         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
8124         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8125         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8126         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8127
8128 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
8129
8130         [BZ #17069]
8131         * posix/regcomp.c (parse_expression): Deallocate partially
8132         constructed tree before returning error.
8133         * posix/Makefile.c (tests): Add bug-regex36.
8134         (generated): Add bug-regex36.mtrace.
8135         (tests-special): Add $(objpfx)bug-regex36-mem.out
8136         (bug-regex36-ENV): New variable.
8137         ($(objpfx)bug-regex36-mem.out): New rule.
8138         * posix/bug-regex36.c: New file.
8139
8140 2014-06-19  Will Newton  <will.newton@linaro.org>
8141
8142         * malloc/malloc.c (systrim): If extra is zero then return
8143         early.
8144
8145 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
8146
8147         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
8148
8149 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
8150
8151         * sysdeps/aarch64/strchr.S: New file.
8152
8153 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8154
8155         [BZ #17022]
8156         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
8157         from arguments -2 or below.
8158         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8159         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8160
8161 2014-06-18  Andreas Schwab  <schwab@suse.de>
8162
8163         [BZ #17062]
8164         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
8165         of a bracket expr not to run off the end of the string.
8166         * posix/Makefile (tests): Add tst-fnmatch3.
8167         * posix/tst-fnmatch3.c: New file.
8168
8169 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8170
8171         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
8172         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8173         [$(cross-compiling) = no]: Likewise.
8174         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8175         [$(cross-compiling) = no]: Likewise.
8176
8177 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8178
8179         [BZ #17031]
8180         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8181         double, adjusted for any remainder from the high double.
8182         * math/libm-test.inc (nearbyint): Add tests.
8183         (rint): Likewise.
8184
8185 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8186
8187         * nptl/sysdeps/powerpc/Makefile: Moved ...
8188         * sysdeps/powerpc/nptl/Makefile: ... here.
8189         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8190         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8191         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8192         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8193         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8194         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8195         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8196         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8197         * nptl/sysdeps/powerpc/tls.h: Moved ...
8198         * sysdeps/powerpc/nptl/tls.h: ... here.
8199
8200 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
8201
8202         [BZ #16681]
8203         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8204         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8205         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8206         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8207         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8208         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8209         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8210         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8211         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8212
8213 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
8214
8215         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8216
8217 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
8218
8219         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8220         defined operator.
8221
8222         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8223         $TIMEOUTFACTOR.
8224
8225 2014-06-16  Florian Weimer  <fweimer@redhat.com>
8226
8227         [BZ #17058]
8228         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8229         non-executed part of the test.
8230
8231 2014-06-16  Andreas Schwab  <schwab@suse.de>
8232
8233         * string/bits/string2.h (strdup, strndup): Update feature guard.
8234
8235 2014-06-14  David S. Miller  <davem@davemloft.net>
8236
8237         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8238
8239 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8240
8241         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8242         that was previously under [RESET_PID].
8243         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8244
8245         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8246         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8247         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8248         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8249         (__libc_vfork): New strong alias.
8250         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8251
8252 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8253
8254         * sysdeps/generic/elide.h: New file.
8255
8256 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8257
8258         * Makefile (installed-headers): Adjust path of pthread.h header.
8259
8260 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8261
8262         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8263         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8264         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8265         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8266
8267         * nptl/sysdeps/s390/Makefile: Moved ...
8268         * sysdeps/s390/nptl/Makefile: ... here.
8269         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8270         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8271         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8272         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8273         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8274         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8275         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8276         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8277         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8278         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8279         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8280         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8281         * nptl/sysdeps/s390/tls.h: Moved ...
8282         * sysdeps/s390/nptl/tls.h: ... here.
8283
8284         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8285         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8286
8287 2014-06-13  David S. Miller  <davem@davemloft.net>
8288
8289         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8290         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8291         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8292         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8293         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8294         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8295         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8296         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8297         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8298         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8299         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8300         Remove RESET_PID cpp guards.
8301         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8302         Remove RESET_PID cpp guards.
8303         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8304
8305 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8306
8307         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8308         __sp to uintptr_t.
8309
8310 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8311
8312         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8313         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8314         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8315         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8316         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8317         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8318         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8319         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8320         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8321         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8322         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8323         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8324         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8325         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8326         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8327         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8328         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8329         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8330         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8331         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8332
8333         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8334         (pthread_rwlock_rdlock): Add elision.
8335         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8336         (pthread_rwlock_wrlock): Add elision.
8337         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8338         (pthread_rwlock_trywrlock): Add elision.
8339         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8340         (pthread_rwlock_tryrdlock): Add elision.
8341         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8342         (pthread_rwlock_tryrdlock): Add elision unlock.
8343         * nptl/sysdeps/pthread/pthread.h:
8344         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8345         (PTHREAD_RWLOCK_INITIALIZER,
8346         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8347         Handle new elision field.
8348         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8349         * sysdeps/arm/nptl/bits/pthreadtypes.h
8350         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8351         * sysdeps/sh/nptl/bits/pthreadtypes.h
8352         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8353         * sysdeps/tile/nptl/bits/pthreadtypes.h
8354         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8355         * sysdeps/a/nptl/bits/pthreadtypes.h
8356         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8357         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8358         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8359         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8360         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8361         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8362         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8363         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8364         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8365         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8366         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8367         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8368         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8369         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8370         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8371         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8372         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8373         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8374         (elision_init): Set try_xbegin to zero when no RTM.
8375         * sysdeps/x86/nptl/bits/pthreadtypes.h
8376         (pthread_rwlock_t): Change __pad1 to __rwelision.
8377         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8378
8379 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8380
8381         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8382         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8383         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8384         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8385
8386 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8387
8388         [BZ #16996]
8389         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8390         that the cached result has been set before returning it.
8391
8392 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8393
8394         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8395         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8396         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8397         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8398         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8399         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8400
8401         * nptl/sysdeps/sparc/Makefile: Moved ...
8402         * sysdeps/sparc/nptl/Makefile: ... here.
8403         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8404         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8405         * nptl/sysdeps/sparc/tls.h: Moved ...
8406         * sysdeps/sparc/nptl/tls.h: ... here.
8407         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8408         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8409         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8410         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8411         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8412         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8413         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8414         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8415         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8416         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8417         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8418         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8419         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8420         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8421         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8422         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8423         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8424         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8425         Update #include.
8426         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8427         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8428         Update #include.
8429         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8430         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8431         Update #include.
8432         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8433         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8434         Update #include.
8435
8436         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8437
8438         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8439         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8440
8441         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8442         (struct list_links): Type removed.
8443         (struct thread_node, struct timer_node): Replace struct list_links
8444         with struct list_head.
8445         (list_unlink_ip): Likewise.
8446         * sysdeps/pthread/timer_routines.c
8447         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8448         (list_append, list_insbefore): Likewise.
8449         (list_init): Function removed.
8450         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8451         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8452         * sysdeps/pthread/Makefile: ... here, new file.
8453
8454         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8455         * sysdeps/nptl/Implies: ... here.
8456         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8457         * nptl/sysdeps/pthread/list.h: Moved ...
8458         * include/list.h: ... here.
8459         * nptl/sysdeps/pthread/createthread.c: Moved ...
8460         * nptl/createthread.c: ... here.
8461         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8462         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8463         * nptl/pt-longjmp.c: ... here.
8464         * nptl/sysdeps/pthread/Makefile: Moved ...
8465         * sysdeps/nptl/Makefile: ... here.
8466         * nptl/sysdeps/pthread/Subdirs: Moved ...
8467         * sysdeps/nptl/Subdirs: ... here.
8468         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8469         * sysdeps/nptl/aio_misc.h: ... here.
8470         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8471         * sysdeps/nptl/bits/libc-lock.h: ... here.
8472         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8473         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8474         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8475         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8476         * nptl/sysdeps/pthread/configure: Moved ...
8477         * sysdeps/nptl/configure: ... here.
8478         * nptl/sysdeps/pthread/configure.ac: Moved ...
8479         * sysdeps/nptl/configure.ac: ... here.
8480         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8481         * sysdeps/nptl/gai_misc.h: ... here.
8482         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8483         * sysdeps/nptl/librt-cancellation.c: ... here.
8484         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8485         * sysdeps/nptl/malloc-machine.h: ... here.
8486         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8487         * sysdeps/nptl/pthread-functions.h: ... here.
8488         * nptl/sysdeps/pthread/pthread.h: Moved ...
8489         * sysdeps/nptl/pthread.h: ... here.
8490         * nptl/sysdeps/pthread/setxid.h: Moved ...
8491         * sysdeps/nptl/setxid.h: ... here.
8492         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8493         * sysdeps/nptl/sigfillset.c: ... here.
8494         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8495         * sysdeps/nptl/tcb-offsets.h: ... here.
8496         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8497         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8498         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8499         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8500         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8501         * sysdeps/pthread/allocalim.h: ... here.
8502         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8503         * sysdeps/pthread/bits/sigthread.h: ... here.
8504         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8505         * sysdeps/pthread/flockfile.c: ... here.
8506         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8507         * sysdeps/pthread/ftrylockfile.c: ... here.
8508         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8509         * sysdeps/pthread/funlockfile.c: ... here.
8510         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8511         * sysdeps/pthread/posix-timer.h: ... here.
8512         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8513         * sysdeps/pthread/timer_create.c: ... here.
8514         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8515         * sysdeps/pthread/timer_delete.c: ... here.
8516         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8517         * sysdeps/pthread/timer_getoverr.c: ... here.
8518         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8519         * sysdeps/pthread/timer_gettime.c: ... here.
8520         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8521         * sysdeps/pthread/timer_routines.c: ... here.
8522         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8523         * sysdeps/pthread/timer_settime.c: ... here.
8524         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8525         * sysdeps/pthread/tst-timer.c: ... here.
8526         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8527         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8528
8529         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8530         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8531
8532         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8533         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8534         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8535         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8536         Update #include target.
8537         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8538         * sysdeps/i386/i686/nptl/Makefile: ... here.
8539         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8540         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8541         Update #include target.
8542         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8543         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8544         * nptl/sysdeps/i386/Makefile: Moved ...
8545         * sysdeps/i386/nptl/Makefile: ... here.
8546         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8547         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8548         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8549         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8550         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8551         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8552         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8553         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8554         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8555         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8556         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8557         * nptl/sysdeps/i386/tls.h: Moved ...
8558         * sysdeps/i386/nptl/tls.h: ... here.
8559
8560         * sysdeps/sh/Makefile [$(subdir) = csu]
8561         (gen-as-const-headers): Add tcb-offsets.sym.
8562         * nptl/sysdeps/sh/Makefile: File removed.
8563         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8564         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8565         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8566         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8567         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8568         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8569         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8570         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8571         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8572         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8573         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8574         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8575         * nptl/sysdeps/sh/tls.h: Moved ...
8576         * sysdeps/sh/nptl/tls.h: ... here.
8577         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8578         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8579         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8580         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8581         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8582         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8583         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8584         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8585         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8586         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8587         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8588         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8589         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8590         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8591         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8592         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8593         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8594         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8595         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8596         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8597         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8598         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8599         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8600         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8601         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8602         Moved ...
8603         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8604         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8605         Moved ...
8606         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8607         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8608         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8609         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8610         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8611         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8612         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8613         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8614         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8615         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8616         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8617         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8618         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8619         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8620         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8621         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8622         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8623         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8624         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8625
8626 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8627
8628         * posix/spawn_faction_addopen.c: Include string.h.
8629
8630 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8631
8632         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8633         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8634         * nptl/sysdeps/x86_64/Makefile: Moved ...
8635         * sysdeps/x86_64/nptl/Makefile: ... here.
8636         * nptl/sysdeps/x86_64/configure: Moved ...
8637         * sysdeps/x86_64/nptl/configure: ... here.
8638         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8639         * sysdeps/x86_64/nptl/configure.ac: ... here.
8640         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8641         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8642         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8643         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8644         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8645         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8646         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8647         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8648         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8649         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8650         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8651         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8652         * nptl/sysdeps/x86_64/tls.h: Moved ...
8653         * sysdeps/x86_64/nptl/tls.h: ... here.
8654         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8655         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8656         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8657         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8658
8659         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8660
8661 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8662
8663         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8664
8665 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8666
8667         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8668         type.
8669         [POSIX] (off_t): Likewise.
8670         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8671         [POSIX] (S_ISBLK): Require macro.
8672         [POSIX] (S_ISCHR): Likewise.
8673         [POSIX] (S_ISDIR): Likewise.
8674         [POSIX] (S_ISFIFO): Likewise.
8675         [POSIX] (S_ISREG): Likewise.
8676         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8677         optional-macro.
8678         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8679         type.
8680         [POSIX] (time_t): Likewise.
8681         [POSIX] (timer_t): Likewise.
8682
8683 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8684
8685         [BZ #17048]
8686         * posix/spawn_int.h (struct __spawn_action): Make the path string
8687         non-const to support deallocation.
8688         * posix/spawn_faction_addopen.c
8689         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8690         * posix/spawn_faction_destroy.c
8691         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8692         path in all spawn_do_open actions.
8693         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8694         posix_spawn_file_actions_addopen.
8695
8696 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8697
8698         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8699         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8700         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8701         conditional code always true.
8702         (__libc_vfork): New alias.
8703
8704 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8705
8706         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8707         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8708
8709         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8710
8711         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8712         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8713
8714         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8715         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8716
8717         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8718         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8719
8720 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8721
8722         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8723         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8724         multiarch strcmp for PPC64.
8725         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8726         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8727         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8728         multiarch optimizations.
8729         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8730         (__libc_ifunc_impl_list): Likewise.
8731
8732 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8733
8734         * benchtests/scripts/validate_benchout.py: New script.
8735         * benchtests/Makefile (bench-func): Call it.
8736         * benchtests/scripts/benchout.schema.json: New file.
8737
8738 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8739
8740         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8741         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8742         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8743         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8744         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8745         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8746         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8747         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8748         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8749         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8750         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8751         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8752         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8753         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8754         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8755         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8756         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8757         Moved ...
8758         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8759         ... here.
8760         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8761         Moved ...
8762         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8763         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8764         Moved ...
8765         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8766         ... here.
8767         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8768         Moved ...
8769         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8770         ... here.
8771         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8772         Moved ...
8773         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8774         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8775         Moved ...
8776         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8777         ... here.
8778         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8779         Moved ...
8780         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8781         ... here.
8782         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8783         Moved ...
8784         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8785         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8786         Moved ...
8787         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8788         ... here.
8789         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8790         Moved ...
8791         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8792         ... here.
8793         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8794         Moved ...
8795         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8796         ... here.
8797         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8798         Moved ...
8799         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8800         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8801         Moved ...
8802         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8803         ... here.
8804         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8805         Moved ...
8806         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8807         ... here.
8808         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8809         Moved ...
8810         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8811         ... here.
8812         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8813         Moved ...
8814         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8815         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8816         Moved ...
8817         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8818         ... here.
8819         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8820         Moved ...
8821         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8822         ... here.
8823         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8824         Moved ...
8825         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8826         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8827         Moved ...
8828         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8829         ... here.
8830         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8831         Moved ...
8832         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8833         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8834         Moved ...
8835         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8836         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8837         Moved ...
8838         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8839         ... here.
8840         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8841         Moved ...
8842         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8843         ... here.
8844         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8845         Moved ...
8846         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8847         ... here.
8848         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8849         Moved ...
8850         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8851         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8852         Moved ...
8853         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8854         ... here.
8855         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8856         Moved ...
8857         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8858         ... here.
8859         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8860         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8861         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8862         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8863         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8864         Moved ...
8865         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8866         ... here.
8867         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8868         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8869         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8870         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8871         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8872         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8873         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8874         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8875         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8876         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8877         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8878         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8879         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8880         Moved ...
8881         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8882         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8883         Moved ...
8884         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8885         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8886         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8887         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8888         Moved ...
8889         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8890         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8891         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8892         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8893         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8894         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8895         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8896
8897 2014-06-10  Wilco  <wdijkstr@arm.com>
8898
8899         * math/test-fenv-return.c: New file.
8900         * math/Makefile: Add new test test-fenv-return.
8901
8902 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8903
8904         [BZ #17042]
8905         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8906         when x - 1 is zero.
8907         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8908         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8909         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8910         0.0L for an argument of 1.0L.
8911         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8912         Likewise.
8913         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8914         value when x - 1 is zero.
8915         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8916         * sysdeps/i386/fpu/libm-test-ulps: Update.
8917         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8918
8919 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8920
8921         [BZ #15119]
8922         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8923
8924 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8925
8926         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8927         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8928
8929 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8930
8931         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8932         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8933
8934         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8935         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8936
8937         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8938         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8939
8940         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8941         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8942
8943         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8944         if not already defined.
8945         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8946         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8947         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8948         (TLS_INIT_TP): Use it.
8949         (TLS_DEFINE_INIT_TP): New macro.
8950         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8951
8952 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8953
8954         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8955         constant.
8956         [POSIX] (IXANY): Likewise.
8957         [POSIX] (OLCUC): Likewise.
8958         [POSIX || POSIX2008] (CBAUD): Do not allow.
8959         [POSIX || POSIX2008] (DEFECHO): Likewise.
8960         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8961         [POSIX || POSIX2008] (ECHOKE): Likewise.
8962         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8963         [POSIX || POSIX2008] (EXTA): Likewise.
8964         [POSIX || POSIX2008] (EXTB): Likewise.
8965         [POSIX || POSIX2008] (FLUSHO): Likewise.
8966         [POSIX || POSIX2008] (LOBLK): Likewise.
8967         [POSIX || POSIX2008] (PENDIN): Likewise.
8968         [POSIX || POSIX2008] (SWTCH): Likewise.
8969         [POSIX || POSIX2008] (VDISCARD): Likewise.
8970         [POSIX || POSIX2008] (VDSUSP): Likewise.
8971         [POSIX || POSIX2008] (VLNEXT): Likewise.
8972         [POSIX || POSIX2008] (VREPRINT): Likewise.
8973         [POSIX || POSIX2008] (VSTATUS): Likewise.
8974         [POSIX || POSIX2008] (VWERASE): Likewise.
8975         (B*): Change to B[0123456789]*.
8976         * conform/data/time.h-data [POSIX || UNIX98]
8977         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8978         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8979         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8980         [POSIX] (tm_*): Do not allow.
8981
8982 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8983
8984         * Makefile (install): Don't set LANGUAGE.
8985         * Makefile.in (install): Likewise.
8986         * assert/Makefile (test-assert-ENV): Remove variable.
8987         (test-assert-perr-ENV): Likewise.
8988         * elf/Makefile (neededtest4-ENV): Likewise.
8989         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8990         [$(cross-compiling) = no]: Don't set LANGUAGE.
8991         * io/ftwtest-sh (LANG): Remove variable.
8992         * libio/Makefile (tst-widetext-ENV): Likewise.
8993         * manual/install.texi (Running make install): Don't refer to
8994         environment settings for make install.
8995         * INSTALL: Regenerated.
8996         * nptl/tst-tls6.sh: Don't set LANG.
8997         * posix/globtest.sh (LANG): Remove variable.
8998         * string/Makefile (tester-ENV): Likewise.
8999         (inl-tester-ENV): Likewise.
9000         (noinl-tester-ENV): Likewise.
9001         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9002         [$(cross-compiling) = no]: Don't set LANGUAGE.
9003         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
9004         without explicit environment settings.
9005
9006 2014-06-06  Roland McGrath  <roland@hack.frob.com>
9007
9008         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
9009         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
9010         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
9011         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
9012
9013 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
9014
9015         * crypt/crypt-private.h [DOS]: Add some includes taken from the
9016         other files in the crypt directory.
9017         * crypt/crypt.c: Remove duplicate includes.
9018         * crypt/crypt-entry.c: Likewise.
9019         * crypt/crypt_util.c: Likewise.
9020
9021 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
9022
9023         * Makeconfig (run-program-env): New variable.
9024         (run-program-prefix-before-env): Likewise.
9025         (run-program-prefix-after-env): Likewise.
9026         (run-program-prefix): Define in terms of new variables.
9027         (built-program-cmd-before-env): New variable.
9028         (built-program-cmd-after-env): Likewise.
9029         (built-program-cmd): Define in terms of new variables.
9030         (test-program-prefix-before-env): New variable.
9031         (test-program-prefix-after-env): Likewise.
9032         (test-program-prefix): Define in terms of new variables.
9033         (test-program-cmd-before-env): New variable.
9034         (test-program-cmd-after-env): Likewise.
9035         (test-program-cmd): Define in terms of new variables.
9036         * Rules (make-test-out): Use $(run-program-env).
9037         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
9038         (help): Do not mention environment variables.  Mention
9039         --timeoutfactor option.
9040         (timeoutfactor): New variable.
9041         (blacklist_exports): Remove function.
9042         (exports): Remove variable.
9043         (command): Do not include ${exports}.
9044         * manual/install.texi (Configuring and compiling): Do not mention
9045         test wrappers preserving environment variables.  Mention that last
9046         assignment to a variable must take precedence.
9047         * INSTALL: Regenerated.
9048         * benchtests/Makefile (run-bench): Use $(run-program-env).
9049         * catgets/Makefile ($(objpfx)test1.cat): Use
9050         $(built-program-cmd-before-env), $(run-program-env) and
9051         $(built-program-cmd-after-env).
9052         ($(objpfx)test2.cat): Do not specify environment variables
9053         explicitly.
9054         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
9055         $(run-program-env) and $(built-program-cmd-after-env).
9056         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
9057         $(run-program-env) and $(test-program-cmd-after-env).
9058         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
9059         explicitly.
9060         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
9061         run_program_env and test_program_cmd_after_env arguments.
9062         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
9063         * elf/tst-pathopt.sh: Use run_program_env argument.
9064         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
9065         $(test-wrapper-env) and $(run-program-env).
9066         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
9067         run_program_env arguments.
9068         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
9069         * intl/Makefile ($(objpfx)tst-gettext.out): Use
9070         $(test-program-prefix-before-env), $(run-program-env) and
9071         $(test-program-prefix-after-env).
9072         ($(objpfx)tst-gettext2.out): Likewise.
9073         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
9074         run_program_env and test_program_prefix_after_env arguments.
9075         * intl/tst-gettext2.sh: Likewise.
9076         * intl/tst-gettext4.sh: Do not set environment variables
9077         explicitly.
9078         * intl/tst-gettext6.sh: Likewise.
9079         * intl/tst-translit.sh: Likewise.
9080         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
9081         $(test-program-prefix-before-env), $(run-program-env) and
9082         $(test-program-prefix-after-env).
9083         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
9084         run_program_env and test_program_prefix_after_env arguments.
9085         * math/Makefile (run-regen-ulps): Use $(run-program-env).
9086         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
9087         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
9088         explicitly with each use of ${test_wrapper_env}.
9089         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
9090         $(test-program-prefix-before-env), $(run-program-env) and
9091         $(test-program-prefix-after-env).
9092         * posix/tst-getconf.sh: Do not set environment variables
9093         explicitly.
9094         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
9095         run_program_env and test_program_prefix_after_env arguments.
9096         * stdio-common/tst-printf.sh: Do not set environment variables
9097         explicitly.
9098         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
9099         $(test-program-prefix-before-env), $(run-program-env) and
9100         $(test-program-prefix-after-env).
9101         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
9102         run_program_env and test_program_prefix_after_env arguments.
9103         Split $test calls into $test_pre and $test.
9104         * timezone/Makefile (build-testdata): Use
9105         $(built-program-cmd-before-env), $(run-program-env) and
9106         $(built-program-cmd-after-env).
9107
9108 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9109
9110         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
9111         strlen for non SHARED builds.
9112
9113 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
9114
9115         * nptl/allocatestack.c (check_list): Inlined function...
9116         (__reclaim_stacks): ... here.
9117
9118 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9119
9120         [BZ #15698]
9121         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9122         memory overrun.
9123
9124 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
9125
9126         * Rules (make-test-out): Include
9127         LOCPATH=$(common-objpfx)localedata in default environment.
9128         * debug/Makefile (tst-chk1-ENV): Remove variable.
9129         (tst-chk2-ENV): Likewise.
9130         (tst-chk3-ENV): Likewise.
9131         (tst-chk4-ENV): Likewise.
9132         (tst-chk5-ENV): Likewise.
9133         (tst-chk6-ENV): Likewise.
9134         (tst-lfschk1-ENV): Likewise.
9135         (tst-lfschk2-ENV): Likewise.
9136         (tst-lfschk3-ENV): Likewise.
9137         (tst-lfschk4-ENV): Likewise.
9138         (tst-lfschk5-ENV): Likewise.
9139         (tst-lfschk6-ENV): Likewise.
9140         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
9141         (tst-iconv7-ENV): Likewise.
9142         * intl/Makefile (LOCPATH-ENV): Likewise.
9143         (tst-codeset-ENV): Likewise.
9144         (tst-gettext3-ENV): Likewise.
9145         (tst-gettext5-ENV): Likewise.
9146         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
9147         (tst-fopenloc-ENV): Likewise.
9148         (tst-fgetws-ENV): Remove variable.
9149         (tst-ungetwc1-ENV): Likewise.
9150         (tst-ungetwc2-ENV): Likewise.
9151         (bug-ungetwc2-ENV): Likewise.
9152         (tst-swscanf-ENV): Likewise.
9153         (bug-ftell-ENV): Likewise.
9154         (tst-fgetwc-ENV): Likewise.
9155         (tst-fseek-ENV): Likewise.
9156         (tst-ftell-partial-wide-ENV): Likewise.
9157         (tst-ftell-active-handler-ENV): Likewise.
9158         (tst-ftell-append-ENV): Likewise.
9159         * posix/Makefile (tst-fnmatch-ENV): Likewise.
9160         (tst-regexloc-ENV): Likewise.
9161         (bug-regex1-ENV): Likewise.
9162         (tst-regex-ENV): Likewise.
9163         (tst-regex2-ENV): Likewise.
9164         (bug-regex5-ENV): Likewise.
9165         (bug-regex6-ENV): Likewise.
9166         (bug-regex17-ENV): Likewise.
9167         (bug-regex18-ENV): Likewise.
9168         (bug-regex19-ENV): Likewise.
9169         (bug-regex20-ENV): Likewise.
9170         (bug-regex22-ENV): Likewise.
9171         (bug-regex23-ENV): Likewise.
9172         (bug-regex25-ENV): Likewise.
9173         (bug-regex26-ENV): Likewise.
9174         (bug-regex30-ENV): Likewise.
9175         (bug-regex32-ENV): Likewise.
9176         (bug-regex33-ENV): Likewise.
9177         (bug-regex34-ENV): Likewise.
9178         (bug-regex35-ENV): Likewise.
9179         (tst-rxspencer-ENV): Likewise.
9180         (tst-rxspencer-no-utf8-ENV): Likewise.
9181         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9182         (tst-sscanf-ENV): Likewise.
9183         (tst-swprintf-ENV): Likewise.
9184         (tst-swscanf-ENV): Likewise.
9185         (test-vfprintf-ENV): Likewise.
9186         (scanf13-ENV): Likewise.
9187         (bug14-ENV): Likewise.
9188         (tst-grouping-ENV): Likewise.
9189         * stdlib/Makefile (tst-strtod-ENV): Likewise.
9190         (tst-strtod3-ENV): Likewise.
9191         (tst-strtod4-ENV): Likewise.
9192         (tst-strtod5-ENV): Likewise.
9193         (testmb2-ENV): Likewise./
9194         * string/Makefile (tst-strxfrm-ENV): Likewise.
9195         (tst-strxfrm2-ENV): Likewise.
9196         (bug-strcoll1-ENV): Likewise.
9197         (test-strcasecmp-ENV): Likewise.
9198         (test-strncasecmp-ENV): Likewise.
9199         * time/Makefile (tst-strptime-ENV): Likewise.
9200         (tst-ftime_l-ENV): Likewise.
9201         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9202         (tst-mbrtowc-ENV): Likewise.
9203         (tst-wcrtomb-ENV): Likewise.
9204         (tst-mbrtowc2-ENV): Likewise.
9205         (tst-c16c32-1-ENV): Likewise.
9206         (tst-mbsnrtowcs-ENV): Likewise.
9207
9208 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9209
9210         * manual/resource.texi (How to get information about the memory
9211         subsystem?): Fix typo.
9212         Reported by Peon de la Parra Ivan <peon@keba.com>
9213
9214 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
9215
9216         [BZ #16882]
9217         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9218         (pthread_spin_lock): Branch out of spin loop to proper location.
9219         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9220         (pthread_spin_lock): Likewise.
9221
9222         * nptl/tst-spin4.c: New test.
9223         * nptl/Makefile (tests): Add tst-spin4.
9224
9225 2014-06-03  Andreas Schwab  <schwab@suse.de>
9226
9227         [BZ #15946]
9228         * resolv/res_send.c (send_dg): Reload file descriptor after
9229         calling reopen.
9230
9231 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
9232
9233         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9234
9235 2014-06-03  Richard Henderson  <rth@redhat.com>
9236
9237         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9238         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9239         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9240         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
9241         in the SAVE_PID block.
9242         (__libc_vfork): New alias.
9243         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
9244
9245         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9246         child in registers, not on the stack.  Remove RESET_PID conditionals.
9247         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9248
9249 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9250
9251         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9252
9253 2014-06-03  Wilco  <wdijkstr@arm.com>
9254
9255         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9256         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9257         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9258         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9259         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9260         Likewise.
9261
9262 2014-06-03  Wilco  <wdijkstr@arm.com>
9263
9264         * sysdeps/aarch64/fpu/math_private.h
9265         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9266         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9267         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9268         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9269         Fix declarations.
9270
9271 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9272
9273         * crypt/crypt-private.h: Include ufc-crypt.h.
9274         (__b64_from_24bit): Declare extern.
9275         * crypt/crypt_util.c(__b64_from_24bit): New function.
9276         (b64t): New static const variable.
9277         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9278         (b64t): Remove variable.
9279         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9280         * crypt/sha256-crypt.c: Include crypt-private.h.
9281         (b64t): Remove variable.
9282         (__sha256_crypt_r): Remove b64_from_24bit and replace
9283         with __b64_from_24bit.
9284         * crypt/sha512-crypt.c: Likewise.
9285
9286 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9287
9288         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9289         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9290         Label the code __libc_vfork rather than __vfork.
9291         [!NOT_IN_libc] (vfork): Define as weak alias.
9292         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9293         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9294         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9295
9296 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9297
9298         * malloc/malloc.c (malloc_info): Fix format specifier for
9299         n_mmaps.
9300
9301 2014-06-02  Wilco  <wdijkstr@arm.com>
9302
9303         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9304         FPCR write.
9305
9306 2014-06-02  Wilco  <wdijkstr@arm.com>
9307
9308         [BZ #17009]
9309         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9310         Rewrite to reduce FPCR/FPSR accesses.
9311
9312 2014-06-01  David S. Miller  <davem@davemloft.net>
9313
9314         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9315
9316 2014-05-31  David S. Miller  <davem@davemloft.net>
9317
9318         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9319         to occur in round to nearest mode when |x| >= 2.0
9320
9321 2014-05-30  Richard Henderson  <rth@twiddle.net>
9322
9323         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9324         (PSEUDO_RET_NOERRNO): Remove.
9325         (ret): Don't redefine.
9326         (ret_NOERRNO): Define in terms of ret.
9327         (ret_ERRVAL): Likewise.
9328
9329         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9330         use of PSEUDO_RET; perform the error check directly.
9331
9332 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9333
9334         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9335         with __int128_t.
9336
9337 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9338
9339         * malloc/malloc (malloc_info): Fix formatting.
9340
9341 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9342             Roland McGrath  <roland@hack.frob.com>
9343
9344         * malloc/malloc (malloc_info): Also print mmapped statistics.
9345
9346 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9347
9348         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9349         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9350
9351 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9352
9353         * malloc/malloc.c (malloc_info): Inline mi_arena.
9354
9355 2014-05-29  Richard Henderson  <rth@twiddle.net>
9356
9357         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9358         Remove comma before expanding ASM_ARGS_##nr.
9359         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9360         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9361         of ASM_ARGS_##nr.
9362         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9363         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9364         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9365         (ASM_ARGS_1): Add leading comma.
9366
9367         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9368         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9369         to __errno_location.
9370         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9371         Remove the expected plt for __errno_location.
9372
9373         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9374         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9375         call to __read_tp.
9376
9377         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9378         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9379         it and break it down.
9380         (DOCARGS_0, DOCARGS_1): Do nothing.
9381         (DOCARGS_2): Update to store into the new stack frame.
9382         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9383         (UNDOCARGS_1): Update to restore from the new stack frame.
9384         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9385         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9386
9387         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9388         (SINGLE_THREAD_P): New parameter for result regno.
9389         (PSEUDO): Update to match; use cbz instead of beq.
9390
9391         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9392         Use ENTRY to define the _nocancel entry point.  Share the syscall
9393         and syscall error check paths with the cancel path.
9394         (PSEUDO_END): New.
9395
9396         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9397         whitespace; tabs before and after asm mnemonics.
9398
9399 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9400
9401         [BZ #15132]
9402         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9403         Call fstat64 or stat64 internally, depending on arguments passed.
9404         Replace stat buffer argument with file descriptor argument.
9405         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9406         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9407         Pass fd to __internal_statvfs instead of calling fstat64.
9408         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9409         Pass fd to __internal_statvfs64 instead of calling fstat64.
9410         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9411         Pass -1 to __internal_statvfs instead of calling stat64.
9412         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9413         Pass -1 to __internal_statvfs64 instead of calling stat64.
9414
9415 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9416
9417         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9418         that was previously under [RESET_PID].
9419         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9420
9421         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9422         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9423
9424 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9425
9426         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9427
9428         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9429         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9430
9431 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9432
9433         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9434
9435 2014-05-27  Andreas Schwab  <schwab@suse.de>
9436
9437         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9438         TLS_INIT_TP macro.
9439         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9440         * elf/rtld.c (init_tls, dl_main): Likewise.
9441         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9442         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9443         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9444         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9445         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9446         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9447         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9448         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9449         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9450         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9451         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9452         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9453         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9454         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9455         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9456         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9457         * sysdeps/generic/tls.h: Update description.
9458
9459 2014-05-27  Will Newton  <will.newton@linaro.org>
9460
9461         [BZ #16990]
9462         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9463         and restore r2 rather than just restoring.
9464
9465 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9466
9467         [BZ #16724]
9468         * libio/tst-ftell-append.c: New test case.
9469         * libio/Makefile (tests): Add test case.
9470         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9471         append mode.
9472         * libio/wfileops.c (do_ftell_wide): Likewise.
9473
9474 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9475
9476         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9477
9478         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9479         ...
9480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9482         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9483         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9484         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9485         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9486         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9487         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9488         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9489         Moved ...
9490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9491         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9492         Moved ...
9493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9494         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9495         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9496         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9497         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9498         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9499         ...
9500         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9501         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9502         Moved ...
9503         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9504         here.
9505         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9506         ...
9507         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9508         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9509         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9510
9511         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9512         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9513         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9514         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9515
9516         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9517         merge into ...
9518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9519         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9520         ...
9521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9522         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9523         ...
9524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9525         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9526         Moved ...
9527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9528         here.
9529         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9530         Moved ...
9531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9532         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9533         Moved ...
9534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9535
9536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9537         conditional [RESET_PID].
9538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9539         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9540         removed.
9541         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9542         removed.
9543
9544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9545         <tcb-offsets.h>.
9546         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9547         (__libc_vfork): New strong alias.
9548         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9549         removed.
9550         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9551         Removed.
9552
9553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9554         <tcb-offsets.h>.
9555         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9556         (__libc_vfork): New strong alias.
9557         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9558         removed.
9559         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9560         removed.
9561
9562 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9563
9564         * malloc/malloc.c (mi_arena): New function.
9565         (malloc_info): Remove nested function mi_arena. Call non-nosted
9566         function mi_arena.
9567
9568 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9569
9570         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9571         by insrwi.
9572         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9573         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9574         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9575         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9576         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9577         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9578         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9579
9580 2014-05-26  Andreas Schwab  <schwab@suse.de>
9581
9582         [BZ #16984]
9583         * locale/programs/repertoire.c (repertoire_read): Add slash
9584         between I18NPATH element and file name.
9585         * locale/programs/locfile.c (locfile_read): Likewise.
9586
9587 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9588
9589         * nptl/pthread_mutexattr_settype.c
9590         (__pthread_mutexattr_settype):
9591         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9592
9593 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9594
9595         * nptl/tst-mutex5 (do_test):
9596         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9597
9598 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9599
9600         * benchtests/README: Document 'init' directive.
9601         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9602         BENCH_INIT.
9603         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9604         (parse_file): Recognize 'init' directive.
9605
9606 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9607
9608         [BZ #16796]
9609         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9610         alignment of struct pthread.
9611
9612 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9613
9614         [BZ #16878]
9615         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9616         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9617         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9618         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9619
9620 2014-05-25  Richard Henderson  <rth@twiddle.net>
9621
9622         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9623         (SINGLE_THREAD_P_PIC): Remove.
9624         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9625         (SINGLE_THREAD_P_PIC): Remove.
9626
9627         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9628         branch to syscall error ...
9629         (PSEUDO): ... here.
9630         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9631         from __local_syscall_error to .Lsyscall_error.
9632         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9633         (SYSCALL_ERROR): Update label name.
9634
9635         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9636         Do not use DOARGS/UNDOARGS.
9637         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9638         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9639         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9640         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9641         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9642
9643         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9644         block comment.
9645
9646         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9647         define if !NOT_IN_libc.
9648         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9649         define with non-default symbol versions.
9650
9651 2014-05-23  Richard Henderson  <rth@twiddle.net>
9652
9653         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9654         (vfork, __vfork): Define via compat_symbol.
9655
9656         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9657         [!HAVE_IFUNC] (vfork_compat): Remove.
9658         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9659
9660 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9661
9662         [BZ #16978]
9663         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9664         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9665         variable.
9666
9667 2014-05-23  Richard Henderson  <rth@twiddle.net>
9668
9669         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9670         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9671         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9672         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9673
9674         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9675         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9676         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9677         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9678         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9679         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9680         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9681         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9682         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9683         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9684         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9685         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9686         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9687         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9688         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9689         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9690         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9691         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9692         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9693         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9694         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9695         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9696         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9697         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9698         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9699         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9700         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9701         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9702         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9703         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9704         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9705         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9706         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9707         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9708         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9709         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9710         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9711         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9712         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9713         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9714         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9715         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9716         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9717         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9718         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9719         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9720         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9721         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9722         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9723         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9724         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9725         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9726         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9727         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9728         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9729         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9730
9731         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9732         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9733         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9734         before exiting on error.
9735         (__libc_vfork): New strong alias.
9736         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9737         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9738
9739         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9740         that was previously under [RESET_PID].
9741         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9742
9743         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9744
9745 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9746
9747         [BZ #16977]
9748         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9749         value when x - 1 is zero.
9750         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9751         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9752         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9753         0.0L for an argument of 1.0L.
9754         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9755         Likewise.
9756         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9757         value when x - 1 is zero.
9758         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9759         * sysdeps/i386/fpu/libm-test-ulps: Update.
9760         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9761
9762 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9763
9764         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9765         alphasort and versionsort.
9766
9767 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9768
9769         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9770         macro.
9771         [copysignf]: Likewise.
9772
9773 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9774
9775         * crypt/md5-crypt.c: Fix formatting.
9776
9777 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9778
9779         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9780         (b64_from_24bit): New function.
9781
9782 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9783
9784         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9785         libc_hidden_builtin_def to ifunc.
9786         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9787         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9788
9789 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9790
9791         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9792         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9793
9794 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9795
9796         * nscd/Depend (linuxthreads): Remove.
9797         (nptl): Add.
9798         * resolv/Depend (linuxthreads): Remove.
9799         * rt/Depend (linuxthreads): Remove.
9800
9801         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9802         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9803         $(common-objpfx)elf/.
9804         (link-libc-before-gnulib): Likewise.
9805         (elfobjdir): Remove variable.
9806         * Makefile (install): Use $(elf-objpfx) instead of
9807         $(common-objpfx)elf/.
9808         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9809         $(elfobjdir)/.
9810         (link-libc-deps): Likewise.
9811         ($(common-objpfx)libc.so): Likewise.
9812         ($(common-objpfx)linkobj/libc.so): Likewise.
9813         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9814         instead of $(common-objpfx)elf/.
9815         (symbolic-link-list): Likewise.
9816         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9817         [$(cross-compiling) = no]: Likewise.
9818         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9819         $(elfobjdir)/.
9820         (static-gnulib-arch): Likewise.
9821         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9822         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9823         $(common-objpfx)elf/.
9824
9825 2014-05-21  Richard Henderson  <rth@redhat.com>
9826
9827         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9828         (SINGLE_THREAD_P): Use the correct width load.  Fold
9829         into the ldr offset.
9830
9831         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9832         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9833
9834 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9835
9836         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9837         (libgcc_s_resume): Use __attribute_used__.
9838         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9839         Likewise.
9840
9841 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9842
9843         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9844         optimization when used with float constants.
9845
9846         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9847
9848 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9849
9850         [BZ #16915]
9851         * locale/nl_langinfo_l.c: Make direct reference to every
9852         _nl_current_CATEGORY symbol.
9853         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9854         (tests-static): Add tst-langinfo-static.
9855         (tests-special): Add tst-langinfo-static.out.
9856         ($(objpfx)tst-langinfo.out): Redirect output.
9857         ($(objpfx)tst-langinfo-static.out): New.
9858         * localedata/tst-langinfo.sh: Send output to stdout.
9859         * localedata/tst-langinfo-static.c: New file.
9860
9861         [BZ #16965]
9862         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9863         when the shift amount is modulo the limb size.
9864
9865 2014-05-20  Richard Henderson  <rth@redhat.com>
9866
9867         [BZ #16967]
9868         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9869         Change type of sa_flags from unsigned int to int.
9870
9871         [BZ #16966]
9872         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9873
9874         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9875
9876 2014-05-20  Will Newton  <will.newton@linaro.org>
9877
9878         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9879         Test the return value of the system call in the nocancel case.
9880
9881 2014-05-20  Will Newton  <will.newton@linaro.org>
9882             Yvan Roux  <yvan.roux@linaro.org>
9883
9884         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9885         #include of asm/ptrace.h.
9886         (PTRACE_GET_THREAD_AREA): Remove #undef.
9887         (PTRACE_GETHBPREGS): Likewise.
9888         (PTRACE_SETHBPREGS): Likewise.
9889         (struct user_regs_struct): New structure.
9890         (struct user_fpsimd_struct): New structure.
9891         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9892         #include of asm/ptrace.h and second #include of sys/user.h.
9893         (PTRACE_GET_THREAD_AREA): Remove #undef.
9894         (PTRACE_GETHBPREGS): Likewise.
9895         (PTRACE_SETHBPREGS): Likewise.
9896         (ELF_NGREG): Use new struct user_regs_struct.
9897         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9898
9899 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9900
9901         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9902         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9903
9904 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9905
9906         [BZ #16958]
9907         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9908         membar to avoid block loads/stores to overlap previous stores.
9909
9910 2014-05-17  Richard Henderson  <rth@redhat.com>
9911
9912         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9913         Create the __##syscall_name##_nocancel entry point.
9914         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9915         Remove; let the sysdep-cancel.h code create it.
9916
9917 2014-05-17  David S. Miller  <davem@davemloft.net>
9918
9919         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9920         Protect with __USE_GNU.
9921         (TIOCSET_TEMPT): Likewise.
9922         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9923         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9924         these are already provided in bits/ioctl-types.h
9925
9926 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9927
9928         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9929         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9930
9931         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9932         Use wait4 regardless of [__NR_waitpid].
9933
9934 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9935
9936         PR libgcc/60166
9937         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9938         (_FP_NANSIGN_Q): Set the quiet bit.
9939
9940 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9941
9942         * benchtests/Makefile
9943         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9944         not $(common-objpfx)math/libm.so.
9945         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9946         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9947         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9948         $(common-objpfx)dlfcn/libdl.so.
9949         ($(objpfx)tst-audit8): Depend on $(libm), not
9950         $(common-objpfx)math/libm.so.
9951         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9952         not $(common-objpfx)dlfcn/libdl.so.
9953         * math/Makefile
9954         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9955         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9956         [$(build-shared) = yes].
9957         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9958         $(common-objpfx)nptl/libpthread.so.
9959         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9960         $(common-objpfx)math/libm.so$(libm.so-version) or
9961         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9962         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9963         $(common-objpfx)dlfcn/libdl.so.
9964         * setjmp/Makefile (link-libm): Remove variable.
9965         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9966         * stdio-common/Makefile (link-libm): Remove variable.
9967         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9968         * stdlib/Makefile (link-libm): Remove variable.
9969         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9970         ($(objpfx)tst-strtod-round): Likewise.
9971         ($(objpfx)tst-tininess): Likewise.
9972         ($(objpfx)tst-strtod-underflow): Likewise.
9973         ($(objpfx)tst-strtod6): Likewise.
9974         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9975         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9976         $(common-objpfx)dlfcn/libdl.so.
9977
9978 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9979
9980         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9981         BSD terminal modes definitions.
9982
9983 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9984
9985         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9986         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9987
9988         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9989         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9990         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9991         Don't do #include_next.
9992         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9993         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9994         Don't do #include_next.
9995         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9996         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9997         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9998         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9999
10000 2014-05-16  Allan McRae  <allan@archlinux.org>
10001
10002         * po/sv.po: Update Swedish translation from translation project.
10003
10004         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
10005         in sed expression.
10006
10007 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
10008
10009         [BZ #16917]
10010         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
10011         errno if the TIOCGPTN ioctl fails with an error different than
10012         EINVAL.
10013         * login/tst-ptsname.c: New file.
10014         * login/Makefile (tests): Add tst-ptsname.
10015
10016         [BZ #16943]
10017         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
10018         and prlimit64.
10019
10020 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10021
10022         [BZ #16849]
10023         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
10024         herrno to return EAI_AGAIN.
10025
10026 2014-05-14  Roland McGrath  <roland@hack.frob.com>
10027
10028         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
10029         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
10030         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
10031         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
10032         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
10033         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
10034         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
10035         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
10036         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
10037         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
10038         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
10039         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
10040         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
10041         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
10042         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
10043         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
10044         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
10045         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
10046         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
10047         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
10048         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
10049         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
10050         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
10051         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
10052         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
10053         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
10054         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
10055         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
10056         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
10057         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
10058         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
10059         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
10060         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
10061         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
10062         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
10063         Moved ...
10064         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
10065         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
10066         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
10067         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
10068         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
10069         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
10070         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
10071         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
10072         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
10073         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
10074         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
10075         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
10076         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
10077         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
10078         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
10079         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
10080         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
10081         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
10082         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
10083         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
10084         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
10085         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
10086         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
10087         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
10088         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
10089         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
10090         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
10091         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
10092         Moved ...
10093         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
10094         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
10095         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
10096         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
10097         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
10098         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
10099         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
10100         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
10101         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
10102         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
10103         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
10104         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
10105         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
10106         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
10107         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
10108         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
10109         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
10110         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
10111         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
10112         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
10113         Moved ...
10114         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
10115         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
10116         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
10117
10118         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
10119         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
10120         (libpthread-sysdep_routines): Add elision-related stuff here instead.
10121         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
10122         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
10123         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
10124         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
10125         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
10126         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
10127         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
10128         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
10129         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
10130         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
10131         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
10132         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
10133         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
10134         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
10135         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
10136         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
10137         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
10138         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
10139         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
10140         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
10141         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
10142         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
10143         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
10144         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
10145         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
10146         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
10147         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
10148         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
10149
10150         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
10151         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
10152
10153         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
10154         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
10155         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
10156         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
10157         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
10158         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
10159         Moved ...
10160         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
10161         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
10162         Moved ...
10163         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
10164         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
10165         Moved ...
10166         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
10167         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
10168         Moved ...
10169         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
10170         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
10171         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
10172         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
10173         Moved ...
10174         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
10175         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
10176         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
10177         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10178         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10179         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10180         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10181         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10182         Moved ...
10183         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10184         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10185         Moved ...
10186         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10187         ... here.
10188         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10189         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10190         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10191         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10192         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10193         Moved ...
10194         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10195         ... here.
10196         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10197         Moved ...
10198         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10199         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10200         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10201         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10202         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10203         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10204         Moved ...
10205         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10206         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10207         Moved ...
10208         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10209         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10210         Moved ...
10211         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10212         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10213         Moved ...
10214         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10215         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10216         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10217         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10218         Moved ...
10219         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10220         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10221         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10222         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10223         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10224         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10225         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10226         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10227         Moved ...
10228         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10229         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10230         Moved ...
10231         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10232         ... here.
10233         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10234         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10235         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10236         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10237         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10238         Moved ...
10239         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10240         ... here.
10241         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10242         Moved ...
10243         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10244         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10245         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10246         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10247         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10248         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10249         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10250         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10251         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10252         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10253         Moved ...
10254         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10255         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10256         Moved ...
10257         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10258         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10259         Moved ...
10260         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10261         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10262         Moved ...
10263         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10264         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10265         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10266         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10267         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10268         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10269         Moved ...
10270         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10271         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10272         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10273         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10274         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10275         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10276         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10277         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10278         Moved ...
10279         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10280         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10281         Moved ...
10282         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10283         ... here.
10284         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10285         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10286         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10287         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10288         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10289         Moved ...
10290         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10291         ... here.
10292         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10293         Moved ...
10294         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10295         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10296         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10297         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10298         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10299         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10300         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10301         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10302         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10303         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10304         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10305
10306         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10307         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10308
10309         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10310         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10311
10312         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10313         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10314         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10315         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10316         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10317         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10318         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10319         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10320         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10321         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10322         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10323         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10324         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10325         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10326         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10327         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10328         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10329         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10330         Moved ...
10331         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10332         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10333         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10334         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10335         Moved ...
10336         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10337         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10338         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10339         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10340         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10341         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10342         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10343         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10344         Moved ...
10345         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10346         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10347         Moved ...
10348         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10349         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10350         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10351         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10352         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10353         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10354         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10355         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10356         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10357         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10358         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10359         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10360         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10361         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10362         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10363         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10364         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10365
10366         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10367         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10368         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10369         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10370         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10371
10372         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10373         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10374         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10375         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10376         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10377         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10378         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10379         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10380         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10381         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10382
10383         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10384         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10385
10386         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10387         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10388         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10389         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10390         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10391         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10392         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10393         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10394         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10395         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10396         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10397         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10398         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10399         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10400         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10401         Update #include.
10402         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10403         Likewise.
10404         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10405         Likewise.
10406         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10407         Likewise.
10408         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10409         Likewise.
10410         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10411         Likewise.
10412         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10413         Likewise.
10414         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10415         Likewise.
10416         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10417         Likewise.
10418         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10419         Likewise.
10420         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10421         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10422         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10423         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10424         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10425         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10426         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10427         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10428         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10429         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10430         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10431         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10432         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10433         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10434         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10435
10436         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10437         that was previously under [RESET_PID].
10438         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10439         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10440         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10441
10442         * sysdeps/i386/nptl/Implies: New file.
10443         * sysdeps/x86_64/nptl/Implies: New file.
10444         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10445         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10446         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10447         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10448
10449         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10450         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10451         (__libc_vfork): New strong alias.
10452         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10453         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10454
10455         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10456         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10457         (__libc_vfork): New strong alias.
10458         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10459         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10460
10461         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10462         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10463         (__libc_vfork): New strong alias.
10464         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10465         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10466         * nptl/pt-vfork.c: New file.
10467         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10468         (libpthread: GLIBC_2.20): New version set (empty).
10469
10470 2014-05-14  Will Newton  <will.newton@linaro.org>
10471
10472         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10473         rather than #if.
10474
10475 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10476
10477         [BZ #16564]
10478         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10479         arguments with exponent 65 or above.
10480         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10481         arguments 0x1p113L or above.
10482         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10483         to arguments 0x1p107L or above.
10484         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10485         positive arguments with exponent 65 or above.
10486         * math/auto-libm-test-in: Add more tests of log1p.
10487         * math/auto-libm-test-out: Regenerated.
10488
10489         [BZ #16928]
10490         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10491         non-finite arguments is +0.
10492         * math/s_cacosf.c (__cacosf): Likewise.
10493         * math/s_cacosl.c (__cacosl): Likewise.
10494         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10495         * sysdeps/i386/fpu/libm-test-ulps: Update.
10496         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10497
10498         [BZ #16927]
10499         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10500         value.
10501         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10502         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10503         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10504         for explicit high bit of mantissa when testing for argument equal
10505         to 1.
10506         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10507         * sysdeps/i386/fpu/libm-test-ulps: Update.
10508         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10509
10510         [BZ #16516]
10511         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10512         (__erf): Scale by 16 instead of 8 in potentially underflowing
10513         case.  Ensure exception if result actually underflows.
10514         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10515         (__erff): Scale by 16 instead of 8 in potentially underflowing
10516         case.  Ensure exception if result actually underflows.
10517         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10518         (efx8): Remove variable.
10519         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10520         case.  Ensure exception if result actually underflows.
10521         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10522         (efx8): Remove variable.
10523         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10524         case.  Ensure exception if result actually underflows.
10525         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10526         (efx8): Remove variable.
10527         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10528         case.  Ensure exception if result actually underflows.
10529         * math/auto-libm-test-in: Add more tests of erf.
10530         * math/auto-libm-test-out: Regenerated.
10531
10532 2014-05-14  Andreas Schwab  <schwab@suse.de>
10533
10534         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10535         Remove code conditionalized on USE___THREAD.
10536
10537         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10538         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10539         not definedness.
10540
10541 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10542
10543         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10544         Define unconditionally.
10545         (__ASSUME_O_CLOEXEC): Likewise.
10546         (__ASSUME_SOCK_CLOEXEC): Likewise.
10547         (__ASSUME_IN_NONBLOCK): Likewise.
10548         (__ASSUME_PIPE2): Likewise.
10549         (__ASSUME_EVENTFD2): Likewise.
10550         (__ASSUME_SIGNALFD4): Likewise.
10551         (__ASSUME_DUP3): Likewise.
10552         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10553         (__ASSUME_DUP3): Do not define.
10554         (__ASSUME_EVENTFD2): Likewise.
10555         (__ASSUME_IN_NONBLOCK): Likewise.
10556         (__ASSUME_O_CLOEXEC): Likewise.
10557         (__ASSUME_PIPE2): Likewise.
10558         (__ASSUME_SIGNALFD4): Likewise.
10559         (__ASSUME_SOCK_CLOEXEC): Likewise.
10560         (__ASSUME_UTIMES): Undefine.
10561         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10562         (__ASSUME_UTIMES): Do not define.
10563         (__ASSUME_O_CLOEXEC): Likewise.
10564         (__ASSUME_SOCK_CLOEXEC): Likewise.
10565         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10566         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10567         0x020621].
10568         (__ASSUME_PIPE2): Likewise.
10569         (__ASSUME_EVENTFD2): Likewise.
10570         (__ASSUME_SIGNALFD4): Likewise.
10571         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10572         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10573         Do not define.
10574         (__ASSUME_EVENTFD2): Likewise.
10575         (__ASSUME_SIGNALFD4): Likewise.
10576         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10577         (__ASSUME_32BITUIDS): Likewise.
10578         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10579         (__ASSUME_IPC64): Likewise.
10580         (__ASSUME_ST_INO_64_BIT): Likewise.
10581         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10582         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10583         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10584         (__ASSUME_UTIMES): Do not define.
10585         (__ASSUME_PSELECT): Likewise.
10586         (__ASSUME_PPOLL): Likewise.
10587         (__ASSUME_O_CLOEXEC): Likewise.
10588         (__ASSUME_SOCK_CLOEXEC): Likewise.
10589         (__ASSUME_IN_NONBLOCK): Likewise.
10590         (__ASSUME_PIPE2): Likewise.
10591         (__ASSUME_EVENTFD2): Likewise.
10592         (__ASSUME_SIGNALFD4): Likewise.
10593         (__ASSUME_DUP3): Likewise.
10594         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10595         (__ASSUME_UTIMES): Likewise.
10596         (__ASSUME_O_CLOEXEC): Likewise.
10597         (__ASSUME_SOCK_CLOEXEC): Likewise.
10598         (__ASSUME_IN_NONBLOCK): Likewise.
10599         (__ASSUME_PIPE2): Likewise.
10600         (__ASSUME_EVENTFD2): Likewise.
10601         (__ASSUME_SIGNALFD4): Likewise.
10602         (__ASSUME_DUP3): Likewise.
10603         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10604         (__ASSUME_UTIMES): Likewise.
10605         (__ASSUME_O_CLOEXEC): Likewise.
10606         (__ASSUME_SOCK_CLOEXEC): Likewise.
10607         (__ASSUME_IN_NONBLOCK): Likewise.
10608         (__ASSUME_PIPE2): Likewise.
10609         (__ASSUME_EVENTFD2): Likewise.
10610         (__ASSUME_SIGNALFD4): Likewise.
10611         (__ASSUME_DUP3): Likewise.
10612         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10613         Likewise.
10614         (__ASSUME_UTIMES): Likewise.
10615         (__ASSUME_EVENTFD2): Likewise.
10616         (__ASSUME_SIGNALFD4): Likewise.
10617         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10618         (__ASSUME_O_CLOEXEC): Likewise.
10619         (__ASSUME_SOCK_CLOEXEC): Likewise.
10620         (__ASSUME_IN_NONBLOCK): Likewise.
10621         (__ASSUME_PIPE2): Likewise.
10622         (__ASSUME_EVENTFD2): Likewise.
10623         (__ASSUME_SIGNALFD4): Likewise.
10624         (__ASSUME_DUP3): Likewise.
10625         (__ASSUME_UTIMES): Undefine.
10626
10627         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10628         feclearexcept.  Remove symbol versioning code.
10629         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10630         symbol versioning code.
10631         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10632         symbol versioning code.
10633         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10634         feupdateenv.  Remove symbol versioning code.
10635         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10636         fegetexceptflag.  Remove symbol versioning code.
10637         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10638         fesetexceptflag.  Remove symbol versioning code.
10639         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10640         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10641         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10642         (__posix_fadvise64_l32): Remove prototype.
10643         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10644         code.
10645
10646 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10647
10648         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10649         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10650         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10651         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10652
10653 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10654
10655         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10656         current working directory
10657
10658 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10659
10660         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10661         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10662         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10663         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10664         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10665         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10666         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10667         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10668         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10669         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10670         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10671         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10672         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10673         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10674         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10675         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10676         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10677         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10678         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10679         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10680         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10681         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10682         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10683         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10684         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10685         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10686         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10687         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10688         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10689         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10690         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10691         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10692         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10693         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10694         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10695         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10696         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10697         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10698         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10699         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10700         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10701         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10702
10703         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10704         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10705
10706         * sysdeps/unix/sysv/linux/arm/Makefile
10707         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10708         Add rt-aeabi_unwind_cpp_pr1.
10709         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10710         Add nptl-aeabi_unwind_cpp_pr1.
10711         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10712         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10713         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10714         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10715         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10716         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10717
10718         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10719         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10720         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10721         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10722
10723         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10724         Deconditionalize the code that was previously under [RESET_PID].
10725         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10726
10727         * sysdeps/generic/exit-thread.h: New file.
10728         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10729         * include/unistd.h (__exit_thread): Remove declaration.
10730         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10731         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10732         * csu/libc-start.c: Include <exit-thread.h>.
10733         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10734         * nptl/pthread_create.c: Include <exit-thread.h>.
10735         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10736         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10737         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10738         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10739         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10740         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10741         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10742         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10743         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10744         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10745         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10746         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10747         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10748         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10749         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10750         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10751         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10752
10753 2014-05-13  Andreas Schwab  <schwab@suse.de>
10754
10755         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10756
10757 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10758
10759         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10760         (__ASSUME_UTIMES): Do not condition on kernel version.
10761         (__ASSUME_PSELECT): Define unconditionally.
10762         (__ASSUME_PPOLL): Likewise.
10763         (__ASSUME_ATFCTS): Likewise.
10764         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10765         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10766         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10767         (__ASSUME_UTIMENSAT): Define unconditionally.
10768         (__ASSUME_PRIVATE_FUTEX): Likewise.
10769         (__ASSUME_FALLOCATE): Likewise.
10770         (__ASSUME_O_CLOEXEC): Likewise.
10771         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10772         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10773         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10774         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10775         (__ASSUME_IN_NONBLOCK): Likewise.
10776         (__ASSUME_PIPE2): Likewise.
10777         (__ASSUME_EVENTFD2): Likewise.
10778         (__ASSUME_SIGNALFD4): Likewise.
10779         (__ASSUME_DUP3): Likewise.
10780         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10781         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10782         (__ASSUME_AT_RANDOM): Likewise.
10783         (__ASSUME_PREADV): Likewise.
10784         (__ASSUME_PWRITEV): Likewise.
10785         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10786         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10787         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10788         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10789         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10790         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10791         (__ASSUME_O_CLOEXEC): Define unconditionally.
10792         (__ASSUME_PSELECT): Do not undefine conditionally.
10793         (__ASSUME_PPOLL): Likewise.
10794         (__ASSUME_ATFCTS): Likewise.
10795         (__ASSUME_SET_ROBUST_LIST): Likewise.
10796         (__ASSUME_UTIMENSAT): Likewise.
10797         (__ASSUME_FDATASYNC): Define unconditionally.
10798         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10799         (__ASSUME_SIGFRAME_V2): Likewise.
10800         )__ASSUME_EVENTFD2): Likewise.
10801         (__ASSUME_SIGNALFD4): Likewise.
10802         (__ASSUME_PSELECT): Do not undefine conditionally.
10803         (__ASSUME_PPOLL): Likewise.
10804         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10805         (__ASSUME_PSELECT): Define unconditionally.
10806         (__ASSUME_PPOLL): Likewise.
10807         (__ASSUME_O_CLOEXEC): Likewise.
10808         (__ASSUME_SOCK_CLOEXEC): Likewise.
10809         (__ASSUME_IN_NONBLOCK): Likewise.
10810         (__ASSUME_PIPE2): Likewise.
10811         (__ASSUME_EVENTFD2): Likewise.
10812         (__ASSUME_SIGNALFD4): Likewise.
10813         (__ASSUME_DUP3): Likewise.
10814         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10815         (__ASSUME_O_CLOEXEC): Likewise.
10816         (__ASSUME_SOCK_CLOEXEC): Likewise.
10817         (__ASSUME_IN_NONBLOCK): Likewise.
10818         (__ASSUME_PIPE2): Likewise.
10819         (__ASSUME_EVENTFD2): Likewise.
10820         (__ASSUME_SIGNALFD4): Likewise.
10821         (__ASSUME_DUP3): Likewise.
10822         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10823         (__ASSUME_EVENTFD2): Likewise.
10824         (__ASSUME_SIGNALFD4): Likewise.
10825         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10826
10827 2014-05-12  Andreas Schwab  <schwab@suse.de>
10828
10829         [BZ #16932]
10830         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10831         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10832         than maximum RPC packet size.
10833         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10834         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10835         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10836         (_nss_nis_getservbyport_r): Likewise.
10837
10838 2014-05-12  Will Newton  <will.newton@linaro.org>
10839
10840         * malloc/Makefile (tests): Add tst-mallopt.
10841         * malloc/tst-mallopt.c: New file.
10842
10843 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10844
10845         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10846         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10847
10848 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10849
10850         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10851         (tst-tlsmod6.so): Likewise.
10852
10853 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10854
10855         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10856
10857 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10858
10859         [BZ #16064]
10860         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10861         and <dl-procinfo.h>.
10862         (__fegetenv): Save SSE state in envp->__eip if supported.
10863         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10864         envp->__eip if supported.
10865         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10866         and <dl-procinfo.h>.
10867         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10868         __data_offset and __data_selector in environment to 0.  Set SSE
10869         state if supported.
10870         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10871         test-fenv-sse.
10872         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10873         -mfpmath=sse.
10874         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10875
10876 2014-05-09  Will Newton  <will.newton@linaro.org>
10877
10878         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10879         and libc_relro_required for ARM.
10880         * sysdeps/arm/preconfigure: Regenerate.
10881
10882 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10883             Stefan Liebler  <stli@linux.vnet.ibm.com>
10884
10885         * config.make.in (enable-lock-elision): New Makefile variable.
10886         * configure.ac: Likewise.
10887         * configure: Regenerate.
10888         * sysdeps/s390/configure.ac:
10889         Add check for gcc transactions support.
10890         * sysdeps/s390/configure: Regenerate.
10891         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10892         Build elision files if enabled.
10893         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10894         Add lock elision support for s390.
10895         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10896         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10897         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10898         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10899         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10900         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10901         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10902         Likewise.
10903         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10904         Likewise.
10905         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10906         Likewise.
10907         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10908         Likewise.
10909         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10910         (__lll_timedlock_elision, __lll_lock_elision)
10911         (__lll_unlock_elision, __lll_trylock_elision)
10912         (lll_timedlock_elision, lll_lock_elision)
10913         (lll_unlock_elision, lll_trylock_elision): Add.
10914         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10915         (pthread_mutex_t): Add lock elision support for s390.
10916
10917 2014-05-14  Wilco  <wdijkstr@arm.com>
10918
10919         * sysdeps/arm/fclrexcpt.c: Cleanup.
10920         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10921         * sysdeps/arm/feenablxcpt.c: Cleanup.
10922         * sysdeps/arm/fegetenv.c: Cleanup.
10923         * sysdeps/arm/fegetexcept.c: Cleanup.
10924         * sysdeps/arm/fegetround.c: Cleanup.
10925         * sysdeps/arm/feholdexcpt.c: Cleanup.
10926         * sysdeps/arm/fesetenv.c: Cleanup.
10927         * sysdeps/arm/fesetround.c: Cleanup.
10928         * sysdeps/arm/feupdateenv.c: Cleanup.
10929         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10930         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10931         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10932         * sysdeps/arm/ftestexcept.c: Cleanup.
10933         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10934         * sysdeps/arm/setfpucw.c: Cleanup.
10935
10936 2014-05-09  Will Newton  <will.newton@linaro.org>
10937
10938         * sysdeps/arm/armv7/strcmp.S: New file.
10939         * NEWS: Mention addition of ARMv7 optimized strcmp.
10940
10941 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10942
10943         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10944         look for %.ac rather than %.in.
10945
10946         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10947         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10948         * sysdeps/mach/hurd/configure: Regenerated.
10949         * sysdeps/unix/sysv/linux/configure: Regenerated.
10950
10951         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10952
10953 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10954
10955         [BZ# 16922]
10956         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10957         (LONG_SUB): Ditto.
10958         (PTR_SUB): Ditto.
10959
10960 2014-05-07  Andreas Schwab  <schwab@suse.de>
10961
10962         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10963         when skipping over non-matching result from nscd.
10964
10965 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10966
10967         [BZ #16876]
10968         * nptl/sockperf.c (client): Check socket return value.
10969
10970         [BZ #16877]
10971         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10972         nscd security class.
10973
10974 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10975
10976         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10977         * sysdeps/arm/unwind.h: ... here.
10978
10979 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10980
10981         [BZ# 16916]
10982         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10983         Define.
10984
10985 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10986
10987         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10988         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10989         multiarch strncpy for PPC64.
10990         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10991         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10992         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10993         multiarch optimizations.
10994         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10995         (__libc_ifunc_impl_list): Likewise.
10996         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10997         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10998         multiarch stpncpy for PPC64.
10999         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
11000         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
11001
11002 2014-05-06  Andreas Schwab  <schwab@suse.de>
11003
11004         [BZ #16912]
11005         * gmon/mcount.c (_MCOUNT_DECL): Use
11006         atomic_compare_and_exchange_bool_acq instead of
11007         catomic_compare_and_exchange_bool_acq.
11008
11009 2014-05-05  Roland McGrath  <roland@hack.frob.com>
11010
11011         * elf/Makefile (others, install-bin): Remove pldd.
11012         (pldd-modules): Variable removed.
11013         ($(objpfx)pldd): Target removed.
11014         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
11015         (others, install-bin): Append pldd here.
11016         ($(objpfx)pldd): New target.
11017
11018         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
11019         to 0, so the first #if test emitted later doesn't see it undefined.
11020         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
11021         * sysdeps/gnu/errlist.c: Regenerated.
11022
11023 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11024
11025         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11026         [libc_hidden_builtin_def]: Define to empty value.
11027         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
11028         [libc_hidden_builtin_def]: Likewise.
11029         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
11030         [libc_hidden_builtin_def]: Likewise.
11031         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
11032         [libc_hidden_builtin_def]: Likewise.
11033         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
11034         __redirect_memcpy and define ifunc as default hidden symbol.
11035         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
11036         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
11037
11038 2014-05-04  Adam Conrad  <adconrad@0c3.net>
11039
11040         * locale/iso-4217.def: Reintroduce XDR currency.
11041
11042 2014-05-04  Allan McRae  <allan@archlinux.org>
11043
11044         * po/eo.po: Update Esperanto translation from translation project.
11045
11046 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
11047
11048         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
11049         and FEATURE_INDEX_MAX to 1.
11050         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
11051
11052 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11053
11054         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
11055         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
11056         * iconvdata/big5.c (ONE_DIRECTION): Define.
11057         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
11058         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
11059         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
11060         * iconvdata/cp932.c (ONE_DIRECTION): Define.
11061         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
11062         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
11063         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
11064         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
11065         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
11066         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
11067         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
11068         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
11069         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
11070         * iconvdata/gbk.c (ONE_DIRECTION): Define.
11071         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
11072         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
11073         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
11074         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
11075         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
11076         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
11077         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
11078         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
11079         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
11080         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
11081         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
11082         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
11083         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
11084         * iconvdata/iso646.c (ONE_DIRECTION): Define.
11085         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
11086         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
11087         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
11088         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
11089         * iconvdata/johab.c (ONE_DIRECTION): Define.
11090         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
11091         * iconvdata/sjis.c (ONE_DIRECTION): Define.
11092         * iconvdata/t.61.c (ONE_DIRECTION): Define.
11093         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
11094         * iconvdata/tscii.c (ONE_DIRECTION): Define.
11095         * iconvdata/uhc.c (ONE_DIRECTION): Define.
11096         * iconvdata/unicode.c (ONE_DIRECTION): Define.
11097         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
11098         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
11099         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
11100
11101 2014-05-01  Roland McGrath  <roland@hack.frob.com>
11102
11103         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
11104         (_IO_JUMPS_OFFSET): Define to 0.
11105
11106         * nptl/sysdeps/pthread/bits/libc-lock.h
11107         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
11108         (__libc_lock_define_initialized_recursive): Always define using
11109         initializer.  Modern compilers treat uninitialized (implicit zero) and
11110         explicit zero initializers the same (i.e. put the datum in bss).
11111
11112 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11113
11114         * nscd/nscd-client.h: Include <string.h>.
11115
11116 2014-05-01  David S. Miller  <davem@davemloft.net>
11117
11118         [BZ #16885]
11119         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
11120         multiple zero bytes exist at the end of a string.
11121         Reported by Aurelien Jarno <aurelien@aurel32.net>
11122
11123         * string/test-strcmp.c (check): Add explicit test for situations where
11124         there are multiple zero bytes after the first.
11125
11126 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11127
11128         [BZ #16890]
11129         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
11130         when compiling wprintf.
11131         * stdio-common/tstdiomisc.c (t3): New function.
11132         (main): Call it.
11133
11134 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11135
11136         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
11137         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
11138         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
11139         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
11140
11141 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11142
11143         * stdlib/longlong.h: Updated from GCC.
11144
11145 2014-05-01  Will Newton  <will.newton@linaro.org>
11146             Bernard Ogden  <bernie.ogden@linaro.org>
11147
11148         * NEWS: Update fixed bug list.
11149
11150         [BZ #15119]
11151         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
11152
11153 2014-04-30  David S. Miller  <davem@davemloft.net>
11154
11155         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
11156         (libc_feholdexcept_setround_sparc_ctx): New function.
11157         (libc_fesetenv_sparc_ctx): Likewise.
11158         (libc_feupdateenv_sparc_ctx): Likewise.
11159         (libc_feholdsetround_sparc_ctx): Likewise.
11160         (libc_feholdexcept_setround_ctx): Define.
11161         (libc_feholdexcept_setroundf_ctx): Likewise.
11162         (libc_feholdexcept_setroundl_ctx): Likewise.
11163         (libc_fesetenv_ctx): Likewise.
11164         (libc_fesetenvf_ctx): Likewise.
11165         (libc_fesetenvl_ctx): Likewise.
11166         (libc_feupdateenv_ctx): Likewise.
11167         (libc_feupdateenvf_ctx): Likewise.
11168         (libc_feupdateenvl_ctx): Likewise.
11169         (libc_feresetround_ctx): Likewise.
11170         (libc_feresetroundf_ctx): Likewise.
11171         (libc_feresetroundl_ctx): Likewise.
11172         (libc_feholdsetround_ctx): Likewise.
11173         (libc_feholdsetroundf_ctx): Likewise.
11174         (libc_feholdsetroundl_ctx): Likewise.
11175
11176         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11177         with __USE_GNU instead of XOPEN cpp guards.
11178
11179         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11180         0.
11181
11182         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11183         with XOPEN cpp guards.
11184
11185 2014-04-30  Julian Brown  <julian@codesourcery.com>
11186
11187         [BZ #16888]
11188         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11189         handling.
11190
11191 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
11192
11193         [BZ #9894]
11194         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11195         Change to 2.6.32.
11196         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11197         * sysdeps/unix/sysv/linux/configure: Regenerated.
11198         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11199         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11200         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11201         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11202         * README: Update reference to required Linux kernel version.
11203         * manual/install.texi (Linux): Update reference to required Linux
11204         kernel headers version.
11205         * INSTALL: Regenerated.
11206
11207         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11208         header inclusion.
11209         [POSIX] (limits.h): Likewise.
11210         [POSIX] (math.h): Likewise.
11211         [POSIX] (sys/wait.h): Likewise.
11212         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11213         function.
11214         [POSIX] (stddef.h): Do not allow header inclusion.
11215
11216 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11217
11218         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
11219
11220 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
11221
11222         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11223         Return immediately after lll_futex_wake.
11224
11225 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11226
11227         [BZ #16791]
11228         * nscd/nscd-client.h (datahead_init_common): Initialize entire
11229         structure.
11230         (datahead_init_pos): Call datahead_init_common early.
11231         (datahead_init_neg): Likewise.
11232
11233         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11234         datahead_init_neg): New functions.
11235         * nscd/aicache.c (addhstaiX): Use them.
11236         * nscd/grpcache.c (cache_addgr): Likewise.
11237         * nscd/hstcache.c (cache_addhst): Likewise.
11238         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11239         * nscd/netgroupcache.c (do_notfound): Likewise.
11240         (addgetnetgrentX): Likewise.
11241         (addinnetgrX): Likewise.
11242         * nscd/pwdcache.c (cache_addpw): Likewise.
11243         * nscd/servicescache.c (cache_addserv): Likewise.
11244
11245 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11246             Atsushi Onoe  <atsushi@onoe.org>
11247
11248         [BZ #14308]
11249         [BZ #12994]
11250         [BZ #13651]
11251         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11252         one response is valid.
11253         * resolv/res_send.c (send_dg): Check for validity of other
11254         response if the current response is a referral.
11255
11256 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11257
11258         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11259
11260 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11261
11262         [BZ #16823]
11263         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11264         Always divide by positive zero when computing -Inf result.
11265         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11266         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11267
11268 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11269
11270         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11271         FPSCR if value do not change.
11272         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11273         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11274         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11275         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11276         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11277         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11278         function.
11279
11280 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11281
11282         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11283         * sysdeps/unix/sysv/linux/hppa: Move directory from
11284         ports/systeps/unix/sysv/linux/hppa.
11285         * README: Update listing for hppa-*-linux-gnu.
11286
11287 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11288
11289         [BZ #16754]
11290         * manual/stdio.texi (Hook functions): Fix types of stream hook
11291         functions.
11292         [BZ #16854]
11293         * socket/sys/socket.h: Fix typo in comment.
11294
11295 2014-04-28  Wilco  <wdijkstr@arm.com>
11296
11297         * sysdeps/arm/fenv_private.h: New file.
11298         * sysdeps/arm/math_private.h: New file.
11299         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11300
11301 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11302
11303         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11304         with __int128_t.
11305         (La_x86_64_retval): Likewise.
11306
11307 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11308
11309         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11310         fpsr if value didn't change.
11311         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11312         to fpcr if value didn't change.
11313         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11314         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11315         fpsr or fpcr if value didn't change.
11316         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11317         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11318         fpcr if value didn't change.
11319         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11320         to fpsr if value didn't change.
11321
11322 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11323
11324         * nptl/tst-sem3.c: Use test-skeleton.c
11325         (main): Rename to do_test.  Use return instead of
11326         exit.
11327         * nptl/tst-sem4.c: Use test-skeleton.c
11328         (main): Rename to do_test.
11329
11330 2014-04-22  David S. Miller  <davem@davemloft.net>
11331
11332         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11333         (struct sigaction): New struct member __glibc_reserved0, change
11334         type of sa_flags to int.
11335
11336 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11337
11338         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11339         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11340
11341 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11342
11343         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11344         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11345
11346 2014-04-22  Will Newton  <will.newton@linaro.org>
11347             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11348
11349         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11350         (__longjmp): Add longjmp and longjmp_target SystemTap
11351         probes.
11352         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11353         (__sigsetjmp): Add setjmp SystemTap probe.
11354
11355 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11356
11357         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11358         match manual order.
11359
11360 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11361
11362         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11363
11364         * sysdeps/powerpc/fpu/fenv_private.h
11365         (libc_feholdexcept_setroundl_ctx): Define to
11366         libc_feholdexcept_setround_ppc_ctx.
11367         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11368         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11369         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11370         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11371
11372 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11373
11374         * sysdeps/aarch64/math-tests.h: New file.
11375
11376 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11377
11378         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11379         New.
11380         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11381         Check and set bit_AVX2_Usable.
11382         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11383         macro.
11384         (bit_AVX2): Likewise.
11385         (index_AVX2_Usable): Likewise.
11386         (CPUID_AVX2): Likewise.
11387         (HAS_AVX2): Likewise.
11388
11389 2014-04-17  Will Newton  <will.newton@linaro.org>
11390
11391         * manual/setjmp.texi (System V contexts): Add note that
11392         calling setcontext on a context created by a call to a
11393         signal handler is undefined.  Update text to note that
11394         setcontext from a signal handler is possible but not
11395         recommended.
11396
11397         [BZ #16629]
11398         * stdlib/tst-setcontext.c: Include signal.h.
11399         (main): Check that the signal stack before and
11400         after swapcontext is the same.
11401
11402         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11403         Re-implement to restore registers in user code and avoid
11404         rt_sigreturn system call.
11405
11406 2014-04-17  Wilco  <wdijkstr@arm.com>
11407
11408         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11409         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11410         * math/test-fenv.c: Skip exception trap tests on targets which only
11411         support non-stop mode.
11412
11413 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11414             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11415
11416         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11417         (libc_feholdsetround_aarch64_ctx)
11418         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11419         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11420         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11421         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11422         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11423         (libc_feresetround_noexl_ctx): Define.
11424
11425 2014-04-16  Richard Henderson  <rth@redhat.com>
11426
11427         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11428
11429         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11430         unwind tables.
11431
11432         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11433         const from the non-libc, non-ldso copy.
11434
11435         * sysdeps/alpha/libm-test-ulps: Regenerate.
11436
11437 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11438             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11439
11440         * sysdeps/aarch64/fpu/math_private.h: New file.
11441
11442 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11443
11444         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11445
11446 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11447
11448         [BZ #16275]
11449         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11450         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11451         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11452         Intel MPX bound registers before _dl_profile_fixup.
11453         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11454         registers after _dl_profile_fixup.  Save and restore bound
11455         registers bnd0/bnd1 when calling _dl_call_pltexit.
11456         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11457         (LR_BND_OFFSET): Likewise.
11458         (LRV_BND0_OFFSET): Likewise.
11459         (LRV_BND1_OFFSET): Likewise.
11460
11461 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11462
11463         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11464         to...
11465         * sysdeps/mach/hurd/i386/tls.h: ... here.
11466         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11467         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11468         fields.
11469
11470 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11471
11472         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11473
11474 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11475
11476         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11477
11478 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11479
11480         [BZ #14770]
11481         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11482         * sysdeps/s390/configure: Regenerate.
11483
11484         [BZ #16824]
11485         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11486         Set round-to-nearest internally to reduce error accumulation.
11487
11488 2014-04-16  Alan Modra  <amodra@gmail.com>
11489
11490         [BZ #16740]
11491         [BZ #16619]
11492         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11493         * math/libm-test.inc (frexp_test_data): Add tests.
11494         * NEWS: Update fixed bug list.
11495
11496 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11497
11498         * benchtests/Makefile: Depend on libraries in build directory.
11499         (bench-math): Separate out math tests.
11500         (bench-pthread): Separate out pthread tests.
11501         (bench): Include math and pthread tests.
11502
11503 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11504
11505         [BZ #16831]
11506         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11507         _dl_debug_initialize.
11508
11509         * configure.ac: Remove SELinux header check.
11510         * configure: Regenerate.
11511         * nscd/selinux.c (perms): Array of const char* to permission names.
11512         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11513         default policy. Call string_to_security_class and string_to_av_perm to
11514         translate strings. Enforce default policy and call avs_has_perm with
11515         results of translated strings.
11516
11517 2014-04-13  David S. Miller  <davem@davemloft.net>
11518
11519         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11520
11521 2014-04-12  Allan McRae  <allan@archlinux.org>
11522
11523         [BZ #16838]
11524         * manual/string.texi (Collation Functions): Fix qsort argument
11525         order in example.
11526         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11527
11528 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11529
11530         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11531         Make the test a no-op if there are no exceptions defined.
11532
11533 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11534
11535         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11536         enable-hardcoded-path-in-tests
11537
11538 2014-04-11  Will Newton  <will.newton@linaro.org>
11539
11540         * benchtests/Makefile (extra-objs): Add json-lib.o.
11541         (bench-func): Tidy up JSON output.
11542         * benchtests/bench-skeleton.c: Include json-lib.h.
11543         (main): Use JSON library functions to do output of
11544         benchmark results.
11545         * benchtests/bench-timing-type.c (main): Output the
11546         timing type simply, leaving formatting to the user.
11547         * benchtests/json-lib.c: New file.
11548         * benchtests/json-lib.h: Likewise.
11549
11550 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11551
11552         [BZ #15215]
11553         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11554         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11555         memory barriers.  Add comments.
11556         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11557         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11558         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11559         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11560         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11561         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11562
11563 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11564
11565         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11566         * sysdeps/s390/s390-64/configure.ac: ... this ...
11567         * sysdeps/s390/configure.ac: ... to here.
11568         * sysdeps/s390/s390-32/configure: Delete file.
11569         * sysdeps/s390/s390-64/configure: Delete file.
11570         * sysdeps/s390/configure: Regenerate.
11571
11572 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11573
11574         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11575
11576 2014-04-11  Will Newton  <will.newton@linaro.org>
11577
11578         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11579         to zero if it is not defined elsewhere.  (mtrim): Test
11580         the value of MALLOC_DEBUG with #if rather than #ifdef.
11581
11582 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11583
11584         * benchtests/pthread_once-inputs: New file.
11585         * benchtests/pthread_once-source.c: New file.
11586         * benchtests/README: Update documentation.
11587
11588 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11589             H.J. Lu  <hongjiu.lu@intel.com>
11590
11591         [BZ #16275]
11592         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11593         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11594         * sysdeps/x86_64/configure: Regenerated.
11595         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11596         macro.
11597         (REGISTER_SAVE_RAX): Likewise.
11598         (REGISTER_SAVE_RCX): Likewise.
11599         (REGISTER_SAVE_RDX): Likewise.
11600         (REGISTER_SAVE_RSI): Likewise.
11601         (REGISTER_SAVE_RDI): Likewise.
11602         (REGISTER_SAVE_R8): Likewise.
11603         (REGISTER_SAVE_R9): Likewise.
11604         (REGISTER_SAVE_BND0): Likewise.
11605         (REGISTER_SAVE_BND1): Likewise.
11606         (REGISTER_SAVE_BND2): Likewise.
11607         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11608         bound registers when calling _dl_fixup.
11609
11610 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11611
11612         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11613         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11614         of its definition.
11615         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11616         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11617         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11618         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11619         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11620         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11621         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11622
11623 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11624
11625         [BZ #15514]
11626         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11627         pathconf(_PC_NAME_MAX).
11628
11629 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11630
11631         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11632         Remove macro usage.
11633         (__PTHREAD_SPINS): Move definition to ...
11634         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11635         (__PTHREAD_SPINS): ... here.
11636         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11637         (__PTHREAD_SPIN): Likewise.
11638         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11639         (__PTHREAD_SPIN): Likewise.
11640         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11641         (__PTHREAD_SPIN): Likewise.
11642         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11643         (__PTHREAD_SPIN): Likewise.
11644         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11645         (__PTHREAD_SPIN): Likewise.
11646         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11647         (__PTHREAD_SPIN): Likewise.
11648         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11649         (__PTHREAD_SPIN): Likewise.
11650         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11651         (__PTHREAD_SPIN): Likewise.
11652         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11653         (__PTHREAD_SPIN): Likewise.
11654         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11655         (__PTHREAD_SPIN): Likewise.
11656         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11657         (__PTHREAD_SPIN): Likewise.
11658         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11659         (__PTHREAD_SPIN): Likewise.
11660
11661         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11662         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11663         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11664         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11665         imply folder.
11666         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11667         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11668         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11669         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11670         correct imply path.
11671         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11672         strlen symbol for non multi-arch builds.
11673         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11674         missing hidden_def and weak_alias.
11675
11676 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11677
11678         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11679
11680 2014-04-07  Will Newton  <will.newton@linaro.org>
11681
11682         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11683         and contents.  [!_LIBC] Remove #ifndef and contents.
11684         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11685         * string/memccpy.c (__memccpy): Use ANSI prototype.
11686         * string/memfrob.c (memfrob): Likewise.
11687         * string/strcoll.c (STRCOLL): Likewise.
11688         * string/strlen.c (strlen): Likewise.
11689         * string/strtok.c (STRTOK): Likewise.
11690         * string/strcat.c: Remove unused #include of memcopy.h.
11691         (strcat): Use ANSI prototype.
11692         * string/strchr.c: Remove unused #include of memcopy.h.
11693         (strchr): Use ANSI prototype.
11694         * string/strcmp.c: Remove unused #include of memcopy.h.
11695         (strcmp): Use ANSI prototype.
11696         * string/strcpy.c: Remove unused #include of memcopy.h.
11697         (strcpy): Use ANSI prototype.
11698
11699 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11700
11701         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11702         * config.make.in (config-extra-cppflags): Set it from
11703         libc_extra_cppflags.
11704         * configure.ac (libc_extra_cflags): Make it accumulate over
11705         configure fragments.
11706         (libc_extra_cppflags): New flag.
11707         * configure. Regenerate.
11708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11709         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11710         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11712
11713         [BZ #16815]
11714         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11715         result for FE_DOWNWARD rounding mode.
11716         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11717         Likewise.
11718         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11719
11720 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11721
11722         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11723         in function argument name.
11724
11725 2014-04-03  David Svoboda  <svoboda@cert.org>
11726
11727         [BZ #5666]
11728         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11729         explicitly.
11730
11731 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11732
11733         * elf/dl-unmap-segments.h: New file.
11734         * sysdeps/generic/ldsodefs.h
11735         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11736         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11737         * elf/dl-fptr.c: Likewise.
11738         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11739         * sysdeps/aarch64/tlsdesc.c: Likewise.
11740         * sysdeps/arm/tlsdesc.c: Likewise.
11741         * sysdeps/i386/tlsdesc.c: Likewise.
11742         * sysdeps/tile/dl-runtime.c: Likewise.
11743         * sysdeps/x86_64/tlsdesc.c: Likewise.
11744         * elf/dl-load.h: New file.
11745         * elf/dl-load.c: Include it.
11746         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11747         Macros moved to dl-load.h.
11748         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11749         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11750         Use _dl_unmap_segments in place of __munmap.
11751         Break out segment-mapping loop into ...
11752         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11753
11754 2014-04-03  Will Newton  <will.newton@linaro.org>
11755
11756         * elf/dl-lookup.c (do_lookup_x): Remove comment
11757         referring to nested function and move variable
11758         declarations down to before first use.
11759
11760 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11761
11762         [BZ #16799]
11763         [BZ #16800]
11764         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11765         with 0 numerator.
11766         * math/s_catanf.c (__catanf): Likewise.
11767         * math/s_catanh.c (__catanh): Likewise.
11768         * math/s_catanhf.c (__catanhf): Likewise.
11769         * math/s_catanhl.c (__catanhl): Likewise.
11770         * math/s_catanl.c (__catanl): Likewise.
11771         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11772         by positive zero when computing -Inf result.
11773         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11774         (catanh_test): Likewise.
11775         * sysdeps/i386/fpu/libm-test-ulps: Update.
11776         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11777
11778         [BZ #16789]
11779         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11780         instead of using underflowing value in computing result.
11781         * math/s_clog10.c (__clog10): Likewise.
11782         * math/s_clog10f.c (__clog10f): Likewise.
11783         * math/s_clog10l.c (__clog10l): Likewise.
11784         * math/s_clogf.c (__clogf): Likewise.
11785         * math/s_clogl.c (__clogl): Likewise.
11786         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11787         (clog10_test): Likewise.
11788         * sysdeps/i386/fpu/libm-test-ulps: Update.
11789         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11790
11791 2014-04-02  Alan Modra  <amodra@gmail.com>
11792
11793         [BZ #16739]
11794         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11795         output when value is near a power of two.  Use int64_t for lx and
11796         remove casts.  Use decimal rather than hex exponent constants.
11797         Don't use long double multiplication when double will suffice.
11798         * math/libm-test.inc (nextafter_test_data): Add tests.
11799         * NEWS: Add 16739 and 16786 to bug list.
11800
11801         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11802
11803         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11804
11805 2014-04-01  Will Newton  <will.newton@linaro.org>
11806
11807         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11808         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11809
11810 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11811
11812         [BZ #13347]
11813         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11814         * nptl/tst-setuid2.c: New file.
11815         * nptl/Makefile (xtests): Add tst-setuid2.
11816
11817 2014-04-01  Alan Modra  <amodra@gmail.com>
11818
11819         [BZ #16786]
11820         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11821
11822 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11823
11824         [BZ #6803]
11825         [BZ #6804]
11826         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11827         set errno as appropriate.
11828         * math/w_scalbf.c (__scalbf): Likewise.
11829         * math/w_scalbl.c (__scalbl): Likewise.
11830         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11831         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11832         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11833         Add more NaN tests.
11834
11835         [BZ #16349]
11836         * math/w_atan2.c: Include <errno.h>.
11837         (__atan2): Set errno for result underflowing to zero.
11838         * math/w_atan2f.c: Include <errno.h>.
11839         (__atan2f): Set errno for result underflowing to zero.
11840         * math/w_atan2l.c: Include <errno.h>.
11841         (__atan2l): Set errno for result underflowing to zero.
11842         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11843         tests.
11844         * math/auto-libm-test-out: Regenerated.
11845
11846 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11847
11848         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11849         Encode instruction correctly in little endian.
11850         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11851         Likewise.
11852         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11853         Likewise.
11854         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11855         Likewise.
11856         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11857         Likewise.
11858
11859 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11860
11861         [BZ #9894]
11862         * sysdeps/unix/sysv/linux/kernel-features.h
11863         [__sparc__ && !__arch64__ && !__sparc_v9__]
11864         (__ASSUME_SET_ROBUST_LIST): Do not define.
11865         [__sparc__ && !__arch64__ && !__sparc_v9__]
11866         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11867         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11868         Likewise.
11869         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11870         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11871         (__ASSUME_REQUEUE_PI): Likewise.
11872         (__ASSUME_SET_ROBUST_LIST): Likewise.
11873         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11874         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11875         Undefine.
11876         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11877         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11878         Likewise.
11879         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11880         Likewise.
11881         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11882         Likewise.
11883         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11884         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11885         Undefine.
11886         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11887         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11888         Likewise.
11889
11890         [BZ #16648]
11891         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11892         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11893         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11894
11895 2014-03-31  Will Newton  <will.newton@linaro.org>
11896
11897         * benchtests/Makefile (bench): Add ffs and ffsll to list
11898         of tests.
11899         * benchtests/ffs-inputs: New file.
11900         * benchtests/ffsll-inputs: Likewise.
11901
11902 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11903
11904         [BZ #16770]
11905         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11906         too large before casting to int.
11907         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11908         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11909         * math/libm-test.inc (scalb_test_data): Add more tests.
11910
11911 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11912
11913         * benchtests/Makefile (DETAILED_OPT): New make option.
11914         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11915         set.
11916         * benchtests/bench-skeleton.c: Include stdbool.h.
11917         (main): Store and print timings per input.
11918         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11919         member to each argument value.
11920         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11921         (_print_arg_data): Initialize per-input timing to 0.
11922
11923         * benchtests/Makefile (timing-type): New binary.
11924         (bench-clean): Also remove bench-timing-type.
11925         (bench): New target for timing-type.
11926         (bench-func): Print output in JSON format.
11927         * benchtests/bench-skeleton.c (main): Print output in JSON
11928         format.
11929         * benchtests/bench-timing-type.c: New file.
11930         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11931         (TIMING_PRINT_STATS): Remove.
11932         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11933         name separately.
11934
11935         * benchtests/bench-modf.c: Remove.
11936         * benchtests/modf-inputs: New inputs file.
11937
11938 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11939
11940         [BZ #16362]
11941         * math/s_clog10.c (M_PI_LOG10E): New macro.
11942         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11943         imaginary parts are 0.
11944         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11945         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11946         imaginary parts are 0.
11947         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11948         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11949         imaginary parts are 0.
11950         * math/libm-test.inc (clog10_test_data): Update expected results
11951         for when real and imaginary parts are 0.
11952
11953 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11954
11955         * elf/dl-load.c: Finish conversion of __builtin_expect into
11956         __glibc_{un}likely.
11957
11958 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11959
11960         [BZ #16348]
11961         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11962         1+x for argument with exponent below -67.
11963         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11964         Likewise.
11965         * math/auto-libm-test-in: Add more tests of exp.
11966         * math/auto-libm-test-out: Regenerated.
11967
11968 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11969
11970         [BZ #16759]
11971         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11972         (nscd_getnetgrent): Use it.
11973
11974         [BZ #16760]
11975         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11976         of stpcpy.
11977
11978 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11979
11980         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11981         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11982         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11983         (lll_robust_unlock): Remove out of line section. Use cfi
11984         intrinsics.
11985         (LLL_STUB_UNWIND_INFO*): Remove.
11986         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11987         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11988         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11989         (lll_robust_unlock): Remove out of line section. Use cfi
11990         intrinsics.
11991         (LLL_STUB_UNWIND_INFO*): Remove.
11992
11993 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11994
11995         [BZ #16758]
11996         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11997         blank values.
11998
11999 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
12000
12001         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
12002
12003 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
12004
12005         [BZ #16198]
12006         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
12007         fnstenv.
12008         * math/test-fenv-preserve.c: New file.
12009         * math/Makefile (tests): Add test-fenv-preserve.
12010
12011 2014-03-26  Will Newton <will.newton@linaro.org>
12012
12013         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
12014
12015 2014-03-25  Roland McGrath  <roland@hack.frob.com>
12016
12017         * scripts/versionlist.awk: Partition the version sets and emit all
12018         GLIBC_* (sorted) before all others (sorted).
12019
12020 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12021
12022         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
12023         GLIBC_2.2.5 version.
12024
12025 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12026
12027         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
12028         calls.
12029
12030         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
12031         previous change.
12032
12033         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12034
12035 2014-03-25  Andreas Schwab  <schwab@suse.de>
12036
12037         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
12038         label to be used after in6ailist is initialized.
12039
12040 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12041
12042         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
12043         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12044
12045 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12046
12047         [BZ #16357]
12048         [BZ #16599]
12049         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
12050         min_plus_half.
12051         (fp_formats): Update initializers.
12052         (init_fp_formats): Initialize new field.
12053         (output_for_one_input_case): Allow underflow for results up to
12054         min_plus_half.
12055         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
12056         * math/auto-libm-test-in: Don't mark some underflows from asin and
12057         atanh as spurious.
12058         * math/auto-libm-test-out: Regenerated.
12059         * sysdeps/i386/fpu/libm-test-ulps: Update.
12060         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12061
12062 2014-03-25  Andreas Schwab  <schwab@suse.de>
12063
12064         * libio/Makefile (tst-ftell-partial-wide-ENV)
12065         (tst-ftell-active-handler-ENV): Define.
12066
12067 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
12068
12069         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
12070
12071 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12072
12073         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
12074
12075 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12076
12077         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
12078         * sysdeps/x86_64/fpu/multiarch/e_exp.c
12079         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
12080
12081 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12082
12083         [BZ #16634]
12084         * elf/dl-load.c (open_verify): Add mode parameter.
12085         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
12086         (open_path): Change from boolean 'secure' to complete flag 'mode'
12087         (_dl_map_object): Adjust.
12088         * elf/Makefile (tests): Add tst-dlopen-aout.
12089         * elf/tst-dlopen-aout.c: New test.
12090
12091 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
12092
12093         [BZ #16714]
12094         * sysdeps/unix/sysv/linux/s390/bits/stat.h
12095         (struct stat): Rename member pad0 to __glibc_reserved0.
12096
12097         [BZ #16712]
12098         * sysdeps/s390/s390-32/bits/wordsize.h
12099         (__WORDSIZE32_SIZE_ULONG): New define.
12100         * sysdeps/s390/s390-64/bits/wordsize.h
12101         (__WORDSIZE32_SIZE_ULONG): Likewise.
12102         * sysdeps/generic/stdint.h (SIZE_MAX):
12103         Define as UL if __WORDSIZE32_SIZE_ULONG.
12104
12105         [BZ #16713]
12106         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
12107         (__glibc_reserved0): New variable.
12108         (sa_flags): Change type to int.
12109
12110         * posix/Makefile (before-compile): Use += before-compile instead
12111         of a :=.
12112
12113         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12114         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12115
12116 2014-03-20  Andreas Schwab  <schwab@suse.de>
12117
12118         [BZ #16743]
12119         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
12120         non-matching result from nscd.
12121
12122 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12123
12124         * scripts/bench.py: Moved to ...
12125         * benchtests/scripts/bench.py: ... here.
12126         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
12127
12128 2014-03-24  Andreas Schwab  <schwab@suse.de>
12129
12130         [BZ #16002]
12131         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
12132         alloca_account and account alloca use for struct in6ailist.
12133
12134 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12135
12136         [BZ #16284]
12137         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
12138         rounding mode to recompute results that overflow to infinity or
12139         underflow to zero.
12140         * math/auto-libm-test-in: Don't mark tests as expected to fail for
12141         bug 16284.
12142         * math/auto-libm-test-out: Regenerated.
12143         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
12144         (ccosh_test): Likewise.
12145         (csin_test_data): Use plus_oflow.
12146         (csin_test): Use ALL_RM_TEST.
12147         (csinh_test_data): Use plus_oflow.
12148         (csinh_test): Use ALL_RM_TEST.
12149         * sysdeps/i386/fpu/libm-test-ulps: Update.
12150         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12151
12152 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
12153
12154         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
12155         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
12156         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
12157
12158         [BZ #16731]
12159         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
12160         when x - 1 is zero.
12161         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12162         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12163         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12164         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
12165         argument is 1.
12166         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
12167         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
12168         zero.
12169         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
12170         * sysdeps/i386/fpu/libm-test-ulps: Update.
12171         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12172
12173 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12174
12175         * scripts/bench.pl: Remove file.
12176         * scripts/bench.py: New benchmark script.
12177         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12178         * benchtests/README: Mention python dependency.
12179         * scripts/pylintrc: New file.
12180         * scripts/pylint: New file.
12181
12182         * bits/mathdef.h: Use #ifdef instead of #if.
12183         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12184         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12185         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12186         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12187         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12188         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12189
12190 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12191             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12192
12193         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12194         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12195         and strpbrk-ppc64 objects.
12196         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12197         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12198         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12199         multiarch strpbrk for POWER7.
12200         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12201         multiarch strpbrk for PPC64.
12202         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12203         ifunc selector.
12204         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12205         strpbrk for POWER7.
12206
12207 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12208
12209         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12210         (atan_test): Likewise.
12211         (atanh_test_data): Use NO_TEST_INLINE for two tests.
12212         (atanh_test): Use ALL_RM_TEST.
12213         (atan2_test_data): Likewise.
12214         (cabs_test): Likewise.
12215         (cacosh_test): Likewise.
12216         (carg_test): Likewise.
12217         (casin_test): Likewise.
12218         (casinh_test): Likewise.
12219         (cbrt_test): Likewise.
12220         (csqrt_test): Likewise.
12221         (erf_test): Likewise.
12222         (erfc_test): Likewise.
12223         (pow10_test): Likewise.
12224         (exp2_test): Likewise.
12225         (hypot_test): Likewise.
12226         (j0_test): Likewise.
12227         (j1_test): Likewise.
12228         (lgamma_test): Likewise.
12229         (gamma_test): Likewise.
12230         (sincos_test): Likewise.
12231         (tanh_test): Likewise.
12232         (y0_test): Likewise.
12233         (y1_test): Likewise.
12234         * sysdeps/i386/fpu/libm-test-ulps: Update.
12235         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12236
12237 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12238
12239         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12240         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
12241         and strcspn-ppc64 objects.
12242         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12243         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12244         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12245         multiarch strcspn for POWER7.
12246         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12247         multiarch strcspn for PPC64.
12248         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12249         ifunc selector.
12250         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12251         strcspn for POWER7.
12252
12253 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12254
12255         * math/gen-libm-test.pl (generate_testfile): Expect only function
12256         name as argument to AUTO_TESTS_* and pass results for all rounding
12257         modes to parse_args.
12258         (parse_auto_input): Separate inputs of automatic tests from
12259         outputs before storing in %auto_tests.
12260         * math/libm-test.inc (acos_test_data): Update call to
12261         AUTO_TESTS_f_f.
12262         (acos_test): Use ALL_RM_TEST.
12263         (acos_tonearest_test_data): Remove.
12264         (acos_test_tonearest): Likewise.
12265         (acos_towardzero_test_data): Likewise.
12266         (acos_test_towardzero): Likewise.
12267         (acos_downward_test_data): Likewise.
12268         (acos_test_downward): Likewise.
12269         (acos_upward_test_data): Likewise.
12270         (acos_test_upward): Likewise.
12271         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12272         (asin_test_data): Likewise.
12273         (asin_test): Use ALL_RM_TEST.
12274         (asin_tonearest_test_data): Remove.
12275         (asin_test_tonearest): Likewise.
12276         (asin_towardzero_test_data): Likewise.
12277         (asin_test_towardzero): Likewise.
12278         (asin_downward_test_data): Likewise.
12279         (asin_test_downward): Likewise.
12280         (asin_upward_test_data): Likewise.
12281         (asin_test_upward): Likewise.
12282         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12283         (atan_test_data): Likewise.
12284         (atanh_test_data): Likewise.
12285         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12286         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12287         (carg_test_data): Likewise.
12288         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12289         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12290         (ccosh_test_data): Likewise.
12291         (cexp_test_data): Likewise.
12292         (clog_test_data): Likewise.
12293         (clog10_test_data): Likewise.
12294         (cos_test_data): Update call to AUTO_TESTS_f_f.
12295         (cos_test): Use ALL_RM_TEST.
12296         (cos_tonearest_test_data): Remove.
12297         (cos_test_tonearest): Likewise.
12298         (cos_towardzero_test_data): Likewise.
12299         (cos_test_towardzero): Likewise.
12300         (cos_downward_test_data): Likewise.
12301         (cos_test_downward): Likewise.
12302         (cos_upward_test_data): Likewise.
12303         (cos_test_upward): Likewise.
12304         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12305         (cosh_test): Use ALL_RM_TEST.
12306         (cosh_tonearest_test_data): Remove.
12307         (cosh_test_tonearest): Likewise.
12308         (cosh_towardzero_test_data): Likewise.
12309         (cosh_test_towardzero): Likewise.
12310         (cosh_downward_test_data): Likewise.
12311         (cosh_test_downward): Likewise.
12312         (cosh_upward_test_data): Likewise.
12313         (cosh_test_upward): Likewise.
12314         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12315         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12316         (ctan_test_data): Likewise.
12317         (ctan_test): Use ALL_RM_TEST.
12318         (ctan_tonearest_test_data): Remove.
12319         (ctan_test_tonearest): Likewise.
12320         (ctan_towardzero_test_data): Likewise.
12321         (ctan_test_towardzero): Likewise.
12322         (ctan_downward_test_data): Likewise.
12323         (ctan_test_downward): Likewise.
12324         (ctan_upward_test_data): Likewise.
12325         (ctan_test_upward): Likewise.
12326         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12327         (ctanh_test): Use ALL_RM_TEST.
12328         (ctanh_tonearest_test_data): Remove.
12329         (ctanh_test_tonearest): Likewise.
12330         (ctanh_towardzero_test_data): Likewise.
12331         (ctanh_test_towardzero): Likewise.
12332         (ctanh_downward_test_data): Likewise.
12333         (ctanh_test_downward): Likewise.
12334         (ctanh_upward_test_data): Likewise.
12335         (ctanh_test_upward): Likewise.
12336         (erf_test_data): Update call to AUTO_TESTS_f_f.
12337         (erfc_test_data): Likewise.
12338         (exp_test_data): Likewise.
12339         (exp_test): Use ALL_RM_TEST.
12340         (exp_tonearest_test_data): Remove.
12341         (exp_test_tonearest): Likewise.
12342         (exp_towardzero_test_data): Likewise.
12343         (exp_test_towardzero): Likewise.
12344         (exp_downward_test_data): Likewise.
12345         (exp_test_downward): Likewise.
12346         (exp_upward_test_data): Likewise.
12347         (exp_test_upward): Likewise.
12348         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12349         (exp10_test): Use ALL_RM_TEST.
12350         (exp10_tonearest_test_data): Remove.
12351         (exp10_test_tonearest): Likewise.
12352         (exp10_towardzero_test_data): Likewise.
12353         (exp10_test_towardzero): Likewise.
12354         (exp10_downward_test_data): Likewise.
12355         (exp10_test_downward): Likewise.
12356         (exp10_upward_test_data): Likewise.
12357         (exp10_test_upward): Likewise.
12358         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12359         (expm1_test_data): Likewise.
12360         (expm1_test): Use ALL_RM_TEST.
12361         (expm1_tonearest_test_data): Remove.
12362         (expm1_test_tonearest): Likewise.
12363         (expm1_towardzero_test_data): Likewise.
12364         (expm1_test_towardzero): Likewise.
12365         (expm1_downward_test_data): Likewise.
12366         (expm1_test_downward): Likewise.
12367         (expm1_upward_test_data): Likewise.
12368         (expm1_test_upward): Likewise.
12369         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12370         (fma_test): Use ALL_RM_TEST.
12371         (fma_towardzero_test_data): Remove.
12372         (fma_test_towardzero): Likewise.
12373         (fma_downward_test_data): Likewise.
12374         (fma_test_downward): Likewise.
12375         (fma_upward_test_data): Likewise.
12376         (fma_test_upward): Likewise.
12377         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12378         (j0_test_data): Update call to AUTO_TESTS_f_f.
12379         (j1_test_data): Likewise.
12380         (jn_test_data): Update call to AUTO_TESTS_if_f.
12381         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12382         (log_test_data): Update call to AUTO_TESTS_f_f.
12383         (log10_test_data): Likewise.
12384         (log1p_test_data): Likewise.
12385         (log2_test_data): Likewise.
12386         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12387         (pow_tonearest_test_data): Likewise.
12388         (sin_test_data): Update call to AUTO_TESTS_f_f.
12389         (sin_test): Use ALL_RM_TEST.
12390         (sin_tonearest_test_data): Remove.
12391         (sin_test_tonearest): Likewise.
12392         (sin_towardzero_test_data): Likewise.
12393         (sin_test_towardzero): Likewise.
12394         (sin_downward_test_data): Likewise.
12395         (sin_test_downward): Likewise.
12396         (sin_upward_test_data): Likewise.
12397         (sin_test_upward): Likewise.
12398         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12399         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12400         (sinh_test): Use ALL_RM_TEST.
12401         (sinh_tonearest_test_data): Remove.
12402         (sinh_test_tonearest): Likewise.
12403         (sinh_towardzero_test_data): Likewise.
12404         (sinh_test_towardzero): Likewise.
12405         (sinh_downward_test_data): Likewise.
12406         (sinh_test_downward): Likewise.
12407         (sinh_upward_test_data): Likewise.
12408         (sinh_test_upward): Likewise.
12409         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12410         (sqrt_test): Use ALL_RM_TEST.
12411         (sqrt_tonearest_test_data): Remove.
12412         (sqrt_test_tonearest): Likewise.
12413         (sqrt_towardzero_test_data): Likewise.
12414         (sqrt_test_towardzero): Likewise.
12415         (sqrt_downward_test_data): Likewise.
12416         (sqrt_test_downward): Likewise.
12417         (sqrt_upward_test_data): Likewise.
12418         (sqrt_test_upward): Likewise.
12419         (tan_test_data): Update call to AUTO_TESTS_f_f.
12420         (tan_test): Use ALL_RM_TEST.
12421         (tan_tonearest_test_data): Remove.
12422         (tan_test_tonearest): Likewise.
12423         (tan_towardzero_test_data): Likewise.
12424         (tan_test_towardzero): Likewise.
12425         (tan_downward_test_data): Likewise.
12426         (tan_test_downward): Likewise.
12427         (tan_upward_test_data): Likewise.
12428         (tan_test_upward): Likewise.
12429         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12430         (tgamma_test_data): Likewise.
12431         (y0_test_data): Likewise.
12432         (y1_test_data): Likewise.
12433         (yn_test_data): Update call to AUTO_TESTS_if_f.
12434         (main): Do not call removed functions.
12435
12436 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12437
12438         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12439         (ldexp_test_data): Remove.
12440         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12441         scalbn_test_data.
12442         (scalb_test): Use ALL_RM_TEST.
12443
12444 2014-03-19  Andreas Schwab  <schwab@suse.de>
12445
12446         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12447
12448 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12449
12450         [BZ #16649]
12451         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12452         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12453         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12454         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12455         (__ASSUME_PREADV): Undefine.
12456         (__ASSUME_PWRITEV): Likewise.
12457
12458 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12459
12460         * bits/mman-linux.h: Add comment about non-Linux use.
12461         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12462         bits/mman-linux.h resting place.
12463
12464         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12465         * bits/mman-linux.h: ... here.
12466
12467 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12468
12469         * conform/conformtest.pl: Add standard definition when calling C
12470         preprocessor on data files.
12471         (checknamespace): Remove unused variable.
12472
12473 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12474
12475         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12476         minus_oflow, plus_uflow and minus_uflow in expected results.
12477         * math/libm-test.inc (scalbn_test_data): Add more tests of
12478         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12479         minus_uflow.
12480         (scalbn_test): Use ALL_RM_TEST.
12481         (scalbln_test_data): Add more tests of negative arguments.  Use
12482         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12483         (scalbln_test): Use ALL_RM_TEST.
12484
12485 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12486
12487         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12488
12489 2014-03-18  Will Newton  <will.newton@linaro.org>
12490
12491         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12492         inaccurate comment.
12493
12494 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12495
12496         * Makerules [!subdir] (check-abi): Exit with error status if a
12497         test failed.
12498
12499 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12500
12501         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12502         for rint.  Include results for all rounding modes.
12503         (nearbyint_test): Use ALL_RM_TEST.
12504         (rint_test_data): Include all tests used for nearbyint.
12505
12506 2014-03-17  Will Newton  <will.newton@linaro.org>
12507
12508         * nptl/sysdeps/pthread/pthread.h: Revert previous
12509         change.
12510
12511         * sysdeps/generic/ldsodefs.h: Revert previous
12512         change.
12513
12514         * libio/genops.c: Revert previous change.
12515         * libio/libioP.h: Likewise.
12516         * stdio-common/vfprintf.c: Likewise.
12517
12518         * sysdeps/generic/math_private.h: Revert previous
12519         change.
12520
12521         * sysdeps/generic/math_private.h: Check whether
12522         HAVE_RM_CTX is defined with #ifdef rather
12523         than #if.
12524
12525         * argp/argp-fmtstream.h: Check whether
12526         __STRICT_ANSI__ is defined with #ifdef rather
12527         than #if.
12528         * argp/argp.h: Likewise.
12529
12530         * libio/genops.c: Check whether
12531         _IO_JUMPS_OFFSET is defined with #ifdef rather
12532         than #if.
12533         * libio/libioP.h: Likewise.
12534         * stdio-common/vfprintf.c: Likewise.
12535
12536         * sysdeps/generic/ldsodefs.h: Check whether
12537         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12538         than #if.
12539
12540         * nptl/sysdeps/pthread/pthread.h: Check
12541         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12542         its value.
12543
12544 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12545
12546         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12547         setting O_APPEND.
12548         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12549         test case.
12550
12551         [BZ #16680]
12552         * libio/fileops.c (_IO_file_open): Seek to end of file but
12553         don't cache the offset.
12554         (get_file_offset): Remove function.
12555         (do_ftell): Use cached offset when available.
12556         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12557         don't cache the offset.
12558         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12559         case.
12560         (do_one_test): Call it.
12561         (do_ftell_test): Fix up expected old offset for a+ mode.
12562         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12563         available.
12564
12565         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12566         up test status with function return status.
12567         (do_write_test): Likewise.
12568         (do_append_test): Likewise.
12569
12570         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12571         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12572         Remove.
12573
12574 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12575
12576         * math/gen-libm-test.pl (parse_args): Handle results specified for
12577         each rounding mode separately.
12578         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12579         tests and results from lrint_tonearest_test_data,
12580         lrint_towardzero_test_data, lrint_downward_test_data and
12581         lrint_upward_test_data.
12582         (lrint_test): Use ALL_RM_TEST.
12583         (lrint_tonearest_test_data): Remove.
12584         (lrint_test_tonearest): Likewise.
12585         (lrint_towardzero_test_data): Likewise.
12586         (lrint_test_towardzero): Likewise.
12587         (lrint_downward_test_data): Likewise.
12588         (lrint_test_downward): Likewise.
12589         (lrint_upward_test_data): Likewise.
12590         (lrint_test_upward): Likewise.
12591         (llrint_test_data): Merge in per-rounding-mode tests and results
12592         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12593         llrint_downward_test_data and llrint_upward_test_data.
12594         (llrint_test): Use ALL_RM_TEST.
12595         (llrint_tonearest_test_data): Remove.
12596         (llrint_test_tonearest): Likewise.
12597         (llrint_towardzero_test_data): Likewise.
12598         (llrint_test_towardzero): Likewise.
12599         (llrint_downward_test_data): Likewise.
12600         (llrint_test_downward): Likewise.
12601         (llrint_upward_test_data): Likewise.
12602         (llrint_test_upward): Likewise.
12603         (rint_test_data): Merge in per-rounding-mode tests and results
12604         from rint_tonearest_test_data, rint_towardzero_test_data,
12605         rint_downward_test_data and rint_upward_test_data.  Add
12606         per-rounding-mode results for tests not in those arrays.
12607         (rint_test): Use ALL_RM_TEST.
12608         (rint_tonearest_test_data): Remove.
12609         (rint_test_tonearest): Likewise.
12610         (rint_towardzero_test_data): Likewise.
12611         (rint_test_towardzero): Likewise.
12612         (rint_downward_test_data): Likewise.
12613         (rint_test_downward): Likewise.
12614         (rint_upward_test_data): Likewise.
12615         (rint_test_upward): Likewise.
12616         (main): Don't call removed functions.
12617
12618 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12619
12620         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12621         "Compiled on ..." crapola.  It is anti-useful.
12622
12623 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12624
12625         * scripts/evaluate-test.sh: Handle fourth argument to determine
12626         whether test run should stop on failure.
12627         * Makeconfig (stop-on-test-failure): New variable.
12628         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12629         $(stop-on-test-failure).
12630         * Makefile (tests): Give a summary of results from testing and
12631         exit with failure status if they include an ERROR or FAIL.
12632         (xtests): Likewise.
12633         * manual/install.texi (Configuring and compiling): Mention
12634         stop-on-test-failure=y.
12635         * INSTALL: Regenerated.
12636
12637 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12638
12639         * scripts/versionlist.awk: New file.
12640         * Makerules [$(build-shared) = yes]
12641         (postclean-generated): Add Versions.def, not Versions.def.v and
12642         Versions.def.v.i.
12643         ($(common-objpfx)Versions.def.v.i): Target removed.
12644         ($(common-objpfx)Versions.def): New target.
12645         ($(common-objpfx)Versions.all): Depend on that rather that
12646         $(common-objpfx)Versions.def.v.
12647         * Versions.def: File removed.
12648
12649         * Makeconfig (+gccwarn): Add -Wundef.
12650         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12651         a dl-sysdep.h breaking its contract.
12652         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12653         * include/stackinfo.h: New file.
12654         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12655         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12656         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12657         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12658         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12659         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12660         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12661         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12662         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12663         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12664         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12665         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12666         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12667         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12668         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12669
12670 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12671
12672         [BZ #16707]
12673         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12674         implementation.
12675         * math/libm-test.inc (round_test_data): Add more tests.
12676
12677         [BZ #16706]
12678         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12679         implementation.
12680         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12681
12682         [BZ #16701]
12683         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12684         implementation.
12685         * math/libm-test.inc (ceil_test_data): Add more tests.
12686
12687         * math/libm-test.inc (trunc_test_data): Add more tests related to
12688         BZ#16414.
12689
12690 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12691
12692         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12693         with #if rather than #ifdef.
12694         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12695
12696 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12697
12698         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12699         first.  Disable AVX-512 GCC support if assembler doesn't support
12700         it.
12701         * sysdeps/x86_64/configure: Regenerated.
12702
12703 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12704
12705         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12706         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12707         (__old_pthread_attr_setstack): Likewise.
12708         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12709         [!_STACK_GROWS_DOWN]: Likewise.
12710
12711 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12712
12713         * config.make.in (have-bash2): Delete.
12714         * configure.ac (libc_cv_have_bash2): Delete.
12715         * configure: Regenerate.
12716         * elf/Makefile (common-ldd-rewrite): Rename to ...
12717         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12718         (sh-ldd-rewrite): Delete.
12719         (bash-ldd-rewrite): Delete.
12720         (have-bash2): Delete checks.
12721         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12722         ldd-rewrite.
12723
12724         * config.make.in (have-ksh): Delete.
12725         (KSH): Delete.
12726         * configure.ac (libc_cv_have_ksh): Delete.
12727         * configure: Regenerate.
12728
12729         * elf/Makefile: Delete $(have-ksh) check.
12730         ($(objpfx)sotruss): Change KSH to BASH.
12731         * elf/sotruss.ksh: Rename to ...
12732         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12733         function style to match POSIX.  Drop ksh vim mode setting.
12734
12735         * manual/time.texi (Specifying the Time Zone with TZ): Change
12736         Tuesday to Thursday.
12737
12738         * debug/tst-longjmp_chk2.c: Update header comment.
12739         (stackoverflow_handler): Add comment.  Call assert on pass value.
12740
12741 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12742
12743         [BZ #16194]
12744         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12745         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12746         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12747         (La_x86_64_vector): Add zmm.
12748         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12749         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12750         ($(objpfx)tst-audit10): New target.
12751         ($(objpfx)tst-audit10.out): Likewise.
12752         (tst-audit10-ENV): New.
12753         (AVX512-CFLAGS): Likewise.
12754         (CFLAGS-tst-audit10.c): Likewise.
12755         (CFLAGS-tst-auditmod10a.c): Likewise.
12756         (CFLAGS-tst-auditmod10b.c): Likewise.
12757         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12758         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12759         * sysdeps/x86_64/configure: Regenerated.
12760         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12761         AVX-512 zmm register support.
12762         (_dl_x86_64_save_sse): Likewise.
12763         (_dl_x86_64_restore_sse): Likewise.
12764         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12765         size vector registers.
12766         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12767         (ZMM_SIZE): Likewise.
12768         * sysdeps/x86_64/tst-audit10.c: New file.
12769         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12770         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12771
12772 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12773
12774         * configure.ac (HAVE_EHDR_START): New check.
12775         * configure: Regenerated.
12776         * config.h.in (HAVE_EHDR_START): New #undef.
12777         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12778         assuming the lowest-addressed segment maps the start of the file.
12779
12780 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12781
12782         * INSTALL: Regenerated.
12783
12784 2014-03-13  Will Newton  <will.newton@linaro.org>
12785
12786         * manual/setjmp.texi (System V contexts): Improve
12787         clarity and grammar of documentation.
12788
12789 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12790
12791         [BZ #16381]
12792         * elf/Makefile (tests): Add tst-pie2.
12793         (tests-pie): Add tst-pie2.
12794         * elf/tst-pie2.c: New file.
12795         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12796         for ET_EXEC.
12797         * elf/rtld.c (map_doit): Load executable as lt_executable.
12798         (dl_main): Likewise.
12799
12800 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12801
12802         [BZ #16642]
12803         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12804         (__ASSUME_PSELECT): Undefine.
12805
12806 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12807
12808         [BZ #16689]
12809         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12810         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12811         static build.
12812         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12813         selector for static builds.
12814
12815 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12816
12817         [BZ #16695]
12818         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12819         key in the buffer.
12820
12821 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12822
12823         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12824         IFUNC selector for static builds.
12825
12826 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12827
12828         * sysdeps/mips/math_private.h [__mips_hard_float]
12829         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12830         libc_feresetround_mips_ctx.
12831         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12832         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12833         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12834
12835         [BZ #16677]
12836         * math/s_nextafter.c (__nextafter): Do not return value from
12837         overflowing computation.
12838         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12839         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12840         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12841         Likewise.
12842         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12843         Likewise.
12844         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12845         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12846
12847 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12848
12849         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12850         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12851         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12852         the new mov targetting sp.
12853
12854 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12855
12856         [BZ #16683]
12857         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12858         Define it for static builds as well.
12859         (NO_BZERO_IMPL): Likewise.
12860
12861 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12862
12863         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12864         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12865         multiarch strspn for PPC64.
12866         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12867         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12868         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12869         (__libc_ifunc_impl_list): Likewise.
12870         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12871         multiarch optimizations
12872         * string/strspn.c (strspn): Using macro to redefine symbol name.
12873
12874 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12875             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12876
12877         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12878         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12879         multiarch strncat for PPC64.
12880         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12881         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12882         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12883         (__libc_ifunc_impl_list): Likewise.
12884         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12885         multiarch optimizations
12886
12887 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12888
12889         [BZ #16639]
12890         * nscd/nscd.service: Make service type forking.
12891
12892 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12893
12894         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12895         sign in non default rounding modes.
12896         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12897
12898 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12899
12900         * math/libm-test.inc (ALL_RM_TEST): New macro.
12901         (ceil_test): Use ALL_RM_TEST.
12902         (cimag_test): Likewise.
12903         (conj_test): Likewise.
12904         (copysign_test): Likewise.
12905         (cproj_test): Likewise.
12906         (creal_test): Likewise.
12907         (fabs_test): Likewise.
12908         (floor_test): Likewise.
12909         (fmax_test): Likewise.
12910         (fmin_test): Likewise.
12911         (fmod_test): Likewise.
12912         (fpclassify_test): Likewise.
12913         (frexp_test): Likewise.
12914         (ilogb_test): Likewise.
12915         (isfinite_test): Likewise.
12916         (finite_test): Likewise.
12917         (isgreater_test): Likewise.
12918         (isgreaterequal_test): Likewise.
12919         (isinf_test): Likewise.
12920         (isless_test): Likewise.
12921         (islessequal_test): Likewise.
12922         (islessgreater_test): Likewise.
12923         (isnan_test): Likewise.
12924         (isnormal_test): Likewise.
12925         (issignaling_test): Likewise.
12926         (isunordered_test): Likewise.
12927         (logb_test): Likewise.
12928         (logb_downward_test_data): Remove.
12929         (logb_test_downward): Likewise.
12930         (lround_test): Use ALL_RM_TEST.
12931         (llround_test): Likewise.
12932         (modf_test): Likewise.
12933         (nexttoward_test): Likewise.
12934         (remainder_test): Likewise.
12935         (drem_test): Likewise.
12936         (remainder_tonearest_test_data): Likewise.
12937         (remainder_test_tonearest): Likewise.
12938         (drem_test_tonearest): Likewise.
12939         (remainder_towardzero_test_data): Likewise.
12940         (remainder_test_towardzero): Likewise.
12941         (drem_test_towardzero): Likewise.
12942         (remainder_downward_test_data): Likewise.
12943         (remainder_test_downward): Likewise.
12944         (drem_test_downward): Likewise.
12945         (remainder_upward_test_data): Likewise.
12946         (remainder_test_upward): Likewise.
12947         (drem_test_upward): Likewise.
12948         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12949         (round_test): Use ALL_RM_TEST.
12950         (signbit_test): Likewise.
12951         (trunc_test): Likewise.
12952         (significand_test): Likewise.
12953         (main): Don't call removed functions.
12954
12955 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12956
12957         [BZ #16674]
12958         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12959         || __USE_XOPEN2K8].
12960         (ILL_ILLOPN): Likewise.
12961         (ILL_ILLADR): Likewise.
12962         (ILL_ILLTRP): Likewise.
12963         (ILL_PRVOPC): Likewise.
12964         (ILL_PRVREG): Likewise.
12965         (ILL_COPROC): Likewise.
12966         (ILL_BADSTK): Likewise.
12967         (FPE_INTDIV): Likewise.
12968         (FPE_INTOVF): Likewise.
12969         (FPE_FLTDIV): Likewise.
12970         (FPE_FLTOVF): Likewise.
12971         (FPE_FLTUND): Likewise.
12972         (FPE_FLTRES): Likewise.
12973         (FPE_FLTINV): Likewise.
12974         (FPE_FLTSUB): Likewise.
12975         (SEGV_MAPERR): Likewise.
12976         (SEGV_ACCERR): Likewise.
12977         (BUS_ADRALN): Likewise.
12978         (BUS_ADRERR): Likewise.
12979         (BUS_OBJERR): Likewise.
12980         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12981         (TRAP_TRACE): Likewise.
12982         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12983         __USE_XOPEN2K8].
12984         (CLD_KILLED): Likewise.
12985         (CLD_DUMPED): Likewise.
12986         (CLD_TRAPPED): Likewise.
12987         (CLD_STOPPED): Likewise.
12988         (CLD_CONTINUED): Likewise.
12989         (POLL_IN): Likewise.
12990         (POLL_OUT): Likewise.
12991         (POLL_MSG): Likewise.
12992         (POLL_ERR): Likewise.
12993         (POLL_PRI): Likewise.
12994         (POLL_HUP): Likewise.
12995         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12996         Likewise.
12997         (ILL_ILLOPN): Likewise.
12998         (ILL_ILLADR): Likewise.
12999         (ILL_ILLTRP): Likewise.
13000         (ILL_PRVOPC): Likewise.
13001         (ILL_PRVREG): Likewise.
13002         (ILL_COPROC): Likewise.
13003         (ILL_BADSTK): Likewise.
13004         (FPE_INTDIV): Likewise.
13005         (FPE_INTOVF): Likewise.
13006         (FPE_FLTDIV): Likewise.
13007         (FPE_FLTOVF): Likewise.
13008         (FPE_FLTUND): Likewise.
13009         (FPE_FLTRES): Likewise.
13010         (FPE_FLTINV): Likewise.
13011         (FPE_FLTSUB): Likewise.
13012         (SEGV_MAPERR): Likewise.
13013         (SEGV_ACCERR): Likewise.
13014         (BUS_ADRALN): Likewise.
13015         (BUS_ADRERR): Likewise.
13016         (BUS_OBJERR): Likewise.
13017         (BUS_MCEERR_AR): Likewise.
13018         (BUS_MCEERR_AO): Likewise.
13019         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13020         (TRAP_TRACE): Likewise.
13021         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13022         __USE_XOPEN2K8].
13023         (CLD_KILLED): Likewise.
13024         (CLD_DUMPED): Likewise.
13025         (CLD_TRAPPED): Likewise.
13026         (CLD_STOPPED): Likewise.
13027         (CLD_CONTINUED): Likewise.
13028         (POLL_IN): Likewise.
13029         (POLL_OUT): Likewise.
13030         (POLL_MSG): Likewise.
13031         (POLL_ERR): Likewise.
13032         (POLL_PRI): Likewise.
13033         (POLL_HUP): Likewise.
13034         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
13035         (ILL_ILLOPN): Likewise.
13036         (ILL_ILLADR): Likewise.
13037         (ILL_ILLTRP): Likewise.
13038         (ILL_PRVOPC): Likewise.
13039         (ILL_PRVREG): Likewise.
13040         (ILL_COPROC): Likewise.
13041         (ILL_BADSTK): Likewise.
13042         (FPE_INTDIV): Likewise.
13043         (FPE_INTOVF): Likewise.
13044         (FPE_FLTDIV): Likewise.
13045         (FPE_FLTOVF): Likewise.
13046         (FPE_FLTUND): Likewise.
13047         (FPE_FLTRES): Likewise.
13048         (FPE_FLTINV): Likewise.
13049         (FPE_FLTSUB): Likewise.
13050         (SEGV_MAPERR): Likewise.
13051         (SEGV_ACCERR): Likewise.
13052         (BUS_ADRALN): Likewise.
13053         (BUS_ADRERR): Likewise.
13054         (BUS_OBJERR): Likewise.
13055         (BUS_MCEERR_AR): Likewise.
13056         (BUS_MCEERR_AO): Likewise.
13057         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13058         (TRAP_TRACE): Likewise.
13059         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13060         __USE_XOPEN2K8].
13061         (CLD_KILLED): Likewise.
13062         (CLD_DUMPED): Likewise.
13063         (CLD_TRAPPED): Likewise.
13064         (CLD_STOPPED): Likewise.
13065         (CLD_CONTINUED): Likewise.
13066         (POLL_IN): Likewise.
13067         (POLL_OUT): Likewise.
13068         (POLL_MSG): Likewise.
13069         (POLL_ERR): Likewise.
13070         (POLL_PRI): Likewise.
13071         (POLL_HUP): Likewise.
13072         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
13073         Likewise.
13074         (ILL_ILLOPN): Likewise.
13075         (ILL_ILLADR): Likewise.
13076         (ILL_ILLTRP): Likewise.
13077         (ILL_PRVOPC): Likewise.
13078         (ILL_PRVREG): Likewise.
13079         (ILL_COPROC): Likewise.
13080         (ILL_BADSTK): Likewise.
13081         (ILL_BADIADDR): Likewise.
13082         (ILL_BREAK): Likewise.
13083         (FPE_INTDIV): Likewise.
13084         (FPE_INTOVF): Likewise.
13085         (FPE_FLTDIV): Likewise.
13086         (FPE_FLTOVF): Likewise.
13087         (FPE_FLTUND): Likewise.
13088         (FPE_FLTRES): Likewise.
13089         (FPE_FLTINV): Likewise.
13090         (FPE_FLTSUB): Likewise.
13091         (FPE_DECOVF): Likewise.
13092         (FPE_DECDIV): Likewise.
13093         (FPE_DECERR): Likewise.
13094         (FPE_INVASC): Likewise.
13095         (FPE_INVDEC): Likewise.
13096         (SEGV_MAPERR): Likewise.
13097         (SEGV_ACCERR): Likewise.
13098         (SEGV_PSTKOVF): Likewise.
13099         (BUS_ADRALN): Likewise.
13100         (BUS_ADRERR): Likewise.
13101         (BUS_OBJERR): Likewise.
13102         (BUS_MCEERR_AR): Likewise.
13103         (BUS_MCEERR_AO): Likewise.
13104         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13105         (TRAP_TRACE): Likewise.
13106         (TRAP_BRANCH): Likewise.
13107         (TRAP_HWBKPT): Likewise.
13108         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13109         __USE_XOPEN2K8].
13110         (CLD_KILLED): Likewise.
13111         (CLD_DUMPED): Likewise.
13112         (CLD_TRAPPED): Likewise.
13113         (CLD_STOPPED): Likewise.
13114         (CLD_CONTINUED): Likewise.
13115         (POLL_IN): Likewise.
13116         (POLL_OUT): Likewise.
13117         (POLL_MSG): Likewise.
13118         (POLL_ERR): Likewise.
13119         (POLL_PRI): Likewise.
13120         (POLL_HUP): Likewise.
13121         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
13122         (ILL_ILLOPN): Likewise.
13123         (ILL_ILLADR): Likewise.
13124         (ILL_ILLTRP): Likewise.
13125         (ILL_PRVOPC): Likewise.
13126         (ILL_PRVREG): Likewise.
13127         (ILL_COPROC): Likewise.
13128         (ILL_BADSTK): Likewise.
13129         (FPE_INTDIV): Likewise.
13130         (FPE_INTOVF): Likewise.
13131         (FPE_FLTDIV): Likewise.
13132         (FPE_FLTOVF): Likewise.
13133         (FPE_FLTUND): Likewise.
13134         (FPE_FLTRES): Likewise.
13135         (FPE_FLTINV): Likewise.
13136         (FPE_FLTSUB): Likewise.
13137         (SEGV_MAPERR): Likewise.
13138         (SEGV_ACCERR): Likewise.
13139         (BUS_ADRALN): Likewise.
13140         (BUS_ADRERR): Likewise.
13141         (BUS_OBJERR): Likewise.
13142         (BUS_MCEERR_AR): Likewise.
13143         (BUS_MCEERR_AO): Likewise.
13144         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13145         (TRAP_TRACE): Likewise.
13146         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13147         __USE_XOPEN2K8].
13148         (CLD_KILLED): Likewise.
13149         (CLD_DUMPED): Likewise.
13150         (CLD_TRAPPED): Likewise.
13151         (CLD_STOPPED): Likewise.
13152         (CLD_CONTINUED): Likewise.
13153         (POLL_IN): Likewise.
13154         (POLL_OUT): Likewise.
13155         (POLL_MSG): Likewise.
13156         (POLL_ERR): Likewise.
13157         (POLL_PRI): Likewise.
13158         (POLL_HUP): Likewise.
13159         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
13160         (ILL_ILLOPN): Likewise.
13161         (ILL_ILLADR): Likewise.
13162         (ILL_ILLTRP): Likewise.
13163         (ILL_PRVOPC): Likewise.
13164         (ILL_PRVREG): Likewise.
13165         (ILL_COPROC): Likewise.
13166         (ILL_BADSTK): Likewise.
13167         (FPE_INTDIV): Likewise.
13168         (FPE_INTOVF): Likewise.
13169         (FPE_FLTDIV): Likewise.
13170         (FPE_FLTOVF): Likewise.
13171         (FPE_FLTUND): Likewise.
13172         (FPE_FLTRES): Likewise.
13173         (FPE_FLTINV): Likewise.
13174         (FPE_FLTSUB): Likewise.
13175         (SEGV_MAPERR): Likewise.
13176         (SEGV_ACCERR): Likewise.
13177         (BUS_ADRALN): Likewise.
13178         (BUS_ADRERR): Likewise.
13179         (BUS_OBJERR): Likewise.
13180         (BUS_MCEERR_AR): Likewise.
13181         (BUS_MCEERR_AO): Likewise.
13182         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13183         (TRAP_TRACE): Likewise.
13184         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13185         __USE_XOPEN2K8].
13186         (CLD_KILLED): Likewise.
13187         (CLD_DUMPED): Likewise.
13188         (CLD_TRAPPED): Likewise.
13189         (CLD_STOPPED): Likewise.
13190         (CLD_CONTINUED): Likewise.
13191         (POLL_IN): Likewise.
13192         (POLL_OUT): Likewise.
13193         (POLL_MSG): Likewise.
13194         (POLL_ERR): Likewise.
13195         (POLL_PRI): Likewise.
13196         (POLL_HUP): Likewise.
13197         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
13198         (ILL_ILLOPN): Likewise.
13199         (ILL_ILLADR): Likewise.
13200         (ILL_ILLTRP): Likewise.
13201         (ILL_PRVOPC): Likewise.
13202         (ILL_PRVREG): Likewise.
13203         (ILL_COPROC): Likewise.
13204         (ILL_BADSTK): Likewise.
13205         (FPE_INTDIV): Likewise.
13206         (FPE_INTOVF): Likewise.
13207         (FPE_FLTDIV): Likewise.
13208         (FPE_FLTOVF): Likewise.
13209         (FPE_FLTUND): Likewise.
13210         (FPE_FLTRES): Likewise.
13211         (FPE_FLTINV): Likewise.
13212         (FPE_FLTSUB): Likewise.
13213         (SEGV_MAPERR): Likewise.
13214         (SEGV_ACCERR): Likewise.
13215         (BUS_ADRALN): Likewise.
13216         (BUS_ADRERR): Likewise.
13217         (BUS_OBJERR): Likewise.
13218         (BUS_MCEERR_AR): Likewise.
13219         (BUS_MCEERR_AO): Likewise.
13220         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13221         (TRAP_TRACE): Likewise.
13222         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13223         __USE_XOPEN2K8].
13224         (CLD_KILLED): Likewise.
13225         (CLD_DUMPED): Likewise.
13226         (CLD_TRAPPED): Likewise.
13227         (CLD_STOPPED): Likewise.
13228         (CLD_CONTINUED): Likewise.
13229         (POLL_IN): Likewise.
13230         (POLL_OUT): Likewise.
13231         (POLL_MSG): Likewise.
13232         (POLL_ERR): Likewise.
13233         (POLL_PRI): Likewise.
13234         (POLL_HUP): Likewise.
13235         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
13236         (ILL_ILLOPN): Likewise.
13237         (ILL_ILLADR): Likewise.
13238         (ILL_ILLTRP): Likewise.
13239         (ILL_PRVOPC): Likewise.
13240         (ILL_PRVREG): Likewise.
13241         (ILL_COPROC): Likewise.
13242         (ILL_BADSTK): Likewise.
13243         (ILL_DBLFLT): Likewise.
13244         (ILL_HARDWALL): Likewise.
13245         (FPE_INTDIV): Likewise.
13246         (FPE_INTOVF): Likewise.
13247         (FPE_FLTDIV): Likewise.
13248         (FPE_FLTOVF): Likewise.
13249         (FPE_FLTUND): Likewise.
13250         (FPE_FLTRES): Likewise.
13251         (FPE_FLTINV): Likewise.
13252         (FPE_FLTSUB): Likewise.
13253         (SEGV_MAPERR): Likewise.
13254         (SEGV_ACCERR): Likewise.
13255         (BUS_ADRALN): Likewise.
13256         (BUS_ADRERR): Likewise.
13257         (BUS_OBJERR): Likewise.
13258         (BUS_MCEERR_AR): Likewise.
13259         (BUS_MCEERR_AO): Likewise.
13260         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13261         (TRAP_TRACE): Likewise.
13262         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13263         __USE_XOPEN2K8].
13264         (CLD_KILLED): Likewise.
13265         (CLD_DUMPED): Likewise.
13266         (CLD_TRAPPED): Likewise.
13267         (CLD_STOPPED): Likewise.
13268         (CLD_CONTINUED): Likewise.
13269         (POLL_IN): Likewise.
13270         (POLL_OUT): Likewise.
13271         (POLL_MSG): Likewise.
13272         (POLL_ERR): Likewise.
13273         (POLL_PRI): Likewise.
13274         (POLL_HUP): Likewise.
13275         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13276         (ILL_ILLOPN): Likewise.
13277         (ILL_ILLADR): Likewise.
13278         (ILL_ILLTRP): Likewise.
13279         (ILL_PRVOPC): Likewise.
13280         (ILL_PRVREG): Likewise.
13281         (ILL_COPROC): Likewise.
13282         (ILL_BADSTK): Likewise.
13283         (FPE_INTDIV): Likewise.
13284         (FPE_INTOVF): Likewise.
13285         (FPE_FLTDIV): Likewise.
13286         (FPE_FLTOVF): Likewise.
13287         (FPE_FLTUND): Likewise.
13288         (FPE_FLTRES): Likewise.
13289         (FPE_FLTINV): Likewise.
13290         (FPE_FLTSUB): Likewise.
13291         (SEGV_MAPERR): Likewise.
13292         (SEGV_ACCERR): Likewise.
13293         (BUS_ADRALN): Likewise.
13294         (BUS_ADRERR): Likewise.
13295         (BUS_OBJERR): Likewise.
13296         (BUS_MCEERR_AR): Likewise.
13297         (BUS_MCEERR_AO): Likewise.
13298         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13299         (TRAP_TRACE): Likewise.
13300         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13301         __USE_XOPEN2K8].
13302         (CLD_KILLED): Likewise.
13303         (CLD_DUMPED): Likewise.
13304         (CLD_TRAPPED): Likewise.
13305         (CLD_STOPPED): Likewise.
13306         (CLD_CONTINUED): Likewise.
13307         (POLL_IN): Likewise.
13308         (POLL_OUT): Likewise.
13309         (POLL_MSG): Likewise.
13310         (POLL_ERR): Likewise.
13311         (POLL_PRI): Likewise.
13312         (POLL_HUP): Likewise.
13313         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13314         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13315
13316         [BZ #16670]
13317         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13318         before #include of <time.h>.
13319         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13320         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13321         (test-xfail-UNIX98/sched.h/conform): Likewise.
13322
13323 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13324
13325         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13326         error absence of trapping exception support.
13327         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13328
13329 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13330
13331         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13332         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13333         * timezone/Makefile (testdata): Move definition above include of
13334         Rules.
13335         (test-zones): New variable.
13336         (tests-special): Add zone files.
13337         (build-testdata): Use $(evaluate-test).
13338
13339         * elf/Makefile (tests-special): Rename tests to end with .out.
13340         ($(objpfx)noload-mem): Likewise.
13341         ($(objpfx)tst-leaks1-mem): Likewise.
13342         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13343         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13344         $(objpfx)test-iconvconfig.out.
13345         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13346         set -e inside subshell and redirect output to file.
13347         * iconvdata/Makefile (generated): Rename tests to end with .out.
13348         Correct type.
13349         (tests-special): Rename tests to end with .out.
13350         ($(objpfx)mtrace-tst-loading): Likewise.
13351         * intl/Makefile (generated): Likewise.
13352         (tests-special): Likewise.
13353         ($(objpfx)mtrace-tst-gettext): Likewise.
13354         * misc/Makefile (generated): Likewise.
13355         (tests-special): Likewise.
13356         ($(objpfx)tst-error1-mem): Likewise.
13357         * nptl/Makefile (tests-special): Likewise.
13358         ($(objpfx)tst-stack3-mem): Likewise.
13359         (generated): Likewise.
13360         * posix/Makefile (generated): Likewise.
13361         (tests-special): Likewise.
13362         (xtests-special): Likewise.
13363         ($(objpfx)tst-fnmatch-mem): Likewise.
13364         ($(objpfx)bug-regex2-mem): Likewise.
13365         ($(objpfx)bug-regex14-mem): Likewise.
13366         ($(objpfx)bug-regex21-mem): Likewise.
13367         ($(objpfx)bug-regex31-mem): Likewise.
13368         ($(objpfx)tst-vfork3-mem): Likewise.
13369         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13370         ($(objpfx)tst-pcre-mem): Likewise.
13371         ($(objpfx)tst-boost-mem): Likewise.
13372         ($(objpfx)bug-ga2-mem): Likewise.
13373         ($(objpfx)bug-glob2-mem): Likewise.
13374         * resolv/Makefile (generate): Likewise.
13375         (tests-special): Likewise.
13376         (xtests-special): Likewise.
13377         (generated): Likewise.
13378         ($(objpfx)mtrace-tst-leaks): Likewise.
13379         ($(objpfx)mtrace-tst-leaks2): Likewise.
13380
13381         * scripts/merge-test-results.sh: New file.
13382         * Makefile (tests-special-notdir): New variable.
13383         (tests): Run merge-test-results.sh.
13384         (xtests): Likewise.
13385         * Rules (tests-special-notdir): New variable.
13386         (xtests-special-notdir): Likewise.
13387         (tests): Run merge-test-results.sh
13388         (xtests): Likewise.
13389
13390         * Makeconfig (test-xfail-name): New variable.
13391         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13392         compute variable name for expected failures.
13393         * conform/Makefile (conformtest-headers-data): New variable.
13394         (conformtest-standards): Likewise.
13395         (conformtest-headers-ISO): Likewise.
13396         (conformtest-headers-ISO99): Likewise.
13397         (conformtest-headers-ISO11): Likewise.
13398         (conformtest-headers-POSIX): Likewise.
13399         (conformtest-headers-XPG3): Likewise.
13400         (conformtest-headers-XPG4): Likewise.
13401         (conformtest-headers-UNIX98): Likewise.
13402         (conformtest-headers-XOPEN2K): Likewise.
13403         (conformtest-headers-POSIX2008): Likewise.
13404         (conformtest-headers-XOPEN2K8): Likewise.
13405         (conformtest-header-list-base): Likewise.
13406         (conformtest-header-list-tests): Likewise.
13407         (conformtest-header-base): Likewise.
13408         (conformtest-header-tests): Likewise.
13409         (tests-special): Add $(conformtest-header-list-tests).  If
13410         [$(fast-check) && !$(cross-compiling)], add
13411         $(conformtest-header-tests) instead of
13412         $(objpfx)run-conformtest.out.
13413         (generated): Add $(conformtest-header-list-base).  If
13414         [$(fast-check) && !$(cross-compiling)], add
13415         $(conformtest-header-base).  Remove previous setting.
13416         ($(conformtest-header-list-tests)): New target.
13417         (test-xfail-run-conformtest): Remove variable.
13418         ($(objpfx)run-conformtest.out): Remove target.
13419         (test-xfail-ISO11/complex.h/conform): New variable.
13420         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13421         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13422         (test-xfail-XPG3/varargs.h/conform): Likewise.
13423         (test-xfail-XPG4/varargs.h/conform): Likewise.
13424         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13425         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13426         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13427         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13428         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13429         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13430         (test-xfail-XPG3/ftw.h/conform): Likewise.
13431         (test-xfail-XPG3/grp.h/conform): Likewise.
13432         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13433         (test-xfail-XPG3/limits.h/conform): Likewise.
13434         (test-xfail-XPG3/pwd.h/conform): Likewise.
13435         (test-xfail-XPG3/search.h/conform): Likewise.
13436         (test-xfail-XPG3/signal.h/conform): Likewise.
13437         (test-xfail-XPG3/stdio.h/conform): Likewise.
13438         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13439         (test-xfail-XPG3/string.h/conform): Likewise.
13440         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13441         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13442         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13443         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13444         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13445         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13446         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13447         (test-xfail-XPG3/termios.h/conform): Likewise.
13448         (test-xfail-XPG3/time.h/conform): Likewise.
13449         (test-xfail-XPG3/unistd.h/conform): Likewise.
13450         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13451         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13452         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13453         (test-xfail-XPG4/netdb.h/conform): Likewise.
13454         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13455         (test-xfail-XPG4/signal.h/conform): Likewise.
13456         (test-xfail-XPG4/stdio.h/conform): Likewise.
13457         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13458         (test-xfail-XPG4/stropts.h/conform): Likewise.
13459         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13460         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13461         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13462         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13463         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13464         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13465         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13466         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13467         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13468         (test-xfail-XPG4/termios.h/conform): Likewise.
13469         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13470         (test-xfail-XPG4/unistd.h/conform): Likewise.
13471         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13472         (test-xfail-POSIX/sched.h/conform): Likewise.
13473         (test-xfail-POSIX/signal.h/conform): Likewise.
13474         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13475         (test-xfail-POSIX/tar.h/conform): Likewise.
13476         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13477         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13478         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13479         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13480         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13481         (test-xfail-UNIX98/sched.h/conform): Likewise.
13482         (test-xfail-UNIX98/signal.h/conform): Likewise.
13483         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13484         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13485         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13486         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13487         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13488         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13489         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13490         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13491         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13492         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13493         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13494         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13495         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13496         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13497         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13498         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13499         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13500         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13501         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13502         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13503         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13504         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13505         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13506         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13507         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13508         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13509         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13510         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13511         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13512         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13513         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13514         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13515         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13516         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13517         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13518         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13519         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13520         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13521         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13522         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13523         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13524         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13525         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13526         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13527         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13528         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13529         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13530         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13531         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13532         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13533         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13534         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13535         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13536         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13537         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13538         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13539         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13540         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13541         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13542         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13543         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13544         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13545         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13546         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13547         (conformtest-cc-flags): Likewise.
13548         ($(conformtest-header-tests): New target.
13549         * conform/check-header-lists.sh: New file.
13550         * conform/run-conformtest.sh: Remove.
13551
13552         * conform/conformtest.pl: Allow ' and \ in values given for
13553         constants.
13554         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13555         inclusion.
13556         [POSIX] (sys/types.h): Likewise.
13557         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13558         inclusion.
13559         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13560         inclusion.
13561         * conform/data/signal.h-data (SIGIO): Remove expectation.
13562         [XPG3] (SIGBUS): Do not expect.
13563         [POSIX || XPG3] (SIGPOLL): Likewise.
13564         [POSIX || XPG3] (SIGPROF): Likewise.
13565         [POSIX || XPG3] (SIGSYS): Likewise.
13566         [XPG3] (SIGTRAP): Likewise.
13567         [POSIX || XPG3] (SIGURG): Likewise.
13568         [POSIX || XPG3] (SIGVTALRM): Likewise.
13569         [POSIX || XPG3] (SIGXCPU): Likewise.
13570         [POSIX || XPG3] (SIGXFSZ): Likewise.
13571         [POSIX] (SA_SIGINFO): Expect.
13572         [XPG3] (siginfo_t): Do not expect type or contents.
13573         [POSIX] (si_pid): Do not expect element.
13574         [POSIX] (si_uid): Likewise.
13575         [POSIX] (si_addr): Likewise.
13576         [POSIX] (si_status): Likewise.
13577         [POSIX] (si_band): Likewise.
13578         [XPG4] (si_value): Likewise.
13579         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13580         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13581         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13582         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13583         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13584         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13585         [POSIX || XPG3] (ILL_COPROC): Likewise.
13586         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13587         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13588         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13589         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13590         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13591         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13592         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13593         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13594         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13595         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13596         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13597         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13598         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13599         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13600         [POSIX || XPG3] (CLD_EXITED): Likewise.
13601         [POSIX || XPG3] (CLD_KILLED): Likewise.
13602         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13603         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13604         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13605         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13606         [POSIX || XPG3] (POLL_IN): Likewise.
13607         [POSIX || XPG3] (POLL_OUT): Likewise.
13608         [POSIX || XPG3] (POLL_MSG): Likewise.
13609         [POSIX || XPG3] (POLL_ERR): Likewise.
13610         [POSIX || XPG3] (POLL_PRI): Likewise.
13611         [POSIX || XPG3] (POLL_HUP): Likewise.
13612         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13613         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13614         (SIG*): Do not allow.
13615         [XPG3] (si_*): Likewise.
13616         [XPG3] (SI_*): Likewise.
13617         [XPG3 || XPG4] (sigev_*): Likewise.
13618         [XPG3 || XPG4] (SIGEV_*): Likewise.
13619         [XPG3 || XPG4] (sival_*): Likewise.
13620         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13621         [POSIX || XPG3] (BUS_*): Likewise.
13622         [POSIX || XPG3] (CLD_*): Likewise.
13623         [POSIX || XPG3] (FPE_*): Likewise.
13624         [POSIX || XPG3] (ILL_*): Likewise.
13625         [POSIX || XPG3] (POLL_*): Likewise.
13626         [POSIX || XPG3] (SEGV_*): Likewise.
13627         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13628         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13629         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13630         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13631         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13632         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13633         Specify type and value.
13634         (TVERSLEN): Likewise.
13635         (REGTYPE): Likewise.
13636         (AREGTYPE): Likewise.
13637         (LNKTYPE): Likewise.
13638         (SYMTYPE): Likewise.
13639         (CHRTYPE): Likewise.
13640         (BLKTYPE): Likewise.
13641         (DIRTYPE): Likewise.
13642         (FIFOTYPE): Likewise.
13643         (CONTTYPE): Likewise.
13644         (TSUID): Likewise.
13645         (TSGID): Likewise.
13646         (TSVTX): Likewise.
13647         (TUREAD): Likewise.
13648         (TUWRITE): Likewise.
13649         (TUEXEC): Likewise.
13650         (TGREAD): Likewise.
13651         (TGWRITE): Likewise.
13652         (TGEXEC): Likewise.
13653         (TOREAD): Likewise.
13654         (TOWRITE): Likewise.
13655         (TOEXEC): Likewise.
13656         [POSIX] (TSVTX): Expect constant.
13657
13658 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13659
13660         * Makefile (tests): Change dependencies to ....
13661         (tests-special): ... additions to this variable.
13662         (tests): Depend on $(tests-special).
13663         * Makerules (check-abi-list): New variable.
13664         (check-abi): Depend on $(check-abi-list).
13665         [$(subdir) = elf] (tests-special): Add
13666         $(objpfx)check-abi-libc.out.
13667         [$(build-shared) = yes && subdir] (tests-special): Add
13668         $(check-abi-list).
13669         [$(build-shared) = yes && subdir] (tests): Do not depend on
13670         check-abi.
13671         * Rules (tests): Depend on $(tests-special).
13672         (xtests): Depend on $(xtests-special).
13673         * catgets/Makefile (tests): Change dependencies to ....
13674         (tests-special): ... additions to this variable.
13675         * conform/Makefile (tests): Change dependencies to ....
13676         (tests-special): ... additions to this variable.
13677         * elf/Makefile (tests): Change dependencies to ....
13678         (tests-special): ... additions to this variable.
13679         * grp/Makefile (tests): Change dependencies to ....
13680         (tests-special): ... additions to this variable.
13681         * iconv/Makefile (xtests): Change dependencies to ....
13682         (xtests-special): ... additions to this variable.
13683         * iconvdata/Makefile (tests): Change dependencies to ....
13684         (tests-special): ... additions to this variable.
13685         * intl/Makefile (tests): Change dependencies to ....
13686         (tests-special): ... additions to this variable.  Also add
13687         $(objpfx)tst-gettext.out.
13688         * io/Makefile (tests): Change dependencies to ....
13689         (tests-special): ... additions to this variable.
13690         * libio/Makefile (tests): Change dependencies to ....
13691         (tests-special): ... additions to this variable.
13692         * malloc/Makefile (tests): Change dependencies to ....
13693         (tests-special): ... additions to this variable.
13694         * misc/Makefile (tests): Change dependencies to ....
13695         (tests-special): ... additions to this variable.
13696         * nptl/Makefile (tests): Change dependencies to ....
13697         (tests-special): ... additions to this variable.
13698         * nptl_db/Makefile (tests): Change dependencies to ....
13699         (tests-special): ... additions to this variable.
13700         * posix/Makefile (tests): Change dependencies to ....
13701         (tests-special): ... additions to this variable.
13702         (xtests): Change dependencies to ....
13703         (xtests-special): ... additions to this variable.
13704         * resolv/Makefile (tests): Change dependencies to ....
13705         (tests-special): ... additions to this variable.
13706         (xtests): Change dependencies to ....
13707         (xtests-special): ... additions to this variable.
13708         * stdio-common/Makefile (tests): Change dependencies to ....
13709         (tests-special): ... additions to this variable.
13710         (do-tst-unbputc): Remove target.
13711         (do-tst-printf): Likewise.
13712         * stdlib/Makefile (tests): Change dependencies to ....
13713         (tests-special): ... additions to this variable.
13714         * string/Makefile (tests): Change dependencies to ....
13715         (tests-special): ... additions to this variable.
13716         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13717         (tests-special): ... additions to this variable.
13718
13719         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13720         whole file.
13721         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13722         whole file.
13723         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13724         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13725
13726         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13727         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13728         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13729         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13730         * conform/data/libgen.h-data [XPG3]: Likewise.
13731         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13732         * conform/data/ndbm.h-data [XPG3]: Likewise.
13733         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13734         * conform/data/netdb.h-data [XPG3]: Likewise.
13735         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13736         * conform/data/poll.h-data [XPG3]: Likewise.
13737         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13738         * conform/data/strings.h-data [XPG3]: Likewise.
13739         * conform/data/stropts.h-data [XPG3]: Likewise.
13740         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13741         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13742         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13743         Likewise.
13744         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13745         * conform/data/sys/time.h-data [XPG3]: Likewise.
13746         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13747         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13748         * conform/data/sys/un.h-data [XPG3]: Likewise.
13749         * conform/data/syslog.h-data [XPG3]: Likewise.
13750         * conform/data/ucontext.h-data [XPG3]: Likewise.
13751         * conform/data/utmpx.h-data [XPG3]: Likewise.
13752         * conform/data/varargs.h-data [UNIX98]: Enable file.
13753
13754         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13755
13756         * math/libm-test.inc (struct test_f_f_data): Move expected results
13757         into structure for each rounding mode.
13758         (struct test_ff_f_data): Likewise.
13759         (struct test_ff_f_data_nexttoward): Likewise.
13760         (struct test_fi_f_data): Likewise.
13761         (struct test_fl_f_data): Likewise.
13762         (struct test_if_f_data): Likewise.
13763         (struct test_fff_f_data): Likewise.
13764         (struct test_c_f_data): Likewise.
13765         (struct test_f_f1_data): Likewise.
13766         (struct test_fF_f1_data): Likewise.
13767         (struct test_ffI_f1_data): Likewise.
13768         (struct test_c_c_data): Likewise.
13769         (struct test_cc_c_data): Likewise.
13770         (struct test_f_i_data): Likewise.
13771         (struct test_ff_i_data): Likewise.
13772         (struct test_f_l_data): Likewise.
13773         (struct test_f_L_data): Likewise.
13774         (struct test_fFF_11_data): Likewise.
13775         (RM_): New macro.
13776         (RM_FE_DOWNWARD): Likewise.
13777         (RM_FE_TONEAREST): Likewise.
13778         (RM_FE_TOWARDZERO): Likewise.
13779         (RM_FE_UPWARD): Likewise.
13780         (RUN_TEST_LOOP_f_f): Update references to expected results.
13781         (RUN_TEST_LOOP_2_f): Likewise.
13782         (RUN_TEST_LOOP_fff_f): Likewise.
13783         (RUN_TEST_LOOP_c_f): Likewise.
13784         (RUN_TEST_LOOP_f_f1): Likewise.
13785         (RUN_TEST_LOOP_fF_f1): Likewise.
13786         (RUN_TEST_LOOP_fI_f1): Likewise.
13787         (RUN_TEST_LOOP_ffI_f1): Likewise.
13788         (RUN_TEST_LOOP_c_c): Likewise.
13789         (RUN_TEST_LOOP_cc_c): Likewise.
13790         (RUN_TEST_LOOP_f_i): Likewise.
13791         (RUN_TEST_LOOP_f_i_tg): Likewise.
13792         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13793         (RUN_TEST_LOOP_f_b): Likewise.
13794         (RUN_TEST_LOOP_f_b_tg): Likewise.
13795         (RUN_TEST_LOOP_f_l): Likewise.
13796         (RUN_TEST_LOOP_f_L): Likewise.
13797         (RUN_TEST_LOOP_fFF_11): Likewise.
13798         * math/gen-libm-test.pl (parse_args): Output four copies of
13799         expected results for each test.
13800
13801         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13802         (__ASSUME_UTIMES): Remove.
13803         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13804         (__ASSUME_UTIMES): Likewise.
13805
13806         * math/gen-auto-libm-tests.c: Update comment on output format.
13807         (output_for_one_input_case): Generate before-rounding and
13808         after-rounding information as conditions on output flags not
13809         floating-point format.
13810         * math/auto-libm-test-out: Regenerated.
13811         * math/gen-libm-test.pl (cond_value): New function.
13812         (or_cond_value): Use cond_value.
13813         (generate_testfile): Handle conditional exceptions.
13814
13815 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13816
13817         * math/libm-test.inc (max_valid_error): New variable.
13818         (init_max_error): Take new argument specifying whether function
13819         results are exactly determined.  Set max_valid_error and bound
13820         other variables for errors based on this argument.
13821         (set_max_error): Do not record results above max_valid_error.
13822         (check_float_internal): Only accept errors of up to 0.5ulps if
13823         also at most max_valid_error.
13824         (START): Take new argument EXACT and pass it to init_max_error.
13825         (acos_test): Update call to START.
13826         (acos_test_tonearest): Likewise.
13827         (acos_test_towardzero): Likewise.
13828         (acos_test_downward): Likewise.
13829         (acos_test_upward): Likewise.
13830         (acosh_test): Likewise.
13831         (asin_test): Likewise.
13832         (asin_test_tonearest): Likewise.
13833         (asin_test_towardzero): Likewise.
13834         (asin_test_downward): Likewise.
13835         (asin_test_upward): Likewise.
13836         (asinh_test): Likewise.
13837         (atan_test): Likewise.
13838         (atanh_test): Likewise.
13839         (atan2_test): Likewise.
13840         (cabs_test): Likewise.
13841         (cacos_test): Likewise.
13842         (cacosh_test): Likewise.
13843         (carg_test): Likewise.
13844         (casin_test): Likewise.
13845         (casinh_test): Likewise.
13846         (catan_test): Likewise.
13847         (catanh_test): Likewise.
13848         (cbrt_test): Likewise.
13849         (ccos_test): Likewise.
13850         (ccosh_test): Likewise.
13851         (ceil_test): Likewise.
13852         (cexp_test): Likewise.
13853         (cimag_test): Likewise.
13854         (clog_test): Likewise.
13855         (clog10_test): Likewise.
13856         (conj_test): Likewise.
13857         (copysign_test): Likewise.
13858         (cos_test): Likewise.
13859         (cos_test_tonearest): Likewise.
13860         (cos_test_towardzero): Likewise.
13861         (cos_test_downward): Likewise.
13862         (cos_test_upward): Likewise.
13863         (cosh_test): Likewise.
13864         (cosh_test_tonearest): Likewise.
13865         (cosh_test_towardzero): Likewise.
13866         (cosh_test_downward): Likewise.
13867         (cosh_test_upward): Likewise.
13868         (cpow_test): Likewise.
13869         (cproj_test): Likewise.
13870         (creal_test): Likewise.
13871         (csin_test): Likewise.
13872         (csinh_test): Likewise.
13873         (csqrt_test): Likewise.
13874         (ctan_test): Likewise.
13875         (ctan_test_tonearest): Likewise.
13876         (ctan_test_towardzero): Likewise.
13877         (ctan_test_downward): Likewise.
13878         (ctan_test_upward): Likewise.
13879         (ctanh_test): Likewise.
13880         (ctanh_test_tonearest): Likewise.
13881         (ctanh_test_towardzero): Likewise.
13882         (ctanh_test_downward): Likewise.
13883         (ctanh_test_upward): Likewise.
13884         (erf_test): Likewise.
13885         (erfc_test): Likewise.
13886         (exp_test): Likewise.
13887         (exp_test_tonearest): Likewise.
13888         (exp_test_towardzero): Likewise.
13889         (exp_test_downward): Likewise.
13890         (exp_test_upward): Likewise.
13891         (exp10_test): Likewise.
13892         (exp10_test_tonearest): Likewise.
13893         (exp10_test_towardzero): Likewise.
13894         (exp10_test_downward): Likewise.
13895         (exp10_test_upward): Likewise.
13896         (pow10_test): Likewise.
13897         (exp2_test): Likewise.
13898         (expm1_test): Likewise.
13899         (expm1_test_tonearest): Likewise.
13900         (expm1_test_towardzero): Likewise.
13901         (expm1_test_downward): Likewise.
13902         (expm1_test_upward): Likewise.
13903         (fabs_test): Likewise.
13904         (fdim_test): Likewise.
13905         (floor_test): Likewise.
13906         (fma_test): Likewise.
13907         (fma_test_towardzero): Likewise.
13908         (fma_test_downward): Likewise.
13909         (fma_test_upward): Likewise.
13910         (fmax_test): Likewise.
13911         (fmin_test): Likewise.
13912         (fmod_test): Likewise.
13913         (fpclassify_test): Likewise.
13914         (frexp_test): Likewise.
13915         (hypot_test): Likewise.
13916         (ilogb_test): Likewise.
13917         (isfinite_test): Likewise.
13918         (finite_test): Likewise.
13919         (isgreater_test): Likewise.
13920         (isgreaterequal_test): Likewise.
13921         (isinf_test): Likewise.
13922         (isless_test): Likewise.
13923         (islessequal_test): Likewise.
13924         (islessgreater_test): Likewise.
13925         (isnan_test): Likewise.
13926         (isnormal_test): Likewise.
13927         (issignaling_test): Likewise.
13928         (isunordered_test): Likewise.
13929         (j0_test): Likewise.
13930         (j1_test): Likewise.
13931         (jn_test): Likewise.
13932         (ldexp_test): Likewise.
13933         (lgamma_test): Likewise.
13934         (gamma_test): Likewise.
13935         (lrint_test): Likewise.
13936         (lrint_test_tonearest): Likewise.
13937         (lrint_test_towardzero): Likewise.
13938         (lrint_test_downward): Likewise.
13939         (lrint_test_upward): Likewise.
13940         (llrint_test): Likewise.
13941         (llrint_test_tonearest): Likewise.
13942         (llrint_test_towardzero): Likewise.
13943         (llrint_test_downward): Likewise.
13944         (llrint_test_upward): Likewise.
13945         (log_test): Likewise.
13946         (log10_test): Likewise.
13947         (log1p_test): Likewise.
13948         (log2_test): Likewise.
13949         (logb_test): Likewise.
13950         (logb_test_downward): Likewise.
13951         (lround_test): Likewise.
13952         (llround_test): Likewise.
13953         (modf_test): Likewise.
13954         (nearbyint_test): Likewise.
13955         (nextafter_test): Likewise.
13956         (nexttoward_test): Likewise.
13957         (pow_test): Likewise.
13958         (pow_test_tonearest): Likewise.
13959         (pow_test_towardzero): Likewise.
13960         (pow_test_downward): Likewise.
13961         (pow_test_upward): Likewise.
13962         (remainder_test): Likewise.
13963         (drem_test): Likewise.
13964         (remainder_test_tonearest): Likewise.
13965         (drem_test_tonearest): Likewise.
13966         (remainder_test_towardzero): Likewise.
13967         (drem_test_towardzero): Likewise.
13968         (remainder_test_downward): Likewise.
13969         (drem_test_downward): Likewise.
13970         (remainder_test_upward): Likewise.
13971         (drem_test_upward): Likewise.
13972         (remquo_test): Likewise.
13973         (rint_test): Likewise.
13974         (rint_test_tonearest): Likewise.
13975         (rint_test_towardzero): Likewise.
13976         (rint_test_downward): Likewise.
13977         (rint_test_upward): Likewise.
13978         (round_test): Likewise.
13979         (scalb_test): Likewise.
13980         (scalbn_test): Likewise.
13981         (scalbln_test): Likewise.
13982         (signbit_test): Likewise.
13983         (sin_test): Likewise.
13984         (sin_test_tonearest): Likewise.
13985         (sin_test_towardzero): Likewise.
13986         (sin_test_downward): Likewise.
13987         (sin_test_upward): Likewise.
13988         (sincos_test): Likewise.
13989         (sinh_test): Likewise.
13990         (sinh_test_tonearest): Likewise.
13991         (sinh_test_towardzero): Likewise.
13992         (sinh_test_downward): Likewise.
13993         (sinh_test_upward): Likewise.
13994         (sqrt_test): Likewise.
13995         (sqrt_test_tonearest): Likewise.
13996         (sqrt_test_towardzero): Likewise.
13997         (sqrt_test_downward): Likewise.
13998         (sqrt_test_upward): Likewise.
13999         (tan_test): Likewise.
14000         (tan_test_tonearest): Likewise.
14001         (tan_test_towardzero): Likewise.
14002         (tan_test_downward): Likewise.
14003         (tan_test_upward): Likewise.
14004         (tanh_test): Likewise.
14005         (tgamma_test): Likewise.
14006         (trunc_test): Likewise.
14007         (y0_test): Likewise.
14008         (y1_test): Likewise.
14009         (yn_test): Likewise.
14010         (significand_test): Likewise.
14011
14012         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
14013         individual tests in comment.
14014         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
14015         (prev_max_error): New variable.
14016         (prev_real_max_error): Likewise.
14017         (prev_imag_max_error): Likewise.
14018         (compare_ulp_data): Don't refer to test names in comment.
14019         (find_test_ulps): Remove function.
14020         (find_function_ulps): Likewise.
14021         (find_complex_function_ulps): Likewise.
14022         (init_max_error): Take function name as argument.  Look up ulps
14023         for that function.
14024         (print_ulps): Remove function.
14025         (print_max_error): Use prev_max_error instead of calling
14026         find_function_ulps.
14027         (print_complex_max_error): Use prev_real_max_error and
14028         prev_imag_max_error instead of calling find_complex_function_ulps.
14029         (check_float_internal): Take max_ulp parameter instead of calling
14030         find_test_ulps.  Don't call print_ulps.
14031         (check_float): Update call to check_float_internal.
14032         (check_complex): Update calls to check_float_internal.
14033         (START): Pass argument to init_max_error.
14034         * math/gen-libm-test.pl (%results): Don't include "kind"
14035         information.
14036         (parse_ulps): Don't handle ulps of individual tests.
14037         (print_ulps_file): Likewise.
14038         (output_ulps): Likewise.
14039         * math/README.libm-test: Update.
14040         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
14041         individual tests.
14042         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
14043         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
14044         * sysdeps/arm/libm-test-ulps: Likewise.
14045         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
14046         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
14047         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
14048         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
14049         * sysdeps/microblaze/libm-test-ulps: Likewise.
14050         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
14051         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
14052         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
14053         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
14054         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
14055         * sysdeps/sh/libm-test-ulps: Likewise.
14056         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
14057         * sysdeps/tile/libm-test-ulps: Likewise.
14058         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14059
14060 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
14061
14062         * math/libm-test.inc (print_complex_max_error): Check separately
14063         whether real and imaginary errors are within allowed range and
14064         pass 0 to print_complex_function_ulps instead of value within
14065         allowed range.
14066
14067 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14068
14069         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
14070         formatting.
14071         (get_handles_fopen): Likewise.
14072         (do_write_test): Likewise.
14073
14074         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
14075
14076         * libio/fileops.c (do_ftell): Use cached offset when
14077         available.
14078         * libio/iofwide.c (do_ftell_wide): Likewise.
14079         * libio/iofdopen.c (_IO_new_fdopen): Don't use
14080         _IO_file_attach.
14081         * libio/wfileops.c (_IO_fwide): Don't cache offset.
14082
14083         [BZ #16532]
14084         * libio/libioP.h (get_file_offset): New function.
14085         * libio/fileops.c (get_file_offset): Likewise.
14086         (do_ftell): Likewise.
14087         (_IO_new_file_seekoff): Split out ftell logic.
14088         * libio/wfileops.c (do_ftell_wide): Likewise.
14089         (_IO_wfile_seekoff): Split out ftell logic.
14090         * libio/tst-ftell-active-handler.c: New test case.
14091         * libio/Makefile (tests): Add it.
14092
14093 2014-03-03  Roland McGrath  <roland@hack.frob.com>
14094
14095         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
14096         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
14097
14098 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14099
14100         [BZ #16639]
14101         * nscd/connections.c (nscd_init): Call do_exit.
14102         (start_threads): Call do_exit and notify_parent.
14103         (begin_drop_privileges): Call do_exit.
14104         (finish_drop_privileges): Likewise.
14105         * nscd/selinux.c (preserve_capabilities): Likewise.
14106         (install_real_capabilities): Likewise.
14107         (nscd_selinux_enabled): Likewise.
14108         (avc_create_thread): Likewise.
14109         (avc_alloc_lock): Likewise.
14110         (nscd_avc_init): Likewise.
14111         * nscd/nscd.c (parent_fd): New static variable.
14112         (main): Create a pipe between parent and child processes.
14113         Skip closing parent_fd.
14114         (monitor_child): New function.
14115         (do_exit): Likewise.
14116         (notify_parent): Likewise.
14117         * nscd/nscd.h (notify_parent): Likewise.
14118         (do_exit): Likewise.
14119
14120 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
14121
14122         * malloc/malloc.c (__libc_calloc): Revert last change.
14123
14124 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14125
14126         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14127
14128 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14129
14130         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
14131         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
14132         implementation.
14133         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14134         (__libc_ifunc_impl_list): Likewise.
14135         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
14136         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
14137         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
14138         * string/strrchr.c: Define STRRCHR.
14139
14140 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
14141
14142         * benchtest/bench-strtok.c (simple_strtok): Delete.
14143         (strtok_string): Use as benchmark.
14144         * string/strtok (STRTOK): New macro.
14145
14146 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
14147
14148         * manual/threads.texi: Add header and standard comments to all
14149         functions.
14150
14151         * elf/dl-lookup.c (check_match): New function.
14152         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
14153         (do_lookup_x): Remove nested function check_match. Use non-nested
14154         function check_match.
14155
14156 2014-02-28  Roland McGrath  <roland@hack.frob.com>
14157
14158         * csu/Makefile (generated, before-compile): Use += rather than =.
14159         * catgets/Makefile (generated, generated-dirs): Likewise.
14160         * debug/Makefile (generated): Likewise.
14161         * dlfcn/Makefile (generated): Likewise.
14162         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
14163         * iconvdata/Makefile (before-compile, generated): Likewise.
14164         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
14165         * libio/Makefile (generated): Likewise.
14166         * malloc/Makefile (generated): Likewise.
14167         * manual/Makefile (generated, generated-dirs): Likewise.
14168         * misc/Makefile (generated): Likewise.
14169         * posix/Makefile (generated): Likewise.
14170         * resolv/Makefile (generated): Likewise.
14171         * sunrpc/Makefile (generated, generated-dirs): Likewise.
14172         * timezone/Makefile (generated, generated-dirs): Likewise.
14173
14174         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
14175
14176 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14177
14178         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14179         power8 implementation.
14180         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14181         file: POWER8 llround ifunc implementation.
14182         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14183         (__lllround): Add POWER8 implementation.
14184         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14185         POWER8 llround implementation.
14186
14187         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14188         power8 implementation.
14189         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14190         file: POWER8 llrint ifunc implementation.
14191         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14192         Add POWER8 implementation.
14193         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14194         POWER8 llrint implementation.
14195
14196         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14197         power8 implementation.
14198         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14199         file: POWER8 finite ifunc implementation.
14200         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14201         Add POWER8 implementation.
14202         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14203         Likewise.
14204         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14205         POWER8 finite implementation.
14206         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14207
14208         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14209         power8 implementation.
14210         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14211         file: POWER8 isinf ifunc implementation.
14212         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14213         POWER8 implementation.
14214         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14215         Likewise.
14216         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14217         isinf implementation.
14218         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14219
14220         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14221         (INIT_ARCH): Add hwcap2 initialization.
14222         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14223         power8 implementation.
14224         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14225         file: POWER8 isnan ifunc implementation.
14226         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14227         POWER8 implementation.
14228         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14229         Likewise.
14230         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14231         isnan implementation.
14232         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14233
14234 2014-02-27  Joey Ye  <joey.ye@arm.com>
14235
14236         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14237         (_FP_NANFRAC_Q): Set to zero.
14238
14239 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14240
14241         [BZ #16623]
14242         * math/auto-libm-test-in: New test inputs.
14243         * math/auto-libm-test-out: Regenerate.
14244         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14245         and DA.
14246         (__cos): Likewise.
14247         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14248
14249 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
14250
14251         * scripts/evaluate-test.sh: Take new argument indicating whether
14252         failure is expected.
14253         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14254         indicating whether failure is expected.
14255         * conform/Makefile (test-xfail-run-conformtest): New variable.
14256         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14257         level.
14258         * posix/Makefile (test-xfail-annexc): New variable.
14259         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14260
14261 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14262
14263         * argp/Makefile: Include Makeconfig immediately after defining
14264         subdir.
14265         * assert/Makefile: Likewise.
14266         * benchtests/Makefile: Likewise.
14267         * catgets/Makefile: Likewise.
14268         * conform/Makefile: Likewise.
14269         * crypt/Makefile: Likewise.
14270         * csu/Makefile: Likewise.
14271         (all): Remove target.
14272         * ctype/Makefile: Include Makeconfig immediately after defining
14273         subdir.
14274         * debug/Makefile: Likewise.
14275         * dirent/Makefile: Likewise.
14276         * dlfcn/Makefile: Likewise.
14277         * gmon/Makefile: Likewise.
14278         * gnulib/Makefile: Likewise.
14279         * grp/Makefile: Likewise.
14280         * gshadow/Makefile: Likewise.
14281         * hesiod/Makefile: Likewise.
14282         * hurd/Makefile: Likewise.
14283         (all): Remove target.
14284         * iconvdata/Makefile: Include Makeconfig immediately after
14285         defining subdir.
14286         * inet/Makefile: Likewise.
14287         * intl/Makefile: Likewise.
14288         * io/Makefile: Likewise.
14289         * libio/Makefile: Likewise.
14290         (all): Remove target.
14291         * locale/Makefile: Include Makeconfig immediately after defining
14292         subdir.
14293         * login/Makefile: Likewise.
14294         * mach/Makefile: Likewise.
14295         (all): Remove target.
14296         * malloc/Makefile: Include Makeconfig immediately after defining
14297         subdir.
14298         (all): Remove target.
14299         * manual/Makefile: Include Makeconfig immediately after defining
14300         subdir.
14301         * math/Makefile: Likewise.
14302         * misc/Makefile: Likewise.
14303         * nis/Makefile: Likewise.
14304         * nss/Makefile: Likewise.
14305         * po/Makefile: Likewise.
14306         (all): Remove target.
14307         * posix/Makefile: Include Makeconfig immediately after defining
14308         subdir.
14309         * pwd/Makefile: Likewise.
14310         * resolv/Makefile: Likewise.
14311         * resource/Makefile: Likewise.
14312         * rt/Makefile: Likewise.
14313         * setjmp/Makefile: Likewise.
14314         * shadow/Makefile: Likewise.
14315         * signal/Makefile: Likewise.
14316         * socket/Makefile: Likewise.
14317         * soft-fp/Makefile: Likewise.
14318         * stdio-common/Makefile: Likewise.
14319         * stdlib/Makefile: Likewise.
14320         * streams/Makefile: Likewise.
14321         * string/Makefile: Likewise.
14322         * sunrpc/Makefile: Likewise.
14323         (all): Remove target.
14324         * sysvipc/Makefile: Include Makeconfig immediately after defining
14325         subdir.
14326         * termios/Makefile: Likewise.
14327         * time/Makefile: Likewise.
14328         * timezone/Makefile: Likewise.
14329         (all): Remove target.
14330         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14331         subdir.
14332         * wctype/Makefile: Likewise.
14333
14334 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14335
14336         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14337         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14338         (libc_feholdexcept_setround_mips): Ditto.
14339         (libc_feholdsetround): New.
14340         (libc_feholdsetroundf): New.
14341         (libc_feholdsetroundl): New.
14342         (libc_feupdateenv_test_mips): New.
14343         (libc_feupdateenv_test): New.
14344         (libc_feupdateenv_testf): New.
14345         (libc_feupdateenv_testl): New.
14346         (libc_feresetround): New.
14347         (libc_feresetroundf): New.
14348         (libc_feresetroundl): New.
14349         (libc_fetestexcept_mips): New.
14350         (libc_fetestexcept): New.
14351         (libc_fetestexceptf): New.
14352         (libc_fetestexceptl): New.
14353         (HAVE_RM_CTX): New.
14354         (libc_feholdexcept_setround_mips_ctx): New.
14355         (libc_feholdexcept_setround_ctx): New.
14356         (libc_feholdexcept_setroundf_ctx): New.
14357         (libc_feholdexcept_setroundl_ctx): New.
14358         (libc_fesetenv_mips_ctx): New.
14359         (libc_fesetenv_ctx): New.
14360         (libc_fesetenv_ctxf): New.
14361         (libc_fesetenv_ctxl): New.
14362         (libc_feupdateenv_mips_ctx): New.
14363         (libc_feupdateenv_ctx): New.
14364         (libc_feupdateenvf_ctx): New.
14365         (libc_feupdateenvl_ctx): New.
14366         (libc_feholdsetround_mips_ctx): New.
14367         (libc_feholdsetround_ctx): New.
14368         (libc_feholdsetroundf_ctx): New.
14369         (libc_feholdsetroundl_ctx): New.
14370         (libc_feresetround_mips_ctx): New.
14371         (libc_feresetround_ctx): New.
14372         (libc_feresetroundf_ctx): New.
14373         (libc_feresetroundl_ctx): New.
14374
14375 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14376
14377         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14378
14379         * manual/ipc.texi: New file.
14380         * manual/Makefile (chapters): Add ipc.
14381         * manual/job.texi: Add "Inter-Process Communication" to next.
14382         * manual/process.texi: Add "Inter-Process Communication" to prev.
14383
14384 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14385
14386         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14387
14388 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14389
14390         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14391
14392         * manual/arith.texi: Fix spaces after sentences.
14393         * manual/charset.texi: Likewise.
14394         * manual/errno.texi: Likewise.
14395         * manual/install.texi: Likewise.
14396         * manual/llio.texi: Likewise.
14397         * manual/locale.texi: Likewise.
14398         * manual/maint.texi: Likewise.
14399         * manual/math.texi: Likewise.
14400         * manual/memory.texi: Likewise.
14401         * manual/message.texi: Likewise.
14402         * manual/probes.texi: Likewise.
14403         * manual/resource.texi: Likewise.
14404         * manual/signal.texi: Likewise.
14405         * manual/socket.texi: Likewise.
14406         * manual/stdio.texi: Likewise.
14407         * manual/string.texi: Likewise.
14408         * manual/time.texi: Likewise.
14409         * manual/users.texi: Likewise.
14410
14411 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14412
14413         [BZ #16632]
14414         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14415         _DEFAULT_SOURCE is defined.
14416
14417 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14418             Carlos O'Donell  <carlos@redhat.com>
14419
14420         [BZ #16613]
14421         * elf/dl-tls.c (_dl_count_modids): New function.
14422         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14423         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14424         audit library and increment generation counter.
14425         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14426         * elf/tst-audit9.c: New file.
14427         * elf/tst-auditmod9a.c: New file.
14428         * elf/tst-auditmod9b.c: New file.
14429         * elf/Makefile: Add rules to build and run tst-audit9.
14430
14431 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14432
14433         [BZ #15347]
14434         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14435
14436 2014-02-25  Will Newton  <will.newton@linaro.org>
14437
14438         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14439         (__longjmp): Restore sp and lr before restoring callee
14440         saved registers.  Add longjmp and longjmp_target
14441         SystemTap probe point.
14442         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14443         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14444         Define to zero to match jmpbuf layout.
14445         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14446         (__sigsetjmp): Save sp and lr before saving callee
14447         saved registers.  Add setjmp SystemTap probe point.
14448
14449 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14450
14451         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14452
14453 2014-02-24  Andreas Schwab  <schwab@suse.de>
14454
14455         [BZ #15804]
14456         * elf/pldd.c (wait_for_ptrace_stop): New function.
14457         (main): Call it after attaching.
14458
14459 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14460
14461         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14462         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14463         Versions files is now verboten.
14464         * hurd/Versions (libc: GLIBC_2.0):
14465         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14466         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14467         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14468         * mach/Versions: Likewise.
14469
14470         * csu/Versions: Remove unused %include.
14471         * resolv/Versions: Likewise.
14472
14473 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14474
14475         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14476         ($(objpfx)check-local-headers.out): Likewise.
14477         ($(objpfx)begin-end-check.out): Likewise.
14478         * Makerules (check-abi-%.out): Likewise.
14479         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14480         ($(objpfx)test2.cat): Likewise.
14481         ($(objpfx)de/libc.cat): Likewise.
14482         ($(objpfx)test-gencat.out): Likewise.
14483         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14484         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14485         ($(objpfx)noload-mem): Likewise.
14486         ($(objpfx)tst-pathopt.out): Likewise.
14487         ($(objpfx)tst-rtld-load-self.out): Likewise.
14488         ($(objpfx)tst-array1-cmp.out): Likewise.
14489         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14490         ($(objpfx)tst-array2-cmp.out): Likewise.
14491         ($(objpfx)tst-array3-cmp.out): Likewise.
14492         ($(objpfx)tst-array4-cmp.out): Likewise.
14493         ($(objpfx)tst-array5-cmp.out): Likewise.
14494         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14495         ($(objpfx)check-textrel.out): Likewise.
14496         ($(objpfx)check-execstack.out): Likewise.
14497         ($(objpfx)check-localplt.out): Likewise.
14498         ($(objpfx)order2-cmp.out): Likewise.
14499         ($(objpfx)tst-leaks1-mem): Likewise.
14500         ($(objpfx)tst-leaks1-static-mem): Likewise.
14501         ($(objpfx)tst-initorder-cmp.out): Likewise.
14502         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14503         ($(objpfx)tst-unused-dep.out): Likewise.
14504         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14505         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14506         * iconv/Makefile (test-iconvconfig): Likewise.
14507         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14508         ($(objpfx)iconv-test.out): Likewise.
14509         ($(objpfx)tst-tables.out): Likewise.
14510         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14511         ($(objpfx)tst-gettext.out): Likewise.
14512         ($(objpfx)tst-translit.out): Likewise.
14513         ($(objpfx)tst-gettext2.out): Likewise.
14514         ($(objpfx)tst-gettext4.out): Likewise.
14515         ($(objpfx)tst-gettext6.out): Likewise.
14516         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14517         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14518         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14519         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14520         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14521         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14522         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14523         ($(objpfx)wordexp-tst.out): Likewise.
14524         ($(objpfx)annexc.out): Likewise.
14525         ($(objpfx)tst-fnmatch-mem): Likewise.
14526         ($(objpfx)bug-regex2-mem): Likewise.
14527         ($(objpfx)bug-regex14-mem): Likewise.
14528         ($(objpfx)bug-regex21-mem): Likewise.
14529         ($(objpfx)bug-regex31-mem): Likewise.
14530         ($(objpfx)tst-vfork3-mem): Likewise.
14531         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14532         ($(objpfx)tst-pcre-mem): Likewise.
14533         ($(objpfx)tst-boost-mem): Likewise.
14534         ($(objpfx)tst-getconf.out): Likewise.
14535         ($(objpfx)bug-ga2-mem): Likewise.
14536         ($(objpfx)bug-glob2-mem): Likewise.
14537         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14538         ($(objpfx)mtrace-tst-leaks2): Likewise.
14539         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14540         ($(objpfx)tst-printf.out): Likewise.
14541         ($(objpfx)tst-setvbuf1.out): Likewise.
14542         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14543         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14544         ($(objpfx)tst-fmtmsg.out): Likewise.
14545         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14546         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14547
14548         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14549         * bits/sigaction.h [__USE_MISC]: Likewise.
14550         * bits/waitstatus.h: Update #endif comments.
14551         * ctype/ctype.h: Likewise.
14552         * dirent/dirent.h: Likewise.
14553         [__USE_MISC]: Remove redundant conditionals.
14554         * grp/grp.h: Update #endif comments.
14555         [__USE_GNU]: Remove redundant conditionals.
14556         [__USE_MISC]: Likewise.
14557         * inet/netinet/in.h [__USE_GNU]: Likewise.
14558         * io/sys/stat.h [__USE_MISC]: Likewise.
14559         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14560         * libio/bits/stdio.h: Update #endif comments.
14561         [__USE_MISC]: Remove redundant conditionals.
14562         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14563         * libio/stdio.h: Update #endif comments.
14564         [__USE_MISC]: Remove redundant conditionals.
14565         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14566         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14567         * math/math.h: Update #else and #endif comments.
14568         [__USE_MISC]: Remove redundant conditionals.
14569         * misc/sys/uio.h: Update #endif comments.
14570         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14571         * posix/glob.h [__USE_MISC]: Likewise.
14572         * posix/sys/types.h: Update #endif comments.
14573         [__USE_MISC]: Remove redundant conditionals.
14574         * posix/sys/wait.h: Update #endif comments.
14575         [__USE_MISC]: Remove redundant conditionals.
14576         * posix/unistd.h: Update #endif comments.
14577         [__USE_MISC]: Remove redundant conditionals.
14578         * pwd/pwd.h [__USE_GNU]: Likewise.
14579         [__USE_MISC]: Likewise.
14580         * resolv/netdb.h [__USE_GNU]: Likewise.
14581         * signal/signal.h: Update #endif comments.
14582         [__USE_MISC]: Remove redundant conditionals.
14583         * stdlib/stdlib.h: Update #else and #endif comments.
14584         [__USE_MISC]: Remove redundant conditionals.
14585         [__USE_GNU]: Likewise.
14586         * string/bits/string2.h [__USE_MISC]: Likewise.
14587         * string/string.h: Update #endif comments.
14588         [__USE_MISC]: Remove redundant conditionals.
14589         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14590         Likewise.
14591         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14592         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14593         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14594         Likewise.
14595         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14596         Likewise.
14597         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14598         comments.
14599         [__USE_MISC]: Remove redundant conditionals.
14600         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14601         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14602         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14603         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14604         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14605         Likewise.
14606         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14607         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14608         Likewise.
14609         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14610         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14611         Likewise.
14612         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14613         Likewise.
14614         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14615         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14616         Likewise.
14617         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14618         Likewise.
14619         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14620         * sysdeps/x86/bits/string.h: Update #endif comments.
14621         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14622         conditionals.
14623         * time/sys/time.h: Update #endif comments.
14624         * time/time.h: Likewise.
14625         [__USE_MISC]: Remove redundant conditionals.
14626
14627 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14628
14629         [BZ #16600]
14630         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14631
14632 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14633
14634         * Versions.def (librt): Add GLIBC_2.17.
14635
14636 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14637
14638         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14639         synonym for _SYS_AUXV_H to allow direct inclusion.
14640         * sysdeps/sparc/bits/hwcap.h: Likewise.
14641         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14642         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14643         * sysdeps/sparc/sysdep.h: Likewise.
14644
14645 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14646
14647         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14648
14649 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14650
14651         * benchtests/bench-strrchr.c: Print length instead of position.
14652
14653 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14654
14655         [BZ #16611]
14656         * sysdeps/unix/sysv/linux/kernel-features.h
14657         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14658         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14659         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14660         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14661         Likewise.
14662         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14663         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14664         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14665         (__ASSUME_SENDMMSG): Define instead of using previous
14666         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14667         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14668         (__ASSUME_SENDMMSG_SYSCALL): Define.
14669         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14670         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14671         Likewise.
14672         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14673         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14674         Likewise.
14675         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14676         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14677         Likewise.
14678         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14679         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14680         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14681         [__ASSUME_SENDMMSG]: Change conditionals to
14682         [__ASSUME_SENDMMSG_SOCKETCALL].
14683         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14684         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14685         Define.
14686         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14687         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14688         Likewise.
14689         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14690         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14691         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14692         [!__ASSUME_SENDMMSG]: Change conditional to
14693         [!__ASSUME_SENDMMSG_SOCKETCALL].
14694         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14695         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14696         Define.
14697
14698         [BZ #16610]
14699         * sysdeps/unix/sysv/linux/kernel-features.h
14700         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14701         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14702         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14703         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14704         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14705         [__i386__ || __sparc__]
14706         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14707         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14708         (__ASSUME_RECVMMSG): Define instead of using previous
14709         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14710         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14711         (__ASSUME_RECVMMSG_SYSCALL): Define.
14712         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14713         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14714         Likewise.
14715         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14716         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14717         Likewise.
14718         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14719         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14720         Likewise.
14721         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14722         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14723         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14724         [__ASSUME_RECVMMSG]: Change condition to
14725         [__ASSUME_RECVMMSG_SOCKETCALL].
14726         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14727         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14728         Define.
14729         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14730         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14731         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14732         Likewise.
14733         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14734         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14735         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14736         [!__ASSUME_RECVMMSG]: Change condition to
14737         [!__ASSUME_RECVMMSG_SOCKETCALL].
14738         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14739         (__ASSUME_RECVMMSG_SYSCALL): Define.
14740
14741         [BZ #16609]
14742         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14743         __powerpc__ || __s390__ || __sh__ || __sparc__]
14744         (__ASSUME_SOCKETCALL): Define.
14745         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14746         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14747         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14748         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14749         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14750         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14751         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14752         (__ASSUME_ACCEPT4): Define instead of using previous
14753         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14754         __powerpc__ || __sparc__ || __s390__)] condition.
14755         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14756         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14757         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14758         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14759         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14760         [!__ASSUME_ACCEPT4]: Change condition to
14761         [!__ASSUME_ACCEPT4_SOCKETCALL].
14762         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14763         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14764         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14765         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14766         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14767         __ASSUME_ACCEPT4_SYSCALL.
14768         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14769         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14770         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14771         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14772         __ASSUME_ACCEPT4_SYSCALL.
14773         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14774         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14775         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14776         [__ASSUME_ACCEPT4]: Change condition to
14777         [__ASSUME_ACCEPT4_SOCKETCALL].
14778         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14779         (__ASSUME_SOCKETCALL): Define.
14780         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14781         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14782         (__ASSUME_SOCKETCALL): Define.
14783         (__ASSUME_ACCEPT4): Remove.
14784         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14785         Define.
14786         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14787         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14788         Likewise.
14789         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14790         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14791
14792         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14793         macro.
14794         (HWCAP_ARM_LPAE): Likewise.
14795         (HWCAP_ARM_EVTSTRM): Likewise.
14796         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14797         Add vpfd32, lpae and evtstrm.
14798         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14799         Increase to 22.
14800
14801 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14802
14803         * math/auto-libm-test-in: Add tests of clog10.
14804         * math/auto-libm-test-out: Regenerated.
14805         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14806         * sysdeps/i386/fpu/libm-test-ulps: Update.
14807         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14808
14809 2014-02-18  Andreas Schwab  <schwab@suse.de>
14810
14811         [BZ #16574]
14812         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14813         Store non-zero if the second buffer was newly allocated.
14814         (send_dg): Likewise.
14815         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14816         to send_vc and send_dg.
14817         (res_nsend): Pass NULL for ansp2_malloced.
14818         * resolv/res_query.c (__libc_res_nquery): Add parameter
14819         answerp2_malloced and pass it down to __libc_res_nsend.
14820         (res_nquery): Pass additional NULL to __libc_res_nquery.
14821         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14822         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14823         second answer buffer if answerp2_malloced was set.
14824         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14825         (__libc_res_nquerydomain): Add parameter
14826         answerp2_malloced and pass it down to __libc_res_nquery.
14827         (res_nquerydomain): Pass additional NULL to
14828         __libc_res_nquerydomain.
14829         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14830         additional NULL to __libc_res_nsend and __libc_res_nquery.
14831         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14832         additional NULL to __libc_res_nsearch.
14833         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14834         parameter of __libc_res_nsearch to check for separately allocated
14835         second buffer.
14836         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14837         __libc_res_nquery.
14838         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14839         additional NULL to __libc_res_nquery.
14840         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14841         __libc_res_nsearch.
14842         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14843         * include/resolv.h: Update prototypes of __libc_res_nquery,
14844         __libc_res_nsearch, __libc_res_nsend.
14845
14846 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14847
14848         * math/auto-libm-test-in: Add tests of fma.
14849         * math/auto-libm-test-out: Regenerated.
14850         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14851         (fma_towardzero_test_data): Likewise.
14852         (fma_downward_test_data): Likewise.
14853         (fma_upward_test_data): Likewise.
14854         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14855         mpc_mode.
14856         (rounding_modes): Add values for new field.
14857         (func_calc_method): Add value mpfr_fff_f.
14858         (func_calc_desc): Add mpfr_fff_f union field.
14859         (test_function): Add field exact_args.
14860         (FUNC): Add macro argument EXACT_ARGS.
14861         (FUNC_mpfr_f_f): Update call to FUNC.
14862         (FUNC_mpfr_f_f): Likewise.
14863         (FUNC_mpfr_ff_f): Likewise.
14864         (FUNC_mpfr_if_f): Likewise.
14865         (FUNC_mpc_c_f): Likewise.
14866         (FUNC_mpc_c_c): Likewise.
14867         (test_functions): Add fma.  Update calls to FUNC.
14868         (handle_input_arg): Add argument exact_args.
14869         (add_test): Update call to handle_input_arg.
14870         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14871         (output_for_one_input_case): Update call to calc_generic_results.
14872         Recalculate exact zero results in each rounding mode.
14873
14874         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14875         non-negative before setting low bit.
14876         * math/auto-libm-test-in: Mark one asin test possibly having
14877         spurious underflow.
14878         * math/auto-libm-test-out: Regenerated.
14879         * sysdeps/i386/fpu/libm-test-ulps: Update.
14880         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14881
14882 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14883
14884         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14885         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14886         ports/sysdeps/unix/sysv/linux/microblaze.
14887         * README: Add missing listing for microblaze*-*-linux-gnu.
14888
14889 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14890
14891         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14892         duplicate code
14893
14894 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14895
14896         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14897         * sysdeps/unix/sysv/linux/ia64: Move directory from
14898         ports/sysdeps/unix/sysv/linux/ia64.
14899         * README: Update listing for ia64-*-linux-gnu.
14900
14901 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14902             Joseph Myers  <joseph@codesourcery.com>
14903
14904         * Makeconfig (test-name): New variable.
14905         (evaluate-test): Likewise.
14906         * Makerules (do-test-clean): Remove .test-result files.
14907         (common-mostlyclean): Likewise.
14908         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14909         * scripts/evaluate-test.sh: New file.
14910
14911 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14912
14913         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14914         separate $(objpfx)tst-fopenloc-cmp.out and
14915         $(objpfx)tst-fopenloc-mem.out targets.
14916         (tests): Update dependencies.
14917         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14918         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14919         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14920         (tst-rxspencer-no-utf8-ARGS): New variable.
14921         (tst-rxspencer-no-utf8-ENV): Likewise.
14922         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14923         instead of $(objpfx)tst-rxspencer-mem.
14924         ($(objpfx)tst-rxspencer-mem): Change target to
14925         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14926         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14927         * posix/tst-rxspencer-no-utf8.c: New file.
14928
14929         * elf/Makefile ($(objpfx)order.out): Remove rule.
14930         [$(run-built-tests) = yes] (tests): Depend on
14931         $(objpfx)order-cmp.out.
14932         ($(objpfx)order-cmp.out): New rule.
14933         [$(run-built-tests) = yes] (tests): Depend on
14934         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14935         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14936         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14937         $(objpfx)tst-array5-static-cmp.out.
14938         ($(objpfx)tst-array1.out): Remove rule.
14939         ($(objpfx)tst-array1-cmp.out): New rule.
14940         ($(objpfx)tst-array1-static.out): Remove rule.
14941         ($(objpfx)tst-array1-static-cmp.out): New rule.
14942         ($(objpfx)tst-array2.out): Remove rule.
14943         ($(objpfx)tst-array2-cmp.out): New rule.
14944         ($(objpfx)tst-array3.out): Remove rule.
14945         ($(objpfx)tst-array3-cmp.out): New rule.
14946         ($(objpfx)tst-array4.out): Remove rule.
14947         ($(objpfx)tst-array4-cmp.out): New rule.
14948         ($(objpfx)tst-array5.out): Remove rule.
14949         ($(objpfx)tst-array5-cmp.out): New rule.
14950         ($(objpfx)tst-array5-static.out): Remove rule.
14951         ($(objpfx)tst-array5-static-cmp.out): New rule.
14952         [$(run-built-tests) = yes] (tests): Depend on
14953         $(objpfx)order2-cmp.out.
14954         ($(objpfx)order2.out): Remove rule.
14955         ($(objpfx)order2-cmp.out): New rule.
14956         ($(objpfx)tst-initorder.out): Remove rule.
14957         [$(run-built-tests) = yes] (tests): Depend on
14958         $(objpfx)tst-initorder-cmp.out.
14959         ($(objpfx)tst-initorder-cmp.out): New rule.
14960         ($(objpfx)tst-initorder2.out): Remove rule.
14961         [$(run-built-tests) = yes] (tests): Depend on
14962         $(objpfx)tst-initorder2-cmp.out.
14963         ($(objpfx)tst-initorder2-cmp.out): New rule.
14964         [$(run-built-tests) = yes] (tests): Depend on
14965         $(objpfx)tst-unused-dep-cmp.out.
14966         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14967         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14968         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14969         on $(objpfx)tst-setvbuf1-cmp.out.
14970         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14971         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14972         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14973         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14974         ($(objpfx)tst-svc.out): Remove rule.
14975         ($(objpfx)tst-svc-cmp.out): New rule.
14976
14977 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14978
14979         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14980         * ctype/ctype.h [__USE_MISC]: Likewise.
14981         * dirent/dirent.h [__USE_MISC]: Likewise.
14982         * grp/grp.h [__USE_MISC]: Likewise.
14983         * io/fcntl.h [__USE_MISC]: Likewise.
14984         * io/sys/stat.h [__USE_MISC]: Likewise.
14985         * libio/stdio.h [__USE_MISC]: Likewise.
14986         * posix/unistd.h [__USE_MISC]: Likewise.
14987         * pwd/pwd.h [__USE_MISC]: Likewise.
14988         * stdlib.h [__USE_MISC]: Likewise.
14989         * string/bits/string2.h [__USE_MISC]: Likewise.
14990         * string/string.h [__USE_MISC]: Likewise.
14991         * time/time.h [__USE_MISC]: Likewise.
14992
14993 2014-02-13  Andreas Schwab  <schwab@suse.de>
14994
14995         [BZ #16574]
14996         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14997         second answer buffer if it was separately allocated.
14998
14999 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
15000
15001         * sysdeps/mips/math-tests.h: Include <features.h>.
15002         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15003         (ROUNDING_TESTS_long_double): Do not define.
15004         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15005         (EXCEPTION_TESTS_long_double): Likewise.
15006         * sysdeps/mips/mips64/libm-test-ulps: Update.
15007
15008         * include/features.h (__USE_BSD): Remove macro definitions.
15009         (__USE_SVID): Likewise.
15010         (_BSD_SOURCE): Likewise.
15011         (_SVID_SOURCE): Likewise.
15012         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
15013         from definition of _DEFAULT_SOURCE.
15014         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
15015         [_DEFAULT_SOURCE].
15016         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
15017         * bits/mman.h [__USE_BSD]: Likewise.
15018         * bits/termios.h [__USE_BSD]: Likewise.
15019         * bits/waitstatus.h [__USE_BSD]: Likewise.
15020         * ctype/ctype.h [__USE_SVID]: Likewise.
15021         * dirent/dirent.h [__USE_BSD]: Likewise.
15022         * grp/grp.h [__USE_SVID]: Likewise.
15023         [__USE_BSD]: Likewise.
15024         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
15025         * io/fcntl.h [__USE_BSD]: Likewise.
15026         * io/ftw.h [__USE_BSD]: Likewise.
15027         * io/sys/stat.h [__USE_BSD]: Likewise.
15028         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
15029         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
15030         * libio/stdio.h [__USE_SVID]: Likewise.
15031         [__USE_BSD]: Likewise.
15032         * math/math.h [__USE_SVID]: Likewise.
15033         [__USE_BSD]: Likewise.
15034         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
15035         * misc/bits/syslog.h [__USE_BSD]: Likewise.
15036         * misc/search.h [__USE_SVID]: Likewise.
15037         * misc/sys/mman.h [__USE_BSD]: Likewise.
15038         * misc/sys/syslog.h [__USE_BSD]: Likewise.
15039         * misc/sys/uio.h [__USE_BSD]: Likewise.
15040         * posix/bits/unistd.h [__USE_BSD]: Likewise.
15041         * posix/glob.h [__USE_BSD]: Likewise.
15042         * posix/regex.h [__USE_BSD]: Likewise.
15043         * posix/sys/types.h [__USE_BSD]: Likewise.
15044         [__USE_SVID]: Likewise.
15045         * posix/sys/utsname.h [__USE_SVID]: Likewise.
15046         * posix/sys/wait.h [__USE_BSD]: Likewise.
15047         [__USE_SVID]: Likewise.
15048         * posix/unistd.h [__USE_BSD]: Likewise.
15049         [__USE_SVID]: Likewise.
15050         * pwd/pwd.h [__USE_SVID]: Likewise.
15051         * resolv/netdb.h [__USE_BSD]: Likewise.
15052         * setjmp/setjmp.h [__USE_BSD]: Likewise.
15053         * signal/signal.h [__USE_BSD]: Likewise.
15054         [__USE_SVID]: Likewise.
15055         * socket/sys/socket.h [__USE_BSD]: Likewise.
15056         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
15057         * stdlib/stdlib.h [__USE_BSD]: Likewise.
15058         [__USE_SVID]: Likewise.
15059         * string/bits/string2.h [__USE_BSD]: Likewise.
15060         [__USE_SVID]: Likewise.
15061         * string/bits/string3.h [__USE_BSD]: Likewise.
15062         * string/endian.h [__USE_BSD]: Likewise.
15063         * string/string.h [__USE_SVID]: Likewise.
15064         [__USE_BSD]: Likewise.
15065         * string/strings.h [__USE_BSD]: Likewise.
15066         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
15067         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
15068         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
15069         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
15070         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
15071         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
15072         Likewise.
15073         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
15074         Likewise.
15075         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
15076         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
15077         Likewise.
15078         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
15079         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
15080         Likewise.
15081         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
15082         Likewise.
15083         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
15084         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
15085         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
15086         Likewise.
15087         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
15088         Likewise.
15089         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
15090         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
15091         * termios/termios.h [__USE_BSD]: Likewise.
15092         * time/sys/time.h [__USE_BSD]: Likewise.
15093         * time/time.h [__USE_BSD]: Likewise.
15094         [__USE_SVID]: Likewise.
15095
15096         * Makefile (subdir_targets): Remove subdir_lint.out.
15097
15098         * stdio-common/Makefile (do-tst-unbputc): Remove target.
15099         (do-tst-printf): Likewise.
15100         (tests): Depend directly on $(objpfx)tst-unbputc.out and
15101         $(objpfx)tst-printf.out.
15102
15103         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
15104
15105         * Makerules (check-abi-%): Change target to
15106         $(objpfx)check-abi-%.out.
15107         (check-abi target): Update dependencies.
15108         (check-abi-pattern variable): Redirect output of diff to $@.
15109         (check-abi variable): Likewise.
15110         * elf/Makefile (check-abi): Update dependencies.
15111
15112         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
15113         unused.
15114         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
15115         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
15116         subnormal range.
15117         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
15118         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
15119         value has largest subnormal exponent.
15120         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
15121         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
15122         * sysdeps/aarch64/soft-fp/sfp-machine.h
15123         (_FP_TININESS_AFTER_ROUNDING): New macro.
15124         * sysdeps/alpha/soft-fp/sfp-machine.h
15125         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15126         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15127         Likewise.
15128         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
15129         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15130         * sysdeps/mips/soft-fp/sfp-machine.h
15131         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15132         * sysdeps/powerpc/soft-fp/sfp-machine.h
15133         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15134         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15135         Likewise.
15136         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
15137         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15138         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
15139         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15140         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15141         Likewise.
15142
15143 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
15144
15145         [BZ #16545]
15146         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
15147         model 1.
15148
15149 2014-02-12  Richard Henderson  <rth@redhat.com>
15150
15151         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
15152         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
15153         * sysdeps/unix/sysv/linux/alpha: Move directory from
15154         ports/sysdeps/unix/sysv/linux/alpha.
15155         * README: Update listing for alpha-*-linux-gnu.
15156
15157 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
15158
15159         * include/features.h: Update comment documenting feature test
15160         macros.
15161         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
15162         _DEFAULT_SOURCE.
15163         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
15164         (_SVID_SOURCE): Likewise.
15165         (_DEFAULT_SOURCE): Update description of default features.
15166         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
15167         with _GNU_SOURCE.
15168         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
15169         (S_ISVTX): Likewise.
15170         * manual/math.texi (Mathematical Constants): Likewise.
15171         * manual/signal.texi (Interrupted Primitives): Likewise.
15172         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
15173         * math/test-matherr.c (_SVID_SOURCE): Do not define.
15174         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
15175         Don't refer to _SVID_SOURCE in warning text.
15176
15177         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15178
15179         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15180         already defined.
15181         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15182         * sysdeps/mips/dl-lookup.c: Remove.
15183         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15184
15185 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15186
15187         [BZ #16447]
15188         * math/auto-libm-test-in: Add testcase for expl.
15189         * math/auto-libm-test-out: Regenerate.
15190         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15191         calculation of unsafe.
15192         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15193
15194 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15195
15196         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15197         * sysdeps/unix/sysv/linux/aarch64: Move directory from
15198         ports/sysdeps/unix/sysv/linux/aarch64.
15199         * README: Update listing for aarch64*-*-linux-gnu.
15200
15201 2014-02-11  Will Newton  <will.newton@linaro.org>
15202
15203         * manual/probes.texi (Mathematical Function Probes): Use
15204         "triggered" instead of "hit".
15205
15206         * manual/probes.texi (Internal Probes): Add documentation
15207         of setjmp, longjmp and longjmp_target probes.
15208
15209         * include/stap-probe.h: Add comment about probe argument
15210         format.
15211
15212         * malloc/mtrace.c (attribute_hidden): Remove unused macro
15213         definition.  (tr_where, tr_freehook, tr_mallochook,
15214         tr_reallochook, tr_memalignhook): Use ANSI protoype.
15215
15216 2014-02-11  David S. Miller  <davem@davemloft.net>
15217
15218         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15219         processing int_tests.
15220
15221 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
15222
15223         * sysdeps/mips: Move directory from ports/sysdeps/mips.
15224         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15225         * sysdeps/unix/sysv/linux/mips: Move directory from
15226         ports/sysdeps/unix/sysv/linux/mips.
15227         * README: Update listing for mips-*-linux-gnu and
15228         mips64-*-linux-gnu.
15229
15230 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
15231
15232         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15233         * sysdeps/unix/sysv/linux/m68k: Move directory from
15234         ports/sysdeps/unix/sysv/linux/m68k.
15235         * README: Update listing for m68k-*-linux-gnu.
15236
15237 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
15238
15239         * sysdeps/tile: Move directory from ports/sysdeps/tile.
15240         * sysdeps/unix/sysv/linux/generic: Move directory from
15241         ports/sysdeps/unix/sysv/linux/generic.
15242         * sysdeps/unix/sysv/linux/tile: Move directory from
15243         ports/sysdeps/unix/sysv/linux/tile.
15244         * README: Update listing for tile*-*-linux-gnu.
15245
15246 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
15247
15248         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15249         __builtin_expect.
15250         * benchtests/bench-memmem.c (simple_memmem): Likewise.
15251         * catgets/open_catalog.c (__open_catalog): Likewise.
15252         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15253         * debug/confstr_chk.c: Likewise.
15254         * debug/fread_chk.c (__fread_chk): Likewise.
15255         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15256         * debug/getgroups_chk.c: Likewise.
15257         * debug/mbsnrtowcs_chk.c: Likewise.
15258         * debug/mbsrtowcs_chk.c: Likewise.
15259         * debug/mbstowcs_chk.c: Likewise.
15260         * debug/memcpy_chk.c: Likewise.
15261         * debug/memmove_chk.c: Likewise.
15262         * debug/mempcpy_chk.c: Likewise.
15263         * debug/memset_chk.c: Likewise.
15264         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15265         * debug/strcat_chk.c (__strcat_chk): Likewise.
15266         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15267         * debug/strncat_chk.c (__strncat_chk): Likewise.
15268         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15269         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15270         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15271         * debug/wcpncpy_chk.c: Likewise.
15272         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15273         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15274         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15275         * debug/wcsncpy_chk.c: Likewise.
15276         * debug/wcsnrtombs_chk.c: Likewise.
15277         * debug/wcsrtombs_chk.c: Likewise.
15278         * debug/wcstombs_chk.c: Likewise.
15279         * debug/wmemcpy_chk.c: Likewise.
15280         * debug/wmemmove_chk.c: Likewise.
15281         * debug/wmempcpy_chk.c: Likewise.
15282         * debug/wmemset_chk.c: Likewise.
15283         * dirent/scandirat.c (SCANDIRAT): Likewise.
15284         * dlfcn/dladdr1.c (dladdr1): Likewise.
15285         * dlfcn/dladdr.c (dladdr): Likewise.
15286         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15287         * dlfcn/dlerror.c (__dlerror): Likewise.
15288         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15289         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15290         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15291         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15292         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15293         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15294         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15295         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15296         Likewise.
15297         * elf/dl-conflict.c: Likewise.
15298         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15299         * elf/dl-dst.h: Likewise.
15300         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15301         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15302         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15303         * elf/dl-init.c (call_init, _dl_init): Likewise.
15304         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15305         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15306         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15307         Likewise.
15308         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15309         Likewise.
15310         * elf/dl-minimal.c (__libc_memalign): Likewise.
15311         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15312         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15313         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15314         * elf/dl-sym.c (do_sym): Likewise.
15315         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15316         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15317         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15318         * elf/dl-writev.h (_dl_writev): Likewise.
15319         * elf/ldconfig.c (search_dir): Likewise.
15320         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15321         (dl_main): Likewise.
15322         * elf/setup-vdso.h (setup_vdso): Likewise.
15323         * grp/compat-initgroups.c (compat_call): Likewise.
15324         * grp/fgetgrent.c (fgetgrent): Likewise.
15325         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15326         * grp/putgrent.c (putgrent): Likewise.
15327         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15328         Likewise.
15329         * hurd/hurdinit.c: Likewise.
15330         * iconvdata/8bit-gap.c (struct): Likewise.
15331         * iconvdata/ansi_x3.110.c : Likewise.
15332         * iconvdata/big5.c : Likewise.
15333         * iconvdata/big5hkscs.c : Likewise.
15334         * iconvdata/cp1255.c: Likewise.
15335         * iconvdata/cp1258.c : Likewise.
15336         * iconvdata/cp932.c : Likewise.
15337         * iconvdata/euc-cn.c: Likewise.
15338         * iconvdata/euc-jisx0213.c : Likewise.
15339         * iconvdata/euc-jp.c: Likewise.
15340         * iconvdata/euc-jp-ms.c : Likewise.
15341         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15342         * iconvdata/gb18030.c : Likewise.
15343         * iconvdata/gbbig5.c (const): Likewise.
15344         * iconvdata/gbgbk.c: Likewise.
15345         * iconvdata/gbk.c : Likewise.
15346         * iconvdata/ibm1364.c : Likewise.
15347         * iconvdata/ibm930.c : Likewise.
15348         * iconvdata/ibm932.c: Likewise.
15349         * iconvdata/ibm933.c : Likewise.
15350         * iconvdata/ibm935.c : Likewise.
15351         * iconvdata/ibm937.c : Likewise.
15352         * iconvdata/ibm939.c : Likewise.
15353         * iconvdata/ibm943.c: Likewise.
15354         * iconvdata/iso_11548-1.c: Likewise.
15355         * iconvdata/iso-2022-cn.c : Likewise.
15356         * iconvdata/iso-2022-cn-ext.c : Likewise.
15357         * iconvdata/iso-2022-jp-3.c: Likewise.
15358         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15359         * iconvdata/iso-2022-kr.c : Likewise.
15360         * iconvdata/iso646.c (gconv_end): Likewise.
15361         * iconvdata/iso_6937-2.c : Likewise.
15362         * iconvdata/iso_6937.c : Likewise.
15363         * iconvdata/iso8859-1.c: Likewise.
15364         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15365         * iconvdata/shift_jisx0213.c : Likewise.
15366         * iconvdata/sjis.c : Likewise.
15367         * iconvdata/t.61.c : Likewise.
15368         * iconvdata/tcvn5712-1.c : Likewise.
15369         * iconvdata/tscii.c: Likewise.
15370         * iconvdata/uhc.c : Likewise.
15371         * iconvdata/unicode.c (gconv_end): Likewise.
15372         * iconvdata/utf-16.c (gconv_end): Likewise.
15373         * iconvdata/utf-32.c (gconv_end): Likewise.
15374         * iconvdata/utf-7.c (base64): Likewise.
15375         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15376         * iconv/gconv_close.c (__gconv_close): Likewise.
15377         * iconv/gconv_open.c (__gconv_open): Likewise.
15378         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15379         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15380         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15381         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15382         (ucs4le_internal_loop_single): Likewise.
15383         * iconv/iconv.c (iconv): Likewise.
15384         * iconv/iconv_close.c: Likewise.
15385         * iconv/loop.c (SINGLE): Likewise.
15386         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15387         * include/atomic.h: Likewise.
15388         * inet/inet6_option.c (option_alloc): Likewise.
15389         * intl/bindtextdom.c (set_binding_values): Likewise.
15390         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15391         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15392         * intl/localealias.c (read_alias_file): Likewise.
15393         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15394         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15395         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15396         * libio/fmemopen.c (fmemopen): Likewise.
15397         * libio/iofgets.c (_IO_fgets): Likewise.
15398         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15399         * libio/iofgetws.c (fgetws): Likewise.
15400         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15401         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15402         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15403         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15404         * locale/findlocale.c (_nl_find_locale): Likewise.
15405         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15406         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15407         Likewise.
15408         * locale/setlocale.c (setlocale): Likewise.
15409         * login/programs/pt_chown.c (main): Likewise.
15410         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15411         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15412         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15413         (mmap, mmap64, mremap, munmap): Likewise.
15414         * math/e_exp2l.c: Likewise.
15415         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15416         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15417         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15418         * math/s_catan.c (__catan): Likewise.
15419         * math/s_catanf.c (__catanf): Likewise.
15420         * math/s_catanh.c (__catanh): Likewise.
15421         * math/s_catanhf.c (__catanhf): Likewise.
15422         * math/s_catanhl.c (__catanhl): Likewise.
15423         * math/s_catanl.c (__catanl): Likewise.
15424         * math/s_ccosh.c (__ccosh): Likewise.
15425         * math/s_ccoshf.c (__ccoshf): Likewise.
15426         * math/s_ccoshl.c (__ccoshl): Likewise.
15427         * math/s_cexp.c (__cexp): Likewise.
15428         * math/s_cexpf.c (__cexpf): Likewise.
15429         * math/s_cexpl.c (__cexpl): Likewise.
15430         * math/s_clog10.c (__clog10): Likewise.
15431         * math/s_clog10f.c (__clog10f): Likewise.
15432         * math/s_clog10l.c (__clog10l): Likewise.
15433         * math/s_clog.c (__clog): Likewise.
15434         * math/s_clogf.c (__clogf): Likewise.
15435         * math/s_clogl.c (__clogl): Likewise.
15436         * math/s_csin.c (__csin): Likewise.
15437         * math/s_csinf.c (__csinf): Likewise.
15438         * math/s_csinh.c (__csinh): Likewise.
15439         * math/s_csinhf.c (__csinhf): Likewise.
15440         * math/s_csinhl.c (__csinhl): Likewise.
15441         * math/s_csinl.c (__csinl): Likewise.
15442         * math/s_csqrt.c (__csqrt): Likewise.
15443         * math/s_csqrtf.c (__csqrtf): Likewise.
15444         * math/s_csqrtl.c (__csqrtl): Likewise.
15445         * math/s_ctan.c (__ctan): Likewise.
15446         * math/s_ctanf.c (__ctanf): Likewise.
15447         * math/s_ctanh.c (__ctanh): Likewise.
15448         * math/s_ctanhf.c (__ctanhf): Likewise.
15449         * math/s_ctanhl.c (__ctanhl): Likewise.
15450         * math/s_ctanl.c (__ctanl): Likewise.
15451         * math/w_pow.c: Likewise.
15452         * math/w_powf.c: Likewise.
15453         * math/w_powl.c: Likewise.
15454         * math/w_scalb.c (sysv_scalb): Likewise.
15455         * math/w_scalbf.c (sysv_scalbf): Likewise.
15456         * math/w_scalbl.c (sysv_scalbl): Likewise.
15457         * misc/error.c (error_tail): Likewise.
15458         * misc/pselect.c (__pselect): Likewise.
15459         * nis/nis_callback.c (__nis_create_callback): Likewise.
15460         * nis/nis_call.c (__nisfind_server): Likewise.
15461         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15462         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15463         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15464         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15465         * nis/nis_lookup.c (nis_lookup): Likewise.
15466         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15467         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15468         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15469         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15470         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15471         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15472         * nis/nss_compat/compat-initgroups.c (add_group)
15473         (internal_getgrent_r): Likewise.
15474         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15475         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15476         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15477         (internal_getspnam_r): Likewise.
15478         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15479         (_nss_nis_getaliasbyname_r): Likewise.
15480         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15481         (_nss_nis_getntohost_r): Likewise.
15482         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15483         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15484         (_nss_nis_getgrgid_r): Likewise.
15485         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15486         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15487         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15488         (_nss_nis_gethostbyname4_r): Likewise.
15489         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15490         (initgroups_netid): Likewise.
15491         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15492         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15493         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15494         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15495         (_nss_nis_getprotobynumber_r): Likewise.
15496         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15497         (_nss_nis_getsecretkey): Likewise.
15498         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15499         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15500         (_nss_nis_getpwuid_r): Likewise.
15501         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15502         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15503         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15504         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15505         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15506         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15507         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15508         Likewise.
15509         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15510         (_nss_nisplus_getntohost_r): Likewise.
15511         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15512         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15513         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15514         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15515         Likewise.
15516         * nis/nss_nisplus/nisplus-initgroups.c
15517         (_nss_nisplus_initgroups_dyn): Likewise.
15518         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15519         (_nss_nisplus_getnetbyaddr_r): Likewise.
15520         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15521         (_nss_nisplus_getprotobynumber_r): Likewise.
15522         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15523         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15524         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15525         Likewise.
15526         * nis/nss_nisplus/nisplus-service.c
15527         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15528         (_nss_nisplus_getservbyport_r): Likewise.
15529         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15530         (_nss_nisplus_getspnam_r): Likewise.
15531         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15532         Likewise.
15533         * nscd/aicache.c (addhstaiX): Likewise.
15534         * nscd/cache.c (cache_search, prune_cache): Likewise.
15535         * nscd/connections.c (register_traced_file, send_ro_fd)
15536         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15537         (main_loop_epoll): Likewise.
15538         * nscd/grpcache.c (addgrbyX): Likewise.
15539         * nscd/hstcache.c (addhstbyX): Likewise.
15540         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15541         * nscd/mem.c (gc, mempool_alloc): Likewise.
15542         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15543         (addinnetgrX): Likewise.
15544         * nscd/nscd-client.h (__nscd_acquire_maplock)
15545         (__nscd_drop_map_ref): Likewise.
15546         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15547         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15548         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15549         Likewise.
15550         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15551         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15552         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15553         (__nscd_get_map_ref): Likewise.
15554         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15555         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15556         Likewise.
15557         * nscd/pwdcache.c (addpwbyX): Likewise.
15558         * nscd/selinux.c (preserve_capabilities): Likewise.
15559         * nscd/servicescache.c (addservbyX): Likewise.
15560         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15561         * posix/fnmatch.c (fnmatch): Likewise.
15562         * posix/getopt.c (_getopt_internal_r): Likewise.
15563         * posix/glob.c (glob, glob_in_dir): Likewise.
15564         * posix/wordexp.c (exec_comm_child): Likewise.
15565         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15566         (getanswer_r, gaih_getanswer_slice): Likewise.
15567         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15568         * resolv/res_init.c: Likewise.
15569         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15570         * resolv/res_query.c (__libc_res_nquery): Likewise.
15571         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15572         Likewise.
15573         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15574         * stdio-common/perror.c (perror): Likewise.
15575         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15576         * stdio-common/tmpnam.c (tmpnam): Likewise.
15577         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15578         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15579         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15580         Likewise.
15581         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15582         * stdlib/putenv.c (putenv): Likewise.
15583         * stdlib/setenv.c (__add_to_environ): Likewise.
15584         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15585         * stdlib/strtol_l.c (INTERNAL): Likewise.
15586         * string/memmem.c (memmem): Likewise.
15587         * string/strerror.c (strerror): Likewise.
15588         * string/strnlen.c (__strnlen): Likewise.
15589         * string/test-memmem.c (simple_memmem): Likewise.
15590         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15591         * sunrpc/pm_getport.c (__get_socket): Likewise.
15592         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15593         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15594         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15595         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15596         Likewise.
15597         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15598         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15599         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15600         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15601         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15602         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15603         Likewise.
15604         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15605         Likewise.
15606         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15607         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15608         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15609         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15610         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15611         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15612         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15613         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15614         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15615         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15616         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15617         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15618         Likewise.
15619         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15620         Likewise.
15621         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15622         Likewise.
15623         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15624         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15625         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15626         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15627         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15628         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15629         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15630         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15631         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15632         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15633         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15634         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15635         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15636         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15637         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15638         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15639         Likewise.
15640         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15641         Likewise.
15642         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15643         Likewise.
15644         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15645         Likewise.
15646         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15647         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15648         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15649         Likewise.
15650         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15651         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15652         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15653         * sysdeps/posix/sleep.c: Likewise.
15654         * sysdeps/posix/tempname.c: Likewise.
15655         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15656         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15657         Likewise.
15658         * sysdeps/powerpc/powerpc32/dl-machine.h
15659         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15660         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15661         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15662         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15663         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15664         Likewise.
15665         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15666         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15667         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15668         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15669         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15670         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15671         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15672         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15673         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15674         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15675         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15676         (elf_machine_lazy_rel): Likewise.
15677         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15678         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15679         (elf_machine_lazy_rel): Likewise.
15680         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15681         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15682         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15683         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15684         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15685         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15686         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15687         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15688         Likewise.
15689         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15690         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15691         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15692         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15693         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15694         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15695         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15696         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15697         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15698         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15699         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15700         Likewise.
15701         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15702         (__posix_fallocate64_l64): Likewise.
15703         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15704         (posix_fallocate): Likewise.
15705         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15706         Likewise.
15707         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15708         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15709         (getifaddrs_internal): Likewise.
15710         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15711         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15712         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15713         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15714         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15715         (__posix_fallocate64_l64): Likewise.
15716         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15717         Likewise.
15718         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15719         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15720         (__get_clockfreq): Likewise.
15721         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15722         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15723         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15724         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15725         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15726         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15727         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15728         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15729         Likewise.
15730         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15731         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15732         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15733         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15734         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15735         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15736         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15737         Likewise.
15738         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15739         (posix_fallocate): Likewise.
15740         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15741         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15742         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15743         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15744         (elf_machine_rela, elf_machine_rela_relative)
15745         (elf_machine_lazy_rel): Likewise.
15746         * time/asctime.c (asctime_internal): Likewise.
15747         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15748         * time/tzset.c (__tzset_parse_tz): Likewise.
15749         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15750         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15751         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15752         * wcsmbs/wcsmbsload.h: Likewise.
15753
15754         [BZ #15894]
15755         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15756
15757         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15758         (arena_get2): Remove THREAD_STATS conditionals.
15759         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15760         (__malloc_stats, int): Likewise.
15761
15762 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15763
15764         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15765         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15766
15767         * manual/setjmp.texi: Fix typos/grammar errors.
15768
15769         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15770         Only return early when n is <= 0.  Delete unused return statement.
15771
15772         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15773         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15774         * debug/tst-longjmp_chk3.c: New file.
15775
15776         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15777         (test_main): Replace code with set_fortify_handler call.
15778         * debug/test-strcpy_chk.c: Likewise.
15779         * debug/tst-chk1.c: Likewise.
15780         * debug/tst-longjmp_chk.c: Likewise.
15781         * test-skeleton.c: Include fcntl.h & paths.h
15782         (set_fortify_handler): Define.
15783
15784         * debug/tst-longjmp_chk.c: Add header comment and include
15785         ../test-skeleton.c.
15786         (do_test): Mark static.
15787         (TEST_FUNCTION): Define.
15788
15789         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15790         (IP_PMTUDISC_INTERFACE): Likewise.
15791         (IP_MULTICAST_IF): Likewise.
15792         (IP_MULTICAST_TTL): Likewise.
15793         (IP_MULTICAST_LOOP): Likewise.
15794         (IP_ADD_MEMBERSHIP): Likewise.
15795         (IP_DROP_MEMBERSHIP): Likewise.
15796         (IP_UNBLOCK_SOURCE): Likewise.
15797         (IP_BLOCK_SOURCE): Likewise.
15798         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15799         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15800         (IP_MSFILTER): Likewise.
15801         (MCAST_JOIN_GROUP): Likewise.
15802         (MCAST_BLOCK_SOURCE): Likewise.
15803         (MCAST_UNBLOCK_SOURCE): Likewise.
15804         (MCAST_LEAVE_GROUP): Likewise.
15805         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15806         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15807         (MCAST_MSFILTER): Likewise.
15808         (IP_MULTICAST_ALL): Likewise.
15809         (IP_UNICAST_IF): Likewise.
15810
15811         * timezone/Makefile: Delete $(have-ksh) check.
15812         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15813         * timezone/tzselect.ksh: Add +x mode bits.
15814
15815         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15816         (ANON_INODE_FS_MAGIC): Likewise.
15817         (BDEVFS_MAGIC): Likewise.
15818         (BINFMTFS_MAGIC): Likewise.
15819         (BTRFS_TEST_MAGIC): Likewise.
15820         (CRAMFS_MAGIC_WEND): Likewise.
15821         (DEBUGFS_MAGIC): Likewise.
15822         (ECRYPTFS_SUPER_MAGIC): Likewise.
15823         (EXT3_SUPER_MAGIC): Likewise.
15824         (EXT4_SUPER_MAGIC): Likewise.
15825         (FUTEXFS_SUPER_MAGIC): Likewise.
15826         (HOSTFS_SUPER_MAGIC): Likewise.
15827         (HUGETLBFS_MAGIC): Likewise.
15828         (MINIX3_SUPER_MAGIC): Likewise.
15829         (MTD_INODE_FS_MAGIC): Likewise.
15830         (NILFS_SUPER_MAGIC): Likewise.
15831         (OPENPROM_SUPER_MAGIC): Likewise.
15832         (PIPEFS_MAGIC): Likewise.
15833         (PSTOREFS_MAGIC): Likewise.
15834         (QNX6_SUPER_MAGIC): Likewise.
15835         (RAMFS_MAGIC): Likewise.
15836         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15837         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15838         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15839         (SECURITYFS_MAGIC): Likewise.
15840         (SELINUX_MAGIC): Likewise.
15841         (SMACK_MAGIC): Likewise.
15842         (SOCKFS_MAGIC): Likewise.
15843         (SQUASHFS_MAGIC): Likewise.
15844         (STACK_END_MAGIC): Likewise.
15845         (TMPFS_MAGIC): Likewise.
15846         (USBDEVICE_SUPER_MAGIC): Likewise.
15847         (V9FS_MAGIC): Likewise.
15848         (XENFS_SUPER_MAGIC): Likewise.
15849         (CRAMFS_MAGIC): Fix typo in comment.
15850         (EXT2_SUPER_MAGIC): Update comment.
15851         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15852
15853 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15854
15855         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15856         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15857         * sysdeps/unix/sysv/linux/arm: Move directory from
15858         ports/sysdeps/unix/sysv/linux/arm.
15859         * README: Update listing for arm-*-linux-gnueabi.
15860
15861         * README: Remove mention of am33.
15862
15863 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15864
15865         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15866         than the comma operator, to avoid "rhs of comma has no effect"
15867         compiler warnings.
15868         (__sigfillset, __sigandset, __sigorset): Likewise.
15869         * include/signal.h (__sigemptyset): Likewise.
15870         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15871
15872 2014-02-07  Allan McRae  <allan@archlinux.org>
15873
15874         * version.h (RELEASE): Set to "development".
15875         (VERSION): Set to "2.19.90"
15876         * NEWS: Add 2.20 section.
15877
15878 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15879
15880         [BZ #16529]
15881         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15882
15883 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15884
15885         * manual/contrib.texi: Update entry for Carlos O'Donell,
15886         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15887
15888 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15889
15890         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15891
15892         * sysdeps/unix/sysv/linux/kernel-features.h
15893         [__LINUX_KERNEL_VERSION >= 0x020621]
15894         (__ASSUME_PROC_PID_TASK_COMM): Define.
15895
15896 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15897
15898         [BZ #16398]
15899         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15900         conversion when destination buffer does not have enough space.
15901         * libio/tst-ftell-partial-wide.c: New test case.
15902         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15903
15904         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15905         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15906         Leonard and Allan McRae.
15907
15908 2014-02-04  David S. Miller  <davem@davemloft.net>
15909
15910         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15911         32-bit.
15912
15913 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15914
15915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15916         New file
15917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15918         New file
15919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15920         New file.
15921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15922         New file.
15923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15924         New file.
15925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15926         New file.
15927         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15928         New file.
15929         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15930         New file.
15931         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15932         New file.
15933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15934         New file.
15935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15936         New file.
15937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15938         New file.
15939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15940         New file.
15941
15942 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15943
15944         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15945         * shlib-versions: Likewise.
15946
15947 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15948             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15949
15950         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15951         (abilist-pattern): New variable, set to %-le.abilist.
15952
15953         * Makerules (abilist-pattern): New variable.
15954         (vpath): Use $(abilist-pattern) in place of %.abilist.
15955         (check-abi-% pattern rule): Likewise.
15956         (check-abi, update-abi): Likewise.
15957
15958 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15959
15960         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15961
15962 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15963
15964         * manual/startup.texi: Add next, previous, and top entries for
15965         the `Program Arguments' and `Environment Variables' nodes.
15966
15967 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15968
15969         * manual/macros.texi: Add comments before MTASC-safety macros.
15970
15971         * manual/users.texi: Document MTASC-safety properties.
15972
15973         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15974         (pthread_getspecific, pthread_setspecific): Format with
15975         @deftypefun, and add @safety note.
15976         * manual/signal.texi: Move comments that analyze the above
15977         functions to their home place.
15978
15979 2014-02-03  Allan McRae  <allan@archlinux.org>
15980
15981         * po/sl.po: Update Slovenian translation from translation project.
15982
15983 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15984
15985         * manual/time.texi (timegm): Add missing blank after @c.
15986         Reported by Joseph Myers <joseph@codesourcery.com>.
15987
15988 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15989
15990         * manual/check-safety.sh: New.
15991         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15992
15993         * manual/terminal.texi: Document MTASC-safety properties.
15994
15995         * manual/filesys.texi: Document MTASC-safety properties.
15996
15997         * manual/errno.texi: Document MTASC-safety properties.
15998
15999         * manual/intro.texi: Document safety identifiers and
16000         conditionals.
16001
16002         * manual/string.texi (wcstok): Fix prototype.
16003         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
16004
16005         * manual/time.texi: Document MTASC-safety properties.
16006
16007         * manual/string.texi: Document MTASC-safety properties.
16008
16009         * manual/threads.texi: Document MTASC-safety properties.
16010
16011         * manual/stdio.texi: Document MTASC-safety properties.
16012
16013         * manual/syslog.texi: Document MTASC-safety properties.
16014
16015         * manual/sysinfo.texi: Document MTASC-safety properties.
16016
16017         * manual/startup.texi: Document MTASC-safety properties.
16018
16019         * manual/socket.texi: Document MTASC-safety properties.
16020
16021         * manual/signal.texi: Document MTASC-safety properties.
16022
16023 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
16024
16025         * manual/setjmp.texi: Document MTASC-safety properties.
16026
16027         * manual/search.texi: Document MTASC-safety properties.
16028
16029         * manual/resource.texi: Document MTASC-safety properties.
16030
16031         * manual/process.texi: Document MTASC-safety properties.
16032
16033         * manual/platform.texi: Document MTASC-safety properties.
16034
16035         * manual/pipe.texi: Document MTASC-safety properties.
16036
16037         * manual/pattern.texi: Document MTASC-safety properties.
16038
16039         * manual/message.texi: Document MTASC-safety properties.
16040
16041         [BZ #12751]
16042         * manual/memory.texi: Document MTASC-safety properties.
16043
16044         * manual/math.texi: Document MTASC-safety properties.
16045
16046         * manual/locale.texi: Document MTASC-safety properties.
16047
16048         * manual/llio.texi: Document MTASC-safety properties.
16049
16050         * manual/libdl.texi: New.
16051
16052         * manual/lang.texi: Document MTASC-safety properties.
16053
16054         * manual/job.texi: Document MTASC-safety properties.
16055
16056         * manual/getopt.texi: Document MTASC-safety properties.
16057
16058         * manual/ctype.texi: Document MTASC-safety properties.
16059
16060 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
16061
16062         [BZ #16046]
16063         * csu/libc-tls.c (static_map): Remove variable.
16064         (__libc_setup_tls): Use main executable's link map for TLS data.
16065         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
16066         casing for LM_ID_BASE and GL(dl_nns).
16067         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
16068         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
16069         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
16070         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
16071         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
16072         member.
16073         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
16074         l_phnum members.
16075
16076 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
16077
16078         * manual/debug.texi: Document MTASC-safety properties.
16079
16080 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
16081
16082         [BZ #16510]
16083         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
16084         of __x86_64__ when disabling x87 inline functions.
16085
16086 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
16087
16088         * manual/charset.texi: Document MTASC-safety properties.
16089
16090         * manual/crypt.texi: Document MTASC-safety properties.
16091
16092         * manual/conf.texi: Document MTASC-safety properties.
16093
16094         * manual/arith.texi: Document MTASC-safety properties.
16095
16096         * manual/argp.texi: Document MTASC-safety properties.
16097
16098         * manual/macros.texi: Introduce macros to document multi
16099         thread, asynchronous signal and asynchronous cancellation
16100         safety properties.
16101         * manual/intro.texi: Introduce the properties themselves.
16102
16103 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16104
16105         * sysdeps/sh/sh4/Makefile: New file.
16106
16107 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
16108
16109         * math/gen-libm-test.pl ($srcdir): New variable.
16110         ($auto_input): Use it.
16111
16112 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16113
16114         [BZ #16506]
16115         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
16116         access beyond array bounds when parsing netgroups file.
16117
16118         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
16119         the old buffer before realloc.
16120
16121 2014-01-27  Allan McRae  <allan@archlinux.org>
16122
16123         * po/fr.po: Update French translation from translation project.
16124
16125 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16126
16127         * sysdeps/sh/libm-test-ulps: Regenerate.
16128
16129 2014-01-24  David S. Miller  <davem@davemloft.net>
16130
16131         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
16132
16133 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16134
16135         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
16136         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
16137
16138 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16139
16140         [BZ #16474]
16141         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
16142         string pointers after reallocation.
16143
16144 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16145
16146         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
16147         __SH4A__ instead of __SH_FPU_ANY__.
16148
16149 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16150
16151         * sysdeps/sh/fpu_control.h: New file.
16152         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
16153         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
16154         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
16155         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
16156         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
16157         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
16158         * sysdeps/sh/sys/ucontext.h: Remove.
16159         * sysdeps/sh/sys: Remove directory.
16160
16161 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16162
16163         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
16164         s390/sys/ucontext.h.
16165         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
16166         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
16167
16168 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
16169
16170         [BZ #15605]
16171         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
16172
16173 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16174
16175         [BZ#16431]
16176         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16177         Adjust the vDSO correctly for internal calls.
16178         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16179
16180 2014-01-20  Allan McRae  <allan@archlinux.org>
16181
16182         * po/ca.po: Update Catalan translation from translation project.
16183
16184 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
16185
16186         * sysdeps/s390/sotruss-lib.c: New file.
16187
16188 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16189
16190         [BZ#16430]
16191         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
16192         (__GI___gettimeofday): Alias for a different internal symbol to avoid
16193         local calls issues by not having a PLT stub required for IFUNC calls.
16194         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16195
16196 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
16197
16198         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16199         * math/test-fpucw-static.c: Likewise.
16200
16201 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16202
16203         [BZ #16453]
16204         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16205
16206 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16207
16208         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16209         implementation for powerpc.
16210
16211 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
16212
16213         [BZ #14782]
16214         * sysdeps/posix/system.c (__libc_system): Do not enable
16215         asynchronous cancellation.
16216
16217 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16218
16219         [BZ #16427]
16220         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16221         handling only for numbers special also in the IEEE case.
16222
16223 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16224
16225         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16226
16227 2014-01-11  Allan McRae  <allan@archlinux.org>
16228
16229         * po/bg.po: Update Bulgarian translation from translation project.
16230
16231         * po/de.po: Update German translation from translation project.
16232
16233 2014-01-10  Roland McGrath  <roland@hack.frob.com>
16234
16235         * sysdeps/generic/gcc-compat.h: New file.
16236
16237 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16238
16239         * benchtests/asin-inputs: Correct slow inputs.
16240         * benchtests/acos-inputs: Likewise.
16241
16242 2014-01-10  Allan McRae  <allan@archlinux.org>
16243
16244         * po:sv.po: Update Swedish translation from translation project.
16245
16246         * po/vi.po: Update Vietnamese translation from translation project.
16247
16248         * po/eo.po: Update Esperanto translation from translation project.
16249
16250         * po/cs.po: Update Czech translation from translation project.
16251
16252         * po/nl.po: Update Dutch translation from translation project.
16253
16254         * po/pl.po: Update Polish translation from translation project.
16255
16256         * po/ru.po: Update Russian translation from translation project.
16257
16258         * po/uk.po: Update Ukrainian translation from translation project.
16259
16260 2014-01-08  Brooks Moses  <bmoses@google.com>
16261
16262         * elf/dl-load.c: Fix comment typo.
16263
16264 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16265
16266         * po/header.pot: Rename to...
16267         * po/pot.header: ... this.
16268         * po/Makefile: Use pot.header.
16269
16270 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16271             Maxim Kuvyrkov  <maxim@kugelworks.com>
16272
16273         [BZ #16394]
16274         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16275         SRC and DEST against LEN.
16276
16277 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16278
16279         [BZ #16414]
16280         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16281         implementation.
16282         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16283
16284 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16285
16286         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16287
16288 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16289
16290         [BZ #16408]
16291         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16292         for large positive arguments.
16293
16294 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16295
16296         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16297
16298         * math/auto-libm-test-in: Mark various tests with
16299         xfail-rounding:ldbl-128ibm.
16300         * math/auto-libm-test-out: Regenerated.
16301
16302         [BZ #16407]
16303         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16304         Increase overflow threshold.
16305
16306 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16307
16308         [BZ #14286]
16309         * stdio-common/vfprintf.c: Check for integer overflow.
16310
16311 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16312
16313         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16314         the first argument and return value of __tls_get_addr_internal.
16315
16316 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16317
16318         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16319         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16320
16321 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16322
16323         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16324         * sysdeps/s390/rtld-global-offsets.sym: New file.
16325         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16326         GLIBC_2.19 symbol.
16327         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16328         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16329         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16330         ... this.
16331         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16332         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16333         ... this.
16334         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16335         Regenerate.
16336         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16337         Regenerate.
16338         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16339         halfs of GPRs for high_gprs contexts.
16340         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16341         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16342         field.
16343         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16344         uc_flags field.
16345         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16346         64 bit versions:
16347         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16348         for high GPRs (uc_high_gprs) and for future extensions
16349         (__reserved).
16350         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16351         for future extensions (__reserved).
16352         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16353         64 bit versions:
16354         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16355         SC_HIGHGPRS offset definition.
16356         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16357         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16358
16359         * Versions.def: Add GLIBC_2.19 for libpthread.
16360         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16361         siglongjmp for libpthread with GLIBC_2.19 symver.
16362         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16363         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16364         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16365         * sysdeps/s390/__longjmp.c: New file.
16366         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16367         * sysdeps/s390/longjmp.c: New file.
16368         * sysdeps/s390/setjmp.S: New file.
16369         * sysdeps/s390/sigjmp.S: New file.
16370         * sysdeps/s390/v1-longjmp.c: New file.
16371         * sysdeps/s390/v1-setjmp.h: New file.
16372         * sysdeps/s390/v1-sigjmp.c: New file.
16373         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16374         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16375         GLIBC_2.19 version.
16376         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16377         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16378         versioned symbols for ____longjmp_chk.
16379         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16380         Likewise.
16381         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16382         Regenerate.
16383         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16384         Regenerate.
16385         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16386         Regenerate.
16387         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16388         Regenerate.
16389         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16390         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16391         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16392         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16393         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16394         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16395         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16396         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16397         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16398         * sysdeps/s390/rtld-__longjmp.c: New file.
16399         * sysdeps/s390/rtld-setjmp.S: New file.
16400
16401 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16402
16403         [BZ #16400]
16404         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16405         Return -__logl (x) for small positive arguments without evaluating
16406         a polynomial.
16407
16408 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16409
16410         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16411         Rename to ...
16412         (__ptrace_peeksiginfo_args): ... this.
16413         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16414         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16415         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16416
16417 2014-01-06  Allan McRae  <allan@archlinux.org>
16418
16419         * inet/netinet/in.h: Fix typo in comment.
16420
16421 2014-01-05  Andreas Jaeger  <aj@suse.de>
16422
16423         * sysdeps/i386/fpu/libm-test-ulps: Update.
16424
16425 2014-01-05  Allan McRae  <allan@archlinux.org>
16426
16427         * po/libc.pot: Regenerated.
16428
16429         * malloc/memusagestat.c: Fix gettext call formatting.
16430
16431 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16432
16433         * nscd/nscd.c: Improve usage() output.
16434
16435 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16436
16437         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16438         * sysdeps/unix/sysv/linux/configure: Regenerated.
16439         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16440         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16441
16442 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16443
16444         [BZ #16390]
16445         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16446         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16447
16448 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16449
16450         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16451         extra tokens at end of #undef directive.
16452         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16453         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16454         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16455
16456 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16457
16458         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16459
16460         * math/auto-libm-test-in: Mark various tests with
16461         xfail-rounding:ldbl-128ibm.
16462         * math/auto-libm-test-out: Regenerated.
16463
16464 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16465
16466         [BZ #16386]
16467         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16468         numbers with subnormal high part when calculating exponent.
16469
16470         [BZ #16385]
16471         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16472         fabs.
16473
16474         [BZ #16384]
16475         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16476         M_LN2l.
16477         (__ieee754_acoshl): Use __log1pl not __log1p.
16478
16479 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16480
16481         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16482         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16483         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16484         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16485         (reused_arena, arena_get2): Convert to GNU style.
16486         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16487         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16488         (memalign_check, __malloc_set_state): Likewise.
16489         * malloc/mallocbug.c (main): Likewise.
16490         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16491         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16492         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16493         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16494         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16495         (__posix_memalign, malloc_info): Likewise.
16496         * malloc/malloc.h: Likewise.
16497         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16498         (mallochook, memalignhook, reallochook, mabort): Likewise.
16499         * malloc/mcheck.h: Likewise.
16500         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16501         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16502         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16503         * malloc/morecore.c (__default_morecore): Likewise.
16504         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16505         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16506         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16507         (print_and_abort): Likewise.
16508         * malloc/obstack.h: Likewise.
16509         * malloc/set-freeres.c (__libc_freeres): Likewise.
16510         * malloc/tst-mallocstate.c (main): Likewise.
16511         * malloc/tst-mtrace.c (main): Likewise.
16512         * malloc/tst-realloc.c (do_test): Likewise.
16513
16514 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16515
16516         [BZ #16366]
16517         * nscd/netgroupcache.c (do_notfound): New function.
16518         (addgetnetgrentX): Use it.
16519
16520         [BZ # 16365]
16521         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16522         NSS_STATUS_NOTFOUND.
16523
16524 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16525
16526         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16527         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16528
16529 2014-01-01  Allan McRae  <allan@archlinux.org>
16530
16531         * scripts/update-copyrights: Update configure input file suffix.
16532
16533         * NEWS: Update copyright year.
16534         * catgets/gencat.c: Likewise.
16535         * csu/version.c: Likewise.
16536         * debug/catchsegv.sh: Likewise.
16537         * debug/pcprofiledump.c: Likewise.
16538         * debug/xtrace.sh: Likewise.
16539         * elf/ldconfig.c: Likewise.
16540         * elf/ldd.bash.in: Likewise.
16541         * elf/pldd.c: Likewise.
16542         * elf/sotruss.ksh: Likewise.
16543         * elf/sprof.c: Likewise.
16544         * iconv/iconv_prog.c: Likewise.
16545         * iconv/iconvconfig.c: Likewise.
16546         * locale/programs/locale.c: Likewise.
16547         * locale/programs/localedef.c: Likewise.
16548         * login/programs/pt_chown.c: Likewise.
16549         * malloc/memusage.sh: Likewise.
16550         * malloc/memusagestat.c: Likewise.
16551         * malloc/mtrace.pl: Likewise.
16552         * manual/libc.texinfo: Likewise.
16553         * nscd/nscd.c: Likewise.
16554         * nss/getent.c: Likewise.
16555         * nss/makedb.c: Likewise.
16556         * posix/getconf.c: Likewise.
16557         * scripts/test-installation.pl: Likewise.
16558
16559         * All files with FSF copyright notices: Update copyright dates
16560         using scripts/update-copyrights.
16561         * intl/plural.c: Regenerated.
16562         * locale/programs/charmap-kw.h: Likewise.
16563         * locale/programs/locfile-kw.h: Likewise.
16564
16565 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16566
16567         * sysdeps/unix/sysv/linux/configure: Regenerated.
16568         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16569         the linux/fanotify.h header.
16570         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16571         HAVE_LINUX_FANOTIFY_H is defined.
16572
16573 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16574
16575         * benchtests/cos-inputs: New inputs.
16576         * benchtests/sin-inputs: Likewise.
16577
16578         * benchtests/atan-inputs: New inputs. Fix name of multiple
16579         precision fallback inputs.
16580
16581         * benchtests/atanh-inputs: New inputs.
16582         * benchtests/tanh-inputs: Likewise.
16583
16584         * benchtests/acosh-inputs: New inputs.
16585         * benchtests/asinh-inputs: Likewise.
16586
16587         * benchtests/cosh-inputs: New inputs.
16588         * benchtests/sinh-inputs: Likewise.
16589
16590         * benchtests/acos-inputs: Add more inputs.
16591         * benchtests/asin-inputs: Likewise.
16592
16593 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16594
16595         [BZ #16375]
16596         * manual/arith.texi: Fix spelling.
16597         * manual/charset.texi: Likewise.
16598         * manual/errno.texi: Likewise.
16599         * manual/filesys.texi: Likewise.
16600         * manual/lang.texi: Likewise.
16601         * manual/llio.texi: Likewise.
16602         * manual/locale.texi: Likewise.
16603         * manual/message.texi: Likewise.
16604         * manual/resource.texi: Likewise.
16605         * manual/search.texi: Likewise.
16606         * manual/setjmp.texi: Likewise.
16607         * manual/stdio.texi: Likewise.
16608         * manual/string.texi: Likewise.
16609         * manual/sysinfo.texi: Likewise.
16610         * manual/time.texi: Likewise.
16611
16612 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16613
16614         * po/sl.po: New file.
16615
16616 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16617
16618         * .gitignore: Add core/.gdbinit/.gdb_history.
16619
16620 2013-12-27  Allan McRae  <allan@archlinux.org>
16621
16622         [BZ #16369]
16623         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16624         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16625
16626 2013-12-24  Brooks Moses  <bmoses@google.com>
16627
16628         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16629         all compilers that claim C++98 compliance, not just GCC.
16630         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16631         Likewise.
16632
16633 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16634
16635         * NEWS: Restore accidentally deleted bug-fix entries.
16636
16637 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16638             Ondřej Bílka  <neleai@seznam.cz>
16639
16640         [BZ #15073]
16641         * malloc/malloc.c (_int_free): Perform sanity check only if we
16642         have_lock.
16643
16644 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16645
16646         [BZ #12986]
16647         * manual/stdio.texi (String Input Conversions): Clarify that character
16648         classes are not supported.
16649
16650 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16651
16652         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16653
16654 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16655
16656         [BZ #16337]
16657         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16658         Calculate results for small negative arguments directly rather
16659         than using reflection formula with special underflow handling.
16660
16661         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16662         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16663         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16664         (fchflags): Likewise.
16665         (revoke): Likewise.
16666         (setlogin): Likewise.
16667         (sigaltstack): Likewise.
16668         (wait4): Likewise.
16669         (sigblock): Remove.
16670         (sigsetmask): Likewise.
16671         (wait3): Likewise.
16672         (waitpid): Likewise.
16673         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16674         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16675         file.
16676         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16677         * sysdeps/unix/bsd/Makefile: ... here.
16678         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16679         * sysdeps/unix/bsd/Versions: ... here.
16680         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16681         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16682         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16683         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16684         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16685         * sysdeps/unix/bsd/sigblock.c: ... here.
16686         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16687         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16688         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16689         * sysdeps/unix/bsd/sigvec.c: ... here.
16690         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16691         * sysdeps/unix/bsd/tcdrain.c: ... here.
16692         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16693         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16694         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16695         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16696         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16697         * sysdeps/unix/bsd/wait.c: ... here.
16698         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16699         * sysdeps/unix/bsd/wait3.c: ... here.
16700         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16701         * sysdeps/unix/bsd/waitpid.c: ... here.
16702
16703 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16704
16705         [BZ #16356]
16706         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16707         round-to-nearest for [!USE_AS_EXPM1L].
16708         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16709         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16710         more tests of exp and exp10.  Expect some exp10 tests to miss
16711         exceptions or fail in directed rounding modes.
16712         * math/auto-libm-test-out: Regenerated.
16713         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16714         (exp10_test_tonearest): New function.
16715         (exp10_towardzero_test_data): New array.
16716         (exp10_test_towardzero): New function.
16717         (exp10_downward_test_data): New array.
16718         (exp10_test_downward): New function.
16719         (exp10_upward_test_data): New array.
16720         (exp10_test_upward): New function.
16721         (main): Call the new functions.
16722         * sysdeps/i386/fpu/libm-test-ulps: Update.
16723         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16724
16725 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16726
16727         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16728         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16729         * math/auto-libm-test-out: Regenerated.
16730         * math/libm-test.inc (acosh_test_data): Add more tests.
16731         (atanh_test_data): Likewise.
16732         (ceil_test_data): Likewise.
16733         (copysign_test_data): Likewise.
16734         * sysdeps/i386/fpu/libm-test-ulps: Update.
16735         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16736
16737         * timezone/checktab.awk: Update from tzcode 2013i.
16738         * timezone/private.h: Likewise.
16739         * timezone/scheck.c: Likewise.
16740         * timezone/tzfile.h: Likewise.
16741         * timezone/tzselect.ksh: Likewise.
16742         * timezone/zdump.c: Likewise.
16743         * timezone/zic.c: Likewise.
16744
16745         * math/auto-libm-test-in: Add tests of cpow.
16746         * math/auto-libm-test-out: Regenerated.
16747         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16748         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16749         mpc_cc_c.
16750         (func_calc_desc): Add mpc_cc_c union field.
16751         (test_functions): Add cpow.
16752         (special_fill_2pi): New function.
16753         (special_real_inputs): Add 2pi.
16754         (calc_generic_results): Handle mpc_cc_c.
16755         * sysdeps/i386/fpu/libm-test-ulps: Update.
16756         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16757
16758         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16759         csqrt, ctan and ctanh.
16760         * math/auto-libm-test-out: Regenerated.
16761         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16762         (TEST_COND_x86): Likewise.
16763         (ccos_test_data): Use AUTO_TESTS_c_c.
16764         (ccosh_test_data): Likewise.
16765         (cexp_test_data): Likewise.
16766         (clog_test_data): Likewise.
16767         (csqrt_test_data): Likewise.
16768         (ctan_test_data): Likewise.
16769         (ctan_tonearest_test_data): Likewise.
16770         (ctan_towardzero_test_data): Likewise.
16771         (ctan_downward_test_data): Likewise.
16772         (ctan_upward_test_data): Likewise.
16773         (ctanh_test_data): Likewise.
16774         (ctanh_tonearest_test_data): Likewise.
16775         (ctanh_towardzero_test_data): Likewise.
16776         (ctanh_downward_test_data): Likewise.
16777         (ctanh_upward_test_data): Likewise.
16778         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16779         mpc_c_c.
16780         (func_calc_desc): Add mpc_c_c union field.
16781         (FUNC_mpc_c_c): New macro.
16782         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16783         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16784         ctanh.
16785         (special_fill_min_subnorm_p120): New function.
16786         (special_real_inputs): Add min_subnorm_p120.
16787         (calc_generic_results): Handle mpc_c_c.
16788         * sysdeps/i386/fpu/libm-test-ulps: Update.
16789         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16790
16791 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16792
16793         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16794         (do_sin_slow): New functions.
16795         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16796         (cslow2, csloww1, csloww2): Use the new functions.
16797
16798         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16799         Use M to change sign of result instead of X.  Assume X is
16800         positive.
16801         (csloww1): Likewise.
16802         (__sin): Adjust.
16803         (__cos): Adjust.
16804
16805         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16806         arguments A and DA.
16807         (__sin): Adjust.
16808         (__cos): Likewise.
16809
16810         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16811         (__cos): Likewise.
16812         (sloww1): Don't adjust sign of DX.
16813         (csloww1): Likewise.
16814         (sloww2): Use X directly and don't adjust sign of DX.
16815         (csloww2): Likewise.
16816
16817 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16818
16819         * math/auto-libm-test-in: Add tests of cabs and carg.
16820         * math/auto-libm-test-out: Regenerated.
16821         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16822         (carg_test_data): Likewise.
16823         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16824         mpc_c_f.
16825         (func_calc_desc): Add mpc_c_f union field.
16826         (test_functions): Add cabs and carg.
16827         (calc_generic_results): Handle mpc_c_f.
16828
16829         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16830         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16831         as a macro and a compat symbol.
16832         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16833         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16834         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16835         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16836         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16837         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16838         not use .hidden.
16839         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16840         Likewise.
16841         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16842         Likewise.
16843         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16844         Likewise.
16845         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16846         Likewise.
16847         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16848         Likewise.
16849         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16850         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16851         from GLIBC_2.3.2.
16852
16853 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16854
16855         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16856
16857 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16858
16859         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16860         trailing whitespace removed.
16861         * scripts/config.guess: Update to version 2013-11-29.
16862         * scripts/config.sub: Update to version 2013-10-01.
16863
16864         * math/auto-libm-test-in: Add tests of sincos.
16865         * math/auto-libm-test-out: Regenerated.
16866         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16867         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16868         mpfr_f_11.
16869         (func_calc_desc): Add mpfr_f_11 union field.
16870         (test_functions): Add sincos.
16871         (calc_generic_results): Handle mpfr_f_11.
16872         * sysdeps/i386/fpu/libm-test-ulps: Update.
16873         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16874
16875 2013-12-19  Andreas Schwab  <schwab@suse.de>
16876
16877         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16878         CALL_MCOUNT.
16879         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16880         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16881         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16882
16883 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16884
16885         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16886         * sysdeps/i386/fpu/libm-test-ulps: Update.
16887         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16888
16889         [BZ #16293]
16890         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16891         round-to-nearest mode when using frndint.
16892         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16893         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16894         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16895         Likewise.
16896         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16897         sinh test to fail.
16898         * math/auto-libm-test-out: Regenerated.
16899         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16900         (TEST_COND_x86): Likewise.
16901         (expm1_tonearest_test_data): New array.
16902         (expm1_test_tonearest): New function.
16903         (expm1_towardzero_test_data): New array.
16904         (expm1_test_towardzero): New function.
16905         (expm1_downward_test_data): New array.
16906         (expm1_test_downward): New function.
16907         (expm1_upward_test_data): New array.
16908         (expm1_test_upward): New function.
16909         (main): Run the new test functions.
16910         * sysdeps/i386/fpu/libm-test-ulps: Update.
16911         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16912
16913         * include/features.h: Update comment documenting feature test
16914         macros.  Mention _DEFAULT_SOURCE in comment.
16915         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16916         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16917         _BSD_SOURCE and _SVID_SOURCE.
16918         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16919         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16920         !_SVID_SOURCE]: Likewise.
16921         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16922         (__USE_POSIX_IMPLICITLY): Define.
16923         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16924         (_POSIX_SOURCE): Undefine and redefine.
16925         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16926         (_POSIX_C_SOURCE): Likewise.
16927         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16928         (Feature Test Macros): Update documentation of default features.
16929
16930 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16931
16932         * benchtests/Makefile: Add bench-strtok.
16933         * benchtests/bench-strtok.c: New file: strtok benchtest.
16934
16935 2013-12-19  Allan McRae  <allan@archlinux.org>
16936
16937         * manual/install.texi: Suppress menu for plain text output.
16938         * INSTALL: Regenerated.
16939
16940 2013-12-18  Brooks Moses  <bmoses@google.com>
16941
16942         [BZ #15846]
16943         * misc/getauxval.c: Include errno.h.
16944         (__getauxval): Set errno to ENOENT if the requested type is not
16945         found.
16946         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16947         don't declare with __attribute_const__.
16948         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16949         * manual/startup.texi: Document that getauxval sets errno.
16950
16951 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16952
16953         * math/auto-libm-test-in: Add tests of jn and yn.
16954         * math/auto-libm-test-out: Regenerated.
16955         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16956         (yn_test_data): Likewise.
16957         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16958         mpfr_if_f.
16959         (func_calc_desc): Add mpfr_if_f union field.
16960         (FUNC_mpfr_if_f): New macro.
16961         (test_functions): Add jn and yn.
16962         (calc_generic_results): Assert type of second input for
16963         mpfr_ff_f.  Handle mpfr_if_f.
16964         (output_for_one_input_case): Disable all checking for arguments
16965         fitting floating-point types in case of an integer argument.
16966         * sysdeps/i386/fpu/libm-test-ulps: Update.
16967         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16968
16969         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16970         Don't expect fegetround reference in libm.so.
16971
16972 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16973
16974         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16975         $(config-cflags-nofma).
16976
16977 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16978
16979         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16980         * math/auto-libm-test-out: Regenerated.
16981
16982         [BZ #16338]
16983         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16984         to determine exponent and adjust argument to have exponent of -1.
16985         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16986         log2.
16987         * math/auto-libm-test-out: Regenerated.
16988         * sysdeps/i386/fpu/libm-test-ulps: Update.
16989         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16990
16991 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16992
16993         * manual/probes.texi: Remove cases when per-thread arenas are
16994         disabled.
16995
16996 2013-12-18  Andreas Schwab  <schwab@suse.de>
16997
16998         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16999         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
17000         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
17001         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
17002         * sysdeps/i386/i686/multiarch/Makefile: Update.
17003         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
17004
17005 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17006
17007         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
17008         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
17009
17010 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
17011
17012         [BZ #15968]
17013         Support TZ transition times < 00:00:00.
17014         This is needed for version-3 tz-format files; it supports time
17015         stamps past 2037 for America/Godthab (the only entry in the tz
17016         database for which this change is relevant).
17017         * manual/time.texi (TZ Variable): Document transition times
17018         from -167:59:59 through -00:00:01.
17019         * time/tzset.c (tz_rule): Time of day is now signed.
17020         (__tzset_parse_tz): Parse negative time of day.
17021
17022         Document TZ transition times >= 25:00:00.
17023         * manual/time.texi (TZ Variable): Document transition times from
17024         25:00:00 through 167:59:59.  These are already supported, and this
17025         support will help with version-3 tz-format files.
17026
17027         * manual/time.texi (TZ Variable): Modernize North America example
17028         to reflect current (i.e., 2007-and-later) daylight saving rules.
17029
17030         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
17031
17032 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17033
17034         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
17035         * sysdeps/unix/bsd/bits/stat.h: Likewise.
17036         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
17037         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
17038         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
17039         * sysdeps/unix/bsd/bsdstat.h: Likewise.
17040         * sysdeps/unix/bsd/clock.c: Likewise.
17041         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
17042         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
17043         * sysdeps/unix/bsd/init-posix.c: Likewise.
17044         * sysdeps/unix/bsd/poll.c: Likewise.
17045         * sysdeps/unix/bsd/ptsname.c: Likewise.
17046         * sysdeps/unix/bsd/seekdir.c: Likewise.
17047         * sysdeps/unix/bsd/setegid.c: Likewise.
17048         * sysdeps/unix/bsd/seteuid.c: Likewise.
17049         * sysdeps/unix/bsd/setgid.c: Likewise.
17050         * sysdeps/unix/bsd/setrgid.c: Likewise.
17051         * sysdeps/unix/bsd/setruid.c: Likewise.
17052         * sysdeps/unix/bsd/setsid.c: Likewise.
17053         * sysdeps/unix/bsd/setuid.c: Likewise.
17054         * sysdeps/unix/bsd/sigaction.c: Likewise.
17055         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
17056         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
17057         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
17058         * sysdeps/unix/bsd/telldir.c: Likewise.
17059         * sysdeps/unix/bsd/times.c: Likewise.
17060         * sysdeps/unix/bsd/usleep.c: Likewise.
17061
17062         * misc/Makefile (install-lib): Remove libbsd-compat.a.
17063         ($(objpfx)libbsd-compat.a): Remove rule.
17064
17065         * include/features.h (__FAVOR_BSD): Do not define.
17066         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
17067         features conflicting with POSIX.
17068         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
17069         (_BSD_SOURCE): Remove description of not being a subset of other
17070         feature test macros.
17071         * manual/job.texi (getpgrp): Do not document BSD version.
17072         (getpgid): Do not document by reference to BSD getpgrp.
17073         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
17074         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
17075         * signal/signal.h [__FAVOR_BSD]: Likewise.
17076         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
17077         instead of making contents conditional on [__FAVOR_BSD].
17078         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
17079
17080 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17081
17082         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17083
17084 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17085
17086         [BZ #16314]
17087         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
17088         values below 2**-450, not 2**-500.
17089         * math/auto-libm-test-in: Don't allow spurious underflow from
17090         hypot.
17091         * math/auto-libm-test-out: Regenerated.
17092
17093         [BZ #16316]
17094         [BZ #16330]
17095         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
17096         values of ha and hb and sort them after adjusting subnormal
17097         arguments.
17098         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
17099         Likewise.
17100         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
17101         values of ea and eb and sort them after adjusting subnormal
17102         arguments.
17103         * math/auto-libm-test-in: Do not expect some hypot tests of
17104         subnormals to fail.  Add more hypot tests.
17105         * math/auto-libm-test-out: Regenerated.
17106
17107 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17108
17109         [BZ #13304]
17110         * sysdeps/sh/s_fma.c: New file.
17111         * sysdeps/sh/s_fmaf.c: New file.
17112         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
17113         version.
17114         * sysdeps/sh/Implies: Add sh/soft-fp.
17115
17116 2013-12-16  Roland McGrath  <roland@hack.frob.com>
17117
17118         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
17119         level of indirection to members `objname', `errstring', `malloced'.
17120         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
17121         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
17122         it as the __longjmp argument (just pass 1 instead).
17123         (_dl_catch_error): Initialize C with argument pointers and address of
17124         volatile local ERRCODE rather than copying values out of C at return.
17125
17126 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
17127
17128         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
17129         * math/auto-libm-test-out: Regenerated.
17130         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
17131         (hypot_test_data): Likewise.
17132         (pow_test_data): Likewise.
17133         (pow_tonearest_test_data): Likewise.
17134         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17135         mpfr_ff_f.
17136         (func_calc_desc): Add mpfr_ff_f union field.
17137         (FUNC_mpfr_ff_f): New macro.
17138         (test_functions): Add atan2, hypot and pow.
17139         (special_fill_min): New function.
17140         (special_fill_minus_min): Likewise.
17141         (special_fill_min_subnorm): Likewise.
17142         (special_fill_minus_min_subnorm): Likewise.
17143         (special_real_inputs): Add min, -min, min_subnorm and
17144         -min_subnorm.
17145         (calc_generic_results): Handle mpfr_ff_f.
17146         * sysdeps/i386/fpu/libm-test-ulps: Update.
17147         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17148
17149 2013-12-16  Will Newton  <will.newton@linaro.org>
17150
17151         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
17152         (Aligned Memory Blocks): Add documentation for aligned_alloc
17153         and suggest it as an alternative to posix_memalign.
17154         (Hooks for Malloc): Document __memalign_hook is also called
17155         for aligned_alloc.  (Summary of Malloc): Add summary for
17156         aligned alloc.  Document __memalign_hook is also called
17157         for aligned_alloc.
17158
17159 2013-12-16  Will Newton  <will.newton@linaro.org>
17160
17161         * manual/memory.texi (Malloc Examples): Clarify default
17162         alignment documentation.  Suggest posix_memalign rather
17163         than memalign or valloc.
17164         (Aligned Memory Blocks): Remove suggestion to use memalign
17165         or valloc.  Remove obsolete comment about BSD.
17166         Document memalign errno values and mark the function obsolete.
17167         Document posix_memalign returned error codes.  Mark valloc
17168         as obsolete.  (Hooks for Malloc): __memalign_hook is also
17169         called for posix_memalign and valloc.
17170         (Summary of Malloc): Add posix_memalign to function summary.
17171         __memalign_hook is also called for posix_memalign and valloc.
17172
17173 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17174
17175         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
17176         TAYLOR_SIN.
17177         (__sin): Adjust.
17178         (__cos): Likewise.
17179         (sloww): Use mynumber union.  Expand ternary operator into
17180         if-else statements.
17181         (cslow): use mynumber union.
17182
17183 2013-12-16  Allan McRae  <allan@archlinux.org>
17184
17185         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17186         * configure: Regenerated.
17187
17188         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17189
17190         [BZ #14120]
17191         * configure.ac: Added --enable-maintainer-mode. Check for
17192         autoconf when enabled.
17193         * configure: Regenerated.
17194
17195         * nscd/nscd.service: New file.
17196         * nscd/nscd.tmpfiles: New file.
17197
17198 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
17199
17200         [BZ #12100]
17201         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17202         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17203         * sysdeps/x86_64/multiarch/strstr.c: ... here.
17204         (strstr): Add __strstr_sse2_unaligned ifunc.
17205         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17206         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17207         (strcasestr): Remove __strcasestr_sse42 ifunc.
17208         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17209         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17210         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17211
17212 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17213
17214         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17215         * sysdeps/sh/bits/fenv.h: ... here.
17216         * sysdeps/sh/sh4/fpu/bits: Remove directory.
17217
17218 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17219
17220         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17221
17222         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17223         hypotf multiarch implementations.
17224         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17225         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17226         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17227         multiarch hypot for PPC64.
17228         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17229         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17230         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17231         multiarch hypotf for PPC64.
17232
17233         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17234         modff multiarch implementations.
17235         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17236         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17237         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17238         multiarch modf for PPC64.
17239         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17240         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17241         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17242         multiarch modff for PPC64.
17243
17244         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17245         and logl multiarch implementations.
17246         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17247         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17248         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17249         multiarch logb for PPC64.
17250         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17251         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17252         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17253         multiarch logb for PPC64.
17254         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17255         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17256         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17257         multiarch logb for PPC64.
17258
17259         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17260         isinff multiarch implementation.
17261         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17262         file.
17263         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17264         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17265         multiarch isinf for PPC64.
17266         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17267         file.
17268         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17269         multiarch isinff for PPC64.
17270
17271         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17272         finitef multiarch implementation.
17273         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17274         file.
17275         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17276         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17277         multiarch finite for PPC64.
17278         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17279         file.
17280         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17281         multiarch finitef for PPC64.
17282
17283         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17284         lrint multiarch implementation.
17285         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17286         file.
17287         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17288         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17289         multiarch llrint for PPC64.
17290         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17291         multiarch lrint for PPC64.
17292
17293         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17294         copysignf multiarch implementation.
17295         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17296         file.
17297         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17298         file.
17299         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17300         multiarch copysign for PPC64.
17301         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17302         multiarch copysignf for PPC64.
17303
17304         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17305         multiarch implementation.
17306         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17307         file.
17308         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17309         file.
17310         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17311         file.
17312         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17313         file.
17314         multiarch llround for PPC64.
17315         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17316         multiarch trunc for PPC64.
17317         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17318         multiarch truncf for PPC64.
17319
17320         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17321         multiarch implementation.
17322         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17323         file.
17324         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17325         file.
17326         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17327         file.
17328         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17329         file.
17330         multiarch llround for PPC64.
17331         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17332         multiarch round for PPC64.
17333         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17334         multiarch roundf for PPC64.
17335
17336         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17337         multiarch implementation.
17338         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17339         file.
17340         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17341         file.
17342         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17343         file.
17344         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17345         file.
17346         multiarch llround for PPC64.
17347         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17348         multiarch floor for PPC64.
17349         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17350         multiarch floorf for PPC64.
17351
17352         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17353         multiarch implementation.
17354         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17355         file.
17356         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17357         file.
17358         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17359         file.
17360         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17361         file.
17362         multiarch llround for PPC64.
17363         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17364         multiarch ceil for PPC64.
17365         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17366         multiarch ceilf for PPC64.
17367
17368         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17369         multiarch implementation.
17370         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17371         file.
17372         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17373         file.
17374         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17375         file.
17376         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17377         multiarch llround for PPC64.
17378         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17379         multiarch lround for PPC64.
17380
17381         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17382         multiarch implementation.
17383         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17384         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17385         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17386         file.
17387         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17388         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17389         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17390         multiarch isnan for PPC64.
17391         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17392         multiarch isnanf for PPC64.
17393
17394         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17395         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17396         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17397         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17398         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17400
17401         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17402         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17403         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17404         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17405
17406         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17407         multiarch implementations.
17408         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17409         (__libc_ifunc_impl_list): Likewise.
17410         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17411         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17412         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17413         multiarch stpcpy for PPC64.
17414
17415         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17416         multiarch implementations.
17417         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17418         (__libc_ifunc_impl_list): Likewise.
17419         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17420         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17421         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17422         multiarch strcpy for PPC64.
17423
17424         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17425         redefine function name.
17426         (_wordcopy_fwd_dest_aligned): Likewise.
17427         (_wordcopy_bwd_aligned): Likewise.
17428         (_wordcopy_bwd_dest_aligned): Likewise.
17429         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17430         multiarch implementations.
17431         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17432         (__libc_ifunc_impl_list): Likewise.
17433         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17434         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17435         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17436         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17437         multiarch wcscpy for PPC64.
17438
17439         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17440         multiarch implementations.
17441         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17442         (__libc_ifunc_impl_list): Likewise.
17443         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17444         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17445         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17446         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17447         multiarch wcscpy for PPC64.
17448
17449         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17450         multiarch implementations.
17451         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17452         (__libc_ifunc_impl_list): Likewise.
17453         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17454         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17455         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17456         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17457         multiarch wcsrchr for PPC64.
17458
17459         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17460         multiarch implementations.
17461         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17462         (__libc_ifunc_impl_list): Likewise.
17463         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17464         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17465         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17466         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17467         multiarch wcschr for PPC64.
17468
17469         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17470         multiarch implementations.
17471         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17472         (__libc_ifunc_impl_list): Likewise.
17473         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17474         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17475         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17476         multiarch strchrnul for PPC64.
17477
17478         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17479         implementations.
17480         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17481         (__libc_ifunc_impl_list): Likewise.
17482         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17483         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17484         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17485         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17486         strchr for PPC64.
17487
17488         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17489         implementations.
17490         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17491         (__libc_ifunc_impl_list): Likewise.
17492         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17493         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17494         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17495         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17496         strncmp for PPC64.
17497
17498         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17499         multiarch implementations.
17500         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17501         (__libc_ifunc_impl_list): Likewise.
17502         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17503         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17504         strncasecmp for PPC64.
17505         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17506         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17507         multiarch strncasecmp_l for PPC64.
17508
17509         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17510         multiarch implementations.
17511         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17512         (__libc_ifunc_impl_list): Likewise.
17513         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17514         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17515         multiarch strcasecmp for PPC64.
17516         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17517         file.
17518         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17519         multiarch strcasecmp_l for PPC64.
17520
17521         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17522         implementations.
17523         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17524         (__libc_ifunc_impl_list): Likewise.
17525         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17526         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17527         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17528         strnlen for PPC64.
17529
17530         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17531         implementations.
17532         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17533         (__libc_ifunc_impl_list): Likewise.
17534         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17535         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17536         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17537         strlen for PPC64.
17538
17539         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17540         implementations.
17541         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17542         (__libc_ifunc_impl_list): Likewise.
17543         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17544         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17545         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17546         rawmemrchr for PPC64.
17547
17548         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17549         implementation.
17550         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17551         (__libc_ifunc_impl_list): Likewise.
17552         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17553         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17554         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17555         memrchr for PPC64.
17556
17557         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17558         implementation.
17559         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17560         (__libc_ifunc_impl_list): Likewise.
17561         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17562         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17563         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17564         memchr for PPC64.
17565
17566         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17567         implementation.
17568         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17569         (__libc_ifunc_impl_list): Likewise.
17570         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17571         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17572         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17573         mempcpy for PPC64.
17574
17575         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17576         avoid cretion of __bzero symbol.
17577         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17578         Likewise.
17579         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17580         Likewise.
17581         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17582         Likewise.
17583         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17584         multiarch implementations.
17585         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17586         (__libc_ifunc_impl_list): Likewise.
17587         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17588         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17589         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17590         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17591         bzero for PPC32.
17592         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17593         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17594         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17595         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17596         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17597         memset for PPC64.
17598         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17599
17600         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17601         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17602         implementations.
17603         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17604         (__libc_ifunc_impl_list): Likewise.
17605         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17606         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17607         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17608         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17609         memcmp for PPC64.
17610
17611         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17612         multiarch for POWER/PPC64.
17613         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17614         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17615         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17616         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17617         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17618         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17619         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17620         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17621         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17622         memcpy for PPC64.
17623
17624         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17625         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17626         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17627         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17628         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17629         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17630         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17631         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17632         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17633         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17634         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17635         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17636         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17637         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17638         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17641         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17646
17647 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17648
17649         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17650
17651 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17652
17653         * benchtests/Makefile (bench): Add exp2 and log2.
17654         (LDLIBS-bench-exp2): Add -lm.
17655         (LDLIBS-bench-log2): Likewise.
17656         * benchtests/exp2-inputs: New inputs file.
17657         * benchtests/log2-inputs: New inputs file.
17658         * benchtests/log-inputs: Add new inputs.
17659         * benchtests/tan-inputs: Likewise.
17660
17661 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17662
17663         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17664         definition...
17665         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17666         (csloww2): ... from here.
17667
17668         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17669         instead of structures.
17670         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17671         (POLYNOMIAL): Likewise.
17672         (TAYLOR_SLOW): Likewise.
17673         (__sin): Likewise.
17674         (__cos): Likewise.
17675         (slow1): Likewise.
17676         (slow2): Likewise.
17677         (sloww): Likewise.
17678         (sloww1); Likewise.
17679         (sloww2): Likewise.
17680         (bsloww1): Likewise.
17681         (bsloww2): Likewise.
17682         (cslow2): Likewise.
17683         (csloww): Likewise.
17684         (csloww1): Likewise.
17685         (csloww2): Likewise.
17686
17687 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17688
17689         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17690         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17691         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17692         * malloc/hooks.c (realloc_check): Likewise.
17693
17694         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17695         * malloc/arena.c: Remove PER_THREAD conditional.
17696         [!PER_THREAD]: Remove code.
17697         (ptmalloc_unlock_all2): Likewise.
17698         (ptmalloc_init): Likewise.
17699         (_int_new_arena): Likewise.
17700         (arena_get2): Likewise.
17701         * malloc/hooks.c (__malloc_get_state): Likewise.
17702         (__malloc_set_state): Likewise.
17703         * malloc/malloc.c: Likewise.
17704         (struct malloc_state): Likewise.
17705         (struct malloc_par): Likewise.
17706         (__libc_realloc): Likewise.
17707         (__libc_mallopt): Likewise.
17708
17709 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17710
17711         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17712
17713 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17714
17715         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17716         macro to a function.  Check for zero perturb_byte.
17717         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17718
17719         * malloc/malloc.c: (force_reg): Remove.
17720         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17721         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17722         force_reg by atomic_forced_read.
17723         * malloc/arena.c (ptmalloc_init): Likewise.
17724         * malloc/hooks.c (top_check): Likewise.
17725
17726 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17727
17728         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17729
17730 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17731
17732         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17733
17734 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17735
17736         * math/auto-libm-test-in: Add tests of lgamma.
17737         * math/auto-libm-test-out: Regenerated.
17738         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17739         (M_LOG_2_SQRT_PIl): Likewise.
17740         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17741         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17742         mpfr_f_f1.
17743         (func_calc_desc): Add mpfr_f_f1 union field.
17744         (ARGS1): New macro.
17745         (ARGS2): Likewise.
17746         (ARGS3): Likewise.
17747         (ARGS4): Likewise.
17748         (RET1): Likewise.
17749         (RET2): Likewise.
17750         (CALC): Likewise.
17751         (FUNC): Likewise.
17752         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17753         (test_functions): Add lgamma.
17754         (calc_generic_results): Handle mpfr_f_f1.
17755         * sysdeps/i386/fpu/libm-test-ulps: Update.
17756         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17757
17758 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17759
17760         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17761         __mpn_add_n for PowerPC64/POWER7.
17762         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17763         __mpn_sub_n for PowerPC64/POWER7.
17764
17765         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17766         __mpn_addmul_1 for PowerPC64.
17767         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17768         __mpn_submul_1 for PowerPC64.
17769         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17770         for PowerPC64.
17771         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17772         for PowerPC64.
17773
17774 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17775
17776         [BZ #15089]
17777         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17778
17779 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17780
17781         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17782
17783         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17784         add multiarch folders.
17785         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17786         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17787         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17788         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17789         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17790         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17791         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17792         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17793         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17794         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17795         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17797         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17798         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17799         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17800         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17801         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17802
17803         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17804         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17805         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17806         New file.
17807         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17808         New file.
17809         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17810         multiarch __ieee754_hypot for PowerPC32.
17811         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17812         New file.
17813         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17814         New file.
17815         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17816         multiarch __ieee754_hypotf for PowerPC32.
17817
17818         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17819         long_double_symbol only if __logbl is defined.
17820         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17821         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17822         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17823         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17824         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17825         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17826         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17827         path for implementation.
17828         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17829         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17830         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17831         logb, and logbl multiarch implementations for PowerPC32.
17832         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17833         file.
17834         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17835         file.
17836         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17837         multiarch logb for PowerPC32.
17838         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17839         file.
17840         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17841         file.
17842         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17843         multiarch logbf for PowerPC32.
17844         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17845         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17846         file.
17847         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17848         multiarch logbl implementation for PowerPC32.
17849
17850         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17851         and modff multiarch implementations.
17852         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17853         New file.
17854         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17855         New file.
17856         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17857         multiarch modf for PowerPC32.
17858         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17859         New file.
17860         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17861         New file.
17862         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17863         multiarch modff for PowerPC32.
17864
17865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17866         and lrintf multiarch implementations.
17867         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17868         New file.
17869         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17870         New file.
17871         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17872         multiarch lrint for PowerPC32.
17873         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17874         file: multiarch lrintf for PowerPC32.
17875
17876         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17877         and lroundf multiarch implementations.
17878         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17879         New file.
17880         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17881         New file.
17882         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17883         New file.
17884         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17885         multiarch lround for PowerPC32.
17886         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17887         file: multiarch lroundf for PowerPC32.
17888
17889         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17890         copysign and copysignf multiarch implementations.
17891         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17892         New file.
17893         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17894         New file.
17895         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17896         file: multiarch copysign for PowerPC32.
17897         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17898         file: multiarch copysignf for PowerPC32.
17899
17900         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17901         and truncf multiarch implementations.
17902         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17903         New file.
17904         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17905         file.
17906         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17907         multiarch trunc for PowerPC32.
17908         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17909         New file.
17910         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17911         New file.
17912         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17913         multiarch truncf for PowerPC32.
17914
17915         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17916         and roundf multiarch implementations.
17917         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17918         New file.
17919         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17920         file.
17921         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17922         multiarch round for PowerPC32.
17923         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17924         New file.
17925         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17926         New file.
17927         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17928         multiarch roundf for PowerPC32.
17929
17930         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17931         and floorf multiarch implementations.
17932         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17933         New file.
17934         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17935         file.
17936         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17937         multiarch floor for PowerPC32.
17938         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17939         New file.
17940         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17941         New file.
17942         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17943         multiarch floorf for PowerPC32.
17944
17945         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17946         and ceilf multiarch implementations.
17947         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17948         New file.
17949         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17950         file.
17951         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17952         multiarch ceil for PowerPC32.
17953         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17954         New file.
17955         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17956         file.
17957         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17958         multiarch ceilf for PowerPC32.
17959
17960         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17961         is defined.
17962         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17963         FINITEF is defined.
17964         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17965         and finitef multiarch implementations.
17966         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17967         New file.
17968         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17969         file.
17970         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17971         multiarch finite for PowerPC32.
17972         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17973         New file.
17974         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17975         file: multiarch finitef for PowerPC32.
17976
17977         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17978         and isinff multiarch implementations.
17979         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17980         file.
17981         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17982         file.
17983         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17984         multiarch isinf for PowerPC32.
17985         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17986         New file.
17987         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17988         multiarch isinff for PowerPC32.
17989
17990         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17991         alias when __isnan is defined.
17992         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17993         and isnanf multiarch implementations.
17994         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17995         file.
17996         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17997         file.
17998         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17999         file.
18000         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
18001         file.
18002         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
18003         multiarch isnan for PowerPC32.
18004         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
18005         New file.
18006         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
18007         New file.
18008         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
18009         multiarch isnanf for PowerPC32.
18010
18011         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
18012         and sqrtf multiarch implementations.
18013         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
18014         file.
18015         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
18016         file.
18017         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
18018         multiarch sqrt for PowerPC32.
18019         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
18020         file.
18021         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
18022         file.
18023         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
18024         multiarch sqrtf for PowerPC32.
18025
18026         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
18027         and llroundf multiarch implementations.
18028         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
18029         New file.
18030         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
18031         New file.
18032         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
18033         New file.
18034         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
18035         file: multiarch llround for PowerPC32.
18036         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
18037         file: multiarch llroundf for PowerPC32.
18038
18039         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
18040         multiarch PowerPC32 fpu implementations.
18041         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
18042         New file.
18043         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
18044         New file.
18045         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
18046         multiarch llrint for PowerPC32.
18047         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
18048         New file.
18049         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
18050         New file.
18051         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
18052         file.
18053
18054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
18055
18056         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
18057         file.
18058         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
18059         file.
18060         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
18061         file.
18062         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
18063         multiarch wordcopy for PPC32.
18064         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18065         wordcopy objects.
18066         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18067         (__libc_ifunc_impl_list): Likewise.
18068         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
18069         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
18070         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
18071         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
18072         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
18073         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
18074
18075         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
18076         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
18077         file.
18078         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
18079         file.
18080         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
18081         file.
18082         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
18083         multiarch wcscpy for PPC32.
18084         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18085         multiarch objects.
18086         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18087         (__libc_ifunc_impl_list): Likewise.
18088         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18089         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18090         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
18091         sysdeps/powerpc/power6/wcscpy.c.
18092
18093         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
18094         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
18095         file.
18096         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
18097         file.
18098         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
18099         file.
18100         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
18101         multiarch wcsrchr for PPC32.
18102         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18103         multiarch objects.
18104         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18105         (__libc_ifunc_impl_list): Likewise.
18106         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18107         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18108         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
18109         sysdeps/powerpc/power6/wcsrchr.c.
18110
18111         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
18112         file.
18113         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
18114         file.
18115         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
18116         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
18117         multiarch wcschr for PPc32.
18118         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18119         multiarch objects.
18120         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18121         (__libc_ifunc_impl_list): Likewise.
18122         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
18123         * sysdeps/powerpc/power6/wcschr.c: ... to here.
18124         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
18125         sysdeps/powerpc/power6/wcschr.c.
18126
18127         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
18128         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
18129         file.
18130         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
18131         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
18132         file: multiarch strchr for PPC32.
18133         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
18134         multiarch objects.
18135         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18136         (__libc_ifunc_impl_list): Likewise.
18137
18138         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
18139         name.
18140         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
18141         file.
18142         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
18143         file.
18144         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
18145         multiarch strchrnul for PPC32.
18146         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
18147         multiarch objects.
18148         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18149         (__libc_ifunc_impl_list): Likewise.
18150
18151         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
18152         file.
18153         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
18154         multiarch strncasecmp for PPC32.
18155         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
18156         file.
18157         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
18158         multiarch strncasecmp_l for PPC32.
18159         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
18160         strncasecmp multiarch objects.
18161         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18162         (__libc_ifunc_impl_list): Likewise.
18163
18164         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
18165         file.
18166         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
18167         multiarch strncasecmp for PPC32.
18168         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
18169         New file.
18170         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
18171         multiarch strcasecmp_l for PPC32.
18172         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
18173         multiarch objects.
18174         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18175         (__libc_ifunc_impl_list): Likewise.
18176
18177         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
18178         file.
18179         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18180         file.
18181         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18182         multiarch strncmp for PPC32.
18183         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18184         multiarch objects.
18185         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18186         (__libc_ifunc_impl_list): Likewise.
18187
18188         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18189         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18190         file.
18191         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18192         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18193         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18194         multiarch objects.
18195         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18196         (__libc_ifunc_impl_list): Likewise.
18197
18198         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18199         file.
18200         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18201         file.
18202         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18203         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
18204         multiarch objects.
18205         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18206         (__libc_ifunc_impl_list): Likewise.
18207
18208         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
18209         file.
18210         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18211         file.
18212         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18213         multiarch rawmemchr for PPC32.
18214         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18215         multiarch objects.
18216         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18217         (__libc_ifunc_impl_list): Likewise.
18218
18219         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18220         file.
18221         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18222         file.
18223         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18224         file: memrchr multiarch for PPC32.
18225         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18226         multiarch objects.
18227         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18228         (__libc_ifunc_impl_list): Likewise.
18229
18230         * string/memchr.c (__memchr): Using macro to redefine symbol name.
18231         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18232         file.
18233         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18234         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18235         multiarch memchr for PPC32.
18236         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18237         multiarch objects.
18238         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18239         (__libc_ifunc_impl_list): Likewise.
18240
18241         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18242         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18243         file.
18244         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18245         file.
18246         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18247         file: multiarch mempcpy for PPC32.
18248         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18249         multiarch objects.
18250         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18251         (__libc_ifunc_impl_list): Likewise.
18252
18253         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18254         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18255         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18256         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18257         multiarch bzero for PPC32.
18258         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18259         file.
18260         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18261         file.
18262         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18263         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18264         file: multiarch memset for PPC32.
18265         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18266         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18267         memset multiarch objects.
18268         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18269         (__libc_ifunc_impl_list): Likewise.
18270
18271         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18272         file.
18273         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18274         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18275         memcmp for PPC32.
18276         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18277         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18278         multiarch objects.
18279         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18280         (__libc_ifunc_impl_list): Likewise.
18281
18282         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18283         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18284         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18285         file.
18286         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18287         file.
18288         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18289         file.
18290         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18291         multiarch memcpy for PPC32.
18292         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18293         multiarch objects.
18294         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18295         (__libc_ifunc_impl_list): Likewise.
18296
18297         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18298         support multiarch for POWER/PPC32.
18299         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18300         Likewise.
18301         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18302         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18303         Implies file to make multiarch folder appers before the fpu and
18304         default folder for power4 configuration.
18305
18306 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18307
18308         * scripts/bench.pl: Append volatile keyword to type.
18309
18310 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18311
18312         * sysdeps/sh/sotruss-lib.c: New file.
18313         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18314
18315 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18316
18317         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18318
18319 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18320
18321         [BZ #6810]
18322         * math/w_tgamma.c: Include <errno.h>.
18323         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18324         * math/w_tgammaf.c: Include <errno.h>.
18325         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18326         * math/w_tgammal.c: Include <errno.h>.
18327         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18328         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18329         underflow.  Add more tgamma tests.
18330         * math/auto-libm-test-out: Regenerated.
18331         * sysdeps/i386/fpu/libm-test-ulps: Update.
18332         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18333
18334         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18335         sin, sinh, tan, tanh, tgamma, y0 and y1.
18336         * math/auto-libm-test-out: Regenerated.
18337         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18338         (TEST_COND_x86): Likewise.
18339         (M_E2l): Remove macro.
18340         (M_E3l): Likewise.
18341         (M_2_SQRT_PIl): Likewise.
18342         (M_SQRT_PIl): Likewise.
18343         (M_1_DIV_El): Likewise.
18344         (log_test_data): Use AUTO_TESTS_f_f.
18345         (log10_test_data): Likewise.
18346         (log1p_test_data): Likewise.
18347         (log2_test_data): Likewise.
18348         (sin_test_data): Likewise.
18349         (sin_tonearest_test_data): Likewise.
18350         (sin_towardzero_test_data): Likewise.
18351         (sin_downward_test_data): Likewise.
18352         (sin_upward_test_data): Likewise.
18353         (sinh_test_data): Likewise.
18354         (sinh_tonearest_test_data): Likewise.
18355         (sinh_towardzero_test_data): Likewise.
18356         (sinh_downward_test_data): Likewise.
18357         (sinh_upward_test_data): Likewise.
18358         (tan_test_data): Likewise.
18359         (tan_tonearest_test_data): Likewise.
18360         (tan_towardzero_test_data): Likewise.
18361         (tan_downward_test_data): Likewise.
18362         (tan_upward_test_data): Likewise.
18363         (tanh_test_data): Likewise.
18364         (tgamma_test_data): Likewise.
18365         (y0_test_data): Likewise.
18366         (y1_test_data): Likewise.
18367         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18368         (special_real_inputs): Add pi/4.
18369         * sysdeps/i386/fpu/libm-test-ulps: Update.
18370         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18371
18372 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18373
18374         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18375         "longjmp_target" static probes.
18376         (__longjmp): Rename to __longjmp_symbol.
18377         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18378         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18379         on which longjmp to generate.
18380         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18381         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18382         probe.
18383         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18384         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18385         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18386         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18387         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18388         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18390         __longjmp_symbol based on which __longjmp to generate.
18391         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18392         probe.
18393         (setjmp): Rename to setjmp_symbol.
18394         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18395         (_setjmp): Rename to _setjmp_symbol.
18396         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18397         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18398         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18399         which setjmp to generate.
18400         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18401         "longjmp_target" static probes.
18402
18403 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18404
18405         * benchtests/README: Add note about output arguments.
18406         * benchtests/bench-sincos.c: Remove file.
18407         * benchtests/sincos-inputs: New file.
18408         * scripts/bench.pl: Identify output arguments and define
18409         static variables for them.
18410
18411         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18412
18413         [BZ #15941]
18414         * Makefile (INSTALL): Add install-plain.texi as the primary
18415         dependency.
18416         * manual/install-plain.texi: New file.
18417         * manual/install.texi: Include node directive only for
18418         non-plaintext output.
18419
18420 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18421
18422         * stdlib/longlong.h: Update from GCC.
18423
18424         [BZ #6807]
18425         [BZ #15901]
18426         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18427         * math/w_j0f.c (y0f): Likewise.
18428         * math/w_j0l.c (__y0l): Likewise.
18429         * math/w_j1.c (y1): Likewise.
18430         * math/w_j1f.c (y1f): Likewise.
18431         * math/w_j1l.c (__y1l): Likewise
18432         * math/w_jn.c (yn): Likewise.
18433         * math/w_jnf.c (ynf): Likewise.
18434         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18435         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18436         value for Bessel function domain errors outside _SVID_ mode.
18437         Adjust sign of return value for yn (negative integer, 0).
18438         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18439         by zero in return for negative x and set sign appropriately for
18440         negative n.
18441         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18442         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18443         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18444         expectations in error cases.
18445         (y1_test_data): Likewise.
18446         (yn_test_data): Likewise.
18447         * sysdeps/i386/fpu/libm-test-ulps: Update.
18448         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18449
18450 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18451
18452         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18453         "64" to "64-v1".  Add "64-v2".
18454         (abi-64-options): Rename to ...
18455         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18456         (abi-64-condition): Rename to ...
18457         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18458         (abi-64-ld-soname): Rename to ...
18459         (abi-64-v1-ld-soname): ... this.
18460         (abi-64-v2-options): Define.
18461         (abi-64-v2-condition): Likewise.
18462         (abi-64-v2-ld-soname): Likewise.
18463         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18464         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18468
18469 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18470             Alan Modra  <amodra@gmail.com>
18471
18472         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18473         New versions for use with the ELFv2 ABI.
18474         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18475         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18476         declaration.
18477         (struct La_ppc64v2_retval): Likewise.
18478         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18479         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18480         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18481         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18482         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18483         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18484         Do not save or restore CR.
18485         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18486         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18487         return values for ELFv2 ABI.  Fix location of FPR return registers.
18488         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18489         updated values for _CALL_ELF == 2.
18490         (La_regs, La_retval, int_retval): Likewise.
18491
18492 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18493
18494         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18495         (FRAME_MIN_SIZE_PARM): Likewise.
18496         (FRAME_BACKCHAIN): Likewise.
18497         (FRAME_CR_SAVE): Likewise.
18498         (FRAME_LR_SAVE): Likewise.
18499         (FRAME_TOC_SAVE): Likewise.
18500         (FRAME_PARM_SAVE): Likewise.
18501         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18502         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18503         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18504         (call_mcount_parm_offset): New macro.
18505         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18506         (PROF): Use symbolic stack frame offsets.
18507         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18508         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18509         Redefine in terms of FRAME_MIN_SIZE.
18510         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18511         (_dl_profile_resolve): Likewise.  Update comment.
18512         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18513         symbols stack frame offsets.
18514         (__sigsetjmp): Likewise.
18515         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18516         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18517         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18518         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18519
18520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18521         (FRAME_BACKCHAIN): Remove.
18522         (FRAME_CR_SAVE): Likewise.
18523         (FRAME_LR_SAVE): Likewise.
18524         (FRAME_COMPILER_DW): Likewise.
18525         (FRAME_LINKER_DW): Likewise.
18526         (FRAME_TOC_SAVE): Likewise.
18527         (FRAME_PARM_SAVE): Likewise.
18528         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18529         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18530         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18532         (CHECK_SP): Use symbolic stack frame offsets.
18533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18534         zone" instead of caller's parameter save area for temp storage.
18535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18536         Likewise.  Also, use symbolic stack frame offsets.
18537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18538         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18539         our own stack frame instead of the caller's.
18540         (__socket): Use symbolic stack frame offsets.
18541
18542 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18543             Alan Modra  <amodra@gmail.com>
18544
18545         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18546         Define.
18547         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18548         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18549         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18550         New function.
18551         (elf_machine_fixup_plt): Call it.
18552         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18553         reloc arguments.
18554         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18555         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18556         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18557         r2 before calling target.
18558
18559 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18560             Alan Modra  <amodra@gmail.com>
18561
18562         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18563         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18564         versions of macros to support ELFv2 ABI.
18565         (LOCALENTRY): New macro.
18566         (ENTRY, EALIGN): Use it.
18567         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18568         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18569         fall through into ENTRY entry point.
18570         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18571         Only define if _CALL_ELF != 2.
18572
18573         (elf_machine_matches_host): Verify ABI version matches.
18574         (RTLD_START): Use LOCALENTRY.
18575         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18576         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18577         (PLT_ENTRY_WORDS): New macro.
18578         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18579         (elf_machine_runtime_setup): Support ELFv2 ABI.
18580         (elf_machine_fixup_plt): Likewise.
18581         (elf_machine_plt_conflict): Likewise.
18582         (resolve_ifunc): Likewise.
18583         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18584         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18585         Likewise.
18586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18587         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18589         (makecontext): Support ELFv2 ABI.
18590         * elf/elf.h (EF_PPC64_ABI): Define.
18591
18592 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18593
18594         * sysdeps/powerpc/powerpc64/sysdep.h
18595         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18596         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18597         (ENTRY) [ASSEMBLER]: ... but instead here ...
18598         (EALIGN) [ASSEMBLER]: ... and here.
18599         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18600         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18601         (ENTRY_2) [!ASSEMBLER]: Use it.
18602         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18603         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18604         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18605         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18606         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18608         Use PPC64_LOAD_FUNCPTR.
18609
18610         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18611
18612 2013-12-04  Alan Modra  <amodra@gmail.com>
18613
18614         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18615         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18616         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18617         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18618
18619         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18620         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18621         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18622         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18623         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18624         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18625
18626 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18627
18628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18629         (__makecontext): Fix incorrect CFI when backtracing out of
18630         context created via makecontext.
18631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18632         (__setcontext): Fix incorrect CFI during switch to new context.
18633         (__novec_setcontext): Likewise.
18634
18635 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18636
18637         [BZ #4772]
18638         * time/strptime_l.c (__strptime_internal): Allow modifiers
18639         in strptime.
18640         * time/tst-strptime.c (day_tests): Add testcase.
18641
18642 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18643
18644         * scripts/bench.pl: Skip over blank lines.
18645
18646 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18647
18648         [BZ #926]
18649         * manual/time.texi (Calendar Time): Clarify what timezone functions
18650         use.
18651
18652 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18653
18654         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18655
18656 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18657
18658         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18659         implementation.
18660         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18661         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18662         * debug/memset_chk.c (__memset_chk): Likewise.
18663         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18664         * debug/strncpy_chk.c: Likewise.
18665
18666 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18667
18668         [BZ #15268]
18669         [BZ #15425]
18670         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18671         (__ieee754_exp): For possibly underflowing results, check size of
18672         result and force underflow exception if required.
18673         * math/auto-libm-test-in: Add more tests of exp.
18674         * math/auto-libm-test-out: Regenerated.
18675         * sysdeps/i386/fpu/libm-test-ulps: Update.
18676         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18677
18678         [BZ #16283]
18679         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18680         * math/w_exp2f.c (__exp2f): Likewise.
18681         * math/w_exp2l.c (__exp2l): Likewise.
18682         * math/auto-libm-test-in: Do not allow missing errno on exp2
18683         underflow.
18684         * math/auto-libm-test-out: Regenerated.
18685
18686 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18687
18688         [BZ #16274]
18689         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18690         handle filename validation.
18691         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18692         (do_open): Delete.
18693
18694 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18695
18696         [BZ #6786]
18697         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18698         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18699         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18700         <float.h>.
18701         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18702         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18703         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18704         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18705         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18706         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18707         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18708         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18709         Add more erfc tests.
18710         * math/auto-libm-test-out: Regenerated.
18711         * sysdeps/i386/fpu/libm-test-ulps: Update.
18712         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18713
18714         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18715         exp2, expm1, j0 and j1.
18716         * math/auto-libm-test-out: Regenerated.
18717         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18718         (erfc_test_data): Likewise.
18719         (exp_test_data): Likewise.
18720         (exp_tonearest_test_data): Likewise.
18721         (exp_towardzero_test_data): Likewise.
18722         (exp_downward_test_data): Likewise.
18723         (exp_upward_test_data): Likewise.
18724         (exp10_test_data): Likewise.
18725         (exp2_test_data): Likewise.
18726         (expm1_test_data): Likewise.
18727         (j0_test_data): Likewise.
18728         (j1_test_data): Likewise.
18729         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18730         (input_flag_type): Add flag_xfail_rounding.
18731         (input_flags): Add xfail-rounding.
18732         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18733         (output_for_one_input_case): Handle flag_xfail_rounding.
18734         * sysdeps/i386/fpu/libm-test-ulps: Update.
18735         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18736
18737 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18738
18739         [BZ #16289]
18740         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18741         division by 0.
18742
18743 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18744
18745         [BZ #16195]
18746         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18747         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18748         (STAP_PROBE0): New macro.
18749         (STAP_PROBE1): Likewise.
18750         (STAP_PROBE2): Likewise.
18751         (STAP_PROBE3): Likewise.
18752         (STAP_PROBE4): Likewise.
18753
18754 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18755
18756         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18757
18758 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18759
18760         * benchtests/Makefile (bench): Add sqrt.
18761         (LDLIBS-bench-sqrt): New.
18762         * benchtests/sqrt-input: New.
18763
18764 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18765
18766         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18767         (GAIH_EAI): Likewise.
18768         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18769         (gaih_inet): Likewise.
18770         (getaddrinfo): Don't use GAIH_EAI.
18771
18772         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18773         (struct gaih): Remove definition.
18774
18775 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18776
18777         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18778         Use HERRNOP directly.
18779
18780 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18781
18782         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18783
18784 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18785
18786         * math/gen-auto-libm-tests.c (test_functions): Add more
18787         single-argument functions.
18788         (special_fill_pi_2): New function.
18789         (special_fill_minus_pi_2): Likewise.
18790         (special_fill_pi_6): Likewise.
18791         (special_fill_minus_pi_6): Likewise.
18792         (special_fill_pi_3): Likewise.
18793         (special_fill_2pi_3): Likewise.
18794         (special_fill_e): Likewise.
18795         (special_fill_1_e): Likewise.
18796         (special_fill_e_minus_1): Likewise.
18797         (special_real_inputs): Add more special inputs.
18798         (output_for_one_input_case): Do not require ERANGE on underflow to
18799         zero if round-to-nearest result does not underflow to zero, unless
18800         exact results required.
18801         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18802         atan, atanh, cbrt, cos and cosh.
18803         * math/auto-libm-test-out: Regenerated.
18804         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18805         (acos_tonearest_test_data): Likewise.
18806         (acos_towardzero_test_data): Likewise.
18807         (acos_downward_test_data): Likewise.
18808         (acos_upward_test_data): Likewise.
18809         (acosh_test_data): Likewise.
18810         (asin_test_data): Likewise.
18811         (asin_tonearest_test_data): Likewise.
18812         (asin_towardzero_test_data): Likewise.
18813         (asin_upward_test_data): Likewise.
18814         (asinh_test_data): Likewise.
18815         (atan_test_data): Likewise.
18816         (atanh_test_data): Likewise.
18817         (cbrt_test_data): Likewise.
18818         (cos_test_data): Likewise.
18819         (cos_tonearest_test_data): Likewise.
18820         (cos_towardzero_test_data): Likewise.
18821         (cos_downward_test_data): Likewise.
18822         (cos_upward_test_data): Likewise.
18823         (cosh_test_data): Likewise.
18824         (cosh_tonearest_test_data): Likewise.
18825         (cosh_towardzero_test_data): Likewise.
18826         (cosh_downward_test_data): Likewise.
18827         (cosh_upward_test_data): Likewise.
18828         * sysdeps/i386/fpu/libm-test-ulps: Update.
18829         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18830
18831 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18832
18833         [BZ #6787]
18834         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18835         * math/w_exp10f.c (__exp10f): Likewise.
18836         * math/w_exp10l.c (__exp10l): Likewise.
18837         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18838         errno settings in existing tests.
18839
18840         [BZ #14032]
18841         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18842         precision control set to double precision.
18843         * sysdeps/i386/fpu/w_sqrt.c: New file.
18844         * math/auto-libm-test-in: Add more tests.
18845         * math/auto-libm-test-out: Update.
18846
18847         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18848         (sqrt_test_tonearest): New function.
18849         (sqrt_towardzero_test_data): New variable.
18850         (sqrt_test_towardzero): New function.
18851         (sqrt_downward_test_data): New variable.
18852         (sqrt_test_downward): New function.
18853         (sqrt_upward_test_data): New variable.
18854         (sqrt_test_upward): New function.
18855         (main): Call the new functions.
18856
18857         * math/gen-auto-libm-tests.c: New file.
18858         * math/auto-libm-test-in: Likewise.
18859         * math/auto-libm-test-out: New generated file.
18860         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18861         variables.
18862         (%beautify): Add generated representations of zero.
18863         (top level): Set $auto_input and call parse_auto_input.
18864         (beautify): Remove trailing "f" from hex float constants.
18865         (parse_args): Handle XFAIL_TEST.
18866         (convert_condition): New function.
18867         (or_value): Likewise.
18868         (or_cond_value): Likewise.
18869         (generate_testfile): Handle AUTO_TESTS_* lines.
18870         (parse_auto_input): New function.
18871         * math/libm-test.inc (XFAIL_TEST): New macro.
18872         (ERRNO_UNCHANGED): Update value.
18873         (ERRNO_EDOM): Likewise.
18874         (ERRNO_ERANGE): Likewise.
18875         (IGNORE_RESULT): Likewise.
18876         (TEST_COND_flt_32): New macro.
18877         (TEST_COND_dbl_64): Likewise.
18878         (TEST_COND_ldbl_96_intel): Likewise.
18879         (TEST_COND_ldbl_96_m68k): Likewise.
18880         (TEST_COND_ldbl_128): Likewise.
18881         (TEST_COND_ldbl_128ibm): Likewise.
18882         (TEST_COND_long32): Likewise.
18883         (TEST_COND_long64): Likewise.
18884         (TEST_COND_before_rounding): Likewise.
18885         (TEST_COND_after_rounding): Likewise.
18886         (enable_test): Handle XFAIL_TEST flag.
18887         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18888         with finite results.
18889         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18890         auto-libm-test-out.
18891
18892 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18893             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18894
18895         [BZ #16214]
18896         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18897         __tls_get_addr_internal instead of __tls_get_offset in order to
18898         avoid GOT pointer dependency.  Make rtld export
18899         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18900         __tls_get_addr since we are a __tls_get_offset platform.
18901         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18902         GOT pointer being set up before.
18903         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18904
18905 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18906
18907         * manual/math.texi (Errors in Math Functions): Document accuracy
18908         goals.
18909
18910         [BZ #15004]
18911         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18912         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18913         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18914         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18915         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18916         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18917         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18918         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18919         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18920         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18921         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18922         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18923         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18924         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18925         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18926         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18927
18928         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18929         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18930         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18931         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18932         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18933         Likewise.
18934         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18935         Likewise.
18936         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18937         Likewise.
18938         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18939         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18940         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18941         atomic-feupdateenv and flt-rounds.
18942         * sysdeps/powerpc/nofpu/Versions (libc): Add
18943         __atomic_feholdexcept, __atomic_feclearexcept,
18944         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18945         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18946         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18947         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18948         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18949         here.
18950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18951         Update.
18952
18953         * manual/arith.texi (FP Exceptions): Document that exceptions may
18954         not be raised when matherr is used.
18955         (Math Error Reporting): Document overflow in directed rounding
18956         modes.  Document that errno may not be set when finite values are
18957         returned on overflow.  Document intent to set errno on underflow
18958         only for underflow to zero.
18959
18960         [BZ #16271]
18961         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18962         round-to-nearest then adjust result for other rounding modes.
18963         * include/fenv.h (fegetround): Use libm_hidden_proto.
18964         * math/fegetround.c (fegetround): Use libm_hidden_def.
18965         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18966         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18967         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18968         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18969         Likewise.
18970         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18971         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18972         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18973         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18974
18975 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18976
18977         [BZ #16077]
18978         * nss/Versions (libnss_files): Add
18979         _nss_files_gethostbyname3_r.
18980         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18981         New function.
18982         (HOST_DB_LOOKUP): Remove macro.
18983         (_nss_files_gethostbyname_r): Implement function without the
18984         HOST_DB_LOOKUP macro.
18985         (_nss_files_gethostbyname2_r): Likewise.
18986
18987 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18988
18989         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18990
18991 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18992
18993         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18994         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18995         warning.
18996
18997 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18998
18999         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
19000         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
19001         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
19002         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
19003         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
19004         __fe_nomask_env_priv and attribute_hidden.
19005         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
19006         (libc_feupdateenv_test_ppc): Likewise.
19007         (libc_feresetround_ppc): Likewise.
19008         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19009         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
19010         compat_symbol macro.
19011         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19012         (__fe_nomask_env): Likewise.
19013         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
19014
19015 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19016
19017         * string/Makefile: Remove ifunc tests.
19018         * string/test-string.h: Define TEST_IFUNC.
19019         * string/test-bcopy-ifunc.c: Remove.
19020         * string/test-bzero-ifunc.c: Likewise.
19021         * string/test-memccpy-ifunc.c: Likewise.
19022         * string/test-memchr-ifunc.c: Likewise.
19023         * string/test-memcmp-ifunc.c: Likewise.
19024         * string/test-memcpy-ifunc.c: Likewise.
19025         * string/test-memmem-ifunc.c: Likewise.
19026         * string/test-memmove-ifunc.c: Likewise.
19027         * string/test-mempcpy-ifunc.c: Likewise.
19028         * string/test-memrchr-ifunc.c: Likewise.
19029         * string/test-memset-ifunc.c: Likewise.
19030         * string/test-rawmemchr-ifunc.c: Likewise.
19031         * string/test-stpcpy-ifunc.c: Likewise.
19032         * string/test-stpncpy-ifunc.c: Likewise.
19033         * string/test-strcasecmp-ifunc.c: Likewise.
19034         * string/test-strcasestr-ifunc.c: Likewise.
19035         * string/test-strcat-ifunc.c: Likewise.
19036         * string/test-strchr-ifunc.c: Likewise.
19037         * string/test-strchrnul-ifunc.c: Likewise.
19038         * string/test-strcmp-ifunc.c: Likewise.
19039         * string/test-strcpy-ifunc.c: Likewise.
19040         * string/test-strcspn-ifunc.c: Likewise.
19041         * string/test-strlen-ifunc.c: Likewise.
19042         * string/test-strncasecmp-ifunc.c: Likewise.
19043         * string/test-strncat-ifunc.c: Likewise.
19044         * string/test-strncmp-ifunc.c: Likewise.
19045         * string/test-strncpy-ifunc.c: Likewise.
19046         * string/test-strnlen-ifunc.c: Likewise.
19047         * string/test-strpbrk-ifunc.c: Likewise.
19048         * string/test-strrchr-ifunc.c: Likewise.
19049         * string/test-strspn-ifunc.c: Likewise.
19050         * string/test-strstr-ifunc.c: Likewise.
19051
19052 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19053
19054         * benchtests/Makefile: Remove ifunc tests.
19055         * benchtests/bench-string.h: Define TEST_IFUNC.
19056         * benchtests/bench-bcopy-ifunc.c: Remove.
19057         * benchtests/bench-bzero-ifunc.c: Likewise.
19058         * benchtests/bench-memccpy-ifunc.c: Likewise.
19059         * benchtests/bench-memchr-ifunc.c: Likewise.
19060         * benchtests/bench-memcmp-ifunc.c: Likewise.
19061         * benchtests/bench-memcpy-ifunc.c: Likewise.
19062         * benchtests/bench-memmem-ifunc.c: Likewise.
19063         * benchtests/bench-memmove-ifunc.c: Likewise.
19064         * benchtests/bench-mempcpy-ifunc.c: Likewise.
19065         * benchtests/bench-memrchr-ifunc.c: Likewise.
19066         * benchtests/bench-memset-ifunc.c: Likewise.
19067         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
19068         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
19069         * benchtests/bench-stpcpy-ifunc.c: Likewise.
19070         * benchtests/bench-stpncpy-ifunc.c: Likewise.
19071         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
19072         * benchtests/bench-strcasestr-ifunc.c: Likewise.
19073         * benchtests/bench-strcat-ifunc.c: Likewise.
19074         * benchtests/bench-strchr-ifunc.c: Likewise.
19075         * benchtests/bench-strchrnul-ifunc.c: Likewise.
19076         * benchtests/bench-strcmp-ifunc.c: Likewise.
19077         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
19078         * benchtests/bench-strcpy-ifunc.c: Likewise.
19079         * benchtests/bench-strcspn-ifunc.c: Likewise.
19080         * benchtests/bench-strlen-ifunc.c: Likewise.
19081         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
19082         * benchtests/bench-strncat-ifunc.c: Likewise.
19083         * benchtests/bench-strncmp-ifunc.c: Likewise.
19084         * benchtests/bench-strncpy-ifunc.c: Likewise.
19085         * benchtests/bench-strnlen-ifunc.c: Likewise.
19086         * benchtests/bench-strpbrk-ifunc.c: Likewise.
19087         * benchtests/bench-strrchr-ifunc.c: Likewise.
19088         * benchtests/bench-strsep-ifunc.c: Likewise.
19089         * benchtests/bench-strspn-ifunc.c: Likewise.
19090         * benchtests/bench-strstr-ifunc.c: Likewise.
19091
19092 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19093
19094         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
19095
19096 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19097
19098         * resolv/netdb.h: Use __glibc_reserved instead __unused.
19099         * rt/aio.h: Likewise.
19100         * sysdeps/gnu/bits/utmp.h: Likewise.
19101         * sysdeps/gnu/bits/utmpx.h: Likewise.
19102         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
19103         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
19104         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
19105         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
19106         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
19107         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
19108         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
19109         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
19110         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
19111         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
19112         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
19113         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
19114         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
19115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
19116         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19117         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
19118         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
19119         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
19120         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
19121         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
19122         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
19123         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
19124         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
19125         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
19126         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
19127         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19128         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
19129         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
19130         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
19131         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
19132         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
19133         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
19134         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
19135         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
19136         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
19137         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
19138         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
19139         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
19140         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
19141         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
19142         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
19143         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19144
19145 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
19146
19147         [BZ #16245]
19148         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
19149         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
19150
19151 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
19152
19153         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
19154         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
19155         Likewise.
19156
19157 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19158
19159         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
19160         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
19161         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
19162         (__fesetround): Remove define.
19163         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
19164         rounding and exceptions handling.
19165         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
19166         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
19167         (__fe_nomask_env): Likewise.
19168         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
19169         __fegetround instead of fegetround.
19170         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19171         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
19172
19173 2013-11-21  Roland McGrath  <roland@hack.frob.com>
19174
19175         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
19176         it's there.
19177
19178         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19179
19180 2013-11-21  Meador Inge  <meadori@codesourcery.com>
19181
19182         [BZ #11157]
19183         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19184         (encrypt_r): Likewise.
19185         * malloc/obstack.h (obstack_free): Likewise.
19186         * posix/unistd.h (encrypt): Likewise.
19187
19188 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
19189
19190         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19191         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19192         DL_CALL_DT_FINI() that call the functions directly.
19193         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19194         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19195         * elf/dl-fini.c: Likewise.
19196
19197 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
19198
19199         * malloc/hooks.c (memalign_check): Add alignment rounding.
19200         * malloc/malloc.c (_mid_memalign): New function.
19201         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19202         Implement by calling _mid_memalign.
19203         * manual/probes.texi (Memory Allocation Probes): Remove
19204         memory_valloc_retry and memory_pvalloc_retry.
19205
19206 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19207
19208         * locale/programs/locarchive.c (open_archive): Add const
19209         qualifier to ARCHIVEFNAME and copy default fname to
19210         DEFAULT_FNAME.
19211
19212         [BZ #15601]
19213         * libio/tst-widetext.input: Rename Oriya to Odia.
19214         * locale/iso-639.def: Likewise.
19215
19216         * manual/probes.texi (Mathematical Function Probes): Add
19217         documentation for sin, cos, asin and acos probes.
19218         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19219         (__sin32): Add slowasin probe.
19220         (__cos32): Add slowacos probe.
19221         (__mpsin): Add slowsin probe.
19222         (__mpcos): Add slowcos probe.
19223
19224 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
19225
19226         [BZ #15483]
19227         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19228         thread-local __sim_exceptions_thread and global
19229         __sim_exceptions_global.
19230         (__sim_disabled_exceptions): Change to thread-local
19231         __sim_disabled_exceptions_thread and global
19232         __sim_disabled_exceptions_global.
19233         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19234         and global __sim_round_mode_global.
19235         (__simulate_exceptions): Use thread-local floating-point state and
19236         set global state from it as needed.
19237         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19238         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19239         __sim_round_mode_thread.
19240         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19241         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19242         and global __sim_exceptions_global.
19243         (__sim_disabled_exceptions): Change to thread-local
19244         __sim_disabled_exceptions_thread and global
19245         __sim_disabled_exceptions_global.
19246         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19247         and global __sim_round_mode_global.
19248         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19249         (SIM_SET_GLOBAL): Likewise.
19250         * sysdeps/powerpc/soft-fp/sfp-machine.h
19251         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19252         __sim_round_mode_thread.
19253         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19254         __sim_disabled_exceptions_thread.
19255         (__sim_exceptions): Change to __sim_exceptions_thread.
19256         (__sim_disabled_exceptions): Change to
19257         __sim_disabled_exceptions_thread.
19258         (__sim_round_mode): Change to __sim_round_mode_thread.
19259         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19260         thread-local floating-point state and set global state from it as
19261         needed.
19262         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19263         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19264         (__sim_disabled_exceptions): Remove extern declaration.
19265         (feenableexcept): Use thread-local floating-point state and set
19266         global state from it as needed.
19267         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19268         extern declaration.
19269         (__sim_disabled_exceptions): Likewise.
19270         (__sim_round_mode): Likewise.
19271         (__fegetenv): Use thread-local floating-point state.
19272         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19273         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19274         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19275         floating-point state and set global state from it as needed.
19276         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19277         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19278         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19279         Likewise.
19280         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19281         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19282         Likewise.
19283         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19284         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19285         Use __sim_round_mode_thread.
19286         * math/test-fenv-tls.c: New file.
19287         * math/Makefile (tests): Add test-fenv-tls.
19288         ($(objpfx)test-fenv-tls): Depend on
19289         $(common-objpfx)nptl/libpthread.so.
19290
19291 2013-11-19  Andreas Schwab  <schwab@suse.de>
19292
19293         * locale/programs/locale.c (show_info): Decode wordarray elements.
19294         * locale/categories.def (LC_MONETARY): Add element for
19295         _NL_MONETARY_CRNCYSTR.
19296         * locale/C-monetary.c (conversion_rate): New variable.
19297         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19298         element.
19299
19300 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19301
19302         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19303         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19304
19305 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19306
19307         * elf/Makefile (tst-auxv): New test.
19308         * elf/tst-auxv.c: New
19309         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19310
19311 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19312
19313         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19314         (hidden_proto): Caller changed.
19315         (hidden_tls_proto): New macro.
19316         (libc_hidden_tls_proto): Likewise.
19317         (rtld_hidden_tls_proto): Likewise.
19318         (libm_hidden_tls_proto): Likewise.
19319         (libresolv_hidden_tls_proto): Likewise.
19320         (librt_hidden_tls_proto): Likewise.
19321         (libdl_hidden_tls_proto): Likewise.
19322         (libnss_files_hidden_tls_proto): Likewise.
19323         (libnsl_hidden_tls_proto): Likewise.
19324         (libnss_nisplus_hidden_tls_proto): Likewise.
19325         (libutil_hidden_tls_proto): Likewise.
19326
19327 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19328
19329         [BZ #10253]
19330         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19331         (decompose_rpath): Defer expansion to fillin_rpath.
19332         (_dl_init_paths): Pass linkmap to fillin_rpath.
19333
19334 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19335
19336         * benchtests/Makefile: Add strsep.
19337         * benchtests/bench-strsep.c: New file: strsep benchtest.
19338         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19339
19340 2013-11-18  Andreas Schwab  <schwab@suse.de>
19341
19342         * locale/programs/locale.c (show_info) [case byte]: Check for
19343         '\377' instead of '\177'.
19344         * locale/C-monetary.c (not_available): Always use "\377".
19345         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19346         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19347         detect unavailable sign_posn locale elements.
19348         * locale/localeconv.c (__localeconv): For grouping and
19349         mon_grouping handle "\177" and "\377" like no grouping.
19350         (INT_ELEM): New macro.  Use it to set all numeric members.
19351         * locale/programs/ld-monetary.c (monetary_read)
19352         <tok_mon_grouping>: Normalize single -1 to the empty string.
19353         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19354         Likewise.
19355
19356 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19357
19358         [BZ #16055]
19359         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19360         when we match (nil).
19361         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19362
19363 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19364
19365         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19366         (NO_TEST_INLINE): Update value.
19367         (ERRNO_UNCHANGED): Likewise.
19368         (ERRNO_EDOM): Likewise.
19369         (ERRNO_ERANGE): Likewise.
19370         (IGNORE_RESULT): Likewise.
19371         (check_float_internal): Check signs of NaN results if
19372         TEST_NAN_SIGN used.
19373         (check_complex): Pass TEST_NAN_SIGN flag through to second
19374         check_float_internal call.
19375         (copysign_test_data): Add tests with quiet NaNs as second
19376         argument.  Use TEST_NAN_SIGN.
19377         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19378         TEST_NAN_SIGN.
19379         (signbit_test_data): Add tests of quiet NaN argument.
19380         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19381
19382         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19383         $ignore_result.
19384         (parse_args): Handle function results specified as IGNORE.
19385         * math/libm-test.inc (IGNORE_RESULT): New macro.
19386         (check_float_internal): Do not check numerical result if flag
19387         IGNORE_RESULT set.
19388         (check_complex): Pass through IGNORE_RESULT to second
19389         check_float_internal call.
19390         (check_int): Do not check numerical result if flag IGNORE_RESULT
19391         set.
19392         (check_long): Likewise.
19393         (check_bool): Likewise.
19394         (check_longlong): Likewise.
19395         (lrint_test_data): Add tests of infinite and NaN arguments.
19396         (lrint_tonearest_test_data): Likewise.
19397         (lrint_towardzero_test_data): Likewise.
19398         (lrint_downward_test_data): Likewise.
19399         (lrint_upward_test_data): Likewise.
19400         (llrint_test_data): Likewise.
19401         (llrint_tonearest_test_data): Likewise.
19402         (llrint_towardzero_test_data): Likewise.
19403         (llrint_downward_test_data): Likewise.
19404         (llrint_upward_test_data): Likewise.
19405         (lround_test_data): Likewise.
19406         (llround_test_data): Likewise.
19407
19408         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19409         (ERRNO_UNCHANGED): Update value.
19410         (ERRNO_EDOM): Likewise.
19411         (ERRNO_ERANGE): Likewise.
19412         (NO_TEST_INLINE_FLOAT): New macro.
19413         (NO_TEST_INLINE_DOUBLE): Likewise.
19414         (enable_test): New function.
19415         (RUN_TEST_f_f): Check enable_test before running test.
19416         (RUN_TEST_2_f): Likewise.
19417         (RUN_TEST_fff_f): Likewise.
19418         (RUN_TEST_c_f): Likewise.
19419         (RUN_TEST_f_f1): Likewise.
19420         (RUN_TEST_fF_f1): Likewise.
19421         (RUN_TEST_fI_f1): Likewise.
19422         (RUN_TEST_ffI_f1): Likewise.
19423         (RUN_TEST_c_c): Likewise.
19424         (RUN_TEST_cc_c): Likewise.
19425         (RUN_TEST_f_i): Likewise.
19426         (RUN_TEST_f_i_tg): Likewise.
19427         (RUN_TEST_ff_i_tg): Likewise.
19428         (RUN_TEST_f_b): Likewise.
19429         (RUN_TEST_f_b_tg): Likewise.
19430         (RUN_TEST_f_l): Likewise.
19431         (RUN_TEST_f_L): Likewise.
19432         (RUN_TEST_fFF_11): Likewise.
19433         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19434         conditionals.
19435         (cosh_test_data): Likewise.
19436         (exp_test_data): Likewise.
19437         (expm1_test_data): Likewise.
19438         (hypot_test_data): Likewise.
19439         (pow_test_data): Likewise.
19440         (sinh_test_data): Likewise.
19441         (tanh_test_data): Likewise.
19442         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19443         flags argument.
19444
19445         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19446         tests with quiet NaN input and output.
19447         (acosh_test_data): Likewise.
19448         (asin_test_data): Likewise.
19449         (asinh_test_data): Likewise.
19450         (atan_test_data): Likewise.
19451         (atanh_test_data): Likewise.
19452         (atan2_test_data): Likewise.
19453         (cbrt_test_data): Likewise.
19454         (cos_test_data): Likewise.
19455         (cosh_test_data): Likewise.
19456         (erf_test_data): Likewise.
19457         (erfc_test_data): Likewise.
19458         (exp_test_data): Likewise.
19459         (exp10_test_data): Likewise.
19460         (exp2_test_data): Likewise.
19461         (expm1_test_data): Likewise.
19462         (hypot_test_data): Likewise.
19463         (j0_test_data): Likewise.
19464         (j1_test_data): Likewise.
19465         (jn_test_data): Likewise.
19466         (lgamma_test_data): Likewise.
19467         (log_test_data): Likewise.
19468         (log10_test_data): Likewise.
19469         (log1p_test_data): Likewise.
19470         (log2_test_data): Likewise.
19471         (pow_test_data): Likewise.
19472         (scalb_test_data): Likewise.
19473         (sin_test_data): Likewise.
19474         (sincos_test_data): Likewise.
19475         (sinh_test_data): Likewise.
19476         (tan_test_data): Likewise.
19477         (tanh_test_data): Likewise.
19478         (tgamma_test_data): Likewise.
19479         (y0_test_data): Likewise.
19480         (y1_test_data): Likewise.
19481         (yn_test_data): Likewise.
19482
19483         [BZ #16167]
19484         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19485         argument being NaN and avoid computations with second argument in
19486         that case.
19487         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19488         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19489         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19490
19491 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19492
19493         * locale/iso-639.def: Add Chitwani Tharu (the).
19494
19495 2013-11-14  Andreas Schwab  <schwab@suse.de>
19496
19497         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19498         word instead of empty string.
19499
19500 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19501
19502         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19503         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19505         (__fe_nomask_env): Likewise.
19506
19507 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19508
19509         * benchtests/bench-timing.h: Include time.h.
19510
19511 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19512
19513         [BZ #15997]
19514         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19515         to 3.4.0 for x32.
19516         * sysdeps/unix/sysv/linux/configure: Regenerated.
19517
19518 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19519
19520         [BZ #16151]
19521         * stdlib/strtod_l.c (round_and_return): Do not consider
19522         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19523         exponent one less than half the least subnormal exponent.
19524         * stdlib/test-strtod-round-data: Add more tests.
19525         * stdlib/tst-strtod-round.c (tests): Regenerated.
19526
19527 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19528
19529         [BZ #14143]
19530         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19531         (__fe_mask_env): Likewise.
19532         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19533         libm_hidden_proto and add function prototype.
19534         (__fe_mask_env): Add function prototype.
19535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19536         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19538         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19540         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19541
19542 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19543
19544         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19545         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19546
19547 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19548
19549         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19550         of htab_find_slot().
19551
19552 2013-11-11  David S. Miller  <davem@davemloft.net>
19553
19554         [BZ #16150]
19555         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19556         symbol in the non-vis3 case in static builds.
19557         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19558         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19559         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19560         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19561
19562 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19563
19564         [BZ #387]
19565         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19566         it is empty.
19567
19568 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19569
19570         * benchtests/Makefile: Add bench-strtod.
19571         * benchtests/bench-strtod.c: New file: strtod benchtest
19572
19573 2013-11-11  Andreas Schwab  <schwab@suse.de>
19574
19575         [BZ #16153]
19576         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19577         terminating NUL in key length.
19578
19579 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19580
19581         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19582         Add artificial ODP entry for vDSO symbol for PPC64.
19583         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19584         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19585
19586 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19587
19588         [BZ #15374]
19589         * nss/getent.c (services_keys): Recognize services starting with digit.
19590
19591 2013-11-06  David S. Miller  <davem@davemloft.net>
19592
19593         [BZ #15985]
19594         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19595         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19596
19597 2013-11-06  Will Newton  <will.newton@linaro.org>
19598
19599         * manual/memory.texi (Malloc Examples): Remove register
19600         keyword from examples.
19601
19602 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19603
19604         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19605
19606 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19607
19608         [BZ #6981]
19609         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19610         depending on [__GCC_IEC_559 > 0].
19611         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19612         depending on [__GCC_IEC_559_COMPLEX > 0].
19613
19614 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19615
19616         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19617         to iso-639.def.
19618
19619 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19620
19621         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19622
19623 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19624
19625         [BZ #16112]
19626         * malloc/malloc (malloc_info): Do not handle first bin as
19627         special case.
19628
19629 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19630
19631         * locale/iso-639.def: Add Central Nahuatl (nhn).
19632
19633 2013-11-01  Bruno Haible  <bruno@clisp.org>
19634
19635         [BZ #7003]
19636         * manual/math.texi (BSD Random): Specify range upper bound as
19637         in POSIX.
19638
19639 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19640
19641         * locale/iso-639.def: Add Meadow Mari (mhr).
19642
19643 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19644
19645         [BZ #14752], [BZ #15763]
19646         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19647         Validate name.
19648         * rt/tst_shm.c: Add test for escaping directory.
19649
19650 2013-10-31  Andreas Schwab  <schwab@suse.de>
19651
19652         [BZ #15917]
19653         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19654         followed by 'x' as part of digit sequence.
19655         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19656
19657 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19658
19659         [BZ #16037]
19660         * configure.ac: allow GNU Make 4.0 and greater.
19661         * configure: Regenerated.
19662
19663 2013-10-30  Will Newton  <will.newton@linaro.org>
19664
19665         [BZ #16038]
19666         * malloc/hooks.c (memalign_check): Limit alignment to the
19667         maximum representable power of two.
19668         * malloc/malloc.c (__libc_memalign): Likewise.
19669         * malloc/tst-memalign.c (do_test): Add test for very
19670         large alignment values.
19671         * malloc/tst-posix_memalign.c (do_test): Likewise.
19672
19673 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19674
19675         [BZ #11087]
19676         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19677         (munmap_chunk): Likewise.
19678         (mremap_chunk): Likewise.
19679
19680 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19681
19682         [BZ #15799]
19683         * stdlib/div.c (div): Remove obsolete code.
19684         * stdlib/ldiv.c (ldiv): Likewise.
19685         * stdlib/lldiv.c (lldiv): Likewise.
19686
19687 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19688
19689         [BZ #16071]
19690         * nss/nss_files/files-XXX.c (get_contents_ret): New
19691         enumerator.
19692         (get_contents): New function.
19693         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19694
19695 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19696
19697         * configure.in: Moved to ...
19698         * configure.ac: ... here. Change reference to configure.in
19699         to configure.ac.
19700         * sysdeps/arm/preconfigure.ac: ... here.
19701         configure.in to configure.ac.
19702         * sysdeps/gnu/configure.in: Moved to ...
19703         * sysdeps/gnu/configure.ac: ... here.
19704         * sysdeps/i386/configure.in: Moved to ...
19705         * sysdeps/i386/configure.ac: ... here.
19706         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19707         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19708         * sysdeps/mach/configure.in: Moved to ...
19709         * sysdeps/mach/configure.ac: ... here.
19710         * sysdeps/mach/hurd/configure.in: Moved to ...
19711         * sysdeps/mach/hurd/configure.ac: ... here.
19712         * sysdeps/powerpc/configure.in: Moved to ...
19713         * sysdeps/powerpc/configure.ac: ... here.
19714         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19715         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19716         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19717         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19718         * sysdeps/s390/s390-32/configure.in: Moved to ...
19719         * sysdeps/s390/s390-32/configure.ac: ... here.
19720         * sysdeps/s390/s390-64/configure.in: Moved to ...
19721         * sysdeps/s390/s390-64/configure.ac: ... here.
19722         * sysdeps/sh/configure.in: Moved to ...
19723         * sysdeps/sh/configure.ac: ... here.
19724         * sysdeps/sparc/configure.in: Moved to ...
19725         * sysdeps/sparc/configure.ac: ... here.
19726         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19727         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19728         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19729         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19730         * sysdeps/x86_64/configure.in: Moved to ...
19731         * sysdeps/x86_64/configure.ac: ... here.
19732         * sysdeps/x86_64/preconfigure.in: Moved to ...
19733         * sysdeps/x86_64/preconfigure.ac: ... here.
19734         * aclocal.m4: Change reference to configure.in to configure.ac.
19735         * config.h.in: Likewise.
19736         * manual/install.texi: Likewise.
19737         * manual/maint.texi: Likewise.
19738         * Makefile: Likewise.
19739         * malloc/Makefile: Likewise.
19740         * nscd/Makefile: Likewise.
19741         * Makeconfig: Change reference to configure.in and
19742         preconfigure.in to configure.ac and preconfigure.ac
19743         respectively.
19744         * INSTALL: Regenerated.
19745         * configure: Likewise.
19746         * sysdeps/gnu/configure: Likewise.
19747         * sysdeps/i386/configure: Likewise.
19748         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19749         * sysdeps/mach/configure: Likewise.
19750         * sysdeps/mach/hurd/configure: Likewise.
19751         * sysdeps/powerpc/configure: Likewise.
19752         * sysdeps/powerpc/powerpc32/configure: Likewise.
19753         * sysdeps/powerpc/powerpc64/configure: Likewise.
19754         * sysdeps/s390/s390-32/configure: Likewise.
19755         * sysdeps/s390/s390-64/configure: Likewise.
19756         * sysdeps/sh/configure: Likewise.
19757         * sysdeps/sparc/configure: Likewise.
19758         * sysdeps/unix/sysv/linux/configure: Likewise.
19759         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19760         * sysdeps/x86_64/configure: Likewise.
19761         * sysdeps/x86_64/preconfigure: Likewise.
19762
19763 2013-10-29  Andreas Schwab  <schwab@suse.de>
19764
19765         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19766
19767 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19768
19769         * benchtests/pow-inputs: Add new inputs.
19770
19771         * benchtests/exp-inputs: Add new inputs.
19772
19773         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19774         conditional check for return value.
19775         (__cos32): Likewise.
19776
19777 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19778
19779         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19780         to provide a boost for large inputs with word alignment.
19781         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19782         implementation based on optimized PPC64 strcpy.
19783         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19784         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19785         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19786         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19787
19788 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19789
19790         [BZ #2801]
19791         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19792
19793 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19794
19795         [BZ #14876]
19796         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19797         * time/tst-strptime.c (day_tests): Add testcase.
19798
19799 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19800
19801         [BZ #14029]
19802         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19803
19804 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19805
19806         [BZ #16074]
19807         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19808         MAP_FAILED on error.
19809
19810 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19811
19812         [BZ #16072]
19813         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19814         heap for large requests.
19815
19816 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19817
19818         [BZ #9954]
19819         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19820         result if the result has no associated interface.
19821         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19822         interface for all 127.X.Y.Z addresses.
19823
19824 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19825
19826         * locale/iso-639.def: Add Ligurian (lij)
19827
19828 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19829
19830         [BZ #15825]
19831         * sunrpc/rpc_main.c: Document rpcgen -5.
19832
19833 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19834
19835         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19836
19837 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19838
19839         [BZ #10278]
19840         * posix/glob.c: Match only directories when trailing slash is present.
19841         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19842         (main): Add testcase.
19843
19844 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19845
19846         [BZ #15670]
19847         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19848
19849 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19850
19851         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19852         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19853         AUTH_DES and cindex for FIPS 140-2.
19854         (DES Encryption): Add cindex FIPS 46-3.
19855
19856         * locale/locarchive.h (struct locarhandle): Add fname.
19857         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19858         if an optional argument was specified to --list-archive,
19859         otherwise NULL.
19860         * locale/programs/locarchive.c (show_archive_content): Take new
19861         argument fname and pass it via ah.fname to open_archive.
19862         * locale/programs/localedef.h: Update decl.
19863         (open_archive): If AH->fname is non-null, open that file
19864         rather than the default file name, and don't ignore ENOENT.
19865         (create_archive): Set AH.fname to NULL.
19866         (delete_locales_from_archive): Likewise.
19867         (add_locales_to_archive): Likewise.
19868         * locale/programs/locfile.c (write_all_categories): Likewise.
19869
19870 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19871             Aldy Hernandez  <aldyh@redhat.com>
19872
19873         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19874         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19875         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19876         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19877         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19878         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19879         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19880         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19881         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19882         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19883         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19884         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19885         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19886         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19887         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19888         Likewise.
19889         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19890         Likewise.
19891         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19892         Likewise.
19893         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19894         Likewise.
19895         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19896         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19897         Likewise.
19898         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19899         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19900         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19901         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19902         Likewise.
19903         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19904         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19905         * sysdeps/powerpc/preconfigure: Likewise.
19906         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19907         Likewise.
19908         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19909         Replace contents of file by #include of <fenv_libc.h>.
19910         * sysdeps/powerpc/soft-fp/sfp-machine.h
19911         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19912         and <sys/prctl.h>.
19913         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19914         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19915         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19916         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19917         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19918         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19919         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19920         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19921         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19922         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19923         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19924         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19926         Allow copysignl PLT reference to be missing.
19927
19928 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19929             Joseph Myers  <joseph@codesourcery.com
19930
19931         [BZ #15948]
19932         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19933         single character.
19934         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19935
19936 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19937
19938         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19939         * elf/tst-tls1.c: Likewise.
19940         * elf/tst-tls10.h: Likewise.
19941         * elf/tst-tls14.c: Likewise.
19942         * elf/tst-tls2.c: Likewise.
19943         * elf/tst-tls3.c: Likewise.
19944         * elf/tst-tls4.c: Likewise.
19945         * elf/tst-tls5.c: Likewise.
19946         * elf/tst-tls6.c: Likewise.
19947         * elf/tst-tls7.c: Likewise.
19948         * elf/tst-tls8.c: Likewise.
19949         * elf/tst-tls9.c: Likewise.
19950         * elf/tst-tlsmod1.c: Likewise.
19951         * elf/tst-tlsmod13.c: Likewise.
19952         * elf/tst-tlsmod13a.c: Likewise.
19953         * elf/tst-tlsmod14a.c: Likewise.
19954         * elf/tst-tlsmod16a.c: Likewise.
19955         * elf/tst-tlsmod16b.c: Likewise.
19956         * elf/tst-tlsmod2.c: Likewise.
19957         * elf/tst-tlsmod3.c: Likewise.
19958         * elf/tst-tlsmod4.c: Likewise.
19959         * elf/tst-tlsmod5.c: Likewise.
19960         * elf/tst-tlsmod6.c: Likewise.
19961
19962 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19963
19964         [BZ #12486]
19965         * malloc/malloc.c: remove checks for statistics.
19966
19967 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19968
19969         [BZ #15277]
19970         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19971         * inet/tst-network.c: Add testcase.
19972
19973 2013-10-17  Andreas Schwab  <schwab@suse.de>
19974
19975         [BZ #15218]
19976         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19977         to determine canonical name.
19978
19979 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19980
19981         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19982         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19983         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19984         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19985         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19986         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19987         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19988         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19989         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19990         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19991         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19992         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19993         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19994         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19995         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19996         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19997         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19998         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19999         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
20000         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
20001         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
20002         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
20003         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20004         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
20005         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
20006         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
20007         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
20008         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
20009         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
20010         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
20011         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
20012         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
20013         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
20014         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
20015         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
20016         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20017         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20018         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
20019         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
20020         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
20021         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
20022         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
20023         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
20024         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
20025         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
20026         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20027         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
20028         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
20029         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
20030         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
20031         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
20032         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
20033         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
20034         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
20035         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20036         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
20037         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
20038         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
20039
20040 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
20041
20042         [BZ #16041]
20043         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
20044         make result into a quiet NaN.
20045
20046 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
20047
20048         * soft-fp/adddf3.c: Fix horizontal whitespace.
20049         * soft-fp/addsf3.c: Likewise.
20050         * soft-fp/addtf3.c: Likewise.
20051         * soft-fp/divdf3.c: Likewise.
20052         * soft-fp/divsf3.c: Likewise.
20053         * soft-fp/divtf3.c: Likewise.
20054         * soft-fp/double.h: Likewise.
20055         * soft-fp/eqdf2.c: Likewise.
20056         * soft-fp/eqsf2.c: Likewise.
20057         * soft-fp/eqtf2.c: Likewise.
20058         * soft-fp/extenddftf2.c: Likewise.
20059         * soft-fp/extended.h: Likewise.
20060         * soft-fp/extendsfdf2.c: Likewise.
20061         * soft-fp/extendsftf2.c: Likewise.
20062         * soft-fp/extendxftf2.c: Likewise.
20063         * soft-fp/fixdfdi.c: Likewise.
20064         * soft-fp/fixdfsi.c: Likewise.
20065         * soft-fp/fixdfti.c: Likewise.
20066         * soft-fp/fixsfdi.c: Likewise.
20067         * soft-fp/fixsfsi.c: Likewise.
20068         * soft-fp/fixsfti.c: Likewise.
20069         * soft-fp/fixtfdi.c: Likewise.
20070         * soft-fp/fixtfsi.c: Likewise.
20071         * soft-fp/fixtfti.c: Likewise.
20072         * soft-fp/fixunsdfdi.c: Likewise.
20073         * soft-fp/fixunsdfsi.c: Likewise.
20074         * soft-fp/fixunsdfti.c: Likewise.
20075         * soft-fp/fixunssfdi.c: Likewise.
20076         * soft-fp/fixunssfsi.c: Likewise.
20077         * soft-fp/fixunssfti.c: Likewise.
20078         * soft-fp/fixunstfdi.c: Likewise.
20079         * soft-fp/fixunstfsi.c: Likewise.
20080         * soft-fp/fixunstfti.c: Likewise.
20081         * soft-fp/floatdidf.c: Likewise.
20082         * soft-fp/floatdisf.c: Likewise.
20083         * soft-fp/floatditf.c: Likewise.
20084         * soft-fp/floatsidf.c: Likewise.
20085         * soft-fp/floatsisf.c: Likewise.
20086         * soft-fp/floatsitf.c: Likewise.
20087         * soft-fp/floattidf.c: Likewise.
20088         * soft-fp/floattisf.c: Likewise.
20089         * soft-fp/floattitf.c: Likewise.
20090         * soft-fp/floatundidf.c: Likewise.
20091         * soft-fp/floatundisf.c: Likewise.
20092         * soft-fp/floatunditf.c: Likewise.
20093         * soft-fp/floatunsidf.c: Likewise.
20094         * soft-fp/floatunsisf.c: Likewise.
20095         * soft-fp/floatunsitf.c: Likewise.
20096         * soft-fp/floatuntidf.c: Likewise.
20097         * soft-fp/floatuntisf.c: Likewise.
20098         * soft-fp/floatuntitf.c: Likewise.
20099         * soft-fp/fmadf4.c: Likewise.
20100         * soft-fp/fmasf4.c: Likewise.
20101         * soft-fp/fmatf4.c: Likewise.
20102         * soft-fp/gedf2.c: Likewise.
20103         * soft-fp/gesf2.c: Likewise.
20104         * soft-fp/getf2.c: Likewise.
20105         * soft-fp/ledf2.c: Likewise.
20106         * soft-fp/lesf2.c: Likewise.
20107         * soft-fp/letf2.c: Likewise.
20108         * soft-fp/muldf3.c: Likewise.
20109         * soft-fp/mulsf3.c: Likewise.
20110         * soft-fp/multf3.c: Likewise.
20111         * soft-fp/negdf2.c: Likewise.
20112         * soft-fp/negsf2.c: Likewise.
20113         * soft-fp/negtf2.c: Likewise.
20114         * soft-fp/op-1.h: Likewise.
20115         * soft-fp/op-2.h: Likewise.
20116         * soft-fp/op-4.h: Likewise.
20117         * soft-fp/op-8.h: Likewise.
20118         * soft-fp/op-common.h: Likewise.
20119         * soft-fp/quad.h: Likewise.
20120         * soft-fp/single.h: Likewise.
20121         * soft-fp/soft-fp.h: Likewise.
20122         * soft-fp/sqrtdf2.c: Likewise.
20123         * soft-fp/sqrtsf2.c: Likewise.
20124         * soft-fp/sqrttf2.c: Likewise.
20125         * soft-fp/subdf3.c: Likewise.
20126         * soft-fp/subsf3.c: Likewise.
20127         * soft-fp/subtf3.c: Likewise.
20128         * soft-fp/truncdfsf2.c: Likewise.
20129         * soft-fp/trunctfdf2.c: Likewise.
20130         * soft-fp/trunctfsf2.c: Likewise.
20131         * soft-fp/trunctfxf2.c: Likewise.
20132         * soft-fp/unorddf2.c: Likewise.
20133         * soft-fp/unordsf2.c: Likewise.
20134         * soft-fp/unordtf2.c: Likewise.
20135
20136 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
20137
20138         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
20139         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
20140
20141 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
20142
20143         * elf/dl-libc.c: Clear initfini list after freeing.
20144
20145 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
20146
20147         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
20148         * soft-fp/addsf3.c: Likewise.
20149         * soft-fp/addtf3.c: Likewise.
20150         * soft-fp/divdf3.c: Likewise.
20151         * soft-fp/divsf3.c: Likewise.
20152         * soft-fp/divtf3.c: Likewise.
20153         * soft-fp/double.h: Likewise.
20154         * soft-fp/eqdf2.c: Likewise.
20155         * soft-fp/eqsf2.c: Likewise.
20156         * soft-fp/eqtf2.c: Likewise.
20157         * soft-fp/extenddftf2.c: Likewise.
20158         * soft-fp/extended.h: Likewise.
20159         * soft-fp/extendsfdf2.c: Likewise.
20160         * soft-fp/extendsftf2.c: Likewise.
20161         * soft-fp/extendxftf2.c: Likewise.
20162         * soft-fp/fixdfdi.c: Likewise.
20163         * soft-fp/fixdfsi.c: Likewise.
20164         * soft-fp/fixdfti.c: Likewise.
20165         * soft-fp/fixsfdi.c: Likewise.
20166         * soft-fp/fixsfsi.c: Likewise.
20167         * soft-fp/fixsfti.c: Likewise.
20168         * soft-fp/fixtfdi.c: Likewise.
20169         * soft-fp/fixtfsi.c: Likewise.
20170         * soft-fp/fixtfti.c: Likewise.
20171         * soft-fp/fixunsdfdi.c: Likewise.
20172         * soft-fp/fixunsdfsi.c: Likewise.
20173         * soft-fp/fixunsdfti.c: Likewise.
20174         * soft-fp/fixunssfdi.c: Likewise.
20175         * soft-fp/fixunssfsi.c: Likewise.
20176         * soft-fp/fixunssfti.c: Likewise.
20177         * soft-fp/fixunstfdi.c: Likewise.
20178         * soft-fp/fixunstfsi.c: Likewise.
20179         * soft-fp/fixunstfti.c: Likewise.
20180         * soft-fp/floatdidf.c: Likewise.
20181         * soft-fp/floatdisf.c: Likewise.
20182         * soft-fp/floatditf.c: Likewise.
20183         * soft-fp/floatsidf.c: Likewise.
20184         * soft-fp/floatsisf.c: Likewise.
20185         * soft-fp/floatsitf.c: Likewise.
20186         * soft-fp/floattidf.c: Likewise.
20187         * soft-fp/floattisf.c: Likewise.
20188         * soft-fp/floattitf.c: Likewise.
20189         * soft-fp/floatundidf.c: Likewise.
20190         * soft-fp/floatundisf.c: Likewise.
20191         * soft-fp/floatunsidf.c: Likewise.
20192         * soft-fp/floatunsisf.c: Likewise.
20193         * soft-fp/floatuntidf.c: Likewise.
20194         * soft-fp/floatuntisf.c: Likewise.
20195         * soft-fp/floatuntitf.c: Likewise.
20196         * soft-fp/fmadf4.c: Likewise.
20197         * soft-fp/fmasf4.c: Likewise.
20198         * soft-fp/fmatf4.c: Likewise.
20199         * soft-fp/gedf2.c: Likewise.
20200         * soft-fp/gesf2.c: Likewise.
20201         * soft-fp/getf2.c: Likewise.
20202         * soft-fp/ledf2.c: Likewise.
20203         * soft-fp/lesf2.c: Likewise.
20204         * soft-fp/letf2.c: Likewise.
20205         * soft-fp/muldf3.c: Likewise.
20206         * soft-fp/mulsf3.c: Likewise.
20207         * soft-fp/multf3.c: Likewise.
20208         * soft-fp/negdf2.c: Likewise.
20209         * soft-fp/negsf2.c: Likewise.
20210         * soft-fp/negtf2.c: Likewise.
20211         * soft-fp/op-1.h: Likewise.
20212         * soft-fp/op-2.h: Likewise.
20213         * soft-fp/op-4.h: Likewise.
20214         * soft-fp/op-8.h: Likewise.
20215         * soft-fp/op-common.h: Likewise.
20216         * soft-fp/quad.h: Likewise.
20217         * soft-fp/single.h: Likewise.
20218         * soft-fp/soft-fp.h: Likewise.
20219         * soft-fp/sqrtdf2.c: Likewise.
20220         * soft-fp/sqrtsf2.c: Likewise.
20221         * soft-fp/sqrttf2.c: Likewise.
20222         * soft-fp/subdf3.c: Likewise.
20223         * soft-fp/subsf3.c: Likewise.
20224         * soft-fp/subtf3.c: Likewise.
20225         * soft-fp/truncdfsf2.c: Likewise.
20226         * soft-fp/trunctfdf2.c: Likewise.
20227         * soft-fp/trunctfsf2.c: Likewise.
20228         * soft-fp/trunctfxf2.c: Likewise.
20229         * soft-fp/unorddf2.c: Likewise.
20230         * soft-fp/unordsf2.c: Likewise.
20231         * soft-fp/unordtf2.c: Likewise.
20232
20233 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
20234
20235         [BZ #15672]
20236         * misc/error.c (error_tail): Fix possible buffer overflow.
20237
20238 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
20239
20240         [BZ #13028]
20241         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20242         address.
20243
20244 2013-10-14  P. J. McDermott  <pj@pehjota.net>
20245
20246         [BZ #832]
20247         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
20248         testing pipefail option.
20249
20250 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20251
20252         * soft-fp/double.h: Indent preprocessor directives inside #if.
20253         * soft-fp/extended.h: Likewise.
20254         * soft-fp/op-2.h: Likewise.
20255         * soft-fp/op-4.h: Likewise.
20256         * soft-fp/op-common.h: Likewise.
20257         * soft-fp/quad.h: Likewise.
20258         * soft-fp/single.h: Likewise.
20259         * soft-fp/soft-fp.h: Likewise.
20260
20261 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20262
20263         * iconv/iconv_prog.c: Fix typos.
20264         * stdio-common/psiginfo-data.h: Likewise.
20265
20266 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20267
20268         [BZ #15764]
20269         * locale/setlocale.c: Fix typo.
20270
20271 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20272
20273         [BZ #16036]
20274         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20275         signaling NaN arguments.
20276         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20277         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20278
20279         [BZ #14910]
20280         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20281         unordered operands.
20282         * soft-fp/gesf2.c (__gesf2): Likewise.
20283         * soft-fp/getf2.c (__getf2): Likewise.
20284         * soft-fp/ledf2.c (__ledf2): Likewise.
20285         * soft-fp/lesf2.c (__lesf2): Likewise.
20286         * soft-fp/letf2.c (__letf2): Likewise.
20287
20288         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20289         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20290         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20291         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20292         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20293         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20294         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20295         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20296         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20297         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20298         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20299         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20300         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20301         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20302         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20303         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20304         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20305         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20306         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20307         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20308         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20309         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20310         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20311         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20312         * soft-fp/floattidf.c (__floattidf): Likewise.
20313         * soft-fp/floattisf.c (__floattisf): Likewise.
20314         * soft-fp/floattitf.c (__floattitf): Likewise.
20315         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20316         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20317         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20318         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20319         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20320         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20321         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20322         * soft-fp/gesf2.c (__gesf2): Likewise.
20323         * soft-fp/getf2.c (__getf2): Likewise.
20324         * soft-fp/ledf2.c (__ledf2): Likewise.
20325         * soft-fp/lesf2.c (__lesf2): Likewise.
20326         * soft-fp/letf2.c (__letf2): Likewise.
20327
20328         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20329         Undefine and redefine.
20330         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20331         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20332         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20333         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20334         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20335         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20336         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20337         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20338         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20339         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20340         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20341         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20342         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20343         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20344         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20345
20346         [BZ #16032]
20347         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20348         without decrementing exponent if mantissa >= that for the
20349         denominator, not >.
20350         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20351         denominator, not >.  Decrement exponent in < case instead of
20352         incrementing in >= case.
20353         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20354         without decrementing exponent if mantissa >= that for the
20355         denominator, not >.
20356
20357         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20358         computing saturated result for unsigned overflow.
20359
20360 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20361             Jeff Law  <law@redhat.com>
20362
20363         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20364         (atan2Mp): Add systemtap probe marker.
20365         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20366         (__ieee754_log): Add systemtap probe marker.
20367         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20368         (atanMp): Add systemtap probe marker.
20369         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20370         (tanMp): Add systemtap probe marker.
20371         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20372         (__slowexp): Add systemtap probe marker.
20373         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20374         (__slowpow): Add systemtap probe marker.
20375         * manual/probes.texi: Document probes.
20376
20377 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20378
20379         [BZ #15362]
20380         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20381         written.
20382         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20383         written.
20384         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20385         written to buffer but not flushed.
20386         * libio/iofwrite_u.c:  Likewise.
20387         * libio/iopadn.c:  Return bytes returned even if EOF was
20388         encountered.
20389         * libio/iowpadn.c:  Likewise.
20390         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20391         if _IO_padn does not write the whole buffer.
20392         [!COMPILE_WPRINTF] (PAD): Likewise.
20393
20394 2013-10-10  David S. Miller  <davem@davemloft.net>
20395
20396         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20397         directory block.
20398
20399 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20400
20401         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20402         instead of FSF address.
20403         * soft-fp/fixdfti.c: Likewise.
20404         * soft-fp/fixsfti.c: Likewise.
20405         * soft-fp/fixtfti.c: Likewise.
20406         * soft-fp/fixunsdfti.c: Likewise.
20407         * soft-fp/fixunssfti.c: Likewise.
20408         * soft-fp/fixunstfti.c: Likewise.
20409         * soft-fp/floattidf.c: Likewise.
20410         * soft-fp/floattisf.c: Likewise.
20411         * soft-fp/floattitf.c: Likewise.
20412         * soft-fp/floatuntidf.c: Likewise.
20413         * soft-fp/floatuntisf.c: Likewise.
20414         * soft-fp/floatuntitf.c: Likewise.
20415         * soft-fp/trunctfxf2.c: Likewise.
20416
20417         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20418         * soft-fp/fixdfti.c: Likewise.
20419         * soft-fp/fixsfti.c: Likewise.
20420         * soft-fp/fixtfti.c: Likewise.
20421         * soft-fp/fixunsdfti.c: Likewise.
20422         * soft-fp/fixunssfti.c: Likewise.
20423         * soft-fp/fixunstfti.c: Likewise.
20424         * soft-fp/floattidf.c: Likewise.
20425         * soft-fp/floattisf.c: Likewise.
20426         * soft-fp/floattitf.c: Likewise.
20427         * soft-fp/floatuntidf.c: Likewise.
20428         * soft-fp/floatuntisf.c: Likewise.
20429         * soft-fp/floatuntitf.c: Likewise.
20430         * soft-fp/trunctfxf2.c: Likewise.
20431
20432 2013-10-10  David S. Miller  <davem@davemloft.net>
20433
20434         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20435
20436 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20437
20438         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20439         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20440         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20441         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20442         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20443         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20444         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20445
20446         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20447         for NaNs before doing comparisons on argument.
20448         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20449         Likewise.
20450
20451 2013-10-10  Will Newton  <will.newton@linaro.org>
20452
20453         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20454         passed to _int_memalign does not overflow.
20455
20456 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20457
20458         * scripts/bench.pl: Add include-sources directive.
20459         * benchtests/README: Update documentation.
20460
20461 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20462
20463         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20464         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20465         instead of FP_INIT_ROUNDMODE.
20466         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20467         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20468
20469         [BZ #16034]
20470         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20471         copy class of input value.
20472         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20473         not handle exceptions.
20474         * soft-fp/negsf2.c (__negsf2): Likewise.
20475         * soft-fp/negtf2.c (__negtf2): Likewise.
20476         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20477
20478 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20479
20480         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20481         semicolon.  From Linux kernel.
20482
20483 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20484
20485         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20486
20487 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20488
20489         [BZ #156]
20490         * manual/socket.texi: Added statement about buffer
20491         for gethostbyname2_r.
20492
20493 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20494
20495         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20496         Use .p2align directive instead, throughout.
20497         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20498         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20499         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20500         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20501         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20502         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20503         * sysdeps/x86_64/strchr.S: Likewise.
20504         * sysdeps/x86_64/strrchr.S: Likewise.
20505
20506 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20507
20508         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20509
20510         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20511
20512         * sysdeps/generic/math_private.h (__mpsin1): Remove
20513         declaration.
20514         (__mpcos1): Likewise.
20515         (__mpsin): New argument __range_reduce.
20516         (__mpcos): Likewise.
20517         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20518         (slow): Use __mpsin and __mpcos.
20519         (slow1): Likewise.
20520         (slow2): Likewise.
20521         (sloww): Likewise.
20522         (sloww1): Likewise.
20523         (sloww2): Likewise.
20524         (bsloww): Likewise.
20525         (bsloww1): Likewise.
20526         (bsloww2): Likewise.
20527         (cslow2): Likewise.
20528         (csloww): Likewise.
20529         (csloww1): Likewise.
20530         (csloww2): Likewise.
20531         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20532         range_reduce.  Merge in __mpsin1.
20533         (__mpcos): Likewise.
20534         (__mpsin1): Remove.
20535         (__mpcos1): Likewise.
20536
20537 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20538
20539         * locale/loadlocale.c (_nl_intern_locale_data): Use
20540         LOCFILE_ALIGNED_P.
20541         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20542         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20543         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20544         obstack data is appropriately aligned.
20545         (obstack_int32_grow_fast): Likewise.
20546         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20547         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20548         (add_locale_uint32_array): Likewise.
20549
20550 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20551
20552         * benchtests/Makefile: Remove ARGLIST and RET variables.
20553         ($(objpfx)bench-%.c): Pass only function name to the script.
20554         * benchtests/README: Update documentation.
20555         * benchtests/acos-inputs: Add new directives.
20556         * benchtests/acosh-inputs: Likewise.
20557         * benchtests/asin-inputs: Likewise.
20558         * benchtests/asinh-inputs: Likewise.
20559         * benchtests/atan-inputs: Likewise.
20560         * benchtests/atanh-inputs: Likewise.
20561         * benchtests/cos-inputs: Likewise.
20562         * benchtests/cosh-inputs: Likewise.
20563         * benchtests/exp-inputs: Likewise.
20564         * benchtests/log-inputs: Likewise.
20565         * benchtests/pow-inputs: Likewise.
20566         * benchtests/rint-inputs: Likewise.
20567         * benchtests/sin-inputs: Likewise.
20568         * benchtests/sinh-inputs: Likewise.
20569         * benchtests/tan-inputs: Likewise.
20570         * benchtests/tanh-inputs: Likewise.
20571         * scripts/bench.pl: Add support for new directives.
20572
20573 2013-10-07  Alan Modra  <amodra@gmail.com>
20574
20575         * README: Fix careless merge.
20576
20577 2013-10-05  Alan Modra  <amodra@gmail.com>
20578
20579         * NEWS: Mention powerpc64le support and bugs fixed.
20580         * README: Both big-endian and little-endian powerpc64 supported.
20581
20582 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20583
20584         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20585         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20586         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20587         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20588
20589 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20590
20591         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20592         match prototype.
20593
20594 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20595
20596         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20597         Move -mhard-float appending from
20598         ports/sysdeps/powerpc/powerpc32/Makefile.
20599         [$(with-fp) = yes] (ASFLAGS): Likewise.
20600         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20601         * sysdeps/powerpc/nofpu: Move directory from
20602         ports/sysdeps/powerpc/nofpu.
20603         * sysdeps/powerpc/soft-fp: Move directory from
20604         ports/sysdeps/powerpc/soft-fp.
20605         * sysdeps/powerpc/powerpc32/405: Move directory from
20606         ports/sysdeps/powerpc/powerpc32/405.
20607         * sysdeps/powerpc/powerpc32/440: Move directory from
20608         ports/sysdeps/powerpc/powerpc32/440.
20609         * sysdeps/powerpc/powerpc32/464: Move directory from
20610         ports/sysdeps/powerpc/powerpc32/464.
20611         * sysdeps/powerpc/powerpc32/476: Move directory from
20612         ports/sysdeps/powerpc/powerpc32/476.
20613         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20614         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20615         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20616         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20617         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20618         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20619         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20620         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20622         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20623         * README: Update for powerpc-*-linux-gnu software floating point
20624         support in libc.
20625
20626         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20627         case to powerpc/powerpc32*.
20628         * sysdeps/unix/sysv/linux/configure: Regenerated.
20629
20630         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20631         (_FPU_MASK_OM): Define as 0x04.
20632         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20633         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20634         0x00c10080.
20635         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20636         0x0000003c.
20637         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20638
20639         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20640         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20641         getcontext_e500.
20642         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20643         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20644         setcontext_e500.
20645         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20646         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20647         and setcontext_e500.
20648
20649 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20650
20651         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20652
20653 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20654
20655         * manual/threads.texi (Default Thread Attributes): Fix typo.
20656
20657 2013-10-04  Will Newton  <will.newton@linaro.org>
20658
20659         * malloc/Makefile: Add tst-memalign.
20660         * malloc/tst-memalign.c: New file.
20661
20662         * malloc/tst-posix_memalign.c: Add comments.
20663         (do_test): Add comments and call free on all potentially
20664         allocated pointers. Add space after cast.
20665
20666         * malloc/tst-pvalloc.c: Add comments.
20667         (do_test): Add comments and call free on all potentially
20668         allocated pointers. Remove duplicate check for NULL pointer.
20669         Add space after cast.
20670
20671         * malloc/tst-valloc.c: Add comments.
20672         (do_test): Add comments and call free on all potentially
20673         allocated pointers. Remove duplicate check for NULL pointer.
20674         Add space after cast.
20675
20676 2013-10-04  Alan Modra  <amodra@gmail.com>
20677
20678         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20679         Use stdint types in rather than __attribute__((mode())).
20680         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20681
20682 2013-10-04  Alan Modra  <amodra@gmail.com>
20683
20684         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20685         Correct handling of unaligned relocs for little-endian.
20686         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20687
20688 2013-10-04  Alan Modra  <amodra@gmail.com>
20689
20690         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20691         * configure: Regenerate.
20692         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20693         * shlib-versions: Likewise.
20694
20695 2013-10-04  Alan Modra  <amodra@gmail.com>
20696
20697         * string/tester.c (test_memrchr): Increment reported test cycle.
20698
20699 2013-10-04  Alan Modra  <amodra@gmail.com>
20700
20701         * string/test-memcpy.c (do_one_test): When reporting errors, print
20702         string address and don't overrun end of string.
20703
20704 2013-10-04  Alan Modra  <amodra@gmail.com>
20705
20706         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20707         insrdi.  Make better use of reg selection to speed exit slightly.
20708         Schedule entry path a little better.  Remove useless "are we done"
20709         checks on entry to main loop.  Handle wrapping around zero address.
20710         Correct main loop count.  Handle single left-over word from main
20711         loop inline rather than by using loop_small.  Remove extra word
20712         case in loop_small caused by wrong loop count.  Add little-endian
20713         support.
20714         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20715         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20716         cache hint.
20717         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20718         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20719         support.  Avoid rlwimi.
20720         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20721
20722 2013-10-04  Alan Modra  <amodra@gmail.com>
20723
20724         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20725         insrdi.  Formatting.
20726         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20727         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20728         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20729         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20730         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20731         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20732
20733 2013-10-04  Alan Modra  <amodra@gmail.com>
20734
20735         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20736         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20737         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20738         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20739         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20740         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20741         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20742         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20743         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20744         use of regs.  Use power7 mtocrf.  Tidy function tails.
20745
20746 2013-10-04  Alan Modra  <amodra@gmail.com>
20747
20748         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20749         Formatting.  Consistently use rXXX register defines or rN defines.
20750         Use early exit labels that avoid restoring unused non-volatile regs.
20751         Make cr field use more consistent with rWORDn compares.  Rename
20752         regs used as shift registers for unaligned loop, using rN defines
20753         for short lifetime/multiple use regs.
20754         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20755         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20756         addi 1,1,64 to pop stack frame.  Simplify return value code.
20757         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20758
20759 2013-10-04  Alan Modra  <amodra@gmail.com>
20760
20761         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20762         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20763         rather than rlwimi.
20764         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20765         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20766         little-endian support.  Correct typos.
20767         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20768         rather than rlwimi.
20769         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20770         in loop and entry code to keep "and." results.
20771         (strchr): Add little-endian support.  Comment.  Move cntlzd
20772         earlier in tail.
20773         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20774
20775 2013-10-04  Alan Modra  <amodra@gmail.com>
20776
20777         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20778         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20779         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20780         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20781
20782 2013-10-04  Alan Modra  <amodra@gmail.com>
20783
20784         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20785         (rTMP): Define as r11.
20786         (strcmp): Add little-endian support.  Optimise tail.
20787         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20788         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20789         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20790         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20791         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20792         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20793         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20794
20795 2013-10-04  Alan Modra  <amodra@gmail.com>
20796
20797         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20798         little-endian support.  Remove unnecessary "are we done" tests.
20799         Handle "s" wrapping around zero and extremely large "size".
20800         Correct main loop count.  Handle single left-over word from main
20801         loop inline rather than by using small_loop.  Correct comments.
20802         Delete "zero" tail, use "end_max" instead.
20803         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20804
20805 2013-10-04  Alan Modra  <amodra@gmail.com>
20806
20807         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20808         support.  Don't branch over align.
20809         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20810         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20811         support.  Rearrange tmp reg use to suit.  Comment.
20812         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20813
20814 2013-10-04  Alan Modra  <amodra@gmail.com>
20815
20816         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20817
20818 2013-10-04  Alan Modra  <amodra@gmail.com>
20819
20820         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20821         conditional form of branch and link when obtaining pc.
20822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20823
20824 2013-10-04  Alan Modra  <amodra@gmail.com>
20825
20826         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20827         HIWORD/LOWORD.
20828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20830
20831 2013-10-04  Alan Modra  <amodra@gmail.com>
20832
20833         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20834         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20835         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20836         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20837         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20838         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20839         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20840         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20841         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20842         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20843
20844 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20845             Alistair Popple <alistair@ozlabs.au.ibm.com>
20846             Alan Modra <amodra@gmail.com>
20847
20848         [BZ #15723]
20849         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20850         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20851         _dl_hwcap access for little-endian.
20852         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20853         destroy vmx regs when saving unaligned.
20854         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20855         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20856         destroy vmx regs when saving unaligned.
20857
20858 2013-10-04  Alan Modra  <amodra@gmail.com>
20859
20860         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20861         Don't use a union to pack hi/low value.
20862
20863 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20864
20865         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20866         for little-endian.
20867         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20868         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20869         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20870         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20871         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20872
20873 2013-10-04  Alan Modra  <amodra@gmail.com>
20874
20875         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20876         constants to usual value for .cst8 section, and remove redundant
20877         high address load.
20878         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20879         constant for 0x1p52.  Load little-endian words of double from
20880         correct stack offsets.
20881
20882 2013-10-04  Alan Modra  <amodra@gmail.com>
20883
20884         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20885         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20886         words of double from correct stack offsets.
20887         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20888         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20889         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20890         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20891         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20892         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20893         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20894         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20895         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20896         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20897         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20898         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20899         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20900         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20901         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20902         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20903         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20904
20905 2013-10-04  Alan Modra  <amodra@gmail.com>
20906
20907         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20908         64-bit int/double union.
20909         (_FPU_SETCW): Likewise.
20910         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20911         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20912
20913 2013-10-04  Alan Modra  <amodra@gmail.com>
20914
20915         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20916         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20917
20918 2013-10-04  Alan Modra  <amodra@gmail.com>
20919
20920         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20921         use vector int constants.
20922         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20923
20924 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20925
20926         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20927         array with long long.
20928         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20929         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20930         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20931         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20932         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20933         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20934         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20935         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20936         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20937         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20938         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20939         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20940         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20941
20942 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20943
20944         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20945         (__signbit): Likewise.  Correct for little-endian.
20946         (__signbitl): Call __signbit.
20947         (lrint): Correct for little-endian.
20948         (lrintf): Call lrint.
20949
20950 2013-10-04  Alan Modra  <amodra@gmail.com>
20951
20952         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20953         union 32-bit int array member with 64-bit int array.
20954         (t515, tm256): Double rather than long double.
20955         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20956
20957 2013-10-04  Alan Modra  <amodra@gmail.com>
20958
20959         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20960         Delete.
20961         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20962         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20963         version of math_ldbl.h.
20964
20965 2013-10-04  Alan Modra  <amodra@gmail.com>
20966
20967         [BZ #15734], [BZ #15735]
20968         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20969         all uses of ieee875 long double macros and unions.  Simplify test
20970         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20971         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20972         normalize after ldbl_extract_mantissa, and don't add hidden bit
20973         already handled.  Don't treat low word of ieee854 mantissa like
20974         low word of IBM long double and mask off bit when testing for
20975         zero.
20976         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20977         all uses of ieee875 long double macros and unions.  Simplify tests
20978         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20979         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20980         two1022, instead use their values.  Recognise that tests for large
20981         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20982         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20983         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20984         test for 0.0L and nan.  Correct negation.
20985         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20986         ieee875 long double macros and unions.  Correct output for large
20987         magnitude x.  Correct absolute value calculation.
20988         (__erfcl): Likewise.
20989         * math/libm-test.inc: Add tests for errors discovered in IBM long
20990         double versions of fmodl, remainderl, erfl and erfcl.
20991
20992 2013-10-04  Alan Modra  <amodra@gmail.com>
20993
20994         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20995         all uses of ieee854 long double macros and unions.  Simplify tests
20996         for long doubles that are fully specified by the high double.
20997         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20998         Likewise.
20999         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
21000         Remove dead code too.
21001         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
21002         (__ieee754_ynl): Likewise.
21003         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
21004         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
21005         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
21006         Remove dead code too.
21007         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
21008         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
21009         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
21010         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
21011         Simplify.
21012         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
21013         Simplify.
21014         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
21015         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
21016         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
21017         Comment on variable precision.
21018         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
21019         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
21020         Likewise.
21021         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
21022         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
21023         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
21024         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
21025         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
21026
21027 2013-10-04  Alan Modra  <amodra@gmail.com>
21028
21029         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
21030         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
21031         all uses of ieee854 long double macros and unions.
21032         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
21033         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
21034         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
21035         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
21036         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
21037         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
21038         Likewise.
21039         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
21040         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
21041         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
21042         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
21043         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
21044         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
21045         Simplify sign and nan test too.
21046         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
21047         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
21048         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
21049         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
21050         Likewise.
21051         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
21052         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
21053         Likewise.
21054         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
21055         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
21056         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
21057         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
21058         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
21059         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
21060
21061 2013-10-04  Alan Modra  <amodra@gmail.com>
21062
21063         * stdio-common/printf_size.c (__printf_size): Don't use
21064         union ieee854_long_double in fpnum union.
21065         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
21066         signbit macro to retrieve sign from long double.
21067         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
21068         retrieve sign from long double.
21069         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
21070         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
21071         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
21072         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
21073         * math/test-misc.c (main): Don't use union ieee854_long_double.
21074
21075 2013-10-04  Alan Modra  <amodra@gmail.com>
21076
21077         [BZ #15680]
21078         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
21079         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
21080         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
21081         calculation.  Remove unnecessary test for denormal exponent.
21082         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
21083         Correct handling of denormals.  Avoid undefined shift behaviour.
21084         Correct normalisation of low mantissa when low double is denormal.
21085         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
21086         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
21087         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
21088         Correct normalisation of low mantissa.  Test for overflow of high
21089         mantissa and normalise.
21090         (ldbl_nearbyint): Use more readable constant for two52.
21091         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
21092         (__mpn_construct_long_double): Fix test for overflow of high
21093         mantissa and correct normalisation.  Avoid undefined shift.
21094
21095 2013-10-04  Alan Modra  <amodra@gmail.com>
21096
21097         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21098         (union ibm_extended_long_double): Define as an array of ieee754_double.
21099         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
21100         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
21101         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
21102         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
21103         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21104         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
21105         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21106         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
21107         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
21108         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
21109         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
21110
21111 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
21112
21113         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
21114         page size instead of calling getpagesize.
21115
21116         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
21117         (LOCFILE_ALIGN_MASK): Likewise.
21118         (LOCFILE_ALIGN_UP): Likewise.
21119         (LOCFILE_ALIGNED_P): Likewise.
21120         * locale/programs/ld-collate.c (collate_output): Use the new
21121         macros instead of __alignof__ (int32_t).
21122         * locale/weight.h (findidx): Likewise.
21123
21124 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
21125
21126         [BZ #431]
21127         * manual/string.texi: Fix strncat and wcsncat.
21128
21129 2013-10-03  Brooks Moses  <bmoses@google.com>
21130
21131         [BZ #15915]
21132         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
21133         * Makerules: ...here, and adjust associated comments.
21134
21135 2013-10-02  Will Newton  <will.newton@linaro.org>
21136
21137         * malloc/Makefile: Add tst-pvalloc.
21138         * malloc/tst-pvalloc.c: New file.
21139
21140 2013-10-02  Will Newton  <will.newton@linaro.org>
21141
21142         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
21143         improve test coverage.
21144
21145 2013-10-02  Will Newton  <will.newton@linaro.org>
21146
21147         * malloc/Makefile: Add tst-posix_memalign.
21148         * malloc/tst-posix_memalign.c: New file.
21149
21150 2013-10-01  Eric Blake  <eblake@redhat.com>
21151
21152         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
21153         Use __THROWNL rather than __THROW on static functions.
21154
21155 2013-09-30  Petr Machata  <pmachata@redhat.com>
21156
21157         * elf/elf.h (R_AARCH64_ABS16): New macro.
21158         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
21159         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
21160         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
21161         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
21162         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
21163         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
21164         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
21165         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
21166         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
21167         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
21168         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
21169         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
21170         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
21171         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
21172         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
21173         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
21174         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
21175         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
21176         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
21177         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21178         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21179         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21180         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21181         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21182         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21183         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21184         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21185         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21186         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21187         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21188         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21189         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21190         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21191         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21192         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21193         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21194         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21195         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21196         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21197         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21198         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21199         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21200         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21201         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21202         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21203         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21204         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21205         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21206         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21207         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21208         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21209         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21210         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21211         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21212         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21213         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21214         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21215         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21216         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21217         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21218         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21219         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21220         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21221         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21222         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21223         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21224         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21225         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21226         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21227         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21228         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21229         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21230         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21231         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21232         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21233         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21234         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21235         (R_AARCH64_TLSDESC_LDR): Likewise.
21236         (R_AARCH64_TLSDESC_ADD): Likewise.
21237         (R_AARCH64_TLSDESC_CALL): Likewise.
21238
21239 2013-09-30  Andreas Schwab  <schwab@suse.de>
21240
21241         [BZ #15048]
21242         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21243         the nss database lookup.
21244         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21245         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21246
21247 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
21248
21249         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21250
21251 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21252
21253         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21254         ${Bash-specific parameter/pattern/string} parameter expansion.
21255         * sysdeps/unix/make-syscalls.sh: Likewise.
21256
21257 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21258
21259         * sysdeps/sh/stackguard-macros.h: New file.
21260
21261 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21262
21263         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21264         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21265         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21266         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21267         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21268         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21269
21270 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21271
21272         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21273         Fix thread ID register.
21274
21275 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21276
21277         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21278         [POSIX || UNIX98]: Require rather than permitting all symbols from
21279         <time.h>.
21280         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21281         element of struct sched_param.
21282         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21283         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21284         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21285         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21286         constant.
21287
21288 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21289
21290         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21291         argument calculation.
21292
21293 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21294
21295         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21296         Expect macro.
21297         [POSIX] (pthread_attr_t): Do not require type.
21298         [POSIX] (pthread_cond_t): Likewise.
21299         [POSIX] (pthread_condattr_t): Likewise.
21300         [POSIX] (pthread_key_t): Likewise.
21301         [POSIX] (pthread_mutex_t): Likewise.
21302         [POSIX] (pthread_mutexattr_t): Likewise.
21303         [POSIX] (pthread_once_t): Likewise.
21304         [POSIX] (pthread_t): Likewise.
21305         [POSIX-based standards] (pthread_atfork): Expect function.
21306
21307 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21308             Richard Sandiford  <richard@codesourcery.com>
21309
21310         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21311         (swap_endianness_p): New extern variable.
21312         (set_big_endian): New inline function.
21313         (maybe_swap_uint32): Likewise.
21314         (maybe_swap_uint32_array): Likewise.
21315         (maybe_swap_uint32_obstack): Likewise.
21316         * locale/programs/locfile.c: Include <stdbool.h>.
21317         (swap_endianness_p): New variable.
21318         (add_locale_uint32): Call maybe_swap_uint32.
21319         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21320         (write_locale_data): Call maybe_swap_uint32_array.
21321         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21322         maybe_swap_uint32.
21323         (obstack_int32_grow_fast): Likewise.
21324         (output_weightwc): Call maybe_swap_uint32_obstack.
21325         (collate_output): Likewise.
21326         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21327         (OPT_LITTLE_ENDIAN): Likewise.
21328         (options): Add --little-endian and --big-endian options.
21329         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21330         * locale/programs/locarchive.c: Include "locfile.h".
21331         (GET): New macro.
21332         (SET): Likewise.
21333         (INC): Likewise.
21334         (create_archive): Use the new macros to access fields of
21335         structures directly mapped from or written to locale archives.
21336         (oldlocrecentcmp): Likewise.
21337         (enlarge_archive): Likewise.
21338         (insert_name): Likewise.
21339         (add_alias): Likewise.
21340         (add_locale): Likewise.
21341         (delete_locales_from_archive): Likewise.
21342         (show_archive_content): Likewise.
21343         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21344         locale data.
21345
21346 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21347
21348         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21349         http://www.gnu.org/doc/freemanuals.texi.
21350         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21351
21352 2013-09-24  Will Newton  <will.newton@linaro.org>
21353
21354         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21355         macro.
21356
21357 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21358
21359         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21360         unsigned char.
21361
21362 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21363
21364         * manual/threads.texi (POSIX Threads): Fix a typo.
21365
21366 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21367
21368         [BZ #14547]
21369         * string/tst-strcoll-overflow.c: New test case.
21370         * string/Makefile (xtests): Add tst-strcoll-overflow.
21371         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21372         cache if string sizes may cause integer overflow.
21373
21374         [BZ #14547]
21375         * string/strcoll_l.c (coll_seq): New members rule, idx,
21376         save_idx and back_us.
21377         (get_next_seq_nocache): New function.
21378         (do_compare_nocache): New function.
21379         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21380         when malloc fails.
21381
21382 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21383
21384         [BZ #15754]
21385         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21386         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21387         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21388
21389         [BZ #15754]
21390         * elf/Makefile (tests): Add tst-ptrguard1.
21391         (tests-static): Add tst-ptrguard1-static.
21392         (tst-ptrguard1-ARGS): Define.
21393         (tst-ptrguard1-static-ARGS): Define.
21394         * elf/tst-ptrguard1.c: New file.
21395         * elf/tst-ptrguard1-static.c: New file.
21396         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21397         * sysdeps/i386/stackguard-macros.h: Likewise.
21398         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21399         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21400         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21401         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21402         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21403         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21404
21405 2013-09-23  Hector Marco  <hecmargi@upv.es>
21406             Ismael Ripoll  <iripoll@disca.upv.es>
21407             Carlos O'Donell  <carlos@redhat.com>
21408
21409         [BZ #15754]
21410         * sysdeps/generic/stackguard-macros.h: Define
21411         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21412         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21413         Define __pointer_chk_guard_local.
21414         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21415         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21416
21417 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21418
21419         [BZ #15859]
21420         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21421
21422 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21423
21424         * include/string.h (__ffs): Declare as hidden.
21425         * string/ffs.c (__ffs): Define as hidden.
21426         * sysdeps/i386/ffs.c (__ffs): Likewise.
21427         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21428         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21429         * sysdeps/s390/ffs.c (__ffs): Likewise.
21430         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21431
21432 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21433
21434         * NEWS: Mention malloc probes.
21435
21436         * malloc/arena.c (new_heap): New memory_heap_new probe.
21437         (grow_heap): New memory_heap_more probe.
21438         (shrink_heap): New memory_heap_less probe.
21439         (heap_trim): New memory_heap_free probe.
21440         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21441         (systrim): New memory_sbrk_less probe.
21442         * manual/probes.texi: Document them.
21443
21444         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21445         * manual/probes.texi: Document it.
21446
21447         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21448         (__libc_realloc): Add memory_realloc_retry probe.
21449         (__libc_memalign): Add memory_memalign_retry probe.
21450         (__libc_valloc): Add memory_valloc_retry probe.
21451         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21452         (__libc_calloc): Add memory_calloc_retry probe.
21453         * manual/probes.texi: Document them.
21454
21455         * malloc/arena.c (get_free_list): Add probe
21456         memory_arena_reuse_free_list.
21457         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21458         and memory_arena_reuse.
21459         (arena_get2) [!PER_THREAD]: Likewise.
21460         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21461         memory_arena_reuse_realloc.
21462         * manual/probes.texi: Document them.
21463
21464         * malloc/malloc.c (__libc_free): Add
21465         memory_mallopt_free_dyn_thresholds probe.
21466         (__libc_mallopt): Add multiple memory_mallopt probes.
21467         * manual/probes.texi: Document them.
21468
21469         * malloc/malloc.c: Include stap-probe.h.
21470         (__libc_mallopt): Add memory_mallopt probe.
21471         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21472         * manual/probes.texi: New.
21473         * manual/Makefile (chapters): Add probes.
21474         * manual/threads.texi: Set next node.
21475
21476 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21477
21478         [BZ #15963, #13985]
21479         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21480         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21481         Add `Chinese' to `nan' entry name.
21482
21483 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21484
21485         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21486         (POLYNOMIAL): Likewise.
21487         (TAYLOR_SINCOS): Likewise.
21488         (TAYLOR_SLOW): Likewise.
21489         (__sin): Use TAYLOR_SINCOS.
21490         (__cos): Likewise.
21491         (slow): Use TAYLOR_SLOW.
21492         (sloww): Likewise.
21493         (bsloww): Likewise.
21494         (csloww): Likewise.
21495
21496 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21497
21498         * stdlib/strtod_l.c: Fix buffer overrun.
21499
21500 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21501
21502         * benchtests/Makefile (bench): Add sincos.
21503         * benchtests/bench-sincos.c: New file.
21504
21505         * math/libm-test.inc (cos_test_data): New test inputs.
21506         (sin_test_data): Likewise.
21507
21508         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21509         macro.
21510         (__sin): Use it.
21511         (__cos): Likewise.
21512         (slow1): Likewise.
21513         (slow2): Likewise.
21514         (sloww1): Likewise.
21515         (sloww2): Likewise.
21516         (bsloww1): Likewise.
21517         (bsloww2): Likewise.
21518         (cslow2): Likewise.
21519         (csloww1): Likewise.
21520         (csloww2): Likewise.
21521
21522         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21523         function.
21524         (__sin): Use it.
21525         (__cos): Likewise.
21526
21527         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21528         gotos.
21529         (__cos): Likewise.
21530
21531 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21532
21533         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21534         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21535         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21536         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21537         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21538         * elf/cache.c (print_entry): Handle the new cache flags.
21539
21540 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21541             Aldy Hernandez  <aldyh@redhat.com>
21542
21543         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21544         Change condition to [_SOFT_FLOAT].
21545         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21546         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21547         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21548         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21549         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21550         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21551         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21552         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21553         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21554         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21555         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21556         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21557         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21558         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21559         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21560         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21561         declaration.
21562
21563 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21564
21565         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21566         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21567         (__longjmp): Use LOAD_GP to load saved GPRs.
21568         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21569         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21570         (__sigsetjmp): Use SAVE_GP to save GPRs.
21571
21572         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21573         Do not append -msoft-float.
21574         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21575
21576 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21577
21578         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21579
21580 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21581
21582         [BZ #15966]
21583         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21584         (_FPU_GETCW): Use initial "__" on variable and field names but not
21585         on macro parameter name.
21586         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21587         parentheses around reference to macro parameter.
21588
21589 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21590
21591         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21592         prototype.
21593         (ctype_startup): Use uint32_t in cast and sizeof for
21594         ctype->charnames.
21595
21596 2013-09-11  Jia Liu  <proljc@gmail.com>
21597
21598         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21599         __daddr_t_defined.
21600         [__FreeBSD__]: Likewise.
21601
21602 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21603
21604         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21605         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21606         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21607         (strchr): Remove __strchr_sse42 ifunc selection.
21608         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21609         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21610
21611 2013-09-11  Will Newton  <will.newton@linaro.org>
21612
21613         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21614         parameter to RES. Remove hardcoded 1000 value.
21615         * benchtests/bench-skeleton.c (main): Pass RES parameter
21616         to TIMING_INIT and multiply result by 1000.
21617
21618 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21619
21620         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21621
21622 2013-09-11  Andreas Schwab  <schwab@suse.de>
21623
21624         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21625         if not defined.
21626         (O_TMPFILE) [__USE_GNU]: Define.
21627         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21628         Define.
21629
21630 2013-09-11  Will Newton  <will.newton@linaro.org>
21631
21632         [BZ #15857]
21633         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21634         does not overflow.
21635
21636 2013-09-11  Will Newton  <will.newton@linaro.org>
21637
21638         [BZ #15856]
21639         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21640         does not overflow.
21641
21642 2013-09-11  Will Newton  <will.newton@linaro.org>
21643
21644         [BZ #15855]
21645         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21646         does not overflow.
21647
21648 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21649
21650         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21651         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21652         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21653         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21654         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21655
21656 2013-09-10  Allan McRae  <allan@archlinux.org>
21657
21658         [BZ #15748]
21659         * manual/arith.texi (Parsing of Floats): Clarify
21660         cross-reference.
21661
21662         [BZ #15849]
21663         * manual/install.texi (Running make install): Mention
21664         --enable-pt-chown.
21665         * INSTALL: Regenerated.
21666
21667 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21668
21669         * csu/init-first.c (_init): Remove the !SHARED condition around
21670         FPU control word initialization.
21671         * elf/dl-support.c (_dl_fpu_control): New variable.
21672         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21673         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21674         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21675         * math/test-fpucw-static.c: New file.
21676         * math/test-fpucw-ieee.c: New file.
21677         * math/test-fpucw-ieee-static.c: New file.
21678         * math/Makefile (tests): Add `test-fpucw-ieee' and
21679         `$(tests-static)'.
21680         (tests-static): New variable.
21681         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21682         dependency to...
21683         [($(build-shared),yes)]
21684         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21685         ... this.
21686         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21687         New dependency.
21688
21689 2013-09-09  Allan McRae  <allan@archlinux.org>
21690
21691         [BZ #15939]
21692         * manual/string.texi (Collation Functions): Fix typo in
21693         strcoll example.
21694         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21695
21696         [BZ #15893]
21697         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21698
21699         [BZ #15892]
21700         * libio/memstream.c (open_memstream): Fix memory leak.
21701         * libio/wmemstream.c (open_wmemstream): Likewise.
21702
21703         [BZ #15895]
21704         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21705
21706 2013-09-09  Will Newton  <will.newton@linaro.org>
21707
21708         * malloc/Makefile: Add tst-realloc to tests.
21709         * malloc/tst-realloc.c: New file.
21710
21711 2013-09-09  Allan McRae  <allan@archlinux.org>
21712
21713         [BZ #15844]
21714         * COPYING: Update from GNU website to fix FSF address.
21715         * COPYING.LIB: Likewise.
21716
21717 2013-09-06  David S. Miller  <davem@davemloft.net>
21718
21719         * po/zh_TW.po: Update Chinese (traditional) translation from
21720         translation project.
21721
21722 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21723             Joseph Myers  <joseph@codesourcery.com>
21724
21725         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21726         "localeinfo.h".
21727         (obstack_chunk_alloc): New macro.
21728         (obstack_chunk_free): Likewise.
21729         (record_offset): New function.
21730         (init_locale_data): Likewise.
21731         (align_locale_data): Likewise.
21732         (add_locale_empty): Likewise.
21733         (add_locale_raw_data): Likewise.
21734         (add_locale_raw_obstack): Likewise.
21735         (add_locale_string): Likewise.
21736         (add_locale_wstring): Likewise.
21737         (add_locale_uint32): Likewise.
21738         (add_locale_uint32_array): Likewise.
21739         (add_locale_char): Likewise.
21740         (start_locale_structure): Likewise.
21741         (end_locale_structure): Likewise.
21742         (start_locale_prelude): Likewise.
21743         (end_locale_prelude): Likewise.
21744         (write_locale_data): Take locale_file structure rather than an
21745         iovec.
21746         * locale/programs/locfile.h: Include "obstack.h".
21747         (struct locale_file): Change to store locale file contents instead
21748         of header.
21749         (init_locale_data): New prototype.
21750         (align_locale_data): Likewise.
21751         (add_locale_empty): Likewise.
21752         (add_locale_raw_data): Likewise.
21753         (add_locale_raw_obstack): Likewise.
21754         (add_locale_string): Likewise.
21755         (add_locale_wstring): Likewise.
21756         (add_locale_uint32): Likewise.
21757         (add_locale_uint32_array): Likewise.
21758         (add_locale_char): Likewise.
21759         (start_locale_structure): Likewise.
21760         (end_locale_structure): Likewise.
21761         (start_locale_prelude): Likewise.
21762         (end_locale_prelude): Likewise.
21763         (write_locale_data): Update prototype.
21764         * locale/programs/3level.h (struct TABLE): Remove result field.
21765         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21766         Use new locale_file interface.
21767         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21768         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21769         * locale/programs/ld-address.c (address_output): Use new
21770         locale_file interface.
21771         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21772         NO_ADD_LOCALE.
21773         (collate_finish): Don't call collseq_table_finalize.
21774         (collate_output): Use new locale_file interface.
21775         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21776         in file.
21777         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21778         (TABLE): Move defines earlier in file.
21779         (ELEMENT): Likewise.
21780         (DEFAULT): Likewise.
21781         (wctrans_table_add): Move macro and inline function earlier in
21782         file.
21783         (struct wctype_table): Move type earlier in file.
21784         (add_locale_wctype_table): New static prototype.
21785         (struct locale_ctype_t): Use logical types instead of struct iovec
21786         pointers for members.
21787         (ctype_output): Use new locale_file interface.
21788         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21789         new locale_file interface.
21790         (allocate_arrays): Update for use of new locale_file interface.
21791         * locale/programs/ld-identification.c (identification_output): Use
21792         new locale_file interface.
21793         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21794         * locale/programs/ld-messages.c (messages_output): Likewise.
21795         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21796         * locale/programs/ld-name.c (name_output): Likewise.
21797         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21798         * locale/programs/ld-paper.c (paper_output): Likewise.
21799         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21800         * locale/programs/ld-time.c (time_output): Likewise.
21801
21802 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21803
21804         * benchtests/Makefile: Add memrchr benchmark.
21805         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21806         benchmark as memrchr.
21807         * benchtests/bench-memrchr-ifunc.c: New file.
21808         * benchtests/bench-memrchr.c: New file.
21809
21810 2013-09-06   Will Newton  <will.newton@linaro.org>
21811
21812         * benchtests/Makefile (string-bench): Add memcpy.
21813
21814 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21815             Cong Wang  <amwang@redhat.com>
21816
21817         [BZ #15850]
21818         * sysdeps/unix/sysv/linux/bits/in.h
21819         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21820         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21821         before __USE_KERNEL_IPV6_DEFS uses.
21822         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21823         IPPROTO_BEETPH.
21824         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21825         sockaddr_in6, or ipv6_mreq.
21826
21827 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21828
21829         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21830         memory access for final bytes in some large inputs.
21831         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21832
21833 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21834
21835         * string/test-memrchr.c: New file.
21836         * string/test-memrchr-ifunc.c: New file.
21837         * string/Makefile: Add new memrchr testcase.
21838
21839 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21840
21841         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21842         fanotify_init returns EPERM.
21843
21844 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21845
21846         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21847         errors.
21848         (top level): Treat second token from macro or constant entries for
21849         allowed headers as allowed.
21850         * include/complex.h: Condition internal declarations on
21851         [!_ISOMAC].
21852         * include/fenv.h: Condition include of <stdbool.h> and internal
21853         declarations on [!_ISOMAC].
21854
21855 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21856
21857         [BZ #15923]
21858         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21859
21860 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21861
21862         * configure.in (--enable-versioning): Remove configure option.
21863         (libc_cv_asm_symver_directive): Remove configure test.
21864         (libc_cv_ld_version_script_option): Likewise.
21865         (VERSIONING): Remove variable and AC_SUBST.
21866         (DO_VERSIONING): Remove AC_DEFINE.
21867         * configure: Regenerated.
21868         * config.h.in (DO_VERSIONING): Remove macro.
21869         * Makerules [$(versioning) = yes]: Change conditionals to
21870         [$(build-shared) = yes].
21871         * config.make.in (versioning): Remove variable.
21872         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21873         [$(build-shared) = yes].
21874         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21875         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21876         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21877         [$(build-shared) = yes].
21878         * extra-lib.mk [$(versioning) = yes]: Likewise.
21879         * hurd/Makefile [$(versioning) = yes]: Likewise.
21880         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21881         [SHARED].
21882         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21883         [SHARED].
21884         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21885         [SHARED && !NO_HIDDEN].
21886         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21887         [SHARED].
21888         [SHARED && DO_VERSIONING]: Likewise..
21889         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21890         [$(build-shared) = yes].
21891         * manual/install.texi (--disable-versioning): Remove
21892         documentation.
21893         * INSTALL: Regenerated.
21894         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21895         to [SHARED].
21896         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21897         [$(build-shared) = yes].
21898         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21899         * sysdeps/i386/i686/multiarch/strstr-c.c
21900         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21901         [SHARED && !NO_HIDDEN].
21902         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21903         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21904         * sysdeps/powerpc/powerpc32/dl-machine.c
21905         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21906         * sysdeps/powerpc/powerpc32/sysdep.h
21907         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21908         to [SHARED && PIC && !NO_HIDDEN].
21909         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21910         conditional to [SHARED].
21911
21912 2013-09-04   Will Newton  <will.newton@linaro.org>
21913
21914         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21915         * benchtests/bench-string.h: Include bench-timing.h instead
21916         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21917         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21918         call to HP_TIMING_DIFF_INIT.
21919         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21920         instead of hp-timing.h macros.
21921         * benchtests/bench-memchr.c: Likewise.
21922         * benchtests/bench-memcmp.c: Likewise.
21923         * benchtests/bench-memcpy.c: Likewise.
21924         * benchtests/bench-memmem.c: Likewise.
21925         * benchtests/bench-memmove.c: Likewise.
21926         * benchtests/bench-memset.c: Likewise.
21927         * benchtests/bench-rawmemchr.c: Likewise.
21928         * benchtests/bench-strcasecmp.c: Likewise.
21929         * benchtests/bench-strcasestr.c: Likewise.
21930         * benchtests/bench-strcat.c: Likewise.
21931         * benchtests/bench-strchr.c: Likewise.
21932         * benchtests/bench-strcmp.c: Likewise.
21933         * benchtests/bench-strcpy.c: Likewise.
21934         * benchtests/bench-strcpy_chk.c: Likewise.
21935         * benchtests/bench-strlen.c: Likewise.
21936         * benchtests/bench-strncasecmp.c: Likewise.
21937         * benchtests/bench-strncat.c: Likewise.
21938         * benchtests/bench-strncmp.c: Likewise.
21939         * benchtests/bench-strncpy.c: Likewise.
21940         * benchtests/bench-strnlen.c: Likewise.
21941         * benchtests/bench-strpbrk.c: Likewise.
21942         * benchtests/bench-strrchr.c: Likewise.
21943         * benchtests/bench-strspn.c: Likewise.
21944         * benchtests/bench-strstr.c: Likewise.
21945
21946 2013-09-04  Will Newton  <will.newton@linaro.org>
21947
21948         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21949
21950 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21951
21952         [BZ #15427]
21953         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21954         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21955         * math/libm-test.inc (lgamma_test_data): Add more tests.
21956         * sysdeps/i386/fpu/libm-test-ulps: Update.
21957         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21958
21959 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21960
21961         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21962         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21963         Add ifunc.
21964         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21965         Add strcmp-sse2-unaligned
21966         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21967
21968 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21969
21970         * Versions.def (libc): Add GLIBC_2.19.
21971
21972 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21973
21974         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21975         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21976
21977 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21978
21979         [BZ #14155]
21980         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21981         intermediate calculations in recurrence.
21982         (__ieee754_ynf): Likewise.
21983         * math/libm-test.inc (jn_test_data): Do not allow spurious
21984         underflow exception.  Add more tests.
21985         (yn_test_data): Add more tests.
21986         * sysdeps/i386/fpu/libm-test-ulps: Update.
21987         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21988
21989 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21990
21991         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21992
21993 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21994
21995         * csu/init-first.c: Fix then/than typos.
21996         * locale/programs/ld-collate.c: Likewise.
21997         * locale/programs/linereader.h: Likewise.
21998         * manual/charset.texi: Likewise.
21999         * manual/filesys.texi: Likewise.
22000         * manual/stdio.texi: Likewise.
22001         * manual/string.texi: Likewise.
22002         * stdlib/fmtmsg.c: Likewise.
22003         * sysdeps/i386/stpncpy.S: Likewise.
22004         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22005         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22006         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22007         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22008
22009 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22010
22011         * elf/dl-open.c: Fix typos.
22012         * iconvdata/gbbig5.c: Likewise.
22013         * iconvdata/iso-2022-jp.c: Likewise.
22014         * iconv/gconv_int.h: Likewise.
22015         * iconv/loop.c: Likewise.
22016         * nis/rpcsvc/nis.h: Likewise.
22017         * resolv/ns_name.c: Likewise.
22018         * stdio-common/vfscanf.c: Likewise.
22019         * streams/stropts.h: Likewise.
22020         * sunrpc/rpc_thread.c: Likewise.
22021         * sysdeps/i386/strpbrk.S: Likewise.
22022         * sysdeps/ieee754/k_standard.c: Likewise.
22023         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22024         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22025         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
22026         * sysdeps/mach/hurd/profil.c: Likewise.
22027         * sysdeps/s390/dl-procinfo.h: Likewise.
22028         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
22029         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
22030         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
22031         * sysdeps/x86_64/dl-trampoline.S: Likewise.
22032         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
22033
22034 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
22035
22036         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
22037         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
22038
22039 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
22040
22041         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
22042         aix specific files.
22043         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
22044         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
22045         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
22046         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
22047         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
22048         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
22049         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
22050         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
22051
22052 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22053             Roland McGrath  <roland@hack.frob.com>
22054
22055         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
22056         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
22057
22058 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22059
22060         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
22061         __executable_start symbol instead of _start.
22062
22063 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22064
22065         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
22066         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
22067         Move macros to...
22068         * sysdeps/gnu/ldsodefs.h: ... this new file.
22069
22070         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
22071         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
22072         instead of ELFOSABI_LINUX.
22073
22074         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
22075         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
22076         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
22077         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
22078         Likewise.
22079         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
22080         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
22081         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
22082         Likewise.
22083         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22084         (ibm_extended_long_double): Add ieee_nan member.
22085         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
22086         (do_test): New function.
22087
22088         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
22089         TEST_TRUNC.
22090         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
22091         functions, renamed from truncdfsf_test, trunctfsf_test,
22092         trunctfdf_test.
22093         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
22094         functions.
22095         (do_test): Run all these.
22096
22097 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
22098
22099         * argp/argp-help.c: Fix typos.
22100         * argp/argp-parse.c: Likewise.
22101         * debug/backtracesyms.c: Likewise.
22102         * elf/elf.h: Likewise.
22103         * malloc/malloc.c: Likewise.
22104         * nis/nis_print.c: Likewise.
22105         * resolv/res_comp.c: Likewise.
22106         * stdlib/stdlib.h: Likewise.
22107         * sunrpc/clnt_tcp.c: Likewise.
22108         * sunrpc/clnt_udp.c: Likewise.
22109         * sunrpc/clnt_unix.c: Likewise.
22110         * sysdeps/unix/bsd/ptsname.c: Likewise.
22111         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
22112         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
22113         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
22114         Likewise.
22115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
22116         Likewise.
22117         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
22118         Likewise.
22119         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
22120
22121 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22122
22123         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
22124         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22125
22126 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
22127
22128         [BZ #15897]
22129         * dlfcn/Makefile (tests): Add bug-dl-leaf.
22130         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
22131         ($(objpfx)bug-dl-leaf): New rule.
22132         ($(objpfx)bug-dl-leaf.so): Likewise.
22133         ($(objpfx)bug-dl-leaf.out): Likewise.
22134         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
22135         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
22136         * dlfcn/bug-dl-leaf.c: New test.
22137         * dlfcn/bug-dl-leaf-lib.c: Likewise.
22138         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
22139         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
22140         (dlclose): Likewise.
22141         (dlmopen): Likewise.
22142
22143 2013-08-27  Roland McGrath  <roland@hack.frob.com>
22144
22145         * include/netdb.h [!_ISOMAC]:
22146         Don't include <tls.h>.
22147         (h_errno, __libc_h_errno): Move declaration and macros out of
22148         [_LIBC_REENTRANT].
22149
22150         * include/resolv.h [_RESOLV_H_]:
22151         Don't include <tls.h>.
22152         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
22153         * resolv/res_libc.c: Don't include <tls.h>.
22154         (_res): Use __attribute__ ((nocommon)) in place of
22155         __attribute__ ((section (".bss"))).
22156
22157         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
22158         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
22159
22160         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
22161
22162         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
22163         only under [SIOCGIFCONF && SIOCGIFNETMASK].
22164
22165         * resolv/res_mkquery.c: Include <sys/time.h>.
22166
22167         * inet/ifreq.c: Moved to ...
22168         * sysdeps/unix/ifreq.c: ... here.
22169         * inet/ifreq.c: New file, true stub version.
22170
22171         * socket/sa_len.c: New file.
22172         * socket/Makefile (aux): Add it.
22173         * sysdeps/unix/sysv/linux/Makefile
22174         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
22175         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
22176         and #include <socket/sa_len.c>.
22177         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22178         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22179
22180         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22181         * bits/socket.h: ... here.
22182
22183         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22184         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22185         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22186
22187 2013-08-27  Andreas Schwab  <schwab@suse.de>
22188
22189         [BZ #15736]
22190         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22191         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22192         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22193         * string/test-strcasecmp.c (test_main): Run tests in several
22194         locales.
22195         * string/test-strncasecmp.c (test_main): Likewise.
22196
22197         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22198         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22199         to __strcasecmp_nonascii and __strncasecmp_nonascii.
22200         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22201         (__strncasecmp_ssse3) [PIC]: Likewise.
22202
22203 2013-08-26  Roland McGrath  <roland@hack.frob.com>
22204
22205         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22206
22207         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22208         instead of explicitly declaring xdecrypt.
22209         * nis/nss_nis/nis-publickey.c: Likewise.
22210
22211 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22212
22213         [BZ #15890]
22214         * nscd/aicache.c: Include res_hconf.h.
22215         (addhstaiX): Initialize res_hconf.
22216
22217 2013-08-26  Andreas Schwab  <schwab@suse.de>
22218
22219         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22220         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22221
22222 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22223
22224         * nscd/aicache.c (addhstaiX): Fix indentation.
22225
22226 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
22227
22228         * configure.ac: Quote $build_pt_chown test.
22229         * configure: Regenerated.
22230
22231 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
22232
22233         [BZ #15532]
22234         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22235         * math/s_cexpf.c (__cexpf): Likewise.
22236         * math/s_cexpl.c (__cexpl): Likewise.
22237         * math/libm-test.inc (cexp_test_data): Correct expected return
22238         value for NaN + i0.  Add another test.
22239
22240 2013-08-22  David S. Miller  <davem@davemloft.net>
22241
22242         * po/ca.po: Update Catalan translation from translation project.
22243         * po/uk.po: Add Ukrainian translations from translation project.
22244
22245 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
22246
22247         [BZ #15797]
22248         * math/s_fdim.c (__fdim): Check for infinite arguments if result
22249         is infinite, not alongside NaN test.
22250         * math/s_fdimf.c (__fdimf): Likewise.
22251         * math/s_fdiml.c (__fdiml): Likewise.
22252         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22253         errno is unchanged.
22254
22255 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22256
22257         * argp/argp-help.c: Fix typos.
22258         * crypt/speeds.c: Likewise.
22259         * csu/check_fds.c: Likewise.
22260         * elf/dl-load.c: Likewise.
22261         * elf/dl-open.c: Likewise.
22262         * elf/reldep3.c: Likewise.
22263         * elf/reldep.c: Likewise.
22264         * elf/sprof.c: Likewise.
22265         * iconv/iconv_charmap.c: Likewise.
22266         * iconv/skeleton.c: Likewise.
22267         * iconv/strtab.c: Likewise.
22268         * io/lockf64.c: Likewise.
22269         * libio/libioP.h: Likewise.
22270         * resolv/gai_notify.c: Likewise.
22271         * resolv/ns_name.c: Likewise.
22272         * resolv/ns_samedomain.c: Likewise.
22273         * resolv/res_send.c: Likewise.
22274         * stdlib/random.c: Likewise.
22275         * sunrpc/rpc/xdr.h: Likewise.
22276         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22277         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22278         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22279         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22280         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22281         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22282         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22283         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22284         * sysdeps/mach/hurd/check_fds.c: Likewise.
22285         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22286         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22287         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22288         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22289         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22290         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22291         * sysdeps/pthread/aio_notify.c: Likewise.
22292         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22293         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22294         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22295         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22296         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22297
22298 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22299
22300         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22301         version if bit_Slow_SSE4_2 is set.
22302         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22303         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22304
22305 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22306
22307         [BZ #15867]
22308         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22309         trampoline stack frame information.
22310         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22311         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22312         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22313         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22314         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22315         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22316         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22317         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22318         sa_flags value.
22319         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22320         interrupting a syscall and set with option SA_SIGINFO.
22321
22322 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22323
22324         [BZ #15531]
22325         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22326         argument is infinite.
22327         * math/s_cprojf.c (__cprojf): Likewise.
22328         * math/s_cprojl.c (__cprojl): Likewise.
22329         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22330         * math/libm-test.inc (cproj_test_data): Add more tests.
22331
22332         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22333
22334         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22335         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22336         size.  Use __ffs to determine corresponding shift.
22337
22338 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22339             Roland McGrath  <roland@hack.frob.com>
22340
22341         * Makefile (INSTALL): Remove trailing blank lines from output of
22342         makeinfo.
22343
22344 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22345
22346         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22347         Align 32 bit compat elf_greg to 8 bytes.
22348
22349 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22350
22351         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22352
22353 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22354
22355         * string/strcoll_l.c (coll_seq): New structure.
22356         (get_next_seq_cached): New function.
22357         (get_next_seq): New function.
22358         (do_compare): New function.
22359         (STRCOLL): Use GNU style definition.  Simplify implementation
22360         by using get_next_seq, get_next_seq_cached and do_compare.
22361
22362 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22363
22364         [BZ #14699]
22365         CVE-2013-4237
22366         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22367         member.
22368         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22369         member.
22370         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22371         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22372         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22373         conditional.
22374         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22375         GETDENTS_64BIT_ALIGNED.
22376         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22377         * manual/filesys.texi (Reading/Closing Directory): Document
22378         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22379         strongly.
22380         * manual/conf.texi (Limits for Files): Add portability note to
22381         NAME_MAX, PATH_MAX.
22382         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22383
22384 2013-08-13  Andreas Schwab  <schwab@suse.de>
22385
22386         [BZ #15749]
22387         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22388         of fabs.
22389         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22390         LDBL_MAX_EXP >= 16384]: Add tests for it.
22391
22392 2013-08-12  David S. Miller  <davem@davemloft.net>
22393
22394         * version.h (RELEASE): Set to "development".
22395         (VERSION): Set to "2.18.90".
22396         * NEWS: Add 2.19 section.
22397
22398 2013-08-03  David S. Miller  <davem@davemloft.net>
22399
22400         * po/ko.po: Update Korean translation from translation project.
22401
22402 2013-08-01  David S. Miller  <davem@davemloft.net>
22403
22404         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22405         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22406         Bilka.
22407
22408 2013-07-30  David S. Miller  <davem@davemloft.net>
22409
22410         * po/fr.po: Update French translation from translation project.
22411
22412 2013-07-28  David S. Miller  <davem@davemloft.net>
22413
22414         * po/cs.po: Update Czech translation from translation project.
22415
22416         * po/sv.po: Update Swedish translation from translation project.
22417
22418 2013-07-27  David S. Miller  <davem@davemloft.net>
22419
22420         * po/eo.po: Update Esperanto translation from translation project.
22421
22422         * po/vi.po: Update Vietnamese translation from translation project.
22423
22424         * po/de.po: Update German translation from translation project.
22425
22426 2013-07-26  David S. Miller  <davem@davemloft.net>
22427
22428         * po/bg.po: Update Bulgarian translation from translation project.
22429
22430         * po/nl.po: Update Dutch translation from translation project.
22431         * po/pl.po: Update Polish translation from translation project.
22432         * po/ru.po: Update Russian translation from translation project.
22433
22434 2013-07-24  David S. Miller  <davem@davemloft.net>
22435
22436         * po/libc.pot: Update.
22437
22438 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22439
22440         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22441         variable page size.
22442         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22443         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22444         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22445
22446 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22447
22448         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22449
22450 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22451             Andreas Schwab  <schwab@suse.de>
22452             Roland McGrath  <roland@hack.frob.com>
22453             Joseph Myers  <joseph@codesourcery.com>
22454             Carlos O'Donell  <carlos@redhat.com>
22455
22456         [BZ #15755]
22457         * config.h.in: Define HAVE_PT_CHOWN.
22458         * config.make.in (build-pt-chown): New variable.
22459         * configure.in (--enable-pt_chown): New configure option.
22460         * configure: Regenerate.
22461         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22462         build-pt-chown is enabled.
22463         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22464         pt_chown to fix pty ownership.
22465         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22466         CLOSE_ALL_FDS.
22467         * manual/install.texi (Configuring and compiling): Mention
22468         --enable-pt_chown. Add @findex for grantpt.
22469         * INSTALL: Regenerate.
22470
22471 2013-07-20  David S. Miller  <davem@davemloft.net>
22472
22473         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22474         difference between 32-bit and 64-bit.
22475
22476 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22477
22478         [BZ #15711]
22479         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22480         Avoid system header dependency with -ffreestanding.
22481         ($(objpfx)bits/syscall%d): Likewise.
22482
22483 2013-07-13  David S. Miller  <davem@davemloft.net>
22484
22485         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22486         underflows from atanl/atan2l due to bug 15319.
22487         (casinh_test_data): Likewise.
22488
22489 2013-07-07  David S. Miller  <davem@davemloft.net>
22490
22491         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22492
22493 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22494
22495         * sysdeps/i386/fpu/libm-test-ulps: Update.
22496         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22497
22498 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22499
22500         * configure.in (--enable-lock-elision): Fix message text.
22501         * INSTALL: Regenerate.
22502         * configure: Regenerate.
22503
22504 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22505
22506         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22507
22508 2013-07-03  Andreas Jaeger  <aj@suse.de>
22509
22510         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22511         define.
22512         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22513         (ptrace_peeksiginfo_args): Add.
22514         (__ptrace_peeksiginfo_flags): Add.
22515         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22516         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22517         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22518
22519 2013-07-03  Allan McRae  <allan@archlinux.org>
22520
22521         * sysdeps/i386/fpu/libm-test-ulps: Update.
22522
22523 2013-07-02  David S. Miller  <davem@davemloft.net>
22524
22525         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22526
22527 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22528
22529         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22530
22531 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22532
22533         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22534         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22535
22536 2013-07-02  Andi Kleen <ak@linux.intel.com>
22537
22538         * config.h.in (ENABLE_LOCK_ELISION): Add.
22539         * configure.in (--enable-lock-elision): Add option.
22540         * manual/install.texi: Document --enable lock elision.
22541         * configure: Regenerate
22542         * INSTALL: Regenerate.
22543
22544 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22545
22546         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22547         SSE4.2 strcasecmp for libc.a.
22548         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22549
22550 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22551
22552         [BZ #13304]
22553         * soft-fp/op-common.h (_FP_FMA): New macro.
22554         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22555         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22556         (_FP_MUL_MEAT_1_imm): ... here.
22557         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22558         (_FP_MUL_MEAT_1_wide): ... here.
22559         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22560         (_FP_MUL_MEAT_1_hard): ... here.
22561         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22562         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22563         (_FP_MUL_MEAT_2_wide): ... here.
22564         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22565         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22566         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22567         (_FP_MUL_MEAT_2_gmp): ... here.
22568         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22569         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22570         (_FP_MUL_MEAT_4_wide): ... here.
22571         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22572         (_FP_MUL_MEAT_4_gmp): ... here.
22573         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22574         (_FP_WFRACBITS_DW_S): Likewise.
22575         (_FP_WFRACXBITS_DW_S): Likewise.
22576         (_FP_HIGHBIT_DW_S): Likewise.
22577         (FP_FMA_S): Likewise.
22578         (_FP_FRAC_HIGH_DW_S): Likewise.
22579         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22580         (_FP_WFRACBITS_DW_D): Likewise.
22581         (_FP_WFRACXBITS_DW_D): Likewise.
22582         (_FP_HIGHBIT_DW_D): Likewise.
22583         (FP_FMA_D): Likewise.
22584         (_FP_FRAC_HIGH_DW_D): Likewise.
22585         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22586         (_FP_WFRACBITS_DW_E): Likewise.
22587         (_FP_WFRACXBITS_DW_E): Likewise.
22588         (_FP_HIGHBIT_DW_E): Likewise.
22589         (FP_FMA_E): Likewise.
22590         (_FP_FRAC_HIGH_DW_E): Likewise.
22591         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22592         (_FP_WFRACBITS_DW_Q): Likewise.
22593         (_FP_WFRACXBITS_DW_Q): Likewise.
22594         (_FP_HIGHBIT_DW_Q): Likewise.
22595         (FP_FMA_Q): Likewise.
22596         (_FP_FRAC_HIGH_DW_Q): Likewise.
22597         * soft-fp/fmasf4.c: New file.
22598         * soft-fp/fmadf4.c: Likewise.
22599         * soft-fp/fmatf4.c: Likewise.
22600
22601 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22602
22603         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22604         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22605         Silvermont.
22606         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22607         macro.
22608         (index_Slow_SSE4_2): Likewise.
22609         (index_Prefer_PMINUB_for_stringop): Likewise.
22610         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22611         bit_Slow_SSE4_2 is set.
22612         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22613         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22614
22615 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22616
22617         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22618         rtld_global._dl_hwcap2.
22619         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22620         POWER8.
22621         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22622         POWER8 feature descriptions defined in _dl_hwcap2.
22623         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22624         string handling for POWER8 feature bits.
22625         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22626         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22627         _dl_powerpc_cap_flags.
22628         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22629         * sysdeps/powerpc/rtld-global-offsets.sym
22630         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22631         _dl_hwcap2 in the rtld_global_ro structure.
22632
22633 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22634
22635         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22636         hardware capabilities in support of AT_HWCAP2.
22637         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22638         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22639         GLRO(dl_hwcap2).
22640         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22641         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22642         explicitly the unknown a_type display mechanism is used.
22643         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22644         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22645         struct member.
22646         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22647         to macro prototype for AT_HWCAP2 support.
22648         * sysdeps/i386/dl-procinfo.h: Likewise.
22649         * sysdeps/s390/dl-procinfo.h: Likewise.
22650         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22651         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22652         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22653         return -1 for unknown a_type display fallback.
22654         * sysdeps/sparc/dl-procinfo.h: Likewise.
22655         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22656         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22657
22658 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22659
22660         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22661         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22662
22663 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22664
22665         [BZ #12492]
22666         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22667         mprotect making __stack_prot writable.
22668
22669 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22670             Joseph Myers  <joseph@codesourcery.com>
22671
22672         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22673         as being properly aligned.
22674
22675 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22676
22677         * dlfcn/modstatic5.c: New file.
22678         * dlfcn/tststatic5.c: New file.
22679         * dlfcn/Makefile (tests): Add tststatic5.
22680         (tests-static): Likewise.
22681         (modules-names): Add modstatic5.
22682         (tststatic5-ENV): New variable.
22683         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22684
22685         [BZ #15022]
22686         * elf/dl-support.c (_dl_main_map): New variable.
22687         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22688         (_dl_nns, _dl_load_adds): Set to 1.
22689         (_dl_initial_searchlist): Refer to _dl_main_map.
22690         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22691         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22692         call to _dl_get_origin.
22693         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22694         around call_map.
22695         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22696         * dlfcn/modstatic3.c: New file.
22697         * dlfcn/tststatic3.c: New file.
22698         * dlfcn/tststatic4.c: New file.
22699         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22700         (tests-static): Likewise.
22701         (modules-names): Add modstatic3.
22702         (tststatic3-ENV, tststatic4-ENV): New variables.
22703         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22704         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22705
22706 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22707
22708         * configure.in (CC): Require GCC version 4.4 or later.
22709         * configure: Regenerated.
22710         * manual/install.texi (Tools for Compilation): Update GCC version
22711         requirement.
22712         * INSTALL: Regenerated.
22713
22714 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22715
22716         [BZ #15674]
22717         * string/test-memcmp.c (check2): New.
22718         (main): Call check2.
22719
22720         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22721
22722 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22723
22724         [BZ #15022]
22725         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22726         over to...
22727         (dl_open_worker) [!SHARED]: ... here.
22728
22729 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22730
22731         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22732
22733 2013-06-25  Richard Henderson  <rth@redhat.com>
22734
22735         * locale/programs/locarchive.c: Include <libc-internal.h>
22736
22737 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22738
22739         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22740         trailing whitespace removed.
22741
22742 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22743
22744         [BZ #10283]
22745         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22746         * locale/programs/locarchive.c: Include libc-mmap.h.
22747         (prepare_address_space): Take two new outputs (the mmap base and len).
22748         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22749         values.
22750         (create_archive): Declare new mmap base and len values for
22751         prepare_address_space, and store the result in ah.
22752         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22753         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22754         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22755         Declare new mmap base and len values for
22756         prepare_address_space, and store the result in new_ah.
22757         (open_archive): Declare new mmap base and len values for
22758         prepare_address_space, and store the result in ah.
22759         (close_archive): If ah->mmap_base is not NULL, use that and
22760         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22761         * sysdeps/generic/libc-mmap.h: New file.
22762
22763 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22764
22765         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22766         (ALIGN_UP): Likewise.
22767         (PTR_ALIGN_DOWN): Likewise.
22768         (PTR_ALIGN_UP): Likewise.
22769
22770 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22771
22772         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22773         entry mapped to PPC_PLATFORM_POWER8.
22774         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22775         POWER8.
22776         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22777         (_dl_string_platform): Add case for exporting platform position for
22778         POWER8.
22779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22780         search path to sysdeps/powerpc/powerpc32/power8 directory.
22781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22782         search path to sysdeps/powerpc/powerpc64/power8 directory.
22783         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22784         power7 directories.
22785         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22786         power7 directories.
22787
22788 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22789
22790         * INSTALL: Regenerate.
22791
22792         * nscd/connections.c (nscd_init): Fix comment.
22793
22794 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22795
22796         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22797
22798         [BZ #15667]
22799         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22800         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22801
22802 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22803
22804         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22805         DL_DST_REQ_STATIC.
22806         (DL_DST_REQ_STATIC): Remove macro.
22807
22808 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22809
22810         [BZ #7006]
22811         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22812         with a shift of 0 bits.
22813
22814 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22815
22816         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22817         $(tststatic-ENV).
22818
22819 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22820
22821         [BZ #15655]
22822         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22823
22824 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22825
22826         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22827         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22828         accepts -fno-tree-loop-distribute-patterns.
22829         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22830         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22831         recursive call.
22832         * string/memset.c (memset): Likewise.
22833         * string/test-memmove.c (simple_memmove): Disable loop transformation
22834         to library calls.
22835         * string/test-memset.c (simple_memset): Likewise.
22836         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22837         * benchtests/bench-memset.c (simple_memset): Likewise.
22838         * configure: Regenerated.
22839
22840 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22841
22842         * math/test-misc.c (main): Ignore fesetround failure when failures
22843         of subsequent rounding tests would be ignored.
22844
22845         [BZ #15654]
22846         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22847         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22848         * math/fegetenv.c (__fegetenv): Return 0.
22849         * math/fegetexcept.c (fegetexcept): Return 0.
22850         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22851         FE_TONEAREST.
22852         * math/feholdexcpt.c (feholdexcept): Return 0.
22853         * math/fesetenv.c (__fesetenv): Return 0.
22854         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22855         argument FE_TONEAREST.
22856         * math/feupdateenv.c (__feupdateenv): Return 0.
22857         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22858
22859 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22860
22861         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22862         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22863         ($(objpfx)rtld-%.os rules): Use them.
22864
22865 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22866
22867         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22868         fields.
22869
22870 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22871
22872         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22873         length of target pattern, then descending length of dependency pattern.
22874         * configure.in (AWK): Require gawk 3.1.2 or newer.
22875         * manual/install.texi (Tools for Compilation): Say that we do.
22876         * configure: Regenerated.
22877
22878         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22879         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22880         * scripts/sysd-rules.awk: ... this new script.
22881         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22882         than a glob-style pattern.
22883
22884 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22885
22886         * math/test-misc.c (main): Do not treat incorrectly rounded
22887         conversions as failure unless ROUNDING_TESTS passes.
22888
22889 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22890
22891         [BZ #15631]
22892         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22893         restore exception state around main square root computation, then
22894         check for inexactness explicitly.
22895
22896         * math/libm-test.inc (fma_test_data): Add another test.
22897
22898 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22899
22900         * manual/threads.texi (Non-POSIX Extensions): New document
22901         node.  Document pthread_getattr_default_np and
22902         pthread_setattr_default_np.
22903
22904         * Versions.def (libpthread): Add GLIBC_2.18.
22905         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22906         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22907         Likewise.
22908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22909         Likewise.
22910         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22911         Likewise.
22912         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22913         Likewise.
22914         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22915         Likewise.
22916         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22917         Likewise.
22918         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22919         Likewise.
22920         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22921         Likewise.
22922         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22923         Likewise.
22924
22925 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22926
22927         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22928         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22929
22930 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22931             H.J. Lu  <hjl.tools@gmail.com>
22932
22933         [BZ #15627]
22934         * sysdeps/x86_64/rtld-memset.c: Remove file.
22935         * sysdeps/x86_64/rtld-memset.S: New file.
22936
22937 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22938
22939         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22940         (test_in_one_mode): Take arguments for whether the rounding mode
22941         is supported for each floating-point type.
22942         (do_test): Pass new arguments to test_in_one_mode using
22943         ROUNDING_TESTS.
22944
22945 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22946
22947         * posix/tst-waitid.c (do_test): Distinguish different instances of
22948         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22949         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22950         before entering the kernel for waitpid.
22951
22952 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22953
22954         * NEWS: Fix note on clock function precision.  Text by Roland
22955         McGrath.
22956
22957 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22958
22959         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22960         it into place only when and if the sanity check passes.
22961
22962 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22963
22964         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22965         output for whether conversion result is exact.  Take argument
22966         indicating whether type is IBM long double.
22967         (round_for_all): Change need_exact field to ibm_ld.
22968         * stdlib/tst-strtod-round.c (struct exactness): New type.
22969         (struct test): Change bool ld_ok field to struct exactness exact.
22970         (TEST): Update all definitions for change to field.
22971         (tests): Regenerate array contents.
22972         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22973         field value.  Check for IBM long double here.
22974         (do_test): Update calls to test_in_one_mode.
22975
22976 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22977
22978         [BZ #12515]
22979         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22980         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22981
22982 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22983
22984         [BZ #15605]
22985         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22986         generated by the compiler on loop optimizations.
22987         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22988         general definitions.
22989
22990 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22991
22992         * math/bug-nextafter.c: Include <math-tests.h>.
22993         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22994         the relevant type.
22995         * math/bug-nexttoward.c: Include <math-tests.h>.
22996         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22997         the relevant type.
22998         * math/test-misc.c: Include <math-tests.h>.
22999         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23000         the relevant type.
23001
23002 2013-06-12  Andreas Jaeger  <aj@suse.de>
23003
23004         * po/ia.po: Update Interlingua translation from translation
23005         project.
23006
23007 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23008
23009         * include/fenv.h: Include stdbool.h.
23010         (struct rm_ctx): New structure.
23011         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
23012         Define macro.
23013         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
23014         (SET_RESTORE_ROUNDF): Likewise.
23015         (SET_RESTORE_ROUNDL): Likewise.
23016         (SET_RESTORE_ROUND_NOEX): Likewise.
23017         (SET_RESTORE_ROUND_NOEXF): Likewise.
23018         (SET_RESTORE_ROUND_NOEXL): Likewise.
23019         (SET_RESTORE_ROUND_53BIT): Likewise.
23020         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
23021         (libc_feresetround_noexf_ctx): Likewise.
23022         (libc_feresetround_noexl_ctx): Likewise.
23023         (libc_feholdsetround_53bit_ctx): Likewise.
23024         (libc_feresetround_53bit_ctx): Likewise.
23025         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
23026         (libc_feholdexcept_setround_sse_ctx): New function.
23027         (libc_fesetenv_sse_ctx): Likewise.
23028         (libc_feupdateenv_sse_ctx): Likewise.
23029         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
23030         (libc_feholdexcept_setround_387_ctx): Likewise.
23031         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
23032         (libc_feholdsetround_387_prec_ctx): Likewise.
23033         (libc_feholdsetround_387_ctx): Likewise.
23034         (libc_feholdsetround_387_53bit_ctx): Likewise.
23035         (libc_feholdsetround_sse_ctx): Likewise.
23036         (libc_feresetround_sse_ctx): Likewise.
23037         (libc_feresetround_387_ctx): Likewise.
23038         (libc_feupdateenv_387_ctx): Likewise.
23039         (libc_feholdexcept_setroundf_ctx): Define macro.
23040         (libc_fesetenvf_ctx): Likewise.
23041         (libc_feupdateenvf_ctx): Likewise.
23042         (libc_feholdsetroundf_ctx): Likewise.
23043         (libc_feresetroundf_ctx): Likewise.
23044         (libc_feholdexcept_setround_ctx): Likewise.
23045         (libc_fesetenv_ctx): Likewise.
23046         (libc_feupdateenv_ctx): Likewise.
23047         (libc_feholdsetround_ctx): Likewise.
23048         (libc_feresetround_ctx): Likewise.
23049         (libc_feholdexcept_setroundl_ctx): Likewise.
23050         (libc_feupdateenvl_ctx): Likewise.
23051         (libc_feholdsetroundl_ctx): Likewise.
23052         (libc_feresetroundl_ctx): Likewise.
23053         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
23054         (libc_feresetround_53bit_ctx): Likewise.
23055
23056 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23057
23058         * locale/iso-639.def: Convert to UTF-8.
23059
23060 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
23061
23062         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
23063         (EXCEPTION_TESTS_double): Likewise.
23064         (EXCEPTION_TESTS_long_double): Likewise.
23065         (EXCEPTION_TESTS): Likewise.
23066         * math/libm-test.inc (test_exceptions): Only test exceptions if
23067         EXCEPTION_TESTS (FLOAT).
23068
23069 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23070
23071         * benchtests/Makefile (string-bench): Add strcpy_chk and
23072         stpcpy_chk.
23073         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
23074         * benchtests/bench-stpcpy_chk.c: New file.
23075         * benchtests/bench-strcpy_chk-ifunc.c: New file.
23076         * benchtests/bench-strcpy_chk.c: New file.
23077         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
23078         code.
23079         (do_test): Likewise.
23080
23081 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23082
23083         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
23084         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
23085         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
23086         with tabs where appropriate.
23087         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
23088         dl-procinfo.h.
23089         [PPC_PLATFORM_PPC440]: Likewise.
23090         [PPC_PLATFORM_PPC464]: Likewise.
23091         [PPC_PLATFORM_PPC476]: Likewise.
23092         (_dl_string_platform): Add support for detecting ppc405, ppc440,
23093         ppc464, and ppc476 platform strings merging from ports/
23094         dl-procinfo.h.
23095
23096 2013-06-11  Andreas Schwab  <schwab@suse.de>
23097
23098         [BZ #14991]
23099         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
23100         (from_ucs4_idx): Regenerate.
23101         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
23102         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
23103         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
23104         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
23105         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
23106         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
23107         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
23108         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
23109         from FROM_LOOP and TO_LOOP specific macros.
23110         (BODY): Handle combining characters.
23111         * iconvdata/BIG5HKSCS.irreversible: Update.
23112         * iconvdata/BIG5HKSCS.precomposed: New file.
23113         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
23114         characters.
23115         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
23116
23117 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23118
23119         * include/sys/time.h: Fix indentation and add copyright header.
23120
23121         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
23122         (do_test): Likewise.
23123         * string/test-memchr.c (do_one_test): Likewise.
23124         (do_test): Likewise.
23125         * string/test-memcmp.c (do_one_test): Likewise.
23126         (do_test): Likewise.
23127         * string/test-memcpy.c (do_one_test): Likewise.
23128         (do_test): Likewise.
23129         * string/test-memmem.c (do_one_test): Likewise.
23130         (do_test): Likewise.
23131         (do_random_tests): Likewise.
23132         * string/test-memmove.c (do_one_test): Likewise.
23133         (do_test): Likewise.
23134         * string/test-memset.c (do_one_test): Likewise.
23135         (do_test): Likewise.
23136         * string/test-rawmemchr.c (do_one_test): Likewise.
23137         (do_test): Likewise.
23138         * string/test-strcasecmp.c (do_one_test): Likewise.
23139         (do_test): Likewise.
23140         * string/test-strcasestr.c (do_one_test): Likewise.
23141         (do_test): Likewise.
23142         * string/test-strcat.c (do_one_test): Likewise.
23143         (do_test): Likewise.
23144         * string/test-strchr.c (do_one_test): Likewise.
23145         (do_test): Likewise.
23146         * string/test-strcmp.c (do_one_test): Likewise.
23147         (do_test): Likewise.
23148         * string/test-strcpy.c (do_one_test): Likewise.
23149         (do_test): Likewise.
23150         * string/test-string.h: Likewise.
23151         (test_init): Likewise.
23152         * string/test-strlen.c (do_one_test): Likewise.
23153         (do_test): Likewise.
23154         * string/test-strncasecmp.c (do_one_test): Likewise.
23155         (do_test): Likewise.
23156         * string/test-strncat.c (do_one_test): Likewise.
23157         (do_test): Likewise.
23158         * string/test-strncmp.c (do_one_test): Likewise.
23159         (do_test_limit): Likewise.
23160         (do_test): Likewise.
23161         * string/test-strncpy.c (do_one_test): Likewise.
23162         (do_test): Likewise.
23163         * string/test-strnlen.c (do_one_test): Likewise.
23164         (do_test): Likewise.
23165         * string/test-strpbrk.c (do_one_test): Likewise.
23166         (do_test): Likewise.
23167         * string/test-strrchr.c (do_one_test): Likewise.
23168         (do_test): Likewise.
23169         * string/test-strspn.c (do_one_test): Likewise.
23170         (do_test): Likewise.
23171         * string/test-strstr.c (do_one_test): Likewise.
23172         (do_test): Likewise.
23173
23174         * benchtests/Makefile (string-bench): Add string benchmarks.
23175         * benchtests/bench-bcopy-ifunc.c: New file.
23176         * benchtests/bench-bcopy.c: New file.
23177         * benchtests/bench-bzero-ifunc.c: New file.
23178         * benchtests/bench-bzero.c: New file.
23179         * benchtests/bench-memccpy-ifunc.c: New file.
23180         * benchtests/bench-memccpy.c: New file.
23181         * benchtests/bench-memchr-ifunc.c: New file.
23182         * benchtests/bench-memchr.c: New file.
23183         * benchtests/bench-memcmp-ifunc.c: New file.
23184         * benchtests/bench-memcmp.c: New file.
23185         * benchtests/bench-memmem-ifunc.c: New file.
23186         * benchtests/bench-memmem.c: New file.
23187         * benchtests/bench-memmove-ifunc.c: New file.
23188         * benchtests/bench-memmove.c: New file.
23189         * benchtests/bench-mempcpy-ifunc.c: New file.
23190         * benchtests/bench-mempcpy.c: New file.
23191         * benchtests/bench-memset-ifunc.c: New file.
23192         * benchtests/bench-memset.c: New file.
23193         * benchtests/bench-rawmemchr-ifunc.c: New file.
23194         * benchtests/bench-rawmemchr.c: New file.
23195         * benchtests/bench-stpcpy-ifunc.c: New file.
23196         * benchtests/bench-stpcpy.c: New file.
23197         * benchtests/bench-stpncpy-ifunc.c: New file.
23198         * benchtests/bench-stpncpy.c: New file.
23199         * benchtests/bench-strcasecmp-ifunc.c: New file.
23200         * benchtests/bench-strcasecmp.c: New file.
23201         * benchtests/bench-strcasestr-ifunc.c: New file.
23202         * benchtests/bench-strcasestr.c: New file.
23203         * benchtests/bench-strcat-ifunc.c: New file.
23204         * benchtests/bench-strcat.c: New file.
23205         * benchtests/bench-strchr-ifunc.c: New file.
23206         * benchtests/bench-strchr.c: New file.
23207         * benchtests/bench-strchrnul-ifunc.c: New file.
23208         * benchtests/bench-strchrnul.c: New file.
23209         * benchtests/bench-strcmp-ifunc.c: New file.
23210         * benchtests/bench-strcmp.c: New file.
23211         * benchtests/bench-strcpy-ifunc.c: New file.
23212         * benchtests/bench-strcpy.c: New file.
23213         * benchtests/bench-strcspn-ifunc.c: New file.
23214         * benchtests/bench-strcspn.c: New file.
23215         * benchtests/bench-strlen-ifunc.c: New file.
23216         * benchtests/bench-strlen.c: New file.
23217         * benchtests/bench-strncasecmp-ifunc.c: New file.
23218         * benchtests/bench-strncasecmp.c: New file.
23219         * benchtests/bench-strncat-ifunc.c: New file.
23220         * benchtests/bench-strncat.c: New file.
23221         * benchtests/bench-strncmp-ifunc.c: New file.
23222         * benchtests/bench-strncmp.c: New file.
23223         * benchtests/bench-strncpy-ifunc.c: New file.
23224         * benchtests/bench-strncpy.c: New file.
23225         * benchtests/bench-strnlen-ifunc.c: New file.
23226         * benchtests/bench-strnlen.c: New file.
23227         * benchtests/bench-strpbrk-ifunc.c: New file.
23228         * benchtests/bench-strpbrk.c: New file.
23229         * benchtests/bench-strrchr-ifunc.c: New file.
23230         * benchtests/bench-strrchr.c: New file.
23231         * benchtests/bench-strspn-ifunc.c: New file.
23232         * benchtests/bench-strspn.c: New file.
23233         * benchtests/bench-strstr-ifunc.c: New file.
23234         * benchtests/bench-strstr.c: New file.
23235
23236         * benchtests/Makefile: Disable parallel execution of targets.
23237         (string-bench): Add memcpy.
23238         (benchset): New variable to store a list of benchmark sets.
23239         (bench-func): Renamed from bench.
23240         (bench-set): New target.
23241         (bench): Depend on bench-func and bench-set.
23242         * benchtests/README: Add section on benchmark sets.
23243         * benchtests/bench-memcpy-ifunc.c: New file.
23244         * benchtests/bench-memcpy.c: New file.
23245         * benchtests/bench-string.h: New file.
23246
23247 2013-06-11  Andreas Schwab  <schwab@suse.de>
23248
23249         [BZ #15577]
23250         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23251         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23252         values in the triple.
23253         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23254         terminator in the group key.
23255
23256 2013-06-11  Andreas Jaeger  <aj@suse.de>
23257
23258         * po/zh_TW.po: Update Chinese (traditional) translation from
23259         translation project.
23260
23261 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23262
23263         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23264         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23265         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23266         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23267         (clock_getcpuclockid): Likewise.
23268         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23269         Add weak_alias and libc_hidden_def.
23270         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23271         * rt/clock_gettime.c (clock_gettime): Rename to
23272         __clock_gettime.  Add weak_alias and libc_hidden_def.
23273         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23274         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23275         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23276         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23277         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23278         Likewise.
23279         * rt/clock_settime.c (clock_settime): Rename to
23280         __clock_settime.  Add weak_alias and libc_hidden_def.
23281         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23282
23283 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23284
23285         * mach/err_boot.sub: Remove trailing whitespace.
23286         * mach/err_ipc.sub: Likewise.
23287         * mach/err_mach.sub: Likewise.
23288
23289         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23290         (ROUNDING_TESTS_double): Likewise.
23291         (ROUNDING_TESTS_long_double): Likewise.
23292         (ROUNDING_TESTS): Likewise.
23293         * math/libm-test.inc: Include <math-tests.h>.
23294         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23295         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23296         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23297         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23298
23299 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23300
23301         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23302         of assigning.
23303
23304 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23305
23306         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23307         otherwise empty TRANS lines.
23308         * sysdeps/gnu/errlist.c: Regenerated.
23309
23310         * catgets/gencat.c (error_print): Use (void) in function
23311         definition.
23312         * crypt/crypt_util.c (__init_des): Likewise.
23313         * crypt/speeds.c (Stop): Likewise.
23314         (main): Likewise.
23315         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23316         * inet/ruserpass.c (token): Likewise.
23317         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23318         * intl/localealias.c (extend_alias_table): Likewise.
23319         * intl/plural-exp.c (init_germanic_plural): Likewise.
23320         * libio/fcloseall.c (__fcloseall): Likewise.
23321         * libio/genops.c (_IO_flush_all): Likewise.
23322         (_IO_flush_all_linebuffered): Likewise.
23323         (_IO_cleanup): Likewise.
23324         (_IO_iter_begin): Likewise.
23325         (_IO_iter_end): Likewise.
23326         (_IO_list_lock): Likewise.
23327         (_IO_list_unlock): Likewise.
23328         (_IO_list_resetlock): Likewise.
23329         * libio/getchar.c (getchar): Likewise.
23330         * libio/getchar_u.c (getchar_unlocked): Likewise.
23331         * libio/getwchar.c (getwchar): Likewise.
23332         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23333         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23334         * login/getpt.c (__getpt): Likewise.
23335         * login/tst-utmp.c (main): Likewise.
23336         * malloc/hooks.c (__malloc_check_init): Likewise.
23337         * malloc/malloc.c (__malloc_stats): Likewise.
23338         * malloc/mtrace.c (tr_break): Likewise.
23339         (mtrace): Likewise.
23340         (muntrace): Likewise.
23341         * misc/fstab.c (endfsent): Likewise.
23342         * misc/getclktck.c (__getclktck): Likewise.
23343         * misc/getdtsz.c (__getdtablesize): Likewise.
23344         * misc/gethostid.c (gethostid): Likewise.
23345         * misc/getpagesize.c (__getpagesize): Likewise.
23346         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23347         (__get_nprocs): Likewise.
23348         (__get_phys_pages): Likewise.
23349         (__get_avphys_pages): Likewise.
23350         * misc/getttyent.c (getttyent): Likewise.
23351         (setttyent): Likewise.
23352         (endttyent): Likewise.
23353         * misc/getusershell.c (getusershell): Likewise.
23354         (endusershell): Likewise.
23355         (setusershell): Likewise.
23356         (initshells): Likewise.
23357         * misc/hsearch.c (__hdestroy): Likewise.
23358         * misc/sync.c (sync): Likewise.
23359         * misc/syslog.c (closelog_internal): Likewise.
23360         (closelog): Likewise.
23361         * misc/ttyslot.c (ttyslot): Likewise.
23362         * misc/vhangup.c (vhangup): Likewise.
23363         * posix/fork.c (__fork): Likewise.
23364         * posix/getegid.c (__getegid): Likewise.
23365         * posix/geteuid.c (__geteuid): Likewise.
23366         * posix/getgid.c (__getgid): Likewise.
23367         * posix/getpid.c (__getpid): Likewise.
23368         * posix/getppid.c (__getppid): Likewise.
23369         * posix/getuid.c (__getuid): Likewise.
23370         * posix/pause.c (pause): Likewise.
23371         * posix/setpgrp.c (setpgrp): Likewise.
23372         * posix/setsid.c (__setsid): Likewise.
23373         * posix/test-vfork.c (noop): Likewise.
23374         * resolv/gethnamaddr.c (_endhtent): Likewise.
23375         (_gethtent): Likewise.
23376         (ht_endhostent): Likewise.
23377         (gethostent): Likewise.
23378         (dns_service): Likewise.
23379         * stdlib/drand48.c (drand48): Likewise.
23380         * stdlib/lrand48.c (lrand48): Likewise.
23381         * stdlib/mrand48.c (mrand48): Likewise.
23382         * stdlib/rand.c (rand): Likewise.
23383         * stdlib/random.c (__random): Likewise.
23384         * stdlib/setenv.c (clearenv): Likewise.
23385         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23386         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23387         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23388         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23389         (__get_nprocs): Likewise.
23390         (__get_phys_pages): Likewise.
23391         (__get_avphys_pages): Likewise.
23392         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23393         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23394         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23395         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23396         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23397         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23398         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23399         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23400         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23401         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23402         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23403         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23404         * sysdeps/posix/clock.c (clock): Likewise.
23405         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23406         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23407         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23408         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23409         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23410         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23411         (__get_nprocs_conf): Likewise.
23412         (__get_phys_pages): Likewise.
23413         (__get_avphys_pages): Likewise.
23414         * time/clock.c (clock): Likewise.
23415         * time/tzset.c (__tzname_max): Likewise.
23416
23417 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23418
23419         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23420         (__bswap_32): Do not use "register".
23421         * crypt/crypt.c (_ufc_doit_r): Likewise.
23422         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23423         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23424         * gmon/gmon.c (__monstartup): Likewise.
23425         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23426         * hurd/hurdmalloc.c (more_memory): Likewise.
23427         (malloc): Likewise.
23428         (free): Likewise.
23429         (realloc): Likewise.
23430         (malloc_fork_prepare): Likewise.
23431         (malloc_fork_parent): Likewise.
23432         (malloc_fork_child): Likewise.
23433         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23434         (_svcauth_des): Likewise.
23435         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23436         * inet/inet_net.c (inet_network): Likewise.
23437         * inet/inet_netof.c (inet_netof): Likewise.
23438         * inet/rcmd.c (__validuser2_sa): Likewise.
23439         * io/fts.c (fts_open): Likewise.
23440         (fts_load): Likewise.
23441         (fts_close): Likewise.
23442         (fts_read): Likewise.
23443         (fts_children): Likewise.
23444         (fts_build): Likewise.
23445         (fts_stat): Likewise.
23446         (fts_sort): Likewise.
23447         (fts_alloc): Likewise.
23448         (fts_lfree): Likewise.
23449         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23450         (_IO_file_xsgetn): Likewise.
23451         (_IO_file_xsgetn_mmap): Likewise.
23452         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23453         (_IO_cookie_write): Likewise.
23454         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23455         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23456         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23457         * malloc/obstack.c (_obstack_begin): Likewise.
23458         (_obstack_begin_1): Likewise.
23459         (_obstack_newchunk): Likewise.
23460         (_obstack_allocated_p): Likewise.
23461         (obstack_free): Likewise.
23462         (_obstack_memory_used): Likewise.
23463         * misc/getttyent.c (getttynam): Likewise.
23464         (getttyent): Likewise.
23465         (skip): Likewise.
23466         (value): Likewise.
23467         * misc/getusershell.c (initshells): Likewise.
23468         * misc/syslog.c (__vsyslog_chk): Likewise.
23469         * misc/ttyslot.c (ttyslot): Likewise.
23470         * nis/nis_hash.c (__nis_hash): Likewise.
23471         * posix/fnmatch_loop.c (FCT): Likewise.
23472         * posix/getconf.c (print_all): Likewise.
23473         (main): Likewise.
23474         * posix/getopt.c (exchange): Likewise.
23475         * posix/glob.c (globfree): Likewise.
23476         (prefix_array): Likewise.
23477         (__glob_pattern_type): Likewise.
23478         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23479         (NS_GET32): Likewise.
23480         (NS_PUT16): Likewise.
23481         (NS_PUT32): Likewise.
23482         * resolv/gethnamaddr.c (getanswer): Likewise.
23483         (gethostbyname2): Likewise.
23484         (gethostbyaddr): Likewise.
23485         (_gethtent): Likewise.
23486         (_gethtbyname2): Likewise.
23487         (_gethtbyaddr): Likewise.
23488         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23489         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23490         * resolv/res_init.c (__res_vinit): Likewise.
23491         (net_mask): Likewise.
23492         * resolv/res_mkquery.c (outchar): Likewise.
23493         (PRINT): Likewise.
23494         * stdio-common/printf_fp.c (outchar): Likewise.
23495         (PRINT): Likewise.
23496         * stdio-common/printf_fphex.c (outchar): Likewise.
23497         (PRINT): Likewise.
23498         * stdio-common/printf_size.c (outchar): Likewise.
23499         (PRINT): Likewise.
23500         * stdio-common/test_rdwr.c (main): Likewise.
23501         * stdio-common/tfformat.c (matches): Likewise.
23502         * stdio-common/vfprintf.c (outchar): Likewise.
23503         (printf_unknown): Likewise.
23504         (buffered_vfprintf): Likewise.
23505         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23506         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23507         (ReadFile): Likewise.
23508         * stdlib/qsort.c (SWAP): Likewise.
23509         (_quicksort): Likewise.
23510         * stdlib/setenv.c (__add_to_environ): Likewise.
23511         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23512         * stdlib/strtol_l.c (__strtol_l): Likewise.
23513         * stdlib/tst-strtod.c (main): Likewise.
23514         * stdlib/tst-strtol.c (main): Likewise.
23515         * stdlib/tst-strtoll.c (main): Likewise.
23516         * string/bits/string2.h (__strcmp_cc): Likewise.
23517         (__strcmp_cg): Likewise.
23518         (__strcspn_c1): Likewise.
23519         (__strcspn_c2): Likewise.
23520         (__strcspn_c3): Likewise.
23521         (__strspn_c1): Likewise.
23522         (__strspn_c2): Likewise.
23523         (__strspn_c3): Likewise.
23524         (__strsep_1c): Likewise.
23525         (__strsep_2c): Likewise.
23526         (__strsep_3c): Likewise.
23527         * string/memccpy.c (__memccpy): Likewise.
23528         * string/stpcpy.c (__stpcpy): Likewise.
23529         * string/strcmp.c (strcmp): Likewise.
23530         * string/strrchr.c (strrchr): Likewise.
23531         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23532         Likewise.
23533         * sysdeps/mach/hurd/getcwd.c
23534         (_hurd_canonicalize_directory_name_internal): Likewise.
23535         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23536         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23537         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23538         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23539         Likewise, in both definitions.
23540         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23541         definitions.
23542         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23543         64] (__bswap_64): Likewise.
23544         * time/test_time.c (main): Likewise.
23545         * time/tzfile.c (__tzfile_read): Likewise.
23546         (__tzfile_compute): Likewise.
23547         * time/tzset.c (__tzset_parse_tz): Likewise.
23548         (tzset_internal): Likewise.
23549         (compute_change): Likewise.
23550         * wcsmbs/wcscat.c (__wcscat): Likewise.
23551         * wcsmbs/wcschr.c (wcschr): Likewise.
23552         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23553         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23554         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23555         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23556         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23557         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23558         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23559         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23560         * wcsmbs/wmemset.c (wmemset): Likewise.
23561
23562 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23563
23564         * scripts/config.guess: Update to version 2013-05-16.
23565         * scripts/config.sub: Update to version 2013-04-24.
23566         * scripts/install-sh: Update to version 2011-11-20.07.
23567         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23568         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23569
23570 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23571
23572         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23573         * elf/sln.c: Likewise.
23574         * hurd/hurd/ioctl.h: Likewise.
23575         * hurd/hurdmalloc.c: Likewise.
23576         * hurd/xattr.c: Likewise.
23577         * include/shlib-compat.h: Likewise.
23578         * inet/ruserpass.c: Likewise.
23579         * libio/iofgets_u.c: Likewise.
23580         * libio/iofgetws_u.c: Likewise.
23581         * locale/programs/ld-identification.c: Likewise.
23582         * locale/programs/ld-time.c: Likewise.
23583         * mach/msg-destroy.c: Likewise.
23584         * nss/nss_files/files-netgrp.c: Likewise.
23585         * resolv/res_data.c: Likewise.
23586         * soft-fp/op-1.h: Likewise.
23587         * soft-fp/op-2.h: Likewise.
23588         * soft-fp/op-4.h: Likewise.
23589         * soft-fp/op-common.h: Likewise.
23590         * stdio-common/printf_fphex.c: Likewise.
23591         * stdlib/strtod_l.c: Likewise.
23592         * sunrpc/rpc/clnt.h: Likewise.
23593         * sysdeps/generic/framestate.c: Likewise.
23594         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23595         * sysdeps/i386/bsd-setjmp.S: Likewise.
23596         * sysdeps/i386/__longjmp.S: Likewise.
23597         * sysdeps/i386/setjmp.S: Likewise.
23598         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23599         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23600         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23601         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23602         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23603         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23604         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23605         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23606         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23607         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23608         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23609         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23610         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23611         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23612         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23613         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23614         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23615         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23616         * sysdeps/ieee754/support.c: Likewise.
23617         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23618         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23619         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23620         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23621         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23622         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23623         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23624         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23625         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23626         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23627         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23628         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23629         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23630         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23631         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23632         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23633         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23634         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23635
23636 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23637
23638         * posix/transbug.c: Remove executable mode.
23639
23640 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23641
23642         * crypt/speeds.c: Remove trailing whitespace.
23643         * dlfcn/default.c: Likewise.
23644         * elf/ifuncdep2.c: Likewise.
23645         * elf/ifuncmain1.c: Likewise.
23646         * elf/ifuncmain1vis.c: Likewise.
23647         * elf/testobj.h: Likewise.
23648         * elf/tst-stackguard1.c: Likewise.
23649         * gmon/sys/gmon.h: Likewise.
23650         * hurd/hurdmsg.c: Likewise.
23651         * hurd/new-fd.c: Likewise.
23652         * hurd/ports-get.c: Likewise.
23653         * iconvdata/ibm1008_420.c: Likewise.
23654         * inet/tst-getni1.c: Likewise.
23655         * inet/tst-getni2.c: Likewise.
23656         * libio/ioungetc.c: Likewise.
23657         * libio/wfiledoalloc.c: Likewise.
23658         * manual/libm-err-tab.pl: Likewise.
23659         * math/w_dremf.c: Likewise.
23660         * misc/ftruncate.c: Likewise.
23661         * posix/bug-glob2.c: Likewise.
23662         * posix/tst-pcre.c: Likewise.
23663         * posix/wait4.c: Likewise.
23664         * resolv/README: Likewise.
23665         * resolv/res_debug.h: Likewise.
23666         * resolv/tst-inet_ntop.c: Likewise.
23667         * setjmp/bug269-setjmp.c: Likewise.
23668         * soft-fp/extended.h: Likewise.
23669         * soft-fp/op-1.h: Likewise.
23670         * soft-fp/op-2.h: Likewise.
23671         * soft-fp/op-4.h: Likewise.
23672         * soft-fp/op-8.h: Likewise.
23673         * soft-fp/testit.c: Likewise.
23674         * stdio-common/bug16.c: Likewise.
23675         * stdlib/random.c: Likewise.
23676         * sunrpc/rpcsvc/rquota.x: Likewise.
23677         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23678         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23679         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23680         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23681         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23682         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23683         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23684         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23685         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23686         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23687         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23688         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23689         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23690         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23691         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23692         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23693         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23694         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23695         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23696         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23697         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23698         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23699         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23700         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23701         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23702         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23703         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23704         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23705         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23706         * sysdeps/ieee754/s_lib_version.c: Likewise.
23707         * sysdeps/mach/hurd/check_fds.c: Likewise.
23708         * sysdeps/mach/hurd/getsockname.c: Likewise.
23709         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23710         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23711         * sysdeps/powerpc/bits/link.h: Likewise.
23712         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23713         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23714         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23715         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23716         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23717         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23718         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23719         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23720         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23721         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23722         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23723         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23724         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23725         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23726         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23727         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23728         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23729         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23730         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23731         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23732         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23733         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23734         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23735         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23736         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23737         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23738         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23739         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23740         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23741         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23742         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23743         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23744         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23745         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23746         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23747         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23748         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23749         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23750         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23751         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23752         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23753         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23754         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23755         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23756         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23757         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23758         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23759         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23760         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23761         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23762         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23763         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23764         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23765         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23766         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23767         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23768         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23769         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23770         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23771         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23772         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23773         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23774         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23775         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23776         * sysdeps/powerpc/sysdep.h: Likewise.
23777         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23778         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23779         * sysdeps/sh/dl-trampoline.S: Likewise.
23780         * sysdeps/sh/memset.S: Likewise.
23781         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23782         * sysdeps/sh/strlen.S: Likewise.
23783         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23784         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23785         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23786         * sysdeps/sparc/sparc32/rem.S: Likewise.
23787         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23788         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23789         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23790         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23791         * sysdeps/sparc/sparc32/urem.S: Likewise.
23792         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23793         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23794         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23795         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23796         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23797         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23798         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23799         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23800         * sysdeps/unix/bsd/times.c: Likewise.
23801         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23802         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23803         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23805         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23806         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23807         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23808         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23809         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23810         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23811         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23812         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23813         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23814         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23815         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23816         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23817         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23818         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23819         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23820         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23821         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23822         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23823         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23824         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23825         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23826         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23827         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23828         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23829         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23830         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23831         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23832         * sysdeps/x86_64/strcspn.S: Likewise.
23833
23834 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23835
23836         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23837         generated file.  Regenerate properly from gen-translit.pl.
23838         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23839         locale/C-translit.h.
23840
23841 2013-06-05  Andreas Schwab  <schwab@suse.de>
23842
23843         [BZ #15100]
23844         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23845         week as 6 instead of -1.
23846         * time/tst-strptime.c (day_tests): Add test case.
23847
23848 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23849
23850         * sysdeps/generic/math_private.h
23851         (libc_feholdexcept_setround_53bit): Replace with
23852         libc_feholdsetround_53bit.
23853         (libc_feupdateenv_53bit): Replace with
23854         libc_feresetround_53bit.
23855         (SET_RESTORE_ROUND_53BIT): Adjust.
23856
23857 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23858
23859         * string/test-strchrnul.c: Add copyright header.
23860
23861         * posix/tst-getaddrinfo4.c: Increase test timeout.
23862
23863 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23864
23865         [BZ #15536]
23866         * math/libm-test.inc (MAX_EXP): Remove
23867         (MIN_EXP): Define.
23868         (ulp): Use MIN_EXP - MANT_DIG.
23869         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23870
23871 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23872
23873         * po/be.po: Revert last change.
23874         * po/zh_CN.po: Likewise.
23875         * po/header.pot: Likewise.
23876
23877 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23878
23879         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23880         link-libc-deps to empty as target-specific variable.
23881         * Makerules (link-libc-args): New variable.
23882         (libc-for-link): Likewise.
23883         (link-libc-deps): Likewise.
23884         (lib%.so): Depend on $(link-libc-deps).  Link with
23885         $(link-libc-args).
23886         (build-module): Link with $(link-libc-args).
23887         (build-module-asneeded): Likewise.
23888         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23889         list of objects.
23890         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23891         target-specific variable.
23892         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23893         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23894         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23895         libc.
23896         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23897         libc and ld.so.
23898         ($(objpfx)libpcprofile.so): Likewise.
23899         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23900         libc_nonshared.a.
23901         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23902         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23903         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23904         $(link-libc-deps).
23905         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23906         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23907         * login/Makefile ($(objpfx)libutil.so): Likewise.
23908         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23909         * math/Makefile ($(objpfx)libm.so): Likewise.
23910         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23911         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23912         variable instead of depending directly on libc.
23913         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23914         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23915         $(link-libc-deps).
23916         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23917         libc.
23918         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23919         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23920         ($(objpfx)libanl.so): Likewise.
23921         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23922         ld.so.
23923         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23924         $(link-libc-deps).
23925         * sysdeps/i386/fpu/Makefile: Remove file.
23926         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23927         ($(objpfx)libm.so): Remove dependency on ld.so.
23928
23929 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23930
23931         [BZ # 15553]
23932         * nis/yp_xdr.c (XDRMAXNAME): Define.
23933         (XDRMAXRECORD): Define.
23934         (xdr_domainname): Use XDRMAXNAME.
23935         (xdr_mapname): Likewise.
23936         (xdr_peername): Likewise.
23937         (xdr_keydat): Use XDRMAXRECORD.
23938         (xdr_valdat): Likewise.
23939
23940 2013-05-30  Jeff Law  <law@redhat.com>
23941
23942         [BZ #14256]
23943         * manual/errno.texi (ESTALE): Update to account for more than
23944         just NFS file systems.
23945         * sysdeps/gnu/errlist.c: Regenerated.
23946
23947 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23948
23949         [BZ #15465]
23950         * elf/Makefile (tests): Add tst-null-argv.
23951         (modules-names):  Add tst-null-argv-lib.
23952         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23953         (tst-null-argv-ENV): Set environment for tst-null-argv.
23954         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23955         (RTLD_PROGNAME): New macro.
23956         * elf/tst-null-argv.c: New test case.
23957         * elf/tst-null-argv-lib.c: Library for test case.
23958         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23959         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23960         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23961         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23962         * elf/dl-init.c (call_init): Likewise.
23963         (_dl_init): Likewise.
23964         * elf/dl-load.c (print_search_path): Likewise.
23965         (_dl_map_object): Likewise.
23966         * elf/dl-lookup.c (do_lookup_x): Likewise.
23967         (add_dependency): Likewise.
23968         (_dl_lookup_symbol_x): Likewise.
23969         (_dl_debug_bindings): Likewise.
23970         * elf/dl-open.c (_dl_show_scope): Likewise.
23971         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23972         * elf/dl-version.c (match_symbol): Likewise.
23973         (_dl_check_map_versions): Likewise.
23974         * elf/rtld.c (dl_main): Likewise.
23975         (print_unresolved): Use RTLD_PROGNAME.
23976         (print_missing_version): Likewise.
23977         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23978         (elf_machine_rela): Likewise.
23979         * sysdeps/powerpc/powerpc32/dl-machine.c
23980         (__process_machine_rela): Likewise.
23981         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23982         Likewise.
23983         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23984         Likewise.
23985         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23986         Likewise.
23987         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23988         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23989         Likewise.
23990         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23991         Likewise.
23992         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23993
23994 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23995
23996         * po/be.po: Add descriptive title.
23997         * po/zh_CN.po: Likewise.
23998         * po/header.pot: Likewise.
23999
24000 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
24001
24002         * locale/programs/locarchive.c (create_archive): Inlucde fname in
24003         error message.
24004         (enlarge_archive): Likewise.
24005
24006 2013-05-28  Ben North  <ben@redfrontdoor.org>
24007
24008         * manual/arith.texi (frexp): It is the magnitude of the return
24009         value which lies in [0.5, 1), not the return value itself.
24010
24011 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24012
24013         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24014
24015 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
24016
24017         * stdio-common/bug26.c (main): Correct fscanf template.
24018
24019         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
24020         declare _dl_skip_args.
24021
24022         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
24023         Don't declare.
24024
24025         * manual/platform.texi: Add missing @end deftypefun.
24026
24027 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24028
24029         [BZ #15529]
24030         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
24031         bit of mantissa of 2^16382.
24032         * math/libm-test.inc (hypot_test_data): Add more tests.
24033
24034         * math/libm-test.inc: Add drem and pow10 to list of tested
24035         functions.
24036         (pow10_test): New function.
24037         (drem_test): Likewise.
24038         (drem_test_tonearest): Likewise.
24039         (drem_test_towardzero): Likewise.
24040         (drem_test_downward): Likewise.
24041         (drem_test_upward): Likewise.
24042         (main): Call the new functions.
24043
24044         * math/libm-test.inc (finite_test_data): Remove.
24045         (finite_test): Run tests from isfinite_test_data.
24046         (gamma_test_data): Remove.
24047         (gamma_test): Run tests from lgamma_test_data.
24048         * sysdeps/i386/fpu/libm-test-ulps: Update.
24049         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24050
24051 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24052
24053         * manual/platform.texi: Add PowerPC PPR function set documentation.
24054         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
24055         implementation.
24056
24057 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
24058
24059         * math/libm-test.inc (MAX_EXP): Define.
24060         (ULPDIFF): Define.
24061         (ulp): New function.
24062         (check_float_internal): Use ULPDIFF.
24063         (cpow_test): Disable failing test.
24064         (check_ulp): Test ulp() implemetnation.
24065         (main): Call check_ulp before starting tests.
24066
24067 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24068
24069         * math/gen-libm-test.pl (generate_testfile): Do not handle
24070         START_DATA and END_DATA.
24071         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
24072         END_DATA.
24073         (acos_tonearest_test_data): Likewise.
24074         (acos_towardzero_test_data): Likewise.
24075         (acos_downward_test_data): Likewise.
24076         (acos_upward_test_data): Likewise.
24077         (acosh_test_data): Likewise.
24078         (asin_test_data): Likewise.
24079         (asin_tonearest_test_data): Likewise.
24080         (asin_towardzero_test_data): Likewise.
24081         (asin_downward_test_data): Likewise.
24082         (asin_upward_test_data): Likewise.
24083         (asinh_test_data): Likewise.
24084         (atan_test_data): Likewise.
24085         (atanh_test_data): Likewise.
24086         (atan2_test_data): Likewise.
24087         (cabs_test_data): Likewise.
24088         (cacos_test_data): Likewise.
24089         (cacosh_test_data): Likewise.
24090         (carg_test_data): Likewise.
24091         (casin_test_data): Likewise.
24092         (casinh_test_data): Likewise.
24093         (catan_test_data): Likewise.
24094         (catanh_test_data): Likewise.
24095         (cbrt_test_data): Likewise.
24096         (ccos_test_data): Likewise.
24097         (ccosh_test_data): Likewise.
24098         (ceil_test_data): Likewise.
24099         (cexp_test_data): Likewise.
24100         (cimag_test_data): Likewise.
24101         (clog_test_data): Likewise.
24102         (clog10_test_data): Likewise.
24103         (conj_test_data): Likewise.
24104         (copysign_test_data): Likewise.
24105         (cos_test_data): Likewise.
24106         (cos_tonearest_test_data): Likewise.
24107         (cos_towardzero_test_data): Likewise.
24108         (cos_downward_test_data): Likewise.
24109         (cos_upward_test_data): Likewise.
24110         (cosh_test_data): Likewise.
24111         (cosh_tonearest_test_data): Likewise.
24112         (cosh_towardzero_test_data): Likewise.
24113         (cosh_downward_test_data): Likewise.
24114         (cosh_upward_test_data): Likewise.
24115         (cpow_test_data): Likewise.
24116         (cproj_test_data): Likewise.
24117         (creal_test_data): Likewise.
24118         (csin_test_data): Likewise.
24119         (csinh_test_data): Likewise.
24120         (csqrt_test_data): Likewise.
24121         (ctan_test_data): Likewise.
24122         (ctan_tonearest_test_data): Likewise.
24123         (ctan_towardzero_test_data): Likewise.
24124         (ctan_downward_test_data): Likewise.
24125         (ctan_upward_test_data): Likewise.
24126         (ctanh_test_data): Likewise.
24127         (ctanh_tonearest_test_data): Likewise.
24128         (ctanh_towardzero_test_data): Likewise.
24129         (ctanh_downward_test_data): Likewise.
24130         (ctanh_upward_test_data): Likewise.
24131         (erf_test_data): Likewise.
24132         (erfc_test_data): Likewise.
24133         (exp_test_data): Likewise.
24134         (exp_tonearest_test_data): Likewise.
24135         (exp_towardzero_test_data): Likewise.
24136         (exp_downward_test_data): Likewise.
24137         (exp_upward_test_data): Likewise.
24138         (exp10_test_data): Likewise.
24139         (exp2_test_data): Likewise.
24140         (expm1_test_data): Likewise.
24141         (fabs_test_data): Likewise.
24142         (fdim_test_data): Likewise.
24143         (finite_test_data): Likewise.
24144         (floor_test_data): Likewise.
24145         (fma_test_data): Likewise.
24146         (fma_towardzero_test_data): Likewise.
24147         (fma_downward_test_data): Likewise.
24148         (fma_upward_test_data): Likewise.
24149         (fmax_test_data): Likewise.
24150         (fmin_test_data): Likewise.
24151         (fmod_test_data): Likewise.
24152         (fpclassify_test_data): Likewise.
24153         (frexp_test_data): Likewise.
24154         (gamma_test_data): Likewise.
24155         (hypot_test_data): Likewise.
24156         (ilogb_test_data): Likewise.
24157         (isfinite_test_data): Likewise.
24158         (isgreater_test_data): Likewise.
24159         (isgreaterequal_test_data): Likewise.
24160         (isinf_test_data): Likewise.
24161         (isless_test_data): Likewise.
24162         (islessequal_test_data): Likewise.
24163         (islessgreater_test_data): Likewise.
24164         (isnan_test_data): Likewise.
24165         (isnormal_test_data): Likewise.
24166         (issignaling_test_data): Likewise.
24167         (isunordered_test_data): Likewise.
24168         (j0_test_data): Likewise.
24169         (j1_test_data): Likewise.
24170         (jn_test_data): Likewise.
24171         (ldexp_test_data): Likewise.
24172         (lgamma_test_data): Likewise.
24173         (lrint_test_data): Likewise.
24174         (lrint_tonearest_test_data): Likewise.
24175         (lrint_towardzero_test_data): Likewise.
24176         (lrint_downward_test_data): Likewise.
24177         (lrint_upward_test_data): Likewise.
24178         (llrint_test_data): Likewise.
24179         (llrint_tonearest_test_data): Likewise.
24180         (llrint_towardzero_test_data): Likewise.
24181         (llrint_downward_test_data): Likewise.
24182         (llrint_upward_test_data): Likewise.
24183         (log_test_data): Likewise.
24184         (log10_test_data): Likewise.
24185         (log1p_test_data): Likewise.
24186         (log2_test_data): Likewise.
24187         (logb_test_data): Likewise.
24188         (logb_downward_test_data): Likewise.
24189         (lround_test_data): Likewise.
24190         (llround_test_data): Likewise.
24191         (modf_test_data): Likewise.
24192         (nearbyint_test_data): Likewise.
24193         (nextafter_test_data): Likewise.
24194         (nexttoward_test_data): Likewise.
24195         (pow_test_data): Likewise.
24196         (pow_tonearest_test_data): Likewise.
24197         (pow_towardzero_test_data): Likewise.
24198         (pow_downward_test_data): Likewise.
24199         (pow_upward_test_data): Likewise.
24200         (remainder_test_data): Likewise.
24201         (remainder_tonearest_test_data): Likewise.
24202         (remainder_towardzero_test_data): Likewise.
24203         (remainder_downward_test_data): Likewise.
24204         (remainder_upward_test_data): Likewise.
24205         (remquo_test_data): Likewise.
24206         (rint_test_data): Likewise.
24207         (rint_tonearest_test_data): Likewise.
24208         (rint_towardzero_test_data): Likewise.
24209         (rint_downward_test_data): Likewise.
24210         (rint_upward_test_data): Likewise.
24211         (round_test_data): Likewise.
24212         (scalb_test_data): Likewise.
24213         (scalbn_test_data): Likewise.
24214         (scalbln_test_data): Likewise.
24215         (signbit_test_data): Likewise.
24216         (sin_test_data): Likewise.
24217         (sin_tonearest_test_data): Likewise.
24218         (sin_towardzero_test_data): Likewise.
24219         (sin_downward_test_data): Likewise.
24220         (sin_upward_test_data): Likewise.
24221         (sincos_test_data): Likewise.
24222         (sinh_test_data): Likewise.
24223         (sinh_tonearest_test_data): Likewise.
24224         (sinh_towardzero_test_data): Likewise.
24225         (sinh_downward_test_data): Likewise.
24226         (sinh_upward_test_data): Likewise.
24227         (sqrt_test_data): Likewise.
24228         (tan_test_data): Likewise.
24229         (tan_tonearest_test_data): Likewise.
24230         (tan_towardzero_test_data): Likewise.
24231         (tan_downward_test_data): Likewise.
24232         (tan_upward_test_data): Likewise.
24233         (tanh_test_data): Likewise.
24234         (tgamma_test_data): Likewise.
24235         (trunc_test_data): Likewise.
24236         (y0_test_data): Likewise.
24237         (y1_test_data): Likewise.
24238         (yn_test_data): Likewise.
24239         (significand_test_data): Likewise.
24240
24241         * math/gen-libm-test.pl (@functions): Remove variable.
24242         (generate_testfile): Don't handle START and END lines.
24243         * math/libm-test.inc (START): New macro.
24244         (END): Likewise.
24245         (END_COMPLEX): Likewise.
24246         (acos_test): Use END macro without arguments.
24247         (acos_test_tonearest): Likewise.
24248         (acos_test_towardzero): Likewise.
24249         (acos_test_downward): Likewise.
24250         (acos_test_upward): Likewise.
24251         (acosh_test): Likewise.
24252         (asin_test): Likewise.
24253         (asin_test_tonearest): Likewise.
24254         (asin_test_towardzero): Likewise.
24255         (asin_test_downward): Likewise.
24256         (asin_test_upward): Likewise.
24257         (asinh_test): Likewise.
24258         (atan_test): Likewise.
24259         (atanh_test): Likewise.
24260         (atan2_test): Likewise.
24261         (cabs_test): Likewise.
24262         (cacos_test): Use END_COMPLEX macro without arguments.
24263         (cacosh_test): Likewise.
24264         (carg_test): Use END macro without arguments.
24265         (casin_test): Use END_COMPLEX macro without arguments.
24266         (casinh_test): Likewise.
24267         (catan_test): Likewise.
24268         (catanh_test): Likewise.
24269         (cbrt_test): Use END macro without arguments.
24270         (ccos_test): Use END_COMPLEX macro without arguments.
24271         (ccosh_test): Likewise.
24272         (ceil_test): Use END macro without arguments.
24273         (cexp_test): Use END_COMPLEX macro without arguments.
24274         (cimag_test): Use END macro without arguments.
24275         (clog_test): Use END_COMPLEX macro without arguments.
24276         (clog10_test): Likewise.
24277         (conj_test): Likewise.
24278         (copysign_test): Use END macro without arguments.
24279         (cos_test): Likewise.
24280         (cos_test_tonearest): Likewise.
24281         (cos_test_towardzero): Likewise.
24282         (cos_test_downward): Likewise.
24283         (cos_test_upward): Likewise.
24284         (cosh_test): Likewise.
24285         (cosh_test_tonearest): Likewise.
24286         (cosh_test_towardzero): Likewise.
24287         (cosh_test_downward): Likewise.
24288         (cosh_test_upward): Likewise.
24289         (cpow_test): Use END_COMPLEX macro without arguments.
24290         (cproj_test): Likewise.
24291         (creal_test): Use END macro without arguments.
24292         (csin_test): Use END_COMPLEX macro without arguments.
24293         (csinh_test): Likewise.
24294         (csqrt_test): Likewise.
24295         (ctan_test): Likewise.
24296         (ctan_test_tonearest): Likewise.
24297         (ctan_test_towardzero): Likewise.
24298         (ctan_test_downward): Likewise.
24299         (ctan_test_upward): Likewise.
24300         (ctanh_test): Likewise.
24301         (ctanh_test_tonearest): Likewise.
24302         (ctanh_test_towardzero): Likewise.
24303         (ctanh_test_downward): Likewise.
24304         (ctanh_test_upward): Likewise.
24305         (erf_test): Use END macro without arguments.
24306         (erfc_test): Likewise.
24307         (exp_test): Likewise.
24308         (exp_test_tonearest): Likewise.
24309         (exp_test_towardzero): Likewise.
24310         (exp_test_downward): Likewise.
24311         (exp_test_upward): Likewise.
24312         (exp10_test): Likewise.
24313         (exp2_test): Likewise.
24314         (expm1_test): Likewise.
24315         (fabs_test): Likewise.
24316         (fdim_test): Likewise.
24317         (finite_test): Likewise.
24318         (floor_test): Likewise.
24319         (fma_test): Likewise.
24320         (fma_test_towardzero): Likewise.
24321         (fma_test_downward): Likewise.
24322         (fma_test_upward): Likewise.
24323         (fmax_test): Likewise.
24324         (fmin_test): Likewise.
24325         (fmod_test): Likewise.
24326         (fpclassify_test): Likewise.
24327         (frexp_test): Likewise.
24328         (gamma_test): Likewise.
24329         (hypot_test): Likewise.
24330         (ilogb_test): Likewise.
24331         (isfinite_test): Likewise.
24332         (isgreater_test): Likewise.
24333         (isgreaterequal_test): Likewise.
24334         (isinf_test): Likewise.
24335         (isless_test): Likewise.
24336         (islessequal_test): Likewise.
24337         (islessgreater_test): Likewise.
24338         (isnan_test): Likewise.
24339         (isnormal_test): Likewise.
24340         (issignaling_test): Likewise.
24341         (isunordered_test): Likewise.
24342         (j0_test): Likewise.
24343         (j1_test): Likewise.
24344         (jn_test): Likewise.
24345         (ldexp_test): Likewise.
24346         (lgamma_test): Likewise.
24347         (lrint_test): Likewise.
24348         (lrint_test_tonearest): Likewise.
24349         (lrint_test_towardzero): Likewise.
24350         (lrint_test_downward): Likewise.
24351         (lrint_test_upward): Likewise.
24352         (llrint_test): Likewise.
24353         (llrint_test_tonearest): Likewise.
24354         (llrint_test_towardzero): Likewise.
24355         (llrint_test_downward): Likewise.
24356         (llrint_test_upward): Likewise.
24357         (log_test): Likewise.
24358         (log10_test): Likewise.
24359         (log1p_test): Likewise.
24360         (log2_test): Likewise.
24361         (logb_test): Likewise.
24362         (logb_test_downward): Likewise.
24363         (lround_test): Likewise.
24364         (llround_test): Likewise.
24365         (modf_test): Likewise.
24366         (nearbyint_test): Likewise.
24367         (nextafter_test): Likewise.
24368         (nexttoward_test): Likewise.
24369         (pow_test): Likewise.
24370         (pow_test_tonearest): Likewise.
24371         (pow_test_towardzero): Likewise.
24372         (pow_test_downward): Likewise.
24373         (pow_test_upward): Likewise.
24374         (remainder_test): Likewise.
24375         (remainder_test_tonearest): Likewise.
24376         (remainder_test_towardzero): Likewise.
24377         (remainder_test_downward): Likewise.
24378         (remainder_test_upward): Likewise.
24379         (remquo_test): Likewise.
24380         (rint_test): Likewise.
24381         (rint_test_tonearest): Likewise.
24382         (rint_test_towardzero): Likewise.
24383         (rint_test_downward): Likewise.
24384         (rint_test_upward): Likewise.
24385         (round_test): Likewise.
24386         (scalb_test): Likewise.
24387         (scalbn_test): Likewise.
24388         (scalbln_test): Likewise.
24389         (signbit_test): Likewise.
24390         (sin_test): Likewise.
24391         (sin_test_tonearest): Likewise.
24392         (sin_test_towardzero): Likewise.
24393         (sin_test_downward): Likewise.
24394         (sin_test_upward): Likewise.
24395         (sincos_test): Likewise.
24396         (sinh_test): Likewise.
24397         (sinh_test_tonearest): Likewise.
24398         (sinh_test_towardzero): Likewise.
24399         (sinh_test_downward): Likewise.
24400         (sinh_test_upward): Likewise.
24401         (sqrt_test): Likewise.
24402         (tan_test): Likewise.
24403         (tan_test_tonearest): Likewise.
24404         (tan_test_towardzero): Likewise.
24405         (tan_test_downward): Likewise.
24406         (tan_test_upward): Likewise.
24407         (tanh_test): Likewise.
24408         (tgamma_test): Likewise.
24409         (trunc_test): Likewise.
24410         (y0_test): Likewise.
24411         (y1_test): Likewise.
24412         (yn_test): Likewise.
24413         (significand_test): Likewise.
24414
24415 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24416
24417         [BZ #15381]
24418         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24419
24420 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24421
24422         [BZ #14894]
24423         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24424         __ppc_mdoio and __ppc_mdoom.
24425         * manual/platform.texi: Document new functions __ppc_yield,
24426         __ppc_mdoio and __ppc_mdoom.
24427
24428 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24429
24430         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24431         (main): Mention "tls" pseudo-hwcap is legacy.
24432         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24433
24434 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24435
24436         * math/gen-libm-test.pl (parse_args): Output only string of
24437         arguments as text for test name, not full call or descriptions of
24438         tests for extra outputs.
24439         (generate_testfile): Do not pass function name to parse_args.
24440         Generate this_func variable from START.
24441         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24442         field to arg_str.
24443         (struct test_ff_f_data): Likewise.
24444         (test_ff_f_data_nexttoward): Likewise.
24445         (struct test_fi_f_data): Likewise.
24446         (struct test_fl_f_data): Likewise.
24447         (struct test_if_f_data): Likewise.
24448         (struct test_fff_f_data): Likewise.
24449         (struct test_c_f_data): Likewise.
24450         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24451         (struct test_fF_f1_data): Likewise.
24452         (struct test_ffI_f1_data): Likewise.
24453         (struct test_c_c_data): Rename test_name field to arg_str.
24454         (struct test_cc_c_data): Likewise.
24455         (struct test_f_i_data): Likewise.
24456         (struct test_ff_i_data): Likewise.
24457         (struct test_f_l_data): Likewise.
24458         (struct test_f_L_data): Likewise.
24459         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24460         and extra2_name.
24461         (COMMON_TEST_SETUP): New macro.
24462         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24463         (COMMON_TEST_CLEANUP): Likewise.
24464         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24465         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24466         macros.
24467         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24468         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24469         macros.
24470         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24471         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24472         cleanup macros.
24473         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24474         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24475         macros.
24476         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24477         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24478         macros.
24479         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24480         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24481         cleanup macros.
24482         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24483         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24484         cleanup macros.
24485         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24486         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24487         cleanup macros.
24488         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24489         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24490         macros.
24491         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24492         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24493         macros.
24494         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24495         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24496         macros.
24497         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24498         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24499         cleanup macros.
24500         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24501         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24502         cleanup macros.
24503         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24504         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24505         macros.
24506         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24507         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24508         cleanup macros.
24509         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24510         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24511         macros.
24512         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24513         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24514         macros.
24515         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24516         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24517         cleanup macros.
24518         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24519
24520 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24521
24522         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24523         to _sifields.sigfault.
24524         (si_addr_lsb): Define new macro.
24525         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24526         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24527         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24528
24529 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24530
24531         [BZ #15441]
24532         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24533         returns -1.
24534         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24535         null return -1.
24536         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24537         loading the domain.
24538
24539 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24540
24541         * math/gen-libm-test.pl (parse_args): Do not include expected
24542         result in test name.
24543         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24544         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24545         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24546         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24547         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24548         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24549
24550 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24551
24552         * benchtests/Makefile: Sort function entries.
24553
24554         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24555         tanh, asinh, acosh, atanh.
24556         * benchtests/acos-inputs: New file.
24557         * benchtests/acosh-inputs: New file.
24558         * benchtests/asin-inputs: New file.
24559         * benchtests/asinh-inputs: New file.
24560         * benchtests/atanh-inputs: New file.
24561         * benchtests/cosh-inputs: New file.
24562         * benchtests/log-inputs: New file.
24563         * benchtests/sinh-inputs: New file.
24564         * benchtests/tanh-inputs: New file.
24565
24566 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24567
24568         [BZ #15339]
24569         * posix/tst-getaddrinfo4.c: New test.
24570         * posix/Makefile (tests): Add it.
24571
24572 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24573
24574         [BZ #15339]
24575         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24576         when no services were used.
24577         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24578         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24579
24580 2013-05-21  Andreas Schwab  <schwab@suse.de>
24581
24582         [BZ #15014]
24583         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24584         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24585         successful.
24586         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24587         redundant variable declarations and reallocation of buffer when
24588         parsing as IPv6 address.  Always set NSS status when called from
24589         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24590         buffer too small.  Correct computation of needed size.
24591         * nss/Makefile (tests): Add test-digits-dots.
24592         * nss/test-digits-dots.c: New test.
24593
24594 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24595
24596         * benchtests/Makefile: Remove instructions for adding
24597         benchmark tests.
24598         * benchtests/README: New file to explain how to execute and
24599         enhance the benchmark tests.
24600
24601 2013-05-21  Andreas Schwab  <schwab@suse.de>
24602
24603         [BZ #15493]
24604         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24605         * setjmp/tst-sigsetjmp.c: New test.
24606
24607 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24608
24609         * sysdeps/x86_64/memset.S (memset): New implementation.
24610         (__bzero): Likewise.
24611         (__memset_tail): New function.
24612
24613 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24614
24615         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24616         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24617         __memcpy_sse2_unaligned ifunc selection.
24618         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24619         Add memcpy-sse2-unaligned.S.
24620         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24621         Add: __memcpy_sse2_unaligned.
24622
24623 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24624
24625         [BZ #15490]
24626         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24627         math_force_eval before restoring floating-point envrionment.
24628         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24629         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24630         Likewise.
24631         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24632         <math_private.h>.
24633         (__nearbyintl): Use math_force_eval before restoring
24634         floating-point environment.
24635         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24636
24637         * math/gen-libm-test.pl (special_functions): Remove.
24638         (parse_args): Don't handle TEST_extra.  Handle functions with no
24639         return value.
24640         * math/libm-test.inc (struct test_sincos_data): Replace with
24641         struct test_fFF_11_data.
24642         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24643         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24644         (sincos_test_data): Change element type to struct
24645         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24646         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24647         RUN_TEST_LOOP_sincos.
24648         * math/README.libm-test: Don't mention special handling of
24649         individual functions.
24650         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24651         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24652         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24653         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24654         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24655         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24656
24657         * math/gen-libm-test.pl (get_variable): Remove function.
24658         (parse_args): Don't show pointer parameters to call in test
24659         names.  Use "extra output N" in test names for extra outputs
24660         rather than naming variables.
24661
24662 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24663
24664         [BZ #15488]
24665         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24666         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24667         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24668         double tests.
24669         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24670         disable.
24671         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24672         check_long_double.
24673
24674         * math/gen-libm-test.pl (@tests): Remove variable.
24675         ($count): Likewise.
24676         (new_test): Remove function.
24677         (show_exceptions): New function.
24678         (special_functions): Use show_exceptions instead of new_test.
24679         (parse_args): Likewise.
24680         (generate_testfile): Pass only function name in generated call to
24681         print_max_error or print_complex_max_error.
24682         (get_ulps): Do not handle complex tests specially.
24683         (output_test): Rename to ...
24684         (get_all_ulps_for_test): ... this.  Return a string rather than
24685         printing to a file.  Require ulps to be present.
24686         (output_ulps): Generate arrays rather than #defines.
24687         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24688         (struct ulp_data): New type.
24689         (BUILD_COMPLEX_ULP): Remove macro.
24690         (compare_ulp_data): New function.
24691         (find_ulps): Likewise.
24692         (find_test_ulps): Likewise.
24693         (find_function_ulps): Likewise.
24694         (find_complex_function_ulps): Likewise.
24695         (print_max_error): Determine allowed ulps using
24696         find_function_ulps.
24697         (print_complex_max_error): Determine allowed ulps using
24698         find_complex_function_ulps.
24699         (check_float_internal): Determine max ulps using find_test_ulps.
24700         (check_float): Do not take max_ulp parameter.  Update call to
24701         check_float_internal.
24702         (check_complex): Likewise.
24703         (check_int): Do not take max_ulp parameter.
24704         (check_long): Likewise.
24705         (check_bool): Likewise.
24706         (check_longlong): Likewise.
24707         (struct test_f_f_data): Remove max_ulp field.
24708         (struct test_ff_f_data): Likewise.
24709         (struct test_ff_f_data_nexttoward): Likewise.
24710         (struct test_fi_f_data): Likewise.
24711         (struct test_fl_f_data): Likewise.
24712         (struct test_if_f_data): Likewise.
24713         (struct test_fff_f_data): Likewise.
24714         (struct test_c_f_data): Likewise.
24715         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24716         (struct test_fF_f1_data): Likewise.
24717         (struct test_ffI_f1_data): Likewise.
24718         (struct test_c_c_data): Remove max_ulp field.
24719         (struct test_cc_c_data): Likewise.
24720         (struct test_f_i_data): Likewise.
24721         (struct test_ff_i_data): Likewise.
24722         (struct test_f_l_data): Likewise.
24723         (struct test_f_L_data): Likewise.
24724         (struct test_sincos_data): Likewise.
24725         (RUN_TEST_f_f): Do not handle ulps.
24726         (RUN_TEST_LOOP_f_f): Likewise.
24727         (RUN_TEST_2_f): Likewise.
24728         (RUN_TEST_LOOP_2_f): Likewise.
24729         (RUN_TEST_fff_f): Likewise.
24730         (RUN_TEST_LOOP_fff_f): Likewise.
24731         (RUN_TEST_c_f): Likewise.
24732         (RUN_TEST_LOOP_c_f): Likewise.
24733         (RUN_TEST_f_f1): Likewise.
24734         (RUN_TEST_LOOP_f_f1): Likewise.
24735         (RUN_TEST_fF_f1): Likewise.
24736         (RUN_TEST_LOOP_fF_f1): Likewise.
24737         (RUN_TEST_fI_f1): Likewise.
24738         (RUN_TEST_LOOP_fI_f1): Likewise.
24739         (RUN_TEST_ffI_f1): Likewise.
24740         (RUN_TEST_LOOP_ffI_f1): Likewise.
24741         (RUN_TEST_c_c): Likewise.
24742         (RUN_TEST_LOOP_c_c): Likewise.
24743         (RUN_TEST_cc_c): Likewise.
24744         (RUN_TEST_LOOP_cc_c): Likewise.
24745         (RUN_TEST_f_i): Likewise.
24746         (RUN_TEST_LOOP_f_i): Likewise.
24747         (RUN_TEST_f_i_tg): Likewise.
24748         (RUN_TEST_LOOP_f_i_tg): Likewise.
24749         (RUN_TEST_ff_i_tg): Likewise.
24750         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24751         (RUN_TEST_f_b): Likewise.
24752         (RUN_TEST_LOOP_f_b): Likewise.
24753         (RUN_TEST_f_b_tg): Likewise.
24754         (RUN_TEST_LOOP_f_b_tg): Likewise.
24755         (RUN_TEST_f_l): Likewise.
24756         (RUN_TEST_LOOP_f_l): Likewise.
24757         (RUN_TEST_f_L): Likewise.
24758         (RUN_TEST_LOOP_f_L): Likewise.
24759         (RUN_TEST_sincos): Likewise.
24760         (RUN_TEST_LOOP_sincos): Likewise.
24761
24762 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24763
24764         [BZ #15480]
24765         [BZ #15485]
24766         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24767         main case of finite arguments, set rounding mode to FE_TONEAREST
24768         and discard exceptions.
24769         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24770         exceptions.
24771         (remainder_tonearest_test_data): New variable.
24772         (remainder_test_tonearest): New function.
24773         (remainder_towardzero_test_data): New variable.
24774         (remainder_test_towardzero): New function.
24775         (remainder_downward_test_data): New variable.
24776         (remainder_test_downward): New function.
24777         (remainder_upward_test_data): New variable.
24778         (remainder_test_upward): New function.
24779         (main): Call the new test functions.
24780
24781         * math/libm-test.inc (struct test_f_f1_data): Remove field
24782         extra_init.
24783         (struct test_fF_f1_data): Likewise.
24784         (struct test_ffI_f1_data): Likewise.
24785         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24786         based on value of EXTRA_EXPECTED.
24787         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24788         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24789         EXTRA_VAR based on value of EXTRA_EXPECTED.
24790         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24791         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24792         EXTRA_VAR based on value of EXTRA_EXPECTED.
24793         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24794         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24795         EXTRA_VAR based on value of EXTRA_EXPECTED.
24796         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24797         * math/gen-libm-test.pl (parse_args): Don't output initializers
24798         for extra output values.
24799
24800         * math/libm-test.inc (check_int): Expect result to be exactly
24801         equal to expected value and do not handle ulps.
24802         (check_long): Likewise.
24803         (check_longlong): Likewise.
24804
24805         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24806         exceptions.
24807         (cimag_test_data): Likewise.
24808         (conj_test_data): Likewise.
24809         (copysign_test_data): Likewise.
24810         (cproj_test_data): Likewise.
24811         (creal_test_data): Likewise.
24812         (fabs_test_data): Likewise.
24813         (fdim_test_data): Likewise.
24814         (finite_test_data): Likewise.
24815         (floor_test_data): Likewise.
24816         (fmax_test_data): Likewise.
24817         (fmin_test_data): Likewise.
24818         (fmod_test_data): Likewise.
24819         (fpclassify_test_data): Likewise.
24820         (frexp_test_data): Likewise.
24821         (ilogb_test_data): Likewise.
24822         (isfinite_test_data): Likewise.
24823         (isgreater_test_data): Likewise.
24824         (isgreaterequal_test_data): Likewise.
24825         (isinf_test_data): Likewise.
24826         (isless_test_data): Likewise.
24827         (islessequal_test_data): Likewise.
24828         (islessgreater_test_data): Likewise.
24829         (isnan_test_data): Likewise.
24830         (isnormal_test_data): Likewise.
24831         (issignaling_test_data): Likewise.
24832         (isunordered_test_data): Likewise.
24833         (ldexp_test_data): Likewise.
24834         (lrint_test_data): Likewise.
24835         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24836         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24837         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24838         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24839         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24840         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24841         test input.
24842         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24843         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24844         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24845         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24846         that test input.
24847         (lrint_downward_test_data): Test for "inexact" exceptions.
24848         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24849         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24850         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24851         test input.
24852         (lrint_upward_test_data): Test for "inexact" exceptions.
24853         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24854         test input.
24855         (llrint_test_data): Test for "inexact" exceptions.
24856         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24857         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24858         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24859         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24860         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24861         (llrint_downward_test_data): Test for "inexact" exceptions.
24862         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24863         (llrint_upward_test_data): Test for "inexact" exceptions.
24864         (logb_test_data): Likewise.
24865         (logb_downward_test_data): Likewise.
24866         (nextafter_test_data): Likewise.
24867         (nexttoward_test_data): Likewise.
24868         (remainder_test_data): Likewise.
24869         (remquo_test_data): Likewise.
24870         (scalbn_test_data): Likewise.
24871         (scalbln_test_data): Likewise.
24872         (signbit_test_data): Likewise.
24873         (sqrt_test_data): Likewise.
24874         (significand_test_data): Likewise.
24875
24876 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24877
24878         [BZ #15424]
24879         * benchtests/bench-modf.c (struct args): Mark arg0 as
24880         volatile.
24881         * scripts/bench.pl: Mark members of struct args as volatile.
24882
24883 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24884
24885         [BZ # 15497]
24886         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24887         negative infinity on POWER6 or lower.
24888         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24889
24890 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24891
24892         [BZ #15442]
24893         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24894         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24895         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24896         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24897         (_FP_SETQNAN): New macro.
24898         (_FP_SETQNAN_SEMIRAW): Likewise.
24899         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24900         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24901         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24902         (FP_EXTEND): Use _FP_FRAC_SNANP.
24903         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24904         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24905         into account.
24906         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24907         New macro.
24908         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24909         Likewise.
24910
24911 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24912
24913         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24914         with DIVIDE_BY_ZERO_EXCEPTION.
24915         (gamma_test_data): Likewise.
24916         (lgamma_test_data): Likewise.
24917         (log_test_data): Likewise.
24918         (log10_test_data): Likewise.
24919         (log2_test_data): Likewise.
24920         (tgamma_test_data): Likewise.
24921
24922         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24923         (acos_test_tonearest): Likewise.
24924         (acos_test_towardzero): Likewise.
24925         (acos_test_downward): Likewise.
24926         (acos_test_upward): Likewise.
24927         (acosh_test): Likewise.
24928         (asin_test): Likewise.
24929         (asin_test_tonearest): Likewise.
24930         (asin_test_towardzero): Likewise.
24931         (asin_test_downward): Likewise.
24932         (asin_test_upward): Likewise.
24933         (asinh_test): Likewise.
24934         (atan_test): Likewise.
24935         (atanh_test): Likewise.
24936         (atan2_test): Likewise.
24937         (cabs_test): Likewise.
24938         (cacos_test): Likewise.
24939         (cacosh_test): Likewise.
24940         (casin_test): Likewise.
24941         (casinh_test): Likewise.
24942         (catan_test): Likewise.
24943         (catanh_test): Likewise.
24944         (cbrt_test): Likewise.
24945         (ccos_test): Likewise.
24946         (ccosh_test): Likewise.
24947         (cexp_test): Likewise.
24948         (clog_test): Likewise.
24949         (clog10_test): Likewise.
24950         (cos_test): Likewise.
24951         (cos_test_tonearest): Likewise.
24952         (cos_test_towardzero): Likewise.
24953         (cos_test_downward): Likewise.
24954         (cos_test_upward): Likewise.
24955         (cosh_test): Likewise.
24956         (cosh_test_tonearest): Likewise.
24957         (cosh_test_towardzero): Likewise.
24958         (cosh_test_downward): Likewise.
24959         (cosh_test_upward): Likewise.
24960         (cpow_test): Likewise.
24961         (csin_test): Likewise.
24962         (csinh_test): Likewise.
24963         (csqrt_test): Likewise.
24964         (ctan_test): Likewise.
24965         (ctan_test_tonearest): Likewise.
24966         (ctan_test_towardzero): Likewise.
24967         (ctan_test_downward): Likewise.
24968         (ctan_test_upward): Likewise.
24969         (ctanh_test): Likewise.
24970         (ctanh_test_tonearest): Likewise.
24971         (ctanh_test_towardzero): Likewise.
24972         (ctanh_test_downward): Likewise.
24973         (ctanh_test_upward): Likewise.
24974         (erf_test): Likewise.
24975         (erfc_test): Likewise.
24976         (exp_test): Likewise.
24977         (exp_test_tonearest): Likewise.
24978         (exp_test_towardzero): Likewise.
24979         (exp_test_downward): Likewise.
24980         (exp_test_upward): Likewise.
24981         (exp10_test): Likewise.
24982         (exp2_test): Likewise.
24983         (expm1_test): Likewise.
24984         (fmod_test): Likewise.
24985         (gamma_test): Likewise.
24986         (hypot_test): Likewise.
24987         (j0_test): Likewise.
24988         (j1_test): Likewise.
24989         (jn_test): Likewise.
24990         (lgamma_test): Likewise.
24991         (log_test): Likewise.
24992         (log10_test): Likewise.
24993         (log1p_test): Likewise.
24994         (log2_test): Likewise.
24995         (logb_test_downward): Likewise.
24996         (pow_test): Likewise.
24997         (pow_test_tonearest): Likewise.
24998         (pow_test_towardzero): Likewise.
24999         (pow_test_downward): Likewise.
25000         (pow_test_upward): Likewise.
25001         (remainder_test): Likewise.
25002         (remquo_test): Likewise.
25003         (sin_test): Likewise.
25004         (sin_test_tonearest): Likewise.
25005         (sin_test_towardzero): Likewise.
25006         (sin_test_downward): Likewise.
25007         (sin_test_upward): Likewise.
25008         (sincos_test): Likewise.
25009         (sinh_test): Likewise.
25010         (sinh_test_tonearest): Likewise.
25011         (sinh_test_towardzero): Likewise.
25012         (sinh_test_downward): Likewise.
25013         (sinh_test_upward): Likewise.
25014         (sqrt_test): Likewise.
25015         (tan_test): Likewise.
25016         (tan_test_tonearest): Likewise.
25017         (tan_test_towardzero): Likewise.
25018         (tan_test_downward): Likewise.
25019         (tan_test_upward): Likewise.
25020         (tanh_test): Likewise.
25021         (tgamma_test): Likewise.
25022         (y0_test): Likewise.
25023         (y1_test): Likewise.
25024         (yn_test): Likewise.
25025
25026         * math/gen-libm-test.pl (adjust_arg): Remove function.
25027         (special_function): Remove argument $in_func.  Only handle
25028         generating output for tables of tests, not inside functions.
25029         (parse_args): Likewise.
25030         (generate_testfile): Remove variable $in_func.  Update call to
25031         parse_args.
25032         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
25033         (MINUS_ZERO_INIT): Rename macro to minus_zero.
25034         (PLUS_INFTY_INIT): Rename macro to plus_infty.
25035         (MINUS_INFTY_INIT): Rename macro to minus_infty.
25036         (QNAN_VALUE_INIT): Rename macro to qnan_value.
25037         (MAX_VALUE_INIT): Rename macro to max_value.
25038         (MIN_VALUE_INIT): Rename macro to min_value.
25039         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
25040         (plus_zero): Remove variable.
25041         (minus_zero): Likewise.
25042         (plus_infty): Likewise.
25043         (minus_infty): Likewise.
25044         (qnan_value): Likewise.
25045         (max_value): Likewise.
25046         (min_value): Likewise.
25047         (min_subnorm_value): Likewise.
25048
25049 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25050
25051         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
25052         uint64_t or uint32_t usage.
25053         * crypt/sha256-block.c: Likewise.
25054         * crypt/sha256-crypt.c: Likewise.
25055         * crypt/sha256.c: Likewise.
25056         * crypt/sha512-block.c: Likewise.
25057         * crypt/sha512-crypt.c: Likewise.
25058         * crypt/sha512.c: Likewise.
25059         * debug/backtrace-tst.c: Likewise.
25060         * debug/pcprofiledump.c: Likewise.
25061         * elf/cache.c: Likewise.
25062         * elf/dl-cache.c: Likewise.
25063         * elf/dl-misc.c: Likewise.
25064         * elf/dl-profile.c: Likewise.
25065         * elf/dl-support.c: Likewise.
25066         * elf/ldconfig.c: Likewise.
25067         * elf/sprof.c: Likewise.
25068         * iconv/dummy-repertoire.c: Likewise.
25069         * iconv/iconv_charmap.c: Likewise.
25070         * iconv/skeleton.c: Likewise.
25071         * iconvdata/8bit-generic.c: Likewise.
25072         * iconvdata/cp737.h: Likewise.
25073         * iconvdata/cp775.h: Likewise.
25074         * iconvdata/ibm1008.h: Likewise.
25075         * iconvdata/ibm1025.h: Likewise.
25076         * iconvdata/ibm1046.h: Likewise.
25077         * iconvdata/ibm1097.h: Likewise.
25078         * iconvdata/ibm1112.h: Likewise.
25079         * iconvdata/ibm1122.h: Likewise.
25080         * iconvdata/ibm1123.h: Likewise.
25081         * iconvdata/ibm1124.h: Likewise.
25082         * iconvdata/ibm1129.h: Likewise.
25083         * iconvdata/ibm1130.h: Likewise.
25084         * iconvdata/ibm1132.h: Likewise.
25085         * iconvdata/ibm1133.h: Likewise.
25086         * iconvdata/ibm1137.h: Likewise.
25087         * iconvdata/ibm1140.h: Likewise.
25088         * iconvdata/ibm1141.h: Likewise.
25089         * iconvdata/ibm1142.h: Likewise.
25090         * iconvdata/ibm1143.h: Likewise.
25091         * iconvdata/ibm1144.h: Likewise.
25092         * iconvdata/ibm1145.h: Likewise.
25093         * iconvdata/ibm1146.h: Likewise.
25094         * iconvdata/ibm1147.h: Likewise.
25095         * iconvdata/ibm1148.h: Likewise.
25096         * iconvdata/ibm1149.h: Likewise.
25097         * iconvdata/ibm1153.h: Likewise.
25098         * iconvdata/ibm1154.h: Likewise.
25099         * iconvdata/ibm1155.h: Likewise.
25100         * iconvdata/ibm1156.h: Likewise.
25101         * iconvdata/ibm1157.h: Likewise.
25102         * iconvdata/ibm1158.h: Likewise.
25103         * iconvdata/ibm1160.h: Likewise.
25104         * iconvdata/ibm1161.h: Likewise.
25105         * iconvdata/ibm1162.h: Likewise.
25106         * iconvdata/ibm1163.h: Likewise.
25107         * iconvdata/ibm1164.h: Likewise.
25108         * iconvdata/ibm1166.h: Likewise.
25109         * iconvdata/ibm1167.h: Likewise.
25110         * iconvdata/ibm12712.h: Likewise.
25111         * iconvdata/ibm1390.h: Likewise.
25112         * iconvdata/ibm1399.h: Likewise.
25113         * iconvdata/ibm16804.h: Likewise.
25114         * iconvdata/ibm4517.h: Likewise.
25115         * iconvdata/ibm4899.h: Likewise.
25116         * iconvdata/ibm4909.h: Likewise.
25117         * iconvdata/ibm4971.h: Likewise.
25118         * iconvdata/ibm5347.h: Likewise.
25119         * iconvdata/ibm803.h: Likewise.
25120         * iconvdata/ibm856.h: Likewise.
25121         * iconvdata/ibm901.h: Likewise.
25122         * iconvdata/ibm902.h: Likewise.
25123         * iconvdata/ibm9030.h: Likewise.
25124         * iconvdata/ibm9066.h: Likewise.
25125         * iconvdata/ibm921.h: Likewise.
25126         * iconvdata/ibm922.h: Likewise.
25127         * iconvdata/ibm9448.h: Likewise.
25128         * iconvdata/isiri-3342.h: Likewise.
25129         * iconvdata/jis0201.h: Likewise.
25130         * include/link.h: Likewise.
25131         * include/netdb.h: Likewise.
25132         * inet/check_native.c: Likewise.
25133         * inet/check_pf.c: Likewise.
25134         * inet/getipv4sourcefilter.c: Likewise.
25135         * inet/getnameinfo.c: Likewise.
25136         * inet/getsourcefilter.c: Likewise.
25137         * inet/htonl.c: Likewise.
25138         * inet/setipv4sourcefilter.c: Likewise.
25139         * inet/setsourcefilter.c: Likewise.
25140         * inet/test-inet6_opt.c: Likewise.
25141         * inet/tst-network.c: Likewise.
25142         * locale/C-collate.c: Likewise.
25143         * locale/C-ctype.c: Likewise.
25144         * locale/C-time.c: Likewise.
25145         * locale/C-translit.h: Likewise.
25146         * locale/loadarchive.c: Likewise.
25147         * locale/programs/3level.h: Likewise.
25148         * locale/programs/charmap.c: Likewise.
25149         * locale/programs/charmap.h: Likewise.
25150         * locale/programs/ld-address.c: Likewise.
25151         * locale/programs/ld-collate.c: Likewise.
25152         * locale/programs/ld-ctype.c: Likewise.
25153         * locale/programs/ld-identification.c: Likewise.
25154         * locale/programs/ld-measurement.c: Likewise.
25155         * locale/programs/ld-messages.c: Likewise.
25156         * locale/programs/ld-monetary.c: Likewise.
25157         * locale/programs/ld-name.c: Likewise.
25158         * locale/programs/ld-numeric.c: Likewise.
25159         * locale/programs/ld-paper.c: Likewise.
25160         * locale/programs/ld-telephone.c: Likewise.
25161         * locale/programs/ld-time.c: Likewise.
25162         * locale/programs/linereader.c: Likewise.
25163         * locale/programs/locale.c: Likewise.
25164         * locale/programs/locarchive.c: Likewise.
25165         * locale/programs/locfile.h: Likewise.
25166         * locale/programs/repertoire.c: Likewise.
25167         * locale/programs/simple-hash.c: Likewise.
25168         * locale/programs/simple-hash.h: Likewise.
25169         * malloc/memusage.c: Likewise.
25170         * malloc/memusagestat.c: Likewise.
25171         * nis/nis_defaults.c: Likewise.
25172         * nis/nis_hash.c: Likewise.
25173         * nis/nis_print.c: Likewise.
25174         * nis/nis_xdr.c: Likewise.
25175         * nscd/connections.c: Likewise.
25176         * nscd/hstcache.c: Likewise.
25177         * nscd/nscd_gethst_r.c: Likewise.
25178         * nscd/nscd_getserv_r.c: Likewise.
25179         * nscd/nscd_helper.c: Likewise.
25180         * nscd/servicescache.c: Likewise.
25181         * nss/makedb.c: Likewise.
25182         * nss/nss_db/db-XXX.c: Likewise.
25183         * nss/nss_db/db-initgroups.c: Likewise.
25184         * nss/nss_db/db-netgrp.c: Likewise.
25185         * nss/nss_files/files-network.c: Likewise.
25186         * nss/nss_files/files-parse.c: Likewise.
25187         * posix/bug-regex5.c: Likewise.
25188         * posix/fnmatch_loop.c: Likewise.
25189         * posix/regcomp.c: Likewise.
25190         * posix/regexec.c: Likewise.
25191         * posix/tst-rfc3484-2.c: Likewise.
25192         * posix/tst-rfc3484-3.c: Likewise.
25193         * posix/tst-rfc3484.c: Likewise.
25194         * resolv/nss_dns/dns-canon.c: Likewise.
25195         * resolv/nss_dns/dns-network.c: Likewise.
25196         * resolv/res_init.c: Likewise.
25197         * resolv/res_mkquery.c: Likewise.
25198         * resolv/tst-aton.c: Likewise.
25199         * stdlib/cxa_atexit.c: Likewise.
25200         * stdlib/cxa_finalize.c: Likewise.
25201         * stdlib/gen-fpioconst.c: Likewise.
25202         * stdlib/strtol_l.c: Likewise.
25203         * string/tst-endian.c: Likewise.
25204         * sunrpc/auth_des.c: Likewise.
25205         * sunrpc/clnt_udp.c: Likewise.
25206         * sunrpc/rtime.c: Likewise.
25207         * sunrpc/svcauth_des.c: Likewise.
25208         * sunrpc/xdr.c: Likewise.
25209         * sunrpc/xdr_intXX_t.c: Likewise.
25210         * sunrpc/xdr_rec.c: Likewise.
25211         * sysdeps/generic/ldconfig.h: Likewise.
25212         * sysdeps/generic/ldsodefs.h: Likewise.
25213         * sysdeps/generic/memusage.h: Likewise.
25214         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25215         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25216         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25217         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25218         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25219         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25220         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25221         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25222         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25223         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25224         * sysdeps/posix/getaddrinfo.c: Likewise.
25225         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25226         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25227         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25228         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25229         * sysdeps/powerpc/test-gettimebase.c: Likewise.
25230         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25231         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25232         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25233         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25234         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25235         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25236         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25237         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25238         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25239         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25240         * sysdeps/x86_64/dl-tls.h: Likewise.
25241         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25242         * time/alt_digit.c: Likewise.
25243         * time/era.c: Likewise.
25244         * wcsmbs/tst-c16c32-1.c: Likewise.
25245
25246 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25247
25248         * math/libm-test.inc (struct test_sincos_data): New type.
25249         (RUN_TEST_LOOP_sincos): New macro.
25250         (sincos_test_data): New variable.
25251         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25252
25253 2013-05-16  Richard Henderson  <rth@redhat.com>
25254
25255         * math/atest-exp2.c (LIMB64): New macro.
25256         (CONSTSZ): New macro.
25257         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25258         (hexdig): Move ...
25259         (print_mpn_fp): ... to function scope.
25260         (read_mpn_hex): Remove.
25261         (get_log2): Remove.
25262         (exp2_mpn): Use mp_log2.
25263         (main): Use mp_exp1.
25264
25265 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25266
25267         * math/libm-test.inc: Remove comment about not testing "inexact"
25268         exceptions.
25269         (INEXACT_EXCEPTION): New macro.
25270         (NO_INEXACT_EXCEPTION): Likewise.
25271         (INVALID_EXCEPTION_OK): Update value.
25272         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25273         (OVERFLOW_EXCEPTION_OK): Likewise.
25274         (UNDERFLOW_EXCEPTION_OK): Likewise.
25275         (IGNORE_ZERO_INF_SIGN): Likewise.
25276         (ERRNO_UNCHANGED): Likewise.
25277         (ERRNO_EDOM): Likewise.
25278         (ERRNO_ERANGE): Likewise.
25279         (test_exceptions): Handle testing "inexact" exceptions.
25280         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25281         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25282         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25283         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25284         INEXACT_EXCEPTION.
25285         (rint_towardzero_test_data): Likewise.
25286         (rint_downward_test_data): Likewise.
25287         (rint_upward_test_data): Likewise.
25288
25289         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25290         with OVERFLOW_EXCEPTION.
25291         (exp10_test_data): Likewise.
25292         (exp2_test_data): Likewise.
25293         (expm1_test_data): Likewise.
25294         (lgamma_test_data): Likewise.
25295         (pow_test_data): Likewise.
25296         (tgamma_test_data): Likewise.
25297         (yn_test_data): Remove duplicate test of overflow.
25298
25299         * math/libm-test.inc (struct test_cc_c_data): New type.
25300         (RUN_TEST_LOOP_cc_c): New macro.
25301         (cpow_test_data): New variable.
25302         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25303
25304         * math/libm-test.inc (struct test_f_L_data): New type.
25305         (RUN_TEST_LOOP_f_L): New macro.
25306         (llrint_test_data): New variable.
25307         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25308         (llrint_tonearest_test_data): New variable.
25309         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25310         (llrint_towardzero_test_data): New variable.
25311         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25312         (llrint_downward_test_data): New variable.
25313         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25314         (llrint_upward_test_data): New variable.
25315         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25316         (llround_test_data): New variable.
25317         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25318
25319 2013-05-13  Peter Collingbourne  <pcc@google.com>
25320
25321         * math/atest-exp2.c (get_log2): Remove const attribute.
25322
25323 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25324
25325         * math/libm-test.inc (struct test_f_l_data): New type.
25326         (RUN_TEST_LOOP_f_l): New macro.
25327         (lrint_test_data): New variable.
25328         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25329         (lrint_tonearest_test_data): New variable.
25330         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25331         (lrint_towardzero_test_data): New variable.
25332         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25333         (lrint_downward_test_data): New variable.
25334         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25335         (lrint_upward_test_data): New variable.
25336         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25337         (lround_test_data): New variable.
25338         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25339
25340 2013-05-15  Peter Collingbourne  <pcc@google.com>
25341
25342         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25343         (EXTRACT_WORDS64) Use where appropriate.
25344         (INSERT_WORDS64) Likewise.
25345
25346         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25347         constraints with x constraints.
25348         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25349
25350         * malloc/obstack.c (_obstack_compat): Add initializer.
25351
25352 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25353
25354         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25355         si_trapno and add si_addr_lsb to _sifields.sigfault.
25356         (si_trapno): Remove macro.
25357         (si_addr_lsb): Define new macro.
25358         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25359
25360 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25361
25362         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25363         instead of TEST_f_l.
25364         (llrint_test_tonearest): Likewise.
25365         (llrint_test_towardzero): Likewise.
25366         (llrint_test_downward): Likewise.
25367         (llrint_test_upward): Likewise.
25368         (llround_test): Likewise.
25369
25370         * math/libm-test.inc (struct test_f_i_data): Add comment.
25371         (RUN_TEST_LOOP_f_b): New macro.
25372         (RUN_TEST_LOOP_f_b_tg): Likewise.
25373         (finite_test_data): New variable.
25374         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25375         (isfinite_test_data): New variable.
25376         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25377         (isinf_test_data): New variable.
25378         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25379         (isnan_test_data): New variable.
25380         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25381         (isnormal_test_data): New variable.
25382         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25383         (issignaling_test_data): New variable.
25384         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25385         (signbit_test_data): New variable.
25386         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25387
25388         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25389         with INVALID_EXCEPTION.
25390         (acosh_test_data): Likewise.
25391         (asin_test_data): Likewise.
25392         (atanh_test_data): Likewise.
25393         (fmod_test_data): Likewise.
25394         (log_test_data): Likewise.
25395         (log10_test_data): Likewise.
25396         (log2_test_data): Likewise.
25397         (pow_test_data): Likewise.
25398         (sqrt_test_data): Likewise.
25399         (y0_test_data): Likewise.
25400         (y1_test_data): Likewise.
25401         (yn_test_data): Likewise.
25402
25403         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25404         function contents.
25405
25406         * math/libm-test.inc (struct test_ff_i_data): New type.
25407         (RUN_TEST_LOOP_ff_i_tg): New macro.
25408         (isgreater_test_data): New variable.
25409         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25410         (isgreaterequal_test_data): New variable.
25411         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25412         (isless_test_data): New variable.
25413         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25414         (islessequal_test_data): New variable.
25415         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25416         (islessgreater_test_data): New variable.
25417         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25418         (isunordered_test_data): New variable.
25419         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25420
25421 2013-05-14  David S. Miller  <davem@davemloft.net>
25422
25423         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25424
25425 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25426
25427         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25428
25429         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25430         extra_test to int.
25431         (struct test_f_i_data): Change type of max_ulp to int.
25432
25433         * math/libm-test.inc (test_ffI_f1_data): New type.
25434         (RUN_TEST_LOOP_ffI_f1): New macro.
25435         (remquo_test_data): New variable.
25436         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25437
25438         * setjmp/tst-setjmp-fp.c: New file.
25439         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25440         (link-libm): New variable.
25441         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25442
25443         * math/libm-test.inc (struct test_f_i_data): New type.
25444         (RUN_TEST_LOOP_f_i): New macro.
25445         (RUN_TEST_LOOP_f_i_tg): Likewise.
25446         (fpclassify_test_data): New variable.
25447         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25448         (ilogb_test_data): New variable.
25449         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25450
25451         * math/libm-test.inc (scalbln_test): Correct function name in END
25452         call.
25453
25454         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25455         (RUN_TEST_LOOP_fI_f1): New macro.
25456         (frexp_test_data): New variable.
25457         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25458
25459         * math/libm-test.inc (struct test_fF_f1_data): New type.
25460         (RUN_TEST_LOOP_fF_f1): New macro.
25461         (modf_test_data): New variable.
25462         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25463
25464         * math/libm-test.inc (struct test_f_f1_data): New type.
25465         (RUN_TEST_LOOP_f_f1): New macro.
25466         (gamma_test_data): New variable.
25467         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25468         (lgamma_test_data): New variable.
25469         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25470
25471 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25472
25473         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25474         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25475         (main): Comment "tls" pseudo-hwcap.
25476
25477 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25478
25479         * math/libm-test.inc (struct test_fl_f_data): New type.
25480         (RUN_TEST_LOOP_fl_f): New variable.
25481         (scalbln_test_data): New variable.
25482         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25483
25484         * math/libm-test.inc (struct test_fi_f_data): New type.
25485         (RUN_TEST_LOOP_fi_f): New macro.
25486         (ldexp_test_data): New variable.
25487         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25488         (scalbn_test_data): New variable.
25489         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25490
25491         * math/libm-test.inc (struct test_c_f_data): New type.
25492         (RUN_TEST_LOOP_c_f): New macro.
25493         (cabs_test_data): New variable.
25494         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25495         (carg_test_data): New variable.
25496         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25497         (cimag_test_data): New variable.
25498         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25499         (creal_test_data): New variable.
25500         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25501
25502         * math/libm-test.inc (struct test_if_f_data): New type.
25503         (RUN_TEST_LOOP_if_f): New macro.
25504         (jn_test_data): New variable.
25505         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25506         (yn_test_data): New variable.
25507         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25508
25509         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25510
25511 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25512
25513         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25514         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25515
25516 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25517
25518         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25519         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25520         (bench-deps): Add bench-timing.h.
25521         * benchtests-bench-skeleton.c: Include bench-timing.h.
25522         (main): Use TIMING_* macros instead of clock_gettime.
25523         * benchtests/bench-timing.h: New file.
25524
25525         [BZ #14582]
25526         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25527         Renamed from _LIB_VERSION.
25528         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25529
25530 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25531
25532         * math/libm-test.inc (struct test_fff_f_data): New type.
25533         (RUN_TEST_LOOP_fff_f): New macro.
25534         (fma_test_data): New variable.
25535         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25536         (fma_towardzero_test_data): New variable.
25537         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25538         (fma_downward_test_data): New variable.
25539         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25540         (fma_upward_test_data): New variable.
25541         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25542
25543         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25544         (struct test_c_c_data): New type.
25545         (RUN_TEST_LOOP_c_c): New macro.
25546         (cacos_test_data): New variable.
25547         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25548         (cacosh_test_data): New variable.
25549         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25550         (casin_test_data): New variable.
25551         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25552         (casinh_test_data): New variable.
25553         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25554         (catan_test_data): New variable.
25555         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25556         (catanh_test_data): New variable.
25557         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25558         (ccos_test_data): New variable.
25559         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25560         (ccosh_test_data): New variable.
25561         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25562         (cexp_test_data): New variable.
25563         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25564         (clog_test_data): New variable.
25565         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25566         (clog10_test_data): New variable.
25567         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25568         (conj_test_data): New variable.
25569         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25570         (cproj_test_data): New variable.
25571         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25572         (csin_test_data): New variable.
25573         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25574         (csinh_test_data): New variable.
25575         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25576         (csqrt_test_data): New variable.
25577         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25578         (ctan_test_data): New variable.
25579         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25580         (ctan_tonearest_test_data): New variable.
25581         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25582         (ctan_towardzero_test_data): New variable.
25583         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25584         (ctan_downward_test_data): New variable.
25585         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25586         (ctan_upward_test_data): New variable.
25587         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25588         (ctanh_test_data): New variable.
25589         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25590         (ctanh_tonearest_test_data): New variable.
25591         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25592         (ctanh_towardzero_test_data): New variable.
25593         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25594         (ctanh_downward_test_data): New variable.
25595         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25596         (ctanh_upward_test_data): New variable.
25597         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25598         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25599         of BUILD_COMPLEX.
25600
25601         * math/libm-test.inc (struct test_ff_f_data): New type.
25602         (struct test_ff_f_data_nexttoward): Likewise.
25603         (RUN_TEST_LOOP_2_f): New macro.
25604         (RUN_TEST_LOOP_ff_f): Likewise.
25605         (atan2_test_data): New variable.
25606         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25607         (copysign_test_data): New variable.
25608         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25609         (fdim_test_data): New variable.
25610         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25611         (fmax_test_data): New variable.
25612         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25613         (fmin_test_data): New variable.
25614         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25615         (fmod_test_data): New variable.
25616         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25617         (hypot_test_data): New variable.
25618         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25619         (nextafter_test_data): New variable.
25620         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25621         (nexttoward_test_data): New variable.
25622         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25623         (pow_test_data): New variable.
25624         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25625         (pow_tonearest_test_data): New variable.
25626         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25627         (pow_towardzero_test_data): New variable.
25628         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25629         (pow_downward_test_data): New variable.
25630         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25631         (pow_upward_test_data): New variable.
25632         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25633         (remainder_test_data): New variable.
25634         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25635         (scalb_test_data): New variable.
25636         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25637         * sysdeps/i386/fpu/libm-test-ulps: Update.
25638
25639 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25640
25641         * math/libm-test.inc (fma_test): Use max_value instead of local
25642         variable fltmax.
25643         (nextafter_test): Likewise.
25644
25645         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25646         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25647         (acos_downward_test_data): New variable.
25648         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25649         (acos_upward_test_data): New variable.
25650         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25651         (acosh_test_data): New variable.
25652         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25653         (asin_test_data): New variable.
25654         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25655         (asin_tonearest_test_data): New variable.
25656         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25657         (asin_towardzero_test_data): New variable.
25658         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25659         (asin_downward_test_data): New variable.
25660         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25661         (asin_upward_test_data): New variable.
25662         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25663         (asinh_test_data): New variable.
25664         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25665         (atan_test_data): New variable.
25666         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25667         (atanh_test_data): New variable.
25668         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25669         (cbrt_test_data): New variable.
25670         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25671         (ceil_test_data): New variable.
25672         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25673         (cos_test_data): New variable.
25674         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25675         (cos_tonearest_test_data): New variable.
25676         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25677         (cos_towardzero_test_data): New variable.
25678         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25679         (cos_downward_test_data): New variable.
25680         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25681         (cos_upward_test_data): New variable.
25682         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25683         (cosh_test_data): New variable.
25684         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25685         (cosh_tonearest_test_data): New variable.
25686         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25687         (cosh_towardzero_test_data): New variable.
25688         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25689         (cosh_downward_test_data): New variable.
25690         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25691         (cosh_upward_test_data): New variable.
25692         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25693         (erf_test_data): New variable.
25694         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25695         (erfc_test_data): New variable.
25696         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25697         (exp_test_data): New variable.
25698         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25699         (exp_tonearest_test_data): New variable.
25700         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25701         (exp_towardzero_test_data): New variable.
25702         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25703         (exp_downward_test_data): New variable.
25704         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25705         (exp_upward_test_data): New variable.
25706         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25707         (exp10_test_data): New variable.
25708         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25709         (exp2_test_data): New variable.
25710         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25711         (expm1_test_data): New variable.
25712         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25713         (fabs_test_data): New variable.
25714         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25715         (floor_test_data): New variable.
25716         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25717         (j0_test_data): New variable.
25718         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25719         (j1_test_data): New variable.
25720         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25721         (log_test_data): New variable.
25722         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25723         (log10_test_data): New variable.
25724         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25725         (log1p_test_data): New variable.
25726         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25727         (log2_test_data): New variable.
25728         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25729         (logb_test_data): New variable.
25730         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25731         (logb_downward_test_data): New variable.
25732         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25733         (nearbyint_test_data): New variable.
25734         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25735         (rint_test_data): New variable.
25736         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25737         (rint_tonearest_test_data): New variable.
25738         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25739         (rint_towardzero_test_data): New variable.
25740         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25741         (rint_downward_test_data): New variable.
25742         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25743         (rint_upward_test_data): New variable.
25744         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25745         (round_test_data): New variable.
25746         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25747         (sin_test_data): New variable.
25748         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25749         (sin_tonearest_test_data): New variable.
25750         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25751         (sin_towardzero_test_data): New variable.
25752         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25753         (sin_downward_test_data): New variable.
25754         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25755         (sin_upward_test_data): New variable.
25756         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25757         (sinh_test_data): New variable.
25758         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25759         (sinh_tonearest_test_data): New variable.
25760         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25761         (sinh_towardzero_test_data): New variable.
25762         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25763         (sinh_downward_test_data): New variable.
25764         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25765         (sinh_upward_test_data): New variable.
25766         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25767         (sqrt_test_data): New variable.
25768         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25769         (tan_test_data): New variable.
25770         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25771         (tan_tonearest_test_data): New variable.
25772         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25773         (tan_towardzero_test_data): New variable.
25774         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25775         (tan_downward_test_data): New variable.
25776         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25777         (tan_upward_test_data): New variable.
25778         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25779         (tanh_test_data): New variable.
25780         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25781         (tgamma_test_data): New variable.
25782         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25783         (trunc_test_data): New variable.
25784         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25785         (y0_test_data): New variable.
25786         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25787         (y1_test_data): New variable.
25788         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25789         (significand_test_data): New variable.
25790         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25791
25792 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25793
25794         [BZ #12387]
25795         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25796
25797 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25798
25799         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25800
25801 2013-05-10  Andreas Jaeger  <aj@suse.de>
25802
25803         [BZ #15448]
25804         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25805         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25806
25807 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25808
25809         * math/gen-libm-test.pl (adjust_arg): New function.
25810         (special_functions): Handle generating output in both functions
25811         and arrays.
25812         (parse_args): Likewise.
25813         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25814         $in_func argument to parse_args.
25815         * math/libm-test.inc (struct test_f_f_data): New type.
25816         (IF_ROUND_INIT_): New macro.
25817         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25818         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25819         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25820         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25821         (ROUND_RESTORE_): Likewise.
25822         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25823         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25824         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25825         (ROUND_RESTORE_FE_UPWARD): Likewise.
25826         (RUN_TEST_LOOP_f_f): New macro.
25827         (acos_test_data): New variable.
25828         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25829         (acos_tonearest_test_data): New variable.
25830         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25831
25832 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25833
25834         * benchtests/bench-skeleton.c (startup): Fix coding style.
25835
25836 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25837
25838         [BZ #6809]
25839         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25840         negative infinity argument.
25841         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25842         negative infinity argument.
25843         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25844         negative infinity argument.
25845         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25846         domain errors.
25847
25848 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25849
25850         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25851         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25852         * iconv/iconv_prog.c (main): Likewise.
25853         * locale/programs/charmap-dir.c (charmap_readdir)
25854         (fopen_uncompressed): Likewise.
25855         * locale/programs/locfile.c (siblings_uncached)
25856         (write_locale_data): Use lstat64 instead of lstat.
25857         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25858         stat.
25859
25860 2013-05-10  Andreas Jaeger  <aj@suse.de>
25861
25862         [BZ #15395]
25863         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25864         localization.
25865         Include <locale.h>.
25866
25867 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25868
25869         * elf/dl-close.c (_dl_close_worker): Add comments.
25870
25871 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25872
25873         [BZ #15359]
25874         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25875         high part of pi/2.
25876         (__ieee754_rem_pio2l): Update comments.
25877
25878         [BZ #15429]
25879         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25880         high part of pi/2.
25881         (__ieee754_rem_pio2l): Update comments.
25882
25883         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25884         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25885
25886         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25887         M_PI_4l.
25888
25889         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25890         (M_PI_34_LOG10El): Likewise.
25891         (M_PI2_LOG10El): Likewise.
25892         (M_PI4_LOG10El): Likewise.
25893         (M_PI_LOG10El): Likewise.
25894
25895 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25896
25897         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25898
25899 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25900
25901         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25902         (MINUS_ZERO_INIT): Likewise.
25903         (PLUS_INFTY_INIT): Likewise.
25904         (MINUS_INFTY_INIT): Likewise.
25905         (QNAN_VALUE_INIT): Likewise.
25906         (MAX_VALUE_INIT): Likewise.
25907         (MIN_VALUE_INIT): Likewise.
25908         (MIN_SUBNORM_VALUE_INIT): Likewise.
25909         (plus_zero): Initialize with PLUS_ZERO_INIT.
25910         (minus_zero): Initialize with MINUS_ZERO_INIT.
25911         (plus_infty): Initialize with PLUS_INFTY_INIT.
25912         (minus_infty): Initialize with MINUS_INFTY_INIT.
25913         (qnan_value): Initialize with QNAN_VALUE_INIT.
25914         (max_value): Initialize with MAX_VALUE_INIT.
25915         (min_value): Initialize with MIN_VALUE_INIT.
25916         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25917
25918         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25919         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25920         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25921         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25922
25923         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25924         (RUN_TEST_2_f): Likewise.
25925         (RUN_TEST_ff_f): Likewise.
25926         (RUN_TEST_fi_f): Likewise.
25927         (RUN_TEST_fl_f): Likewise.
25928         (RUN_TEST_fff_f): Likewise.
25929         (RUN_TEST_c_f): Likewise.
25930         (RUN_TEST_f_f1): Likewise.
25931         (RUN_TEST_fF_f1): Likewise.
25932         (RUN_TEST_fI_f1): Likewise.
25933         (RUN_TEST_ffI_f1): Likewise.
25934         (RUN_TEST_c_c): Likewise.
25935         (RUN_TEST_cc_c): Likewise.
25936         (RUN_TEST_f_i): Likewise.
25937         (RUN_TEST_f_i_tg): Likewise.
25938         (RUN_TEST_ff_i_tg): Likewise.
25939         (RUN_TEST_f_b): Likewise.
25940         (RUN_TEST_f_b_tg): Likewise.
25941         (RUN_TEST_f_l): Likewise.
25942         (RUN_TEST_f_L): Likewise.
25943         (RUN_TEST_sincos): Likewise.
25944         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25945         whether to show exceptions.  Do not include ");\n" in return
25946         value.
25947         (special_functions): Output call to RUN_TEST_sincos instead of
25948         check_float calls.  Update calls to new_test.
25949         (parse_args): Output call to single RUN_TEST_* macro instead of
25950         check_* calls and other assignments.  Update calls to new_test.
25951
25952         [BZ #2546]
25953         [BZ #2560]
25954         [BZ #5159]
25955         [BZ #15426]
25956         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25957         input to result for tgamma overflow.
25958         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25959         (gamma_coeff): New variable.
25960         (NCOEFF): New macro.
25961         (gamma_positive): New function.
25962         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25963         underflow here.  Use gamma_positive instead of exp (lgamma) for
25964         other arguments.
25965         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25966         (gamma_coeff): New variable.
25967         (NCOEFF): New macro.
25968         (gammaf_positive): New function.
25969         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25970         underflow here.  Use gamma_positive instead of exp (lgamma) for
25971         other arguments.
25972         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25973         (gamma_coeff): New variable.
25974         (NCOEFF): New macro.
25975         (gammal_positive): New function.
25976         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25977         underflow here.  Use gamma_positive instead of exp (lgamma) for
25978         other arguments.
25979         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25980         (gamma_coeff): New variable.
25981         (NCOEFF): New macro.
25982         (gammal_positive): New function.
25983         (__ieee754_gammal_r): Handle positive infinity, overflow and
25984         underflow here.  Handle NaN the same as positive infinity.  Remove
25985         check x < 0xffffffff for negative integers.  Use gamma_positive
25986         instead of exp (lgamma) for other arguments.
25987         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25988         (gamma_coeff): New variable.
25989         (NCOEFF): New macro.
25990         (gammal_positive): New function.
25991         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25992         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25993         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25994         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25995         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25996         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25997         * sysdeps/generic/math_private.h (__gamma_productf): New
25998         prototype.
25999         (__gamma_product): Likewise.
26000         (__gamma_productl): Likewise.
26001         * math/Makefile (libm-calls): Add gamma_product.
26002         * math/libm-test.inc (tgamma_test): Add more tests.
26003         * sysdeps/i386/fpu/libm-test-ulps: Update.
26004         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26005
26006 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
26007
26008         * benchtests/bench-skeleton.c (main): Preheat CPU.
26009
26010 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
26011
26012         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
26013
26014 2013-05-07  Roland McGrath  <roland@hack.frob.com>
26015
26016         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
26017         and _dl_skip_args_internal.
26018
26019 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
26020
26021         * manual/message.texi (Message Translation): Talk about users.
26022         Message to key mapping impacts design.
26023
26024 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26025
26026         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
26027
26028         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
26029
26030         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
26031         * sysdeps/wordsize-64/glob64.c: ... here.
26032
26033         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
26034         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
26035         New macros.
26036
26037         * debug/getlogin_r_chk.c: Moved to ...
26038         * login/getlogin_r_chk.c: ... here.
26039         * debug/Makefile (routines): Move getlogin_r_chk to ...
26040         * login/Makefile (routines): ... here.
26041         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
26042         * login/Versions (libc: GLIBC_2.4): ... here.
26043
26044         * io/poll.c (__poll): Renamed from poll.
26045         Add libc_hidden_def.
26046         (poll): Define as weak alias.
26047
26048         * debug/ptsname_r_chk.c: Moved to ...
26049         * login/ptsname_r_chk.c: ... here.
26050         * debug/Makefile (routines): Move ptsname_r_chk to ...
26051         * login/Makefile (routines): ... here.
26052         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
26053         * login/Versions (libc: GLIBC_2.4): ... here.
26054
26055         * posix/getlogin.c: Moved to ...
26056         * login/getlogin.c: ... here.
26057         * posix/getlogin_r.c: Moved to ...
26058         * login/getlogin_r.c: ... here.
26059         * posix/getlogin_r.c: Moved to ...
26060         * login/getlogin_r.c: ... here.
26061         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
26062         * login/Makefile (routines): ... here.
26063         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
26064         * login/Versions (libc: GLIBC_2.0): ... here.
26065
26066         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
26067         (setrlimit): Define as weak alias.
26068
26069         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
26070         Call __ names for open, ftruncate, and close.
26071         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
26072         (truncate): Define as weak alias.
26073
26074 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
26075
26076         * math/gen-libm-test.pl (parse_args): Initialize x before each
26077         test of frexp, modf and remquo.
26078
26079         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
26080         test signgam value.
26081
26082 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26083
26084         [BZ #15418]
26085         [BZ #15419]
26086         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
26087         internal tests.
26088         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26089
26090 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26091
26092         * elf/dl-writev.h: New file.
26093         * elf/dl-misc.c: Include it.
26094         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
26095         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
26096
26097 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
26098
26099         * math/libm-test.inc (noXFails): Remove variable.
26100         (noXPasses): Likewise.
26101         (BUILD_COMPLEX_INT): Remove macro.
26102         (print_screen): Remove xfail argument.
26103         (print_screen_max_error): Likewise.
26104         (update_stats): Likewise.
26105         (print_max_error): Likewise.  Update calls to other affected
26106         functions.
26107         (print_complex_max_error): Likewise.
26108         (test_single_exception): Update calls to print_screen.
26109         (test_single_errno): Likewise.
26110         (check_float_internal): Remove xfail argument.  Update calls to
26111         other affected functions.
26112         (check_float): Likewise.
26113         (check_complex): Likewise.
26114         (check_int): Likewise.
26115         (check_long): Likewise.
26116         (check_bool): Likewise.
26117         (check_longlong): Likewise.
26118         (main): Don't print noXFails and noXPasses.
26119         * math/gen-libm-test.pl (top level): Don't mention expected
26120         failure handling in comment.
26121         (new_test): Don't handle expected failures.
26122         (parse_args): Don't mention expected failure handling in comment.
26123         (generate_testfile): Don't handle expected failures.
26124         (parse_ulps): Likewise.
26125         (print_ulps_file): Likewise.
26126         (get_failure): Remove function.
26127         (output_test): Don't handle expected failures.
26128         * make/README.libm-test: Don't mention expected failure handling.
26129
26130         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
26131         (minus_zero): Likewise.
26132         (plus_infty): Likewise.
26133         (minus_infty): Likewise.
26134         (qnan_value): Likewise.
26135         (max_value): Likewise.
26136         (min_value): Likewise.
26137         (min_subnorm_value): Likewise.
26138         (initialize): Do not initialize those variables dynamically.
26139
26140 2013-05-03  Roland McGrath  <roland@hack.frob.com>
26141
26142         * io/open.c (__open_2): Moved to ...
26143         * io/open_2.c: ... this new file.
26144         * io/open64.c (__open64_2): Moved to ...
26145         * io/open64_2.c: ... this new file.
26146         * io/openat.c (__openat_2): Moved to ...
26147         * io/openat_2.c: ... this new file.
26148         * io/openat64.c (__openat64_2): Moved to ...
26149         * io/openat64_2.c: ... this new file.
26150         * io/Makefile (routines): Add them.
26151         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
26152         * sysdeps/unix/sysv/linux/open_2.c: File removed.
26153         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
26154         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
26155         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
26156         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
26157         (__openat64): Add hidden_ver.
26158         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
26159         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
26160
26161         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
26162         Separately conditionalize setting of GLRO(dl_sysinfo) so
26163         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
26164         as well, but the actual setting is only under [NEED_DL_SYSINFO].
26165
26166 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26167
26168         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
26169         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
26170         definition.
26171         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
26172         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26173         (_libc_vdso_platform_setup): Add __vdso_time initialization.
26174         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
26175         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
26176
26177 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
26178
26179         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26180         test signgam value.
26181
26182         * math/libm-test.inc (hypot_test): Do not use
26183         IGNORE_ZERO_INF_SIGN.
26184
26185 2013-05-03  Andreas Jaeger  <aj@suse.de>
26186
26187         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26188         Linux 3.9.
26189         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26190         (PF_MAX): Adjust for VSOCK change.
26191
26192 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26193
26194         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26195
26196 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
26197
26198         [BZ #15264]
26199         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26200         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26201         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26202
26203 2013-05-02  David S. Miller  <davem@davemloft.net>
26204
26205         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26206
26207 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
26208
26209         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26210
26211 2013-05-01  Roland McGrath  <roland@hack.frob.com>
26212
26213         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26214
26215 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
26216
26217         [BZ #14952]
26218         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26219         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26220         Use __attribute__ ((__gnu_inline__)).
26221         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26222         Don't use __attribute__ ((__gnu_inline__)).
26223
26224 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
26225
26226         [BZ #15423]
26227         * math/s_catan.c (__catan): Handle small real or imaginary part of
26228         input specially to avoid spurious underflow.
26229         * math/s_catanf.c (__catanf): Likewise.
26230         * math/s_catanh.c (__catanh): Likewise.
26231         * math/s_catanhf.c (__catanhf): Likewise.
26232         * math/s_catanhl.c (__catanhl): Likewise.
26233         * math/s_catanl.c (__catanl): Likewise.
26234         * math/libm-test.inc (catan_test): Add more tests.
26235         (catanh_test): Likewise.
26236         * sysdeps/i386/fpu/libm-test-ulps: Update.
26237         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26238
26239 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26240
26241         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26242
26243 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
26244
26245         [BZ #15416]
26246         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26247         accurately for denominator in atan2.
26248         * math/s_catanf.c (__catanf): Likewise.
26249         * math/s_catanh.c (__catanh): Likewise.
26250         * math/s_catanhf.c (__catanhf): Likewise.
26251         * math/s_catanhl.c (__catanhl): Likewise.
26252         * math/s_catanl.c (__catanl): Likewise.
26253         * math/libm-test.inc (catan_test): Add more tests.
26254         (catanh_test): Likewise.
26255         * sysdeps/i386/fpu/libm-test-ulps: Update.
26256         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26257
26258 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26259
26260         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26261
26262         * benchtests/Makefile (bench): Remove slow benchmarks.
26263         * benchtests/atan-inputs: Add slow benchmark inputs.
26264         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26265         (BENCH_FUNC): Accept variant offset.
26266         (VARIANT): Define.
26267         * benchtests/bench-skeleton.c (main): Run benchmark for each
26268         variant.
26269         * benchtests/cos-inputs: Add slow benchmark inputs.
26270         * benchtests/exp-inputs: Likewise.
26271         * benchtests/pow-inputs: Likewise.
26272         * benchtests/sin-inputs: Likewise.
26273         * benchtests/slowatan-inputs: Remove.
26274         * benchtests/slowatan.c: Remove.
26275         * benchtests/slowcos-inputs: Remove.
26276         * benchtests/slowcos.c: Remove.
26277         * benchtests/slowexp-inputs: Remove.
26278         * benchtests/slowexp.c: Remove.
26279         * benchtests/slowpow-inputs: Remove.
26280         * benchtests/slowpow.c: Remove.
26281         * benchtests/slowsin-inputs: Remove.
26282         * benchtests/slowsin.c: Remove.
26283         * benchtests/slowtan-inputs: Remove.
26284         * benchtests/slowtan.c: Remove.
26285         * benchtests/tan-inputs: Add slow benchmark inputs.
26286         * scripts/bench.pl: Parse comments and directives.
26287
26288         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26289         in CPPFLAGS.
26290         ($(objpfx)bench-%.c): Remove *-ITER.
26291         * benchtests/bench-modf.c: Remove definition of ITER.
26292         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26293         (main): Loop for DURATION seconds instead of fixed number of
26294         iterations.
26295         * scripts/bench.pl: Don't expect iterations in parameters.
26296
26297 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26298
26299         * io/fchdir.c (__fchdir): Renamed from fchdir.
26300         (fchdir): Define as weak alias.
26301
26302 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26303
26304         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26305         (ERRNO_EDOM): Likewise.
26306         (ERRNO_ERANGE): Likewise.
26307         (noErrnoTests): New variable.
26308         (init_max_error): Set errno to 0.
26309         (test_single_errno): New function.
26310         (test_errno): Likewise.
26311         (check_float_internal): Call test_errno.  Set errno to 0.
26312         (check_complex): Refer to errno tests in comment.
26313         (check_int): Call test_errno.  Set errno to 0.
26314         (check_long): Likewise.
26315         (check_bool): Likewise.
26316         (check_longlong): Likewise.
26317         (cos_test): Use ERRNO_* flags for errno tests instead of
26318         check_int.
26319         (expm1_test): Likewise.
26320         (fmod_test): Likewise.
26321         (ilogb_test): Likewise.
26322         (lgamma_test): Likewise.
26323         (pow_test): Likewise.
26324         (remainder_test): Likewise.
26325         (sin_test): Likewise.
26326         (tan_test): Likewise.
26327         (yn_test): Likewise.
26328         (initialize): Set errno to 0.
26329         (main): Print number of errno tests.
26330         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26331
26332 2013-04-29  Andreas Jaeger  <aj@suse.de>
26333
26334         [BZ #15084]
26335         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26336         and RES_USEVC.
26337
26338         [BZ #15085]
26339         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26340         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26341         unimplemented.
26342
26343         [BZ #15380]
26344         * stdlib/random.c (__initstate): Return NULL if
26345         __initstate fails.
26346
26347         [BZ #15086]
26348         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26349         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26350         RES_SNGLKUPREOP.
26351
26352 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26353
26354         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26355
26356 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26357
26358         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26359         of individual tests.
26360         (casin_test): Likewise.
26361         (casinh_test): Likewise.
26362
26363 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26364
26365         [BZ #15409]
26366         * math/s_catan.c (__catan): Handle arguments with large real or
26367         imaginary part separately without squaring.
26368         * math/s_catanf.c (__catanf): Likewise.
26369         * math/s_catanh.c (__catanh): Likewise.
26370         * math/s_catanhf.c (__catanhf): Likewise.
26371         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26372         and redefine.
26373         (__catanhl): Handle arguments with large real or imaginary part
26374         separately without squaring.
26375         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26376         and redefine.
26377         (__catanl): Handle arguments with large real or imaginary part
26378         separately without squaring.
26379         * math/libm-test.inc (catan_test): Add more tests.
26380         (catanh_test): Likewise.
26381         * sysdeps/i386/fpu/libm-test-ulps: Update.
26382         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26383
26384 2013-04-27  Andreas Jaeger  <aj@suse.de>
26385
26386         [BZ #15007]
26387         * stdlib/stdlib.h: Update guards for qecvt.
26388         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26389         <stdlib.h>.
26390
26391 2013-04-27  Allan McRae  <allan@archlinux.org>
26392
26393         * sysdeps/i386/fpu/libm-test-ulps: Update.
26394
26395 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26396
26397         [BZ #15406]
26398         * math/s_catan.c: Include <float.h>.
26399         (__catan): Ensure underflow exception occurs for underflowed
26400         result.
26401         * math/s_catanf.c: Include <float.h>.
26402         (__catanf): Ensure underflow exception occurs for underflowed
26403         result.
26404         * math/s_catanh.c: Include <float.h>.
26405         (__catanh): Ensure underflow exception occurs for underflowed
26406         result.
26407         * math/s_catanhf.c: Include <float.h>.
26408         (__catanhf): Ensure underflow exception occurs for underflowed
26409         result.
26410         * math/s_catanhl.c: Include <float.h>.
26411         (__catanhl): Ensure underflow exception occurs for underflowed
26412         result.
26413         * math/s_catanl.c: Include <float.h>.
26414         (__catanl): Ensure underflow exception occurs for underflowed
26415         result.
26416         * math/libm-test.inc (catan_test): Add more tests.
26417         (catanh_test): Likewise.
26418
26419         [BZ #15405]
26420         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26421         underflowed result.
26422         * math/s_ccoshf.c (__ccoshf): Likewise.
26423         * math/s_ccoshl.c (__ccoshl): Likewise.
26424         * math/s_csin.c (__csin): Likewise.
26425         * math/s_csinf.c (__csinf): Likewise.
26426         * math/s_csinh.c (__csinh): Likewise.
26427         * math/s_csinhf.c (__csinhf): Likewise.
26428         * math/s_csinhl.c (__csinhl): Likewise.
26429         * math/s_csinl.c (__csinl): Likewise.
26430         * math/libm-test.inc (ccos_test): Add more tests.
26431         (ccosh_test): Likewise.
26432         (csin_test): Likewise.
26433         (csinh_test): Likewise.
26434
26435 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26436
26437         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26438         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26439         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26440         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26441         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26442         powerpc/power5+/fpu folders.
26443         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26444
26445
26446 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26447
26448         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26449
26450 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26451
26452         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26453         additions to variable.
26454         [$(config-machine) = x86_64] (modules-names): Likewise.
26455         ($(objpfx)tst-audit3): Remove dependency.
26456         ($(objpfx)tst-audit3.out): Likewise.
26457         ($(objpfx)tst-audit4): Likewise.
26458         ($(objpfx)tst-audit4.out): Likewise.
26459         ($(objpfx)tst-audit5): Likewise.
26460         ($(objpfx)tst-audit5.out): Likewise.
26461         ($(objpfx)tst-audit6): Likewise.
26462         ($(objpfx)tst-audit6.out): Likewise.
26463         ($(objpfx)tst-audit7): Likewise.
26464         ($(objpfx)tst-audit7.out): Likewise.
26465         (tst-audit3-ENV): Remove variable.
26466         (tst-audit4-ENV): Likewise.
26467         (tst-audit5-ENV): Likewise.
26468         (tst-audit6-ENV): Likewise.
26469         (tst-audit7-ENV): Likewise.
26470         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26471         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26472         addition to variable.
26473         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26474         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26475         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26476         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26477         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26478         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26479         tst-audit3, tst-audit4 and tst-audit5.
26480         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26481         tst-audit6 and tst-audit7.
26482         [$(subdir) = elf] (modules-names): Add audit modules for those
26483         tests.
26484         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26485         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26486         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26487         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26488         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26489         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26490         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26491         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26492         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26493         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26494         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26495         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26496         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26497         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26498         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26499         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26500         Likewise.
26501         [$(subdir) = elf && $(config-cflags-avx) = yes]
26502         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26503         [$(subdir) = elf && $(config-cflags-avx) = yes]
26504         (CFLAGS-tst-auditmod4a.c): Likewise.
26505         [$(subdir) = elf && $(config-cflags-avx) = yes]
26506         (CFLAGS-tst-auditmod4b.c): Likewise.
26507         [$(subdir) = elf && $(config-cflags-avx) = yes]
26508         (CFLAGS-tst-auditmod6b.c): Likewise.
26509         [$(subdir) = elf && $(config-cflags-avx) = yes]
26510         (CFLAGS-tst-auditmod6c.c): Likewise.
26511         [$(subdir) = elf && $(config-cflags-avx) = yes]
26512         (CFLAGS-tst-auditmod7b.c): Likewise.
26513         * elf/tst-audit3.c: Move to ...
26514         * sysdeps/x86_64/tst-audit3.c: ... here.
26515         * elf/tst-audit4.c: Move to ...
26516         * sysdeps/x86_64/tst-audit4.c: ... here.
26517         * elf/tst-audit5.c: Move to ...
26518         * sysdeps/x86_64/tst-audit5.c: ... here.
26519         * elf/tst-audit6.c: Move to ...
26520         * sysdeps/x86_64/tst-audit6.c: ... here.
26521         * elf/tst-audit7.c: Move to ...
26522         * sysdeps/x86_64/tst-audit7.c: ... here.
26523         * elf/tst-auditmod3a.c: Move to ...
26524         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26525         * elf/tst-auditmod3b.c: Move to ...
26526         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26527         * elf/tst-auditmod4a.c: Move to ...
26528         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26529         * elf/tst-auditmod4b.c: Move to ...
26530         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26531         * elf/tst-auditmod5a.c: Move to ...
26532         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26533         * elf/tst-auditmod5b.c: Move to ...
26534         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26535         * elf/tst-auditmod6a.c: Move to ...
26536         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26537         * elf/tst-auditmod6b.c: Move to ...
26538         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26539         * elf/tst-auditmod6c.c: Move to ...
26540         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26541         * elf/tst-auditmod7a.c: Move to ...
26542         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26543         * elf/tst-auditmod7b.c: Move to ...
26544         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26545
26546 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26547
26548         [BZ #15366]
26549         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26550         define unconditionally.
26551         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26552         define unconditionally.
26553         (INT8_C, INT16_C, etc.): Likewise.
26554
26555 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26556
26557         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26558         __ehdr_start with hidden visibility.
26559
26560         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26561
26562 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26563
26564         * math/libm-test.inc (cos_test): Use accurate hex constants.
26565         (sincost_test): Likewise.
26566
26567 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26568
26569         * math/libm-test.inc (catan_test): Add more tests.
26570         (catanh_test): Likewise.
26571
26572         * math/s_catanf.c (__catanf): Use suffixed floating-point
26573         constants.
26574         * math/s_catanhf.c (__catanhf): Likewise.
26575         * math/s_catanhl.c (__catanhl): Likewise.
26576         * math/s_catanl.c (__catanl): Likewise.
26577
26578         [BZ #15394]
26579         * math/s_catan.c (__catan): Calculate imaginary part of result
26580         with log1p not log unless computing log of number close to 0.
26581         * math/s_catanf.c (__catanf): Likewise.
26582         * math/s_catanl.c (__catanl): Likewise.
26583         * math/s_catanh.c (__catanh): Calculate real part of result with
26584         log1p not log unless computing log of number close to 0.
26585         * math/s_catanhf.c (__catanhf): Likewise.
26586         * math/s_catanhl.c (__catanhl): Likewise.
26587         * math/libm-test.inc (catan_test): Add more tests.
26588         (catanh_test): Likewise.
26589         * sysdeps/i386/fpu/libm-test-ulps: Update.
26590         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26591
26592 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26593
26594         * benchtests/Makefile: Mention files in which fast and slow
26595         paths of math functions are implemented.
26596
26597 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26598
26599         * sysdeps/posix/timespec_get.c: New file.
26600
26601 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26602
26603         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26604         POWER.
26605         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26606         for POWER.
26607         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26608         powerpc/power5/fpu folders.
26609         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26610         * benchtests/Makefile: Add modf testcase.
26611         * benchtests/bench-modf.c: New file: Benchmark test for mo
26612
26613 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26614
26615         [BZ #14888]
26616         * time/Makefile (tests): Add tst-strptime-whitespace.
26617         * time/strptime_l.c (get_number): Use ISSPACE.
26618         (__strptime_internal): Likewise.
26619         * time/tst-strptime-whitespace.c: New test case.
26620
26621 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26622
26623         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26624         member.
26625         (_nss_files_init): Set it here.
26626
26627 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26628
26629         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26630         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26631         unsigned.
26632
26633 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26634
26635         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26636
26637 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26638
26639         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26640         size just once.
26641
26642 2013-04-21  David S. Miller  <davem@davemloft.net>
26643
26644         * po/ru.po: Update Russion translation from translation project.
26645
26646 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26647
26648         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26649         and setfsgid.
26650
26651 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26652
26653         * configure.in: Remove i386 configure warning. Remove i386 case.
26654         * configure: Regenerate.
26655         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26656         Add example to error message.
26657         * sysdeps/i386/configure: Regenerate.
26658
26659 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26660
26661         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26662         slowtan.
26663         * benchtests/cos-inputs: New file.
26664         * benchtests/slowcos-inputs: New file.
26665         * benchtests/slowcos.c: New file.
26666         * benchtests/slowtan-inputs: New file.
26667         * benchtests/slowtan.c: New file.
26668         * benchtests/tan-inputs: New file.
26669
26670 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26671
26672         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26673         considered kosher.
26674
26675 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26676
26677         * benchtests/Makefile: Include cppflags-iterator.mk to add
26678         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26679
26680         * Makefile.in (bench-clean): New target.
26681         * benchtests/Makefile (bench-clean): Likewise.
26682
26683 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26684
26685         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26686
26687 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26688
26689         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26690
26691 2013-04-15  Andreas Schwab  <schwab@suse.de>
26692
26693         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26694         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26695         * nscd/pwdcache.c (cache_addpw): Likewise.
26696         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26697         more than recsize.
26698
26699 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26700
26701         * benchtests/Makefile (bench): Write all output to
26702         bench-out.tmp together.
26703
26704 2013-04-15  Andreas Schwab  <schwab@suse.de>
26705
26706         * nscd/nscd.c (main): Don't fork again after closing files.
26707
26708 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26709
26710         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26711
26712         * benchtests/Rules (bench-deps): Collect dependencies into a
26713         single variable.  Add Makefile to dependencies.
26714         ($(objpfx)bench-%.c): Depend on bench-deps.
26715
26716 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26717             Xavier Roche  <roche+kml2@exalead.com>
26718
26719         [BZ #15361]
26720         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26721         just that it's a file descriptor.
26722         * manual/llio.texi (Synchronizing AIO Operations): Update description
26723         for EBADF error from aio_fsync.
26724
26725 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26726
26727         * Rules (bench): Move target definition...
26728         * benchtests/Makefile: ... here.
26729
26730 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26731
26732         * math/libm-test.inc (cos_test): Fix PI/2 test.
26733         (sincos_test): Likewise.
26734         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26735         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26736
26737 2013-04-11  Andreas Schwab  <schwab@suse.de>
26738
26739         [BZ #13988]
26740         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26741         accept exponent character only when digits were seen.
26742         * stdio-common/Makefile (tests): Add bug26.
26743         * stdio-common/bug26.c: New file.
26744
26745         [BZ #14293]
26746         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26747         non-freeable.
26748
26749 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26750
26751         * Makeconfig (rtld-prefix): Define built linker prefix.
26752         * Rules (run-bench): Use it.
26753         * math/Makefile (run-regen-ulps): Likewise.
26754
26755         * Rules (bench): Remove eval.
26756
26757 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26758             Roland McGrath  <roland@hack.frob.com>
26759             Ondrej Bilka  <neleai@seznam.cz>
26760
26761         [BZ #15346]
26762         * time/getdate.c: Include ctype.h and alloca.h.
26763         (__getdate_r): Trim leading and trailing spaces of input.
26764         * time/tst-getdate.c (tests): Add tests with leading and
26765         trailing spaces.
26766
26767 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26768
26769         [BZ #14280]
26770         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26771         when computing value.
26772
26773 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26774
26775         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26776         Use testrun.sh to run libm tests.
26777
26778         [BZ #15309]
26779         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26780
26781 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26782
26783         [BZ #15264]
26784         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26785
26786 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26787
26788         * Makefile.in (regen-ulps): New target.
26789         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26790         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26791         [ifneq (no,$(PERL)] (regen-ulps): New target.
26792         [ifeq (no,$(PERL)] (regen-ulps): New target.
26793         * math/libm-test.inc (ulps_file_name): Define.
26794         (output_dir): New variable.
26795         (options): Add "output-dir" option.
26796         (parse_opt): Handle 'o' case.
26797         (main): If output_dir is non-NULL use it as a prefix
26798         otherwise use "".
26799         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26800
26801 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26802
26803         [BZ #10060, #10062]
26804         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26805         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26806         fail configure if __sync_val_compare_and_swap is not inlined.
26807         * sysdeps/i386/configure: Regenerate.
26808         * configure.in: Build for i686 when configured for i386.
26809         * configure: Regenerate.
26810         * README: Remove i386 reference.
26811
26812 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26813
26814         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26815         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26816
26817 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26818
26819         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26820         (lmsnanval): New variables.
26821         (F): Add conversion tests.
26822         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26823         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26824
26825         * stdio-common/tstdiomisc.c (F): Properly collect individual
26826         tests' results.
26827
26828         [BZ #14686, #15336]
26829         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26830         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26831         Instead, use input NaN values or generate a qNaN by arithmetic
26832         operation.  Also fix bugs to comply with the standard.
26833         * math/libm-test.inc (remainder_test): Add more tests.
26834
26835         [BZ #15335, #15342]
26836         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26837         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26838         input NaN values or generate a qNaN by arithmetic operation.
26839
26840         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26841         unreachable code.
26842
26843         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26844         definitions.
26845
26846 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26847
26848         [BZ #14478]
26849         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26850         underflowed result.
26851         * math/s_cexpf.c (__cexpf): Likewise.
26852         * math/s_cexpl.c (__cexpl): Likewise.
26853         * math/libm-test.inc (cexp_test): Add more tests.
26854
26855 2013-04-03  Andreas Schwab  <schwab@suse.de>
26856
26857         [BZ #15330]
26858         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26859         order arrays from heap if bigger than alloca cutoff.
26860
26861 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26862
26863         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26864         (SNAN_TESTS_double): Refer to GCC PR56831.
26865         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26866         GCC PR56828.
26867
26868 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26869
26870         * Rules (bench): Move bench.out after the run is complete.
26871
26872         * Rules (bench): Echo currently running benchmark.
26873
26874         * benchtests/Makefile (bench): Add atan and slowatan.
26875         * benchtests/atan-inputs: New file.
26876         * benchtests/slowatan-inputs: New file.
26877         * benchtests/slowatan.c: New file.
26878
26879         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26880         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26881         its value.
26882
26883         [BZ #15305]
26884         * sysdeps/unix/sysv/linux/kernel-features.h
26885         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26886         __ASSUME_XFS_RESTRICTED_CHOWN.
26887         * sysdeps/unix/sysv/linux/pathconf.c
26888         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26889         Save and restore errno.
26890
26891 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26892
26893         [BZ #15327]
26894         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26895         arguments using __kernel_casinh.
26896         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26897         arguments using __kernel_casinhf.
26898         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26899         arguments using __kernel_casinhl.
26900         * math/libm-test.inc (cacosh_test): Add more tests.
26901         * sysdeps/i386/fpu/libm-test-ulps: Update.
26902         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26903
26904 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26905
26906         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26907         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26908
26909         * bench/Makefile (bench): Add sin and slowsin.
26910         * benchtests/sin-inputs: New file.
26911         * benchtests/slowsin-inputs: New file.
26912         * benchtests/slowsin.c: New file.
26913
26914         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26915         (bench): Add slowexp and slowpow.
26916         (exp-ITER): Increase iterations.
26917         (pow-ITER): Likewise.
26918         * benchtests/exp-inputs: Change input.
26919         * benchtests/pow-inputs: Likewise.
26920         * benchtests/slowexp-inputs: New file.
26921         * benchtests/slowexp.c: New file.
26922         * benchtests/slowpow-inputs: New file.
26923         * benchtests/slowpow.c: New file.
26924
26925 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26926
26927         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26928         instructions.
26929         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26930         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26931         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26932         * benchtests/Makefile: Add rint benchtest.
26933         * benchtests/rint-inputs: Input for rint benchtest.
26934
26935 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26936
26937         * Versions.def (libm): Add GLIBC_2.18.
26938         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26939         hidden libm prototypes.
26940         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26941         * math/Makefile (libm-calls): Add s_issignaling.
26942         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26943         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26944         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26945         declaration.
26946         * math/math.h [__USE_GNU] (issignaling): New macro.
26947         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26948         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26949         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26950         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26951         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26952         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26953         * manual/arith.texi (issignaling): New section.
26954         * manual/libm-err-tab.pl (@all_functions): Update comment.
26955         * math/gen-libm-test.pl (parse_args): Apply special handling for
26956         issignaling.
26957         * math/libm-test.inc (print_float, issignaling_test): New
26958         functions.
26959         (check_float_internal): Add issignaling checks.
26960         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26961         default definition.
26962         * sysdeps/powerpc/math-tests.h: New file.
26963         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26964         tests.
26965         * math/test-snan.c (TEST_FUNC): Likewise.
26966
26967 2013-03-30  David S. Miller  <davem@davemloft.net>
26968
26969         * po/de.po: Update from translation team.
26970
26971 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26972
26973         [BZ #10357]
26974         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26975         imaginary part less than 1.0 and real part less than 0.5
26976         specially.
26977         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26978         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26979         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26980         (cacos_test): Add more tests.
26981         (casin_test): Likewise.
26982         (casinh_test): Likewise.
26983         * sysdeps/i386/fpu/libm-test-ulps: Update.
26984         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26985
26986 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26987
26988         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26989         ONE with its value.
26990
26991         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26992         (__pow_mp): Replace ONE and MONE with their values.
26993         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26994         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26995         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26996         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26997         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26998         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26999
27000         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
27001
27002         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
27003         (__pow_mp): Replace ZERO and MZERO with their values.
27004         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27005         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27006         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27007         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27008         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27009         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
27010         (__sqr): Likewise.
27011
27012         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
27013
27014         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
27015
27016 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27017
27018         * include/stdlib.h [!SHARED] (__call_tls_dtors):
27019         Declare with __attribute__ ((weak)).
27020         * stdlib/exit.c (__libc_atexit) [!SHARED]:
27021         Call __call_tls_dtors only if it's not NULL.
27022
27023 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27024
27025         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
27026         didn't do it already, then set _dl_phdr and _dl_phnum based on the
27027         magic __ehdr_start linker symbol if it's defined.
27028         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
27029         them up here if it was already done.
27030
27031         * elf/dl-support.c (_dl_phdr): Make pointer to const.
27032         (_dl_aux_init): Use const in cast when setting it.
27033         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
27034         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
27035         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
27036
27037         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
27038         Declare them here.
27039         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
27040         * csu/libc-tls.c: Nor here.
27041         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
27042
27043         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
27044         (__libc_message): Never call vsyslog.
27045
27046 2013-03-28  Alan Modra  <amodra@gmail.com>
27047
27048         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
27049         Define as empty.
27050         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
27051         Likewise.
27052
27053 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27054
27055         [BZ #15214]
27056         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
27057         underflow.
27058         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27059
27060 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27061
27062         [BZ #15304]
27063         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
27064         Don't add gid passed as argument.
27065
27066         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
27067
27068 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
27069
27070         [BZ #15307]
27071         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27072         imaginary part between 1.0 and 1.5 and real part less than 0.5
27073         specially.
27074         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27075         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27076         * math/libm-test.inc (cacos_test): Add more tests.
27077         (casin_test): Likewise.
27078         (casinh_test): Likewise.
27079         * sysdeps/i386/fpu/libm-test-ulps: Update.
27080         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27081
27082 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27083
27084         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
27085         constants.
27086         (norm): Likewise.
27087         (denorm): Likewise.
27088         (__dbl_mp): Likewise.
27089         (add_magnitudes): Likewise.
27090         (sub_magnitudes): Likewise.
27091         (__add): Likewise.
27092         (__sub): Likewise.
27093         (__mul): Likewise.
27094         (__sqr): Likewise.
27095         (__inv): Likewise.
27096         (__dvd): Likewise.
27097
27098         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
27099         commented code.
27100         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
27101         (__dubcos): Likewise.
27102         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
27103         (__ieee754_acos): Likewise.
27104         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27105         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
27106         (__exp1): Likewise.
27107         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27108         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
27109         (log1): Likewise.
27110         (my_log2): Likewise.
27111         (checkint): Likewise.
27112         * sysdeps/ieee754/dbl-64/e_remainder.c
27113         (__ieee754_remainder): Likewise.
27114         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27115         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
27116         (bsloww): Likewise.
27117         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27118
27119         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27120         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
27121         MANTISSA_STORE_T to store computations on mantissa.  Use
27122         macros for rounding and division.
27123         (denorm): Likewise.
27124         (__dbl_mp): Likewise.
27125         (add_magnitudes): Likewise.
27126         (sub_magnitudes): Likewise.
27127         (__mul): Likewise.
27128         (__sqr): Likewise.
27129         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27130         powers of two in terms of TWOPOW macro.
27131         (mp_no): Make type of mantissa as MANTISSA_T.
27132         [!RADIXI]: Define RADIXI.
27133         [!TWO52]: Define TWO52.
27134         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27135
27136 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27137
27138         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
27139         llroundl symbol when building for PPC32.
27140
27141 2013-03-24  Mark H Weaver  <mhw@netris.org>
27142
27143         * manual/arith.texi (Normalization Functions): Fix prototypes for
27144         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
27145
27146 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27147
27148         [BZ #13889]
27149         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
27150         high value to check if expl overflow.
27151         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
27152         to check for underflow and overflow.
27153         * math/libm-test.inc: Add exp test.
27154
27155 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
27156
27157         [BZ #11120]
27158         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
27159         with NOT_IN_libc.
27160
27161 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27162
27163         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
27164         symbol.
27165
27166 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
27167
27168         * math/gen-libm-test.pl (parse_args, special_functions): Properly
27169         wrap blocks consisting of several statements.
27170
27171         * sysdeps/generic/math-tests.h: New file.
27172         * sysdeps/i386/fpu/math-tests.h: Likewise.
27173         * math/test-snan.c: Include it.
27174         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
27175
27176 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27177
27178         [BZ #15285]
27179         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27180         (__ieee754_j0l): Do not improve calculations using cos of twice
27181         input for inputs above LDBL_MAX / 2.0L.
27182         (__ieee754_y0l): Likewise.
27183         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27184         (__ieee754_j1l): Do not improve calculations using cos of twice
27185         input for inputs above LDBL_MAX / 2.0L.
27186         (__ieee754_y1l): Likewise.
27187         * math/libm-test.inc (j0_test): Add another test.
27188         (j1_test): Likewise.
27189         (y0_test): Likewise.
27190         (y1_test): Likewise.
27191         * sysdeps/i386/fpu/libm-test-ulps: Update.
27192
27193 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27194
27195         * Rules ($(objpfx)bench-%.c): Include code from a C source
27196         file.
27197
27198 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27199
27200         [BZ #15287]
27201         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27202         imaginary part 1.0 and real part less than 0.5 specially.
27203         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27204         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27205         * math/libm-test.inc (cacos_test): Add more tests.
27206         (casin_test): Likewise.
27207         (casinh_test): Likewise.
27208         * sysdeps/i386/fpu/libm-test-ulps: Update.
27209         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27210
27211 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27212
27213         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27214         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27215
27216 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
27217
27218         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27219         * config.make.in (config-cflags-sse4): Remove variable.
27220         (config-cflags-avx): Likewise.
27221         (config-cflags-sse2avx): Likewise.
27222         (config-cflags-novzeroupper): Likewise.
27223         (config-asflags-i686): Likewise.
27224         (have-mfma4): Likewise.
27225         (have-as-vis3): Likewise.
27226         (MIG): Likewise.
27227         * configure.in (MIG): Do not AC_SUBST.
27228         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27229         (libc_cv_cc_sse4): Do not AC_SUBST.
27230         (libc_cv_cc_avx): Likewise.
27231         (libc_cv_cc_sse2avx): Likewise.
27232         (libc_cv_cc_novzeroupper): Likewise.
27233         (libc_cv_cc_fma4): Likewise.
27234         (libc_cv_as_i686): Likewise.
27235         (libc_cv_sparc_as_vis3): Likewise.
27236         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27237         LIBC_CONFIG_VAR.
27238         (config-asflags-i686): Likewise.
27239         (config-cflags-avx): Likewise.
27240         (config-cflags-sse2avx): Likewise.
27241         (have-mfma4): Likewise.
27242         (config-cflags-novzeroupper): Likewise.
27243         * sysdeps/mach/configure.in (MIG): Likewise.
27244         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27245         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27246         LIBC_CONFIG_VAR.
27247         (config-cflags-avx): Likewise.
27248         (config-cflags-sse2avx): Likewise.
27249         (have-mfma4): Likewise.
27250         (config-cflags-novzeroupper): Likewise.
27251         * configure: Regenerated.
27252         * sysdeps/i386/configure: Likewise.
27253         * sysdeps/mach/configure: Likewise.
27254         * sysdeps/sparc/configure: Likewise.
27255         * sysdeps/x86_64/configure: Likewise.
27256
27257 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27258
27259         [BZ #14812]
27260         * locale/programs/localedef.c (options): Put N_ translation marker
27261         on argument names, not just descriptions.
27262
27263 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27264
27265         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27266
27267 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27268
27269         [BZ #14176]
27270         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27271
27272 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27273
27274         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27275         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27276         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27277         [!BEFORE_ABORT] (before_abort): New function.
27278         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27279         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27280         (writev_for_fatal): New function.
27281         (WRITEV_FOR_FATAL): New macro; call that.
27282         (backtrace_and_maps): New function.
27283         (BEFORE_ABORT): New macro; call that.
27284         (struct str_list): Type removed.
27285         (__libc_message, __libc_fatal): Functions removed.
27286         Include <sysdeps/posix/libc_fatal.c> instead.
27287
27288 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27289
27290         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27291         constants.
27292         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27293         double constants.
27294
27295 2013-03-19  Andreas Schwab  <schwab@suse.de>
27296
27297         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27298         * sysdeps/gnu/configure: Regenerate.
27299
27300         * configure.in: Substitute libc_cv_rtlddir.
27301         * configure: Regenerate.
27302         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27303         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27304         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27305         * elf/Makefile (install-others, CFLAGS-interp.c)
27306         (ldso_install, common-ldd-rewrite): Likewise.
27307         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27308         $(inst_slibdir)/$(rtld-installed-name).
27309         * scripts/rellns-sh: Add -p option.
27310         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27311         for source.
27312
27313 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27314
27315         * manual/nptl.texi: Renamed to ...
27316         * manual/threads.texi: ... this.
27317         * manual/Makefile (chapters): Update.
27318
27319 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27320
27321         [BZ #14812]
27322         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27323         on argument names, not just descriptions.
27324         * malloc/memusagestat.c (options): Likewise.
27325         * nss/getent.c (options): Likewise.
27326
27327 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27328
27329         [BZ #14812]
27330         * iconv/iconv_prog.c (options): Put N_ translation marker
27331         on argument names, not just descriptions.
27332         * iconv/iconvconfig.c (options): Likewise.
27333
27334 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27335
27336         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27337         implementation which is faster on all x86_64 architectures.
27338         Tested on AMD, Intel Nehalem, SNB, IVB.
27339         * sysdeps/x86_64/strnlen.S: Likewise.
27340
27341         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27342         Remove all multiarch strlen and strnlen versions.
27343         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27344         Remove strlen and strnlen related parts.
27345
27346         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27347         Inline strlen part.
27348         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27349
27350         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27351         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27352         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27353         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27354         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27355         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27356
27357 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27358
27359         * manual/memory.texi (Malloc Tunable Parameters):
27360         Sort parameters alphabetically. Add comments for missing entries.
27361
27362 2013-03-17  David S. Miller  <davem@davemloft.net>
27363
27364         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27365
27366 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27367
27368         [BZ #15283]
27369         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27370         for arguments at most half maximum finite value.
27371         * math/libm-test.inc (j0_test): Add more tests.
27372         (j1_test): Likewise.
27373         (y0_test): Likewise.
27374         (y1_test): Likewise.
27375         * sysdeps/i386/fpu/libm-test-ulps: Update.
27376         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27377
27378         [BZ #14155]
27379         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27380         1 / x and functions P and Q for arguments above 0x1p256L.
27381         (__ieee754_y0l): Likewise.
27382         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27383         (__ieee754_y1l): Likewise.
27384         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27385         (j1_test): Likewise.
27386         (y0_test): Likewise.
27387         (y1_test): Likewise.
27388
27389 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27390
27391         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27392         variable.
27393
27394 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27395
27396         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27397         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27398         zero since it's initialized to EXEC_PAGESIZE.
27399
27400         * sysdeps/unix/sysv/linux/ldsodefs.h
27401         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27402         * sysdeps/generic/ldsodefs.h: ... here.
27403
27404 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27405
27406         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27407
27408         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27409         math/test-snan.c.
27410         * math/test-snan.c: Renamed from
27411         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27412         * math/Makefile (tests): Add test-snan.
27413         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27414         test-powerpc-snan.
27415
27416         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27417         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27418         functions.
27419         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27420         __builtin_nan family of functions.
27421         * math/libm-test.inc (initialize): Initialize qnan_value with
27422         __builtin_nan family of functions.
27423         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27424         Remove variables.
27425         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27426         Remove functions.
27427         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27428         storage class.  Initialize qNaN_var and sNaN_var with
27429         __builtin_nan and __builtin_nans families of functions,
27430         respectively.
27431
27432         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27433         (sqrt_test): Remove duplicate test with qNaN input.
27434         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27435         (round_test, signbit_test, significand_test): Note missing +/-Inf
27436         as well as qNaN tests.
27437
27438         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27439         qNaN_var.  Fix a few strings, too.
27440         * math/libm-test.inc (nan_value): Rename to qnan_value.
27441         * math/gen-libm-test.pl (%beautify): Adjust to that.
27442         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27443         * math/test-misc.c (main): Likewise.
27444         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27445         to __qnan_bytes, and __qnan_union, respectively.
27446         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27447         Likewise.
27448         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27449         and lqnanval, respectively.
27450         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27451         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27452         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27453         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27454
27455         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27456         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27457         doubles.
27458
27459         * math/test-misc.c (main): Fix copy'n'pastos.
27460         * misc/tst-efgcvt.c (special): Likewise.
27461
27462         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27463         Remove declarations.
27464
27465 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27466
27467         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27468         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27469         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27470         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27471
27472 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27473
27474         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27475         macro to return vdso values correctly in IFUNC implementations.
27476         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27477         Optimization by using IFUNC.
27478
27479 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27480             Richard Henderson  <rth@redhat.com>
27481             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27482
27483         * Makefile.in (bench): New target.
27484         * NEWS: Mention the benchmark framework.
27485         * Rules (bench): Likewise.
27486         (binaries-bench): Generate binaries for functions to
27487         benchmark.
27488         * benchtests/Makefile: New makefile for benchmark tests.
27489         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27490         programs.
27491         * benchtests/exp-inputs: New input file for EXP function.
27492         * benchtests/pow-inputs: New input file for POW function.
27493         * scripts/bench.pl: New script to generate source files for
27494         benchmark programs.
27495
27496 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27497
27498         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27499         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27500         computations on mantissa.  Use macros for rounding and
27501         division.
27502         (denorm): Likewise.
27503         (__dbl_mp): Likewise.
27504         (add_magnitudes): Likewise.
27505         (sub_magnitudes): Likewise.
27506         (__mul): Likewise.
27507         (__sqr): Likewise.
27508         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27509         powers of two in terms of TWOPOW macro.
27510         (mp_no): Make type of mantissa as MANTISSA_T.
27511         [!RADIXI]: Define RADIXI.
27512         [!TWO52]: Define TWO52.
27513         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27514
27515         * manual/nptl.texi (cindex): Modify threads to pthreads.
27516
27517 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27518
27519         * sysdeps/x86_64/preconfigure: Regenerated.
27520
27521 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27522
27523         [BZ #14155]
27524         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27525         0x1p28 and above.
27526         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27527         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27528         0x1p28 and above.
27529         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27530         * math/libm-test.inc (j0_test): Do not allow one spurious
27531         underflow exception.
27532         (y1_test): Likewise.
27533
27534 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27535
27536         * manual/Makefile (chapters): Add nptl.
27537         * manual/debug.texi (Debugging Support): Add link to Threads
27538         chapter.
27539         * manual/nptl.texi: New file.
27540
27541         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27542
27543 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27544
27545         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27546         for non-NULL pointer before the memory validity test. Pointed
27547         out by Holger Brunck <holger.brunck@keymile.com>.
27548
27549 2013-03-13  Andreas Schwab  <schwab@suse.de>
27550
27551         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27552         instead of .os.
27553
27554 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27555
27556         * timezone/zic.c: Update from tzcode 2013b.
27557
27558 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27559
27560         * manual/install.texi (Configuring and compiling):
27561         Mention i686 and i586.
27562         * INSTALL: Regenerate.
27563
27564 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27565
27566         * sysdeps/init_array/elf-init.c: New file.
27567         * csu/elf-init.c
27568         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27569         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27570
27571         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27572         __gmon_start__ as global, but as static with a .preinit_array pointer.
27573         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27574         * sysdeps/init_array/crti.S: New file, empty except for comments.
27575         * sysdeps/init_array/crtn.S: Likewise.
27576
27577 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27578
27579         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27580         definining bcopy.
27581         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27582         Remove Prefer_SSE_for_memop.
27583         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27584         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27585         HAS_PREFER_SSE_FOR_MEMOP.
27586         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27587         memset-x86-64.
27588         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27589         Remove bzero, memset ifunc support.
27590         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27591         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27592         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27593         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27594
27595 2013-03-11  Andreas Schwab  <schwab@suse.de>
27596
27597         [BZ #15234]
27598         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27599         by SHLIB_COMPAT.
27600         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27601         (GLIBC_2.16): Remove pthread_atfork.
27602
27603 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27604
27605         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27606         (ptestcases.h): Likewise.
27607
27608 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27609
27610         * Makeconfig ($(common-objpfx)config.status): Depend on
27611         sysdeps/*/preconfigure{,.in} too.
27612
27613 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27614
27615         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27616         (__free_hook): Use void * instead of __malloc_ptr_t.
27617         (__malloc_hook): Likewise.
27618         (__realloc_hook): Likewise.
27619         (__memalign_hook): Likewise.
27620         (__after_morecore_hook): Likewise.
27621         * malloc/arena.c (save_malloc_hook): Likewise.
27622         (save_free_hook): Likewise.
27623         * malloc/hooks.c (malloc_hook_ini): Likewise.
27624         (realloc_hook_ini): Likewise.
27625         (memalign_hook_ini): Likewise.
27626         * malloc/malloc.c (malloc_hook_ini): Likewise.
27627         (realloc_hook_ini): Likewise.
27628         (memalign_hook_ini): Likewise.
27629         (__free_hook): Likewise.
27630         (__malloc_hook): Likewise.
27631         (__realloc_hook): Likewise.
27632         (__memalign_hook): Likewise.
27633         (__libc_malloc): Likewise.
27634         (__libc_free): Likewise.
27635         (__libc_realloc): Likewise.
27636         (__libc_memalign): Likewise.
27637         (__libc_valloc): Likewise.
27638         (__libc_pvalloc): Likewise.
27639         (__libc_calloc): Likewise.
27640         (__posix_memalign): Likewise.
27641         * malloc/morecore.c (__sbrk): Likewise.
27642         (__default_morecore): Likewise.
27643
27644         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27645
27646         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27647         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27648         __malloc_ptrdiff_t.
27649
27650         * malloc/malloc.h (__malloc_size_t): Remove macro.
27651         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27652         __malloc_size_t.
27653         (old_memalign_hook): Likewise.
27654         (old_realloc_hook): Likewise.
27655         (struct hdr): Likewise.
27656         (flood): Likewise.
27657         (mallochook): Likewise.
27658         (memalignhook): Likewise.
27659         (reallochook): Likewise.
27660         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27661         (tr_old_realloc_hook): Likewise.
27662         (tr_old_memalign_hook): Likewise.
27663         (tr_mallochook): Likewise.
27664         (tr_reallochook): Likewise.
27665         (tr_memalignhook): Likewise.
27666
27667 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27668
27669         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27670         default_ldbl_pack and using as default implementation.
27671         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27672         implementation.
27673         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27674         redundant definition.
27675         (ldbl_insert_mantissa): Likewise.
27676         (ldbl_canonicalize): Likewise.
27677         (ldbl_nearbyint): Likewise.
27678         (ldbl_pack): Rename to ldbl_pack_ppc.
27679         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27680         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27681         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27682
27683 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27684
27685         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27686         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27687         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27688         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27689         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27690         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27691         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27692         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27693
27694 2013-03-07  Andreas Jaeger  <aj@suse.de>
27695
27696         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27697         bits/mman-linux.h.
27698
27699 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27700
27701         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27702         Include mpa.h and declare __MPEXP.
27703         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27704         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27705         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27706         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27707         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27708         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27709         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27710
27711         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27712         (__slowpow): Use long double EXPL and LOGL functions to
27713         compute POW.
27714         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27715         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27716         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27717         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27718         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27719         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27720
27721         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27722         intermediate variable to calculate exponent.
27723         (__sqr): Likewise.
27724         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27725         Likewise.
27726         (__sqr): Likewise.
27727
27728         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27729         [!NO__SQR]: Define __sqr.
27730         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27731         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27732         sysdeps/ieee754/dbl-64/mpa.c.
27733         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27734
27735         [BZ #12723]
27736         * posix/Makefile (tests): Add tst-pathconf.
27737         * posix/tst-pathconf.c: New test case.
27738         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27739         _PC_PIPE_BUF.
27740         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27741
27742 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27743
27744         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27745
27746 2013-03-06  Andreas Jaeger  <aj@suse.de>
27747
27748         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27749         definition via __MAP_ANONYMOUS.
27750
27751         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27752         it's not part of Linux headers.
27753
27754         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27755         (MAP_HUGE_MASK): Define.
27756
27757         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27758         Define.
27759         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27760         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27761         Define.
27762         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27763         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27764         Define.
27765         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27766         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27767         Define.
27768         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27769
27770         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27771         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27772         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27773         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27774         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27775         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27776
27777         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27778         Handle f2fs.
27779
27780         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27781         Handle f2fs and efivarfs.
27782
27783         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27784         f2fs.
27785
27786         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27787         (EFIVARFS_MAGIC): Add.
27788         (F2FS_LINK_MAX): Add.
27789
27790 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27791
27792         * stdio-common/vfprintf.c: Replace __builtin_expect with
27793         __glibc_unlikely.
27794
27795 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27796
27797         [BZ #13550]
27798         * sysdeps/generic/bp-sym.h: Remove file.
27799         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27800         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27801         <bp-sym.h> and <bp-asm.h>.
27802         (__longjmp): Don't use BP_SYM.
27803         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27804         and <bp-asm.h>.
27805         (memcpy): Don't use BP_SYM.
27806         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27807         <bp-sym.h> and <bp-asm.h>.
27808         (memcpy): Don't use BP_SYM.
27809         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27810         <bp-asm.h>.
27811         (memcpy): Don't use BP_SYM.
27812         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27813         <bp-asm.h>.
27814         (memset): Don't use BP_SYM.
27815         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27816         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27817         (__bzero): Don't use BP_SYM.
27818         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27819         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27820         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27821         <bp-sym.h> and <bp-asm.h>.
27822         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27823         pointers.
27824         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27825         <bp-sym.h> and <bp-asm.h>.
27826         (memcpy): Don't use BP_SYM.
27827         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27828         <bp-sym.h> and <bp-asm.h>.
27829         (memset): Don't use BP_SYM.
27830         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27831         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27832         (__bzero): Don't use BP_SYM.
27833         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27834         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27835         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27836         <bp-sym.h> and <bp-asm.h>.
27837         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27838         pointers.
27839         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27840         <bp-sym.h> and <bp-asm.h>.
27841         (memcpy): Don't use BP_SYM.
27842         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27843         <bp-sym.h> and <bp-asm.h>.
27844         (memset): Don't use BP_SYM.
27845         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27846         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27847         (__bzero): Don't use BP_SYM.
27848         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27849         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27850         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27851         <bp-sym.h> and <bp-asm.h>.
27852         (__memchr): Don't use BP_SYM.
27853         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27854         <bp-sym.h> and <bp-asm.h>.
27855         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27856         pointers.
27857         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27858         <bp-sym.h> and <bp-asm.h>.
27859         (memcpy): Don't use BP_SYM.
27860         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27861         <bp-sym.h> and <bp-asm.h>.
27862         (__mempcpy): Don't use BP_SYM.
27863         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27864         <bp-sym.h> and <bp-asm.h>.
27865         (__memrchr): Don't use BP_SYM.
27866         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27867         <bp-sym.h> and <bp-asm.h>.
27868         (memset): Don't use BP_SYM.
27869         (__bzero): Likewise.
27870         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27871         <bp-sym.h> and <bp-asm.h>.
27872         (__rawmemchr): Don't use BP_SYM.
27873         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27874         <bp-sym.h> and <bp-asm.h>.
27875         (__STRCMP): Don't use BP_SYM.
27876         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27877         <bp-sym.h> and <bp-asm.h>.
27878         (strchr): Don't use BP_SYM.
27879         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27880         <bp-sym.h> and <bp-asm.h>.
27881         (__strchrnul): Don't use BP_SYM.
27882         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27883         <bp-sym.h> and <bp-asm.h>.
27884         (strlen): Don't use BP_SYM.
27885         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27886         <bp-sym.h> and <bp-asm.h>.
27887         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27888         pointers.
27889         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27890         <bp-sym.h> and <bp-asm.h>.
27891         (__strnlen): Don't use BP_SYM.
27892         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27893         <bp-sym.h> and <bp-asm.h>.
27894         (__GI__setjmp): Don't use BP_SYM.
27895         (_setjmp): Likewise.
27896         (__sigsetjmp): Likewise.
27897         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27898         (L(start_addresses)): Don't use BP_SYM.
27899         (_start): Likewise.
27900         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27901         <bp-asm.h>.
27902         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27903         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27904         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27905         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27906         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27907         <bp-asm.h>.
27908         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27909         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27910         about bounded pointers.
27911         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27912         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27913         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27914         <bp-asm.h>.
27915         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27916         about bounded pointers.  Remove GKM FIXME comments.
27917         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27918         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27919         <bp-asm.h>.
27920         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27921         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27922         Remove GKM FIXME comments.
27923         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27924         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27925         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27926         <bp-asm.h>.
27927         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27928         about bounded pointers.  Remove GKM FIXME comment.
27929         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27930         and <bp-asm.h>.
27931         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27932         pointers.
27933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27934         <bp-sym.h> and <bp-asm.h>.
27935         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27937         <bp-sym.h> and <bp-asm.h>.
27938         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27939         comment.
27940
27941 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27942
27943         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27944         call free(NULL).
27945
27946 2013-03-05  David S. Miller  <davem@davemloft.net>
27947
27948         * po/es.po: Update from translation team.
27949
27950 2013-03-05  Andreas Jaeger  <aj@suse.de>
27951
27952         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27953         <bits/mman-linux.h>.
27954         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27955         is fine.
27956         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27957         <bits/mman-linux.h> to end of file.
27958         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27959         is fine.
27960         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27961         <bits/mman-linux.h> to end of file.
27962         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27963         is fine.
27964         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27965         <bits/mman-linux.h> to end of file.
27966
27967         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27968         (MCL_CURRENT, MCL_FUTURE): Define here.
27969
27970 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27971
27972         [BZ #15232]
27973         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27974         attribute_hidden.
27975         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27976
27977 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27978
27979         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27980         fourth parameter needed for rt_sigprocmask syscall.
27981         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27982         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27983         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27984         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27985         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27986         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27987
27988 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27989
27990         [BZ #13550]
27991         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27992         comment about bounded pointers.
27993         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27994         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27995
27996 2013-03-04  Andreas Jaeger  <aj@suse.de>
27997
27998         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27999         common definitions.
28000
28001         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
28002         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
28003         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
28004         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
28005         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
28006         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
28007
28008 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28009
28010         [BZ #15055]
28011         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
28012         __ieee754_sqrl instead of __sqrl.
28013
28014 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
28015
28016         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
28017         * sysdeps/powerpc/fpu_control.h: ... here.
28018         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
28019         * sysdeps/powerpc/bits/fenvinline.h: ... here.
28020         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
28021         * sysdeps/powerpc/bits/mathinline.h: ... here.
28022
28023 2013-03-01  Roland McGrath  <roland@hack.frob.com>
28024
28025         * elf/dl-hwcaps.c (_dl_important_hwcaps):
28026         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
28027         to just [NEED_DL_SYSINFO_DSO].
28028         * elf/dl-support.c: Likewise.
28029         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
28030         * elf/rtld.c (dl_main): Likewise.
28031         * elf/setup-vdso.h (setup_vdso): Likewise.
28032         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
28033         * sysdeps/unix/sysv/linux/dl-sysdep.c
28034         (_dl_discover_osversion): Likewise.
28035
28036 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
28037
28038         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
28039         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28040
28041 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
28042
28043         * NEWS: Mention libm performance improvements and non-x86 PI
28044         futex support.
28045
28046         * csu/libc-start.c (__pthread_initialize_minimal): Change
28047         function arguments.
28048         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28049
28050 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
28051
28052         [BZ #13550]
28053         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
28054         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
28055         <bp-sym.h> and <bp-asm.h>.
28056         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28057         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
28058         and <bp-asm.h>.
28059         (memcpy): Don't use BP_SYM.
28060         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
28061         <bp-asm.h>.
28062         (__mpn_add_n): Don't use BP_SYM.
28063         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
28064         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
28065         and <bp-asm.h>.
28066         (__mpn_addmul_1): Don't use BP_SYM.
28067         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28068         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
28069         <bp-sym.h>.
28070         (_setjmp): Don't use BP_SYM.
28071         (__novmx_setjmp): Likewise.
28072         (__GI__setjmp): Likewise.
28073         (__vmx_setjmp): Likewise.
28074         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
28075         <bp-sym.h>.
28076         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
28077         (__bzero): Don't use BP_SYM.
28078         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28079         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28080         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
28081         <bp-sym.h> and <bp-asm.h>.
28082         (memcpy): Don't use BP_SYM.
28083         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
28084         <bp-sym.h> and <bp-asm.h>.
28085         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28086         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
28087         <bp-sym.h> and <bp-asm.h>.
28088         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28089         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
28090         <bp-asm.h>.
28091         (__mpn_lshift): Don't use BP_SYM.
28092         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28093         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
28094         <bp-asm.h>.
28095         (memset): Don't use BP_SYM.
28096         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28097         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28098         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
28099         <bp-asm.h>.
28100         (__mpn_mul_1): Don't use BP_SYM.
28101         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28102         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
28103         <bp-sym.h> and <bp-asm.h>.
28104         (memcmp): Don't use BP_SYM.
28105         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
28106         <bp-sym.h> and <bp-asm.h>.
28107         (memcpy): Don't use BP_SYM.
28108         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
28109         <bp-sym.h> and <bp-asm.h>.
28110         (memset): Don't use BP_SYM.
28111         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
28112         <bp-sym.h> and <bp-asm.h>.
28113         (strncmp): Don't use BP_SYM.
28114         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
28115         <bp-sym.h> and <bp-asm.h>.
28116         (memcpy): Don't use BP_SYM.
28117         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
28118         <bp-sym.h> and <bp-asm.h>.
28119         (memset): Don't use BP_SYM.
28120         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
28121         <bp-sym.h> and <bp-asm.h>.
28122         (__memchr): Don't use BP_SYM.
28123         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
28124         <bp-sym.h> and <bp-asm.h>.
28125         (memcmp): Don't use BP_SYM.
28126         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
28127         <bp-sym.h> and <bp-asm.h>.
28128         (memcpy): Don't use BP_SYM.
28129         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
28130         <bp-sym.h> and <bp-asm.h>.
28131         (__mempcpy): Don't use BP_SYM.
28132         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
28133         <bp-sym.h> and <bp-asm.h>.
28134         (__memrchr): Don't use BP_SYM.
28135         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
28136         <bp-sym.h> and <bp-asm.h>.
28137         (memset): Don't use BP_SYM.
28138         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
28139         <bp-sym.h> and <bp-asm.h>.
28140         (__rawmemchr): Don't use BP_SYM.
28141         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
28142         <bp-sym.h> and <bp-asm.h>.
28143         (__STRCMP): Don't use BP_SYM.
28144         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
28145         <bp-sym.h> and <bp-asm.h>.
28146         (strchr): Don't use BP_SYM.
28147         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
28148         <bp-sym.h> and <bp-asm.h>.
28149         (__strchrnul): Don't use BP_SYM.
28150         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
28151         <bp-sym.h> and <bp-asm.h>.
28152         (strlen): Don't use BP_SYM.
28153         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
28154         <bp-sym.h> and <bp-asm.h>.
28155         (strncmp): Don't use BP_SYM.
28156         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
28157         <bp-sym.h> and <bp-asm.h>.
28158         (__strnlen): Don't use BP_SYM.
28159         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
28160         <bp-asm.h>.
28161         (__mpn_rshift): Don't use BP_SYM.
28162         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28163         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
28164         <bp-sym.h> and <bp-asm.h>.
28165         (__sigsetjmp): Don't use BP_SYM.
28166         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
28167         (L(start_addresses)): Don't use BP_SYM.
28168         (_start): Likewise.
28169         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
28170         <bp-asm.h>.
28171         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
28172         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28173         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28174         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
28175         <bp-asm.h>.
28176         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
28177         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28178         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28179         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28180         <bp-asm.h>.
28181         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28182         comments.
28183         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28184         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28185         <bp-asm.h>.
28186         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
28187         FIXME comments.
28188         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28189         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28190         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28191         <bp-asm.h>.
28192         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28193         comment.
28194         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28195         and <bp-asm.h>.
28196         (strncmp): Don't use BP_SYM,
28197         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28198         <bp-asm.h>.
28199         (__mpn_sub_n): Don't use BP_SYM.
28200         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28201         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28202         and <bp-asm.h>.
28203         (__mpn_submul_1): Don't use BP_SYM.
28204         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28206         <bp-sym.h> and <bp-asm.h>.
28207         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28208         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28209         <bp-sym.h> and <bp-asm.h>.
28210         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28211         comment.
28212
28213 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28214
28215         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28216         Use ZK to minimize writes to Z.
28217         (sub_magnitudes): Simplify code a bit.
28218         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28219         Use ZK to minimize writes to Z.
28220         (sub_magnitudes): Simplify code a bit.
28221
28222 2013-02-27  Roland McGrath  <roland@hack.frob.com>
28223
28224         * csu/gmon-start.c: Add special exception to license text.
28225
28226 2013-02-27  Richard Henderson  <rth@redhat.com>
28227
28228         * scripts/config.guess: Update from config.git.
28229         * scripts/config.sub: Likewise.
28230
28231 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28232
28233         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28234
28235         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28236
28237         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28238
28239         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28240
28241         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28242
28243 2013-02-26  Roland McGrath  <roland@hack.frob.com>
28244
28245         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28246         [$(build-shared = yes].
28247
28248 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28249
28250         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28251         (__mul): Reduce iterations for calculating mantissa.
28252
28253         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28254         MPTWO.
28255         (__mpranred): Likewise.
28256
28257         [BZ #15160]
28258         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28259         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28260
28261 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28262
28263         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28264         Define __attribute__.
28265
28266 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28267
28268         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28269         unused.
28270         * posix/regex_internal.h (__attribute): Remove.
28271         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28272         (re_string_context_at): Likewise.
28273         (bitset_not): Use __attribute__ and mark function as possibly
28274         unused.
28275         (bitset_merge): Likewise.
28276         (bitset_mask): Likewise.
28277         (re_string_char_size_at): Likewise.
28278         (re_string_wchar_at): Likewise.
28279         (re_string_elem_size_at): Likewise.
28280
28281 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28282
28283         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28284         code.
28285         (cc32): Likewise.
28286
28287         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28288         (__acr): Likewise.
28289         (__cpy): Likewise.
28290         (norm): Likewise.
28291         (denorm): Likewise.
28292         (__dbl_mp): Likewise.
28293         (add_magnitudes): Likewise.
28294         (sub_magnitudes): Likewise.
28295         (__mul): Likewise.
28296         (__inv): Likewise.
28297
28298         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28299         style.
28300
28301         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28302         style.
28303
28304         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28305         code.
28306
28307         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28308         up changes with default code.
28309         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28310         Likewise.
28311
28312 2013-02-24  Allan McRae  <allan@archlinux.org>
28313
28314         * manual/socket.texi (The Internet Namespace): Order menu items
28315         to match that in the file.
28316
28317         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28318         node listing of the info page menu.
28319
28320 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28321
28322         [BZ #13550]
28323         * sysdeps/i386/bp-asm.h: Remove file.
28324         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28325         (PARMS): Do not use macros from bp-asm.h.
28326         (S1): Likewise.
28327         (S2): Likewise.
28328         (SIZE): Likewise.
28329         (__mpn_add_n): Do not use BP_SYM
28330         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28331         "bp-asm.h".
28332         (PARMS): Do not use macros from bp-asm.h.
28333         (S1): Likewise.
28334         (SIZE): Likewise.
28335         (__mpn_addmul_1): Do not use BP_SYM
28336         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28337         "bp-asm.h".
28338         (PARMS): Do not use macros from bp-asm.h.
28339         (SIGMSK): Likewise.
28340         (_setjmp): Likewise.  Do not use BP_SYM.
28341         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28342         "bp-asm.h".
28343         (PARMS): Do not use macros from bp-asm.h.
28344         (SIGMSK): Likewise.
28345         (setjmp): Likewise.  Do not use BP_SYM.
28346         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28347         "bp-asm.h".
28348         (PARMS): Do not use macros from bp-asm.h.
28349         (__frexp): Do not use BP_SYM.
28350         (frexp): Likewise.
28351         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28352         "bp-asm.h".
28353         (PARMS): Do not use macros from bp-asm.h.
28354         (__frexpf): Do not use BP_SYM.
28355         (frexpf): Likewise.
28356         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28357         "bp-asm.h".
28358         (PARMS): Do not use macros from bp-asm.h.
28359         (__frexpl): Do not use BP_SYM.
28360         (frexpl): Likewise.
28361         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28362         "bp-asm.h".
28363         (PARMS): Do not use macros from bp-asm.h.
28364         (__remquo): Do not use BP_SYM.
28365         (remquo): Likewise.
28366         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28367         "bp-asm.h".
28368         (PARMS): Do not use macros from bp-asm.h.
28369         (__remquof): Do not use BP_SYM.
28370         (remquof): Likewise.
28371         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28372         "bp-asm.h".
28373         (PARMS): Do not use macros from bp-asm.h.
28374         (__remquol): Do not use BP_SYM.
28375         (remquol): Likewise.
28376         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28377         "bp-asm.h".
28378         (PARMS): Do not use macros from bp-asm.h.
28379         (DEST): Likewise.
28380         (SRC): Likewise.
28381         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28382         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28383         "bp-asm.h".
28384         (PARMS): Do not use macros from bp-asm.h.
28385         (strlen): Do not use BP_SYM.
28386         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28387         "bp-asm.h".
28388         (PARMS): Do not use macros from bp-asm.h.
28389         (S1): Likewise.
28390         (S2): Likewise.
28391         (SIZE): Likewise.
28392         (__mpn_add_n): Do not use BP_SYM.
28393         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28394         "bp-asm.h".
28395         (PARMS): Do not use macros from bp-asm.h.
28396         (S1): Likewise.
28397         (SIZE): Likewise.
28398         (__mpn_addmul_1): Do not use BP_SYM.
28399         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28400         weak_alias.
28401         (bzero): Likewise.
28402         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28403         "bp-asm.h".
28404         (PARMS): Do not use macros from bp-asm.h.
28405         (S): Likewise.
28406         (SIZE): Likewise.
28407         (__mpn_lshift): Do not use BP_SYM.
28408         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28409         "bp-asm.h".
28410         (PARMS): Do not use macros from bp-asm.h.
28411         (DEST): Likewise.
28412         (SRC): Likewise.
28413         (LEN): Likewise.
28414         (memcpy): Likewise.  Do not use BP_SYM.
28415         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28416         libc_hidden_def and weak_alias.
28417         (mempcpy): Do not use BP_SYM in weak_alias.
28418         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28419         "bp-asm.h".
28420         (PARMS): Do not use macros from bp-asm.h.
28421         (DEST): Likewise.
28422         (LEN): Likewise.
28423         [!BZERO_P] (CHR): Likewise.
28424         (memset): Likewise.  Do not use BP_SYM.
28425         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28426         "bp-asm.h".
28427         (PARMS): Do not use macros from bp-asm.h.
28428         (S1): Likewise.
28429         (SIZE): Likewise.
28430         (__mpn_mul_1): Do not use BP_SYM.
28431         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28432         "bp-asm.h".
28433         (PARMS): Do not use macros from bp-asm.h.
28434         (S): Likewise.
28435         (SIZE): Likewise.
28436         (__mpn_rshift): Do not use BP_SYM.
28437         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28438         "bp-asm.h".
28439         (PARMS): Do not use macros from bp-asm.h.
28440         (STR): Likewise.
28441         (CHR): Likewise.
28442         (strchr): Likewise.  Do not use BP_SYM.
28443         (index): Do not use BP_SYM in weak_alias.
28444         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28445         "bp-asm.h".
28446         (PARMS): Do not use macros from bp-asm.h.
28447         (DEST): Likewise.
28448         (SRC): Likewise.
28449         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28450         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28451         "bp-asm.h".
28452         (PARMS): Do not use macros from bp-asm.h.
28453         (strlen): Do not use BP_SYM.
28454         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28455         "bp-asm.h".
28456         (PARMS): Do not use macros from bp-asm.h.
28457         (S1): Likewise.
28458         (S2): Likewise.
28459         (SIZE): Likewise.
28460         (__mpn_sub_n): Do not use BP_SYM.
28461         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28462         "bp-asm.h".
28463         (PARMS): Do not use macros from bp-asm.h.
28464         (S1): Likewise.
28465         (SIZE): Likewise.
28466         (__mpn_submul_1): Do not use BP_SYM.
28467         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28468         "bp-asm.h".
28469         (PARMS): Do not use macros from bp-asm.h.
28470         (S1): Likewise.
28471         (S2): Likewise.
28472         (SIZE): Likewise.
28473         (__mpn_add_n): Do not use BP_SYM.
28474         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28475         weak_alias.
28476         (bzero): Likewise.
28477         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28478         "bp-asm.h".
28479         (PARMS): Do not use macros from bp-asm.h.
28480         (BLK2): Likewise.
28481         (LEN): Likewise.
28482         (memcmp): Do not use BP_SYM.
28483         (bcmp): Do not use BP_SYM in weak_alias.
28484         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28485         "bp-asm.h".
28486         (PARMS): Do not use macros from bp-asm.h.
28487         (DEST): Likewise.
28488         (SRC): Likewise.
28489         (LEN): Likewise.
28490         (memcpy): Likewise.  Do not use BP_SYM.
28491         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28492         "bp-asm.h".
28493         (PARMS): Do not use macros from bp-asm.h.
28494         (DEST): Likewise.
28495         (SRC): Likewise.
28496         (LEN): Likewise.
28497         (memmove): Likewise.  Do not use BP_SYM.
28498         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28499         "bp-asm.h".
28500         (PARMS): Do not use macros from bp-asm.h.
28501         (DEST): Likewise.
28502         (SRC): Likewise.
28503         (LEN): Likewise.
28504         (__mempcpy): Likewise.  Do not use BP_SYM.
28505         (mempcpy): Do not use BP_SYM in weak_alias.
28506         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28507         "bp-asm.h".
28508         (PARMS): Do not use macros from bp-asm.h.
28509         (DEST): Likewise.
28510         (LEN): Likewise.
28511         [!BZERO_P] (CHR): Likewise.
28512         (memset): Likewise.  Do not use BP_SYM.
28513         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28514         "bp-asm.h".
28515         (PARMS): Do not use macros from bp-asm.h.
28516         (STR2): Likewise.
28517         (strcmp): Do not use BP_SYM.
28518         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28519         "bp-asm.h".
28520         (PARMS): Do not use macros from bp-asm.h.
28521         (STR): Likewise.
28522         (DELIM): Likewise.
28523         [USE_AS_STRTOK_R] (SAVE): Likewise.
28524         (FUNCTION): Likewise.  Do not use BP_SYM.
28525         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28526         aliases.
28527         (strtok_r): Likewise.
28528         (__GI___strtok_r): Likewise.
28529         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28530         (PARMS): Do not use macros from bp-asm.h.
28531         (S): Likewise.
28532         (SIZE): Likewise.
28533         (__mpn_lshift): Do not use BP_SYM.
28534         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28535         (PARMS): Do not use macros from bp-asm.h.
28536         (STR): Likewise.
28537         (CHR): Likewise.
28538         (__memchr): Do not use BP_SYM.
28539         (memchr): Do not use BP_SYM in weak_alias.
28540         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28541         (PARMS): Do not use macros from bp-asm.h.
28542         (BLK2): Likewise.
28543         (LEN): Likewise.
28544         (memcmp): Do not use BP_SYM.
28545         (bcmp): Do not use BP_SYM in weak_alias.
28546         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28547         (PARMS): Do not use macros from bp-asm.h.
28548         (S1): Likewise.
28549         (SIZE): Likewise.
28550         (__mpn_mul_1): Do not use BP_SYM.
28551         * sysdeps/i386/rawmemchr.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         (__rawmemchr): Do not use BP_SYM.
28557         (rawmemchr): Do not use BP_SYM in weak_alias.
28558         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28559         (PARMS): Do not use macros from bp-asm.h.
28560         (S): Likewise.
28561         (SIZE): Likewise.
28562         (__mpn_rshift): Do not use BP_SYM.
28563         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28564         (PARMS): Do not use macros from bp-asm.h.
28565         (SIGMSK): Likewise.
28566         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28567         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28568         (_start): Do not use BP_SYM.
28569         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28570         (PARMS): Do not use macros from bp-asm.h.
28571         (DEST): Likewise.
28572         (SRC): Likewise.
28573         (__stpcpy): Likewise.  Do not use BP_SYM.
28574         (stpcpy): Do not use BP_SYM in weak_alias.
28575         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28576         "bp-asm.h".
28577         (PARMS): Do not use macros from bp-asm.h.
28578         (DEST): Likewise.
28579         (SRC): Likewise.
28580         (LEN): Likewise.
28581         (__stpncpy): Likewise.  Do not use BP_SYM.
28582         (stpncpy): Do not use BP_SYM in weak_alias.
28583         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28584         (PARMS): Do not use macros from bp-asm.h.
28585         (STR): Likewise.
28586         (CHR): Likewise.
28587         (strchr): Likewise.  Do not use BP_SYM.
28588         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28589         "bp-asm.h".
28590         (PARMS): Do not use macros from bp-asm.h.
28591         (STR): Likewise.
28592         (CHR): Likewise.
28593         (__strchrnul): Likewise.  Do not use BP_SYM.
28594         (strchrnul): Do not use BP_SYM in weak_alias.
28595         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28596         "bp-asm.h".
28597         (PARMS): Do not use macros from bp-asm.h.
28598         (STOP): Likewise.
28599         (strcspn): Do not use BP_SYM.
28600         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28601         "bp-asm.h".
28602         (PARMS): Do not use macros from bp-asm.h.
28603         (STR): Likewise.
28604         (STOP): Likewise.
28605         (strpbrk): Likewise.  Do not use BP_SYM.
28606         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28607         "bp-asm.h".
28608         (PARMS): Do not use macros from bp-asm.h.
28609         (STR): Likewise.
28610         (CHR): Likewise.
28611         (strrchr): Likewise.  Do not use BP_SYM.
28612         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28613         (PARMS): Do not use macros from bp-asm.h.
28614         (SKIP): Likewise.
28615         (strspn): Do not use BP_SYM.
28616         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28617         (PARMS): Do not use macros from bp-asm.h.
28618         (STR): Likewise.
28619         (DELIM): Likewise.
28620         (SAVE): Likewise.
28621         (FUNCTION): Likewise.  Do not use BP_SYM.
28622         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28623         aliases.
28624         (strtok_r): Likewise.
28625         (__GI___strtok_r): Likewise.
28626         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28627         (PARMS): Do not use macros from bp-asm.h.
28628         (S1): Likewise.
28629         (S2): Likewise.
28630         (SIZE): Likewise.
28631         (__mpn_sub_n): Do not use BP_SYM.
28632         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28633         "bp-asm.h".
28634         (PARMS): Do not use macros from bp-asm.h.
28635         (S1): Likewise.
28636         (SIZE): Likewise.
28637         (__mpn_submul_1): Do not use BP_SYM.
28638         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28639         <bp-sym.h>.
28640         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28641         and <bp-asm.h>.
28642         (PARMS): Do not use macros from bp-asm.h.
28643         (FLAGS): Likewise.
28644         (PTID): Likewise.
28645         (TLS): Likewise.
28646         (CTID): Likewise.
28647         (__clone): Do not use BP_SYM.
28648         (clone): Do not use BP_SYM in weak_alias.
28649         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28650         and <bp-asm.h>.
28651         (PARMS): Do not use macros from bp-asm.h.
28652         (LEN): Likewise.
28653         (__mmap64): Do not use BP_SYM.
28654         (mmap64): Do not use BP_SYM in weak_alias.
28655         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28656         <bp-sym.h> and <bp-asm.h>.
28657         (PARMS): Do not use macros from bp-asm.h.
28658         (__posix_fadvise64_l64): Do not use BP_SYM.
28659         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28660         (PARMS): Do not use macros from bp-asm.h.
28661         (NSOPS): Likewise.
28662         (semtimedop): Do not use BP_SYM.
28663         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28664         and <bp-asm.h>.
28665
28666 2013-02-21  Allan McRae  <allan@archlinux.org>
28667
28668         * manual/message.texi (Charset conversion in gettext):
28669         Move @end statement to beginning of line.
28670
28671 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28672
28673         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28674         static.
28675         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28676         Likewise.
28677
28678         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28679         (denorm): Likewise.
28680         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28681         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28682
28683 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28684
28685         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28686         tail-call to the resolved function if pltexit isn't needed.
28687
28688 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28689
28690         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28691         or Y being zero as being unlikely.
28692         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28693         Likewise.
28694
28695 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28696
28697         * manual/nss.texi (System Databases and Name Service Switch):
28698         Remove frobnicate @pxref.
28699
28700 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28701
28702         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28703         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28704
28705 2013-02-20  Petr Machata  <pmachata@redhat.com>
28706
28707         * elf/elf.h (R_ARM_TARGET1): New macro.
28708         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28709         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28710         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28711         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28712         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28713         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28714         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28715         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28716         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28717         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28718         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28719         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28720         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28721         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28722         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28723         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28724         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28725         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28726         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28727         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28728         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28729         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28730         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28731         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28732         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28733         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28734         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28735         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28736         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28737         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28738         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28739         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28740         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28741         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28742         (R_ARM_THM_GOT_BREL12): Likewise.
28743         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28744         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28745         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28746         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28747         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28748         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28749         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28750         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28751         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28752
28753 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28754
28755         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28756         __attribute_used__ to __attribute__ ((unused)).
28757
28758 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28759
28760         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28761         powerpc mpa.c.
28762         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28763         comment formatting.
28764         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28765
28766 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28767
28768         [BZ #13550]
28769         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28770         Remove macro.
28771         (ENTER): Remove both macro definitions.
28772         (LEAVE): Likewise.
28773         (CHECK_BOUNDS_LOW): Likewise.
28774         (CHECK_BOUNDS_HIGH): Likewise.
28775         (CHECK_BOUNDS_BOTH): Likewise.
28776         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28777         (RETURN_BOUNDED_POINTER): Likewise.
28778         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28779         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28780         (POP_ERRNO_LOCATION_RETURN): Likewise.
28781         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28782         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28783         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28784         macros.
28785         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28786         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28787         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28788         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28789         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28790         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28791         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28792         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28793         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28794         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28795         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28796         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28797         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28798         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28799         removed macros.
28800         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28801         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28802         macros.
28803         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28804         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28805         * sysdeps/i386/i586/memset.S (memset): Likewise.
28806         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28807         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28808         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28809         macros.
28810         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28811         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28812         Change uses of L(2) to L(out).
28813         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28814         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28815         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28816         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28817         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28818         removed macros.
28819         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28820         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28821         macros.
28822         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28823         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28824         (RETURN): Do not use macro LEAVE.
28825         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28826         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28827         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28828         * sysdeps/i386/i686/memset.S (memset): Likewise.
28829         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28830         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28831         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28832         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28833         Likewise.
28834         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28835         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28836         L(1_2) and L(1_3) into L(1).
28837         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28838         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28839         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28840         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28841         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28842         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28843         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28844         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28845         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28846         macros.
28847         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28848         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28849         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28850         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28851         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28852         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28853         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28854         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28855         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28856         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28857         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28858         * sysdeps/i386/strspn.S (strspn): Likewise.
28859         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28860         conditional code.
28861         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28862         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28863         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28864         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28865         L(1_3) into L(1_1).
28866         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28867         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28868         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28869         macros.
28870         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28871
28872 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28873
28874         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28875         macro.
28876
28877 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28878
28879         * math/atest-exp.c (exp_mpn): Remove ROUND.
28880         * math/atest-exp2.c (exp_mpn): Likewise.
28881         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28882
28883         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28884         * stdlib/tst-tls-atexit-lib.c: Likewise.
28885         * stdlib/tst-tls-atexit.c: Likewise.
28886
28887 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28888
28889         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28890         and __attribute_alloc_size__.
28891
28892 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28893
28894         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28895         __attribute_alloc_size__.
28896         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28897         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28898
28899 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28900
28901         * include/programs/xmalloc.h: New file.
28902         * catgets/gencat.c: Include it.
28903         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28904         * elf/pldd.c: Likewise.
28905         * iconv/iconv_charmap.c: Likewise.
28906         * iconv/iconvconfig.c: Likewise.
28907         * iconv/strtab.c: Likewise.
28908         * locale/programs/locale.c: Likewise.
28909         * locale/programs/localedef.h: Likewise.
28910         * locale/programs/simple-hash.c: Likewise.
28911         * nscd/nscd.h: Likewise.
28912         * nss/makedb.c: Likewise.
28913         * sysdeps/generic/ldconfig.h: Likewise.
28914
28915 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28916
28917         * Versions.def: Add GLIBC_2.18.
28918         * include/link.h (struct link_map): New member l_tls_dtor_count.
28919         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28920         (__call_tls_dtors): Likewise.
28921         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28922         __cxa_thread_atexit_impl.
28923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28924         Likewise.
28925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28926         Likewise.
28927         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28928         Likewise.
28929         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28930         Likewise.
28931         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28932         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28933         Likewise.
28934         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28935         Likewise.
28936         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28937         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28938         Likewise.
28939         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28940         (tests): Add test case tst-tls-atexit.
28941         (modules-names): Add shared library for tst-tls-atexit.
28942         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28943         (GLIBC_PRIVATE): Add __call_tls_dtors.
28944         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28945         for libstdc++.
28946         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28947         * stdlib/tst-tls-atexit.c: New test case.
28948         * stdlib/tst-tls-atexit-lib.c: New test case.
28949
28950         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28951
28952         * elf/Versions (ld): Add _dl_find_dso_for_object.
28953         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28954         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28955         (dl_open_worker): Use _dl_find_dso_for_object.
28956         * elf/dl-sym.c (do_sym): Likewise.
28957         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28958
28959 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28960
28961         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28962         Syntactic changes only.
28963         (_dl_runtime_profile): Do a tail-call to the resolved function.
28964
28965 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28966
28967         [BZ #13550]
28968         * sysdeps/x86_64/bp-asm.h: Remove file.
28969         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28970         <bp-sym.h> and <bp-asm.h>.
28971         (__clone): Do not use BP_SYM.
28972         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28973         <bp-sym.h> and <bp-asm.h>.
28974         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28975         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28976         "bp-asm.h".
28977         (_setjmp): Do not use BP_SYM.
28978         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28979         "bp-asm.h".
28980         (setjmp): Do not use BP_SYM.
28981         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28982         libc_hidden_def.
28983         (mempcpy): Do not use BP_SYM in weak_alias.
28984         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28985         "bp-asm.h".
28986         (strchr): Do not use BP_SYM.
28987         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28988         "bp-asm.h".
28989         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28990         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28991         (_start): Do not use BP_SYM.
28992         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28993         "bp-asm.h".
28994         (strcat): Do not use BP_SYM.
28995         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28996         "bp-asm.h".
28997         (STRCMP): Do not use BP_SYM.
28998         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28999         "bp-asm.h".
29000         (STRCPY): Do not use BP_SYM.
29001         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
29002         "bp-asm.h".
29003         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
29004         "bp-asm.h".
29005         (FUNCTION): Do not use BP_SYM.
29006         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
29007         weak_alias.
29008         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
29009
29010 2013-02-17  Andreas Jaeger  <aj@suse.de>
29011
29012         * time/Versions: Sort entries.
29013         * string/Versions: Likewise.
29014         * resolv/Versions: Likewise.
29015         * posix/Versions: Likewise.
29016         * iconv/Versions: Likewise.
29017         * elf/Versions: Likewise.
29018         * wcsmbs/Versions: Likewise.
29019
29020 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29021
29022         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
29023         loop termination condition.
29024
29025         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
29026         variable to calculate EZ.
29027         (__sqr): Likewise.
29028
29029         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
29030         the lower precision input.
29031
29032 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
29033
29034         [BZ #13550]
29035         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
29036         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
29037         (run-via-rtld-prefix): Do not handle %-bp tests.
29038         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
29039         (all-object-suffixes): Remove .ob.
29040         (bppfx): Remove variable.
29041         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
29042         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
29043         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
29044         [$(build-bounded) = yes] (libtype.ob): Likewise.
29045         * Makerules (elide-routines.ob): Remove variable.
29046         (do-tests-clean): Do not handle *-bp.out.
29047         (common-mostlyclean): Do not handle *-bp and *-bp.out.
29048         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
29049         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
29050         (tests): Do not include $(tests-bp.out).
29051         (xtests): Do not include $(xtests-bp.out).
29052         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
29053         [$(build-bounded) = yes] ($(addprefix
29054         $(objpfx),$(binaries-bounded))): Remove rule.
29055         ($(objpfx)%-bp.out): Remove rule.
29056         * config.make.in (build-bounded): Remove variable.
29057         * crypt/Makefile [$(build-bounded) = yes]
29058         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
29059         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
29060         append to variable.
29061         [$(build-bounded) = yes] (install-lib): Likewise.
29062         [$(build-bounded) = yes] (generated): Likewise.
29063         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
29064         Remove rule.
29065         * intl/Makefile [$(build-bounded) = yes]
29066         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
29067         * math/Makefile [$(build-bounded) = yes]
29068         ($(tests:%=$(objpfx)%-bp): Likewise.
29069         * misc/Makefile [$(build-bounded) = yes]
29070         ($(objpfx)tst-tsearch-bp): Likewise.
29071         * nptl/Makeconfig (bounded-thread-library): Remove variable.
29072         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
29073         Remove dependency.
29074         * string/Makefile (o-objects.ob): Remove variable.
29075         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
29076         (CFLAGS-.ob): Remove variable.
29077         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
29078         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
29079         both definitions of variable.
29080         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
29081         (ASFLAGS-.ob): Remove variable.
29082
29083 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
29084
29085         [BZ #13550]
29086         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
29087         Remove __BOUNDED_POINTERS__ from condition.
29088         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
29089         * string/bits/string2.h [!__NO_STRING_INLINES &&
29090         !__BOUNDED_POINTERS__]: Likewise.
29091         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
29092         Likewise.
29093         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
29094         Remove conditional code.
29095         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
29096         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
29097         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
29098         condition.
29099
29100         [BZ #13550]
29101         * csu/libc-start.c: Do not include <bp-sym.h>.
29102         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
29103         * elf/dl-open.c: Do not include <bp-sym.h>.
29104         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
29105         * math/fegetenv.c: Do not include <bp-sym.h>.
29106         (fegetenv): Do not use BP_SYM in versioned symbols.
29107         * nptl/sysdeps/pthread/bits/libc-lockP.h
29108         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
29109         <bp-sym.h>.
29110         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29111         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
29112         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29113         (__pthread_mutex_destroy): Likewise.
29114         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29115         (__pthread_mutex_lock): Likewise.
29116         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29117         (__pthread_mutex_trylock): Likewise.
29118         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29119         (__pthread_mutex_unlock): Likewise.
29120         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29121         (__pthread_mutexattr_init): Likewise.
29122         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29123         (__pthread_mutexattr_destroy): Likewise.
29124         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29125         (__pthread_mutexattr_settype): Likewise.
29126         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29127         (__pthread_rwlock_init): Likewise.
29128         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29129         (__pthread_rwlock_destroy): Likewise.
29130         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29131         (__pthread_rwlock_rdlock): Likewise.
29132         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29133         (__pthread_rwlock_tryrdlock): Likewise.
29134         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29135         (__pthread_rwlock_wrlock): Likewise.
29136         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29137         (__pthread_rwlock_trywrlock): Likewise.
29138         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29139         (__pthread_rwlock_unlock): Likewise.
29140         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29141         (__pthread_key_create): Likewise.
29142         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29143         (__pthread_setspecific): Likewise.
29144         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29145         (__pthread_getspecific): Likewise.
29146         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
29147         Likewise.
29148         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29149         (_pthread_cleanup_push_defer): Likewise.
29150         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29151         (_pthread_cleanup_pop_restore): Likewise.
29152         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29153         (pthread_setcancelstate): Likewise.
29154         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
29155         <bp-sym.h>.
29156         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
29157         (memchr): Do not use BP_SYM in weak_alias.
29158         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
29159         (fegetenv): Do not use BP_SYM in versioned symbols.
29160         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
29161         (fesetenv): Do not use BP_SYM in versioned symbols.
29162         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29163         (feupdateenv): Do not use BP_SYM in versioned symbols.
29164         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29165         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29166         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
29167         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
29168         (open64): Do not use BP_SYM in weak_alias.
29169         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
29170         (fegetenv): Do not use BP_SYM in versioned symbols.
29171         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
29172         (fesetenv): Do not use BP_SYM in versioned symbols.
29173         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29174         (feupdateenv): Do not use BP_SYM in versioned symbols.
29175         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
29176         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
29177         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29178         (feraiseexcept): Do not use BP_SYM in versioned symbols.
29179         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29180         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29181         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29182         <bp-sym.h>.
29183         (__libc_start_main): Do not use BP_SYM.
29184
29185 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29186
29187         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29188         redundant return line.
29189         (norm): Likewise.
29190         (denorm): Likewise.
29191         (dbl_mp): Likewise.
29192         (sub_magnitudes): Likewise.
29193         (__add): Likewise.
29194         (__sub): Likewise.
29195         (__mul): Likewise.
29196         (__inv): Likewise.
29197         (__dvd): Likewise.
29198         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29199         (norm): Likewise.
29200         (denorm): Likewise.
29201         (dbl_mp): Likewise.
29202         (sub_magnitudes): Likewise.
29203         (__add): Likewise.
29204         (__sub): Likewise.
29205         (__mul): Likewise.
29206         (__inv): Likewise.
29207         (__dvd): Likewise.
29208
29209         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29210         instead of __mul.
29211         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29212         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29213         (cc32): Likewise.
29214
29215         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29216         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29217         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29218         of __mul for squares.
29219         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29220         function
29221         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29222         Likewise.
29223         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29224         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29225
29226 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
29227
29228         [BZ #13550]
29229         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29230         code.
29231         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29232         prototype or function definition.  Rename ubp_* variables and
29233         parameters.  Remove argv definitions conditional on
29234         [__BOUNDED_POINTERS__].
29235         * debug/backtrace.c (__backtrace): Do not use __unbounded.
29236         * elf/dl-runtime.c (_dl_fixup): Likewise.
29237         * include/set-hooks.h (RUN_HOOK): Likewise.
29238         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29239         definition.
29240         * string/strcpy.c (strcpy): Do not use __unbounded.
29241         * sysdeps/generic/frame.h (struct layout): Likewise.
29242         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29243         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29244         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29245         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29246         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29247         (__backtrace): Likewise.
29248         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29249         use __ptrvalue.
29250         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29251         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29252         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29253         Likewise.
29254         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29255         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29256         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29257         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29258         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29259         Do not use __unbounded.
29260         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29261         Rename __unboundedrlimits parameter to rlimits in prototype.
29262         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29263         Do not use __unbounded.
29264         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29265         not use __ptrvalue.
29266         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29267         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29268         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29269         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29270         __ptrvalue or __unbounded.
29271         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29272         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29273         use __unbounded.
29274         (__new_msgctl): Do not use __ptrvalue.
29275         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29276         __unbounded.
29277         (__libc_msgrcv): Do not use __ptrvalue.
29278         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29279         startup_info): Do not use __unbounded.
29280         (__libc_start_main): Likewise.  Rename ubp_* variables and
29281         parameters.  Remove argv definitions conditional on
29282         [__BOUNDED_POINTERS__].
29283         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29284         __ptrvalue.
29285         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29286         use __unbounded.
29287         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29288         or __ptrvalue.
29289         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29290         use __unbounded.
29291         (__new_shmctl): Do not use __ptrvalue.
29292         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29293         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29294         Likewise.
29295         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29296         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29297         (__libc_sigaction): Likewise.
29298         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29299         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29300         Likewise.
29301         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29302
29303 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29304
29305         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29306
29307         * string/mempcpy.c: Implement by calling memcpy.
29308
29309 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29310
29311         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29312
29313         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29314         evaluation.
29315
29316         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29317         values in the mantissa.
29318
29319         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29320         minimize writes to Z.
29321         (sub_magnitudes): Simplify code a bit.
29322
29323 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29324
29325         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29326         from the message.  The linker prefixes all warnings with that already.
29327
29328 2013-02-12  Andreas Schwab  <schwab@suse.de>
29329
29330         [BZ #15078]
29331         * posix/regexec.c (extend_buffers): Add parameter min_len.
29332         (check_matching): Pass minimum needed length.
29333         (clean_state_log_if_needed): Likewise.
29334         (get_subexp): Likewise.
29335         * posix/Makefile (tests): Add bug-regex34.
29336         (bug-regex34-ENV): Define.
29337         * posix/bug-regex34.c: New file.
29338
29339         [BZ #11561]
29340         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29341         elements compare against the byte sequence of it, not its name.
29342         * posix/Makefile (tests): Add bug-regex35.
29343         (bug-regex35-ENV): Define.
29344         * posix/bug-regex35.c: New file.
29345
29346 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29347
29348         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29349         comment.
29350         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29351         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29352         (CHECK_EOL): Add undef.
29353
29354 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29355
29356         * bits/stdlib-bsearch.h: New file.
29357         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29358         * stdlib/stdlib.h: Likewise.
29359
29360 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29361
29362         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29363         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29364         declaration.
29365         * manual/search.texi (Array Search Function): Add missing const in
29366         lfind prototype.
29367         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29368         declaration to use rlim_t.
29369         (Basic Scheduling Functions): Remove erroneous const from
29370         sched_getparam prototype.  Remove erroneous * from
29371         sched_get_priority_max and sched_get_priority_min prototypes.
29372         (Resource Usage): Fix summary @comment on vtimes to refer to
29373         sys/vtimes.h rather than vtimes.h.
29374         Add missing *s in vtimes prototype.
29375         (Limits on Resources): Fix ulimit prototype to return long int.
29376         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29377         prototypes to use long int rather than double.
29378         (BSD Random): Fix initstate and setstate to use char *, not void *.
29379         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29380         prototype to make second argument 'struct aiocb64 *const[]'.
29381         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29382         (Status of AIO Operations): Remove erroneous const in aio_return and
29383         aio_return64 prototypes.
29384         (Synchronizing I/O): Fix sync prototype to return void.
29385         * manual/startup.texi (Suboptions): Remove an erroneous const in
29386         getsubopt prototype.
29387         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29388         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29389         use size_t rather than int.
29390         (Scanning All Users): Likewise for getpwent_r.
29391         (Setting Groups): Add missing const to setgroups prototype.
29392         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29393         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29394         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29395         'const void *' rather than 'const char *'.
29396         (Host Address Functions): Likewise for inet_ntop.
29397         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29398         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29399         ssize_t for return value.
29400         (Sending Data): Likewise for send, sendto, sendmsg.
29401         (Socket Option Functions): Add a missing const in setsockopt prototype.
29402         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29403         use wchar_t for the argument.
29404         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29405         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29406         take no arguments.
29407         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29408         double/float/long double for second argument.
29409         Fix return types of significand, significandf, significandl.
29410         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29411         argument in fchmod prototype.
29412         (File Owner): Use uid_t and gid_t in fchown prototype.
29413         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29414         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29415         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29416         use 'const struct dirent **' as argument types to CMP function pointer
29417         argument.
29418         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29419         (File Times): Fix summary magic @comment for struct utimbuf and utime
29420         to refer to utime.h, not time.h.
29421         * manual/string.texi (Argz Functions): Add missing const in
29422         argz_extract and argz_next prototypes.
29423         (Finding Tokens in a String): Likewise for basename.
29424         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29425         (Copying and Concatenation): Fix typo in wmemmove prototype.
29426         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29427         (Signal Stack): Remove erroneous const in sigstack prototype.
29428         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29429         prototype.
29430         (Simple Calendar Time): Likewise for stime.
29431         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29432         prototype.
29433         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29434         say sys/sysctl.h instead.
29435         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29436         and vsyslog prototypes.
29437
29438 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29439
29440         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29441         Remove.
29442
29443 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29444
29445         * misc/sys/mman.h: Fix typo in mremap comment.
29446
29447 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29448
29449         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29450         the '\0' terminator.
29451
29452 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29453
29454         [BZ #13550]
29455         * debug/segfault.c: Don't include <bp-checks.h>.
29456         * sysdeps/generic/bp-checks.h: Remove file.
29457         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29458         (__GETDENTS): Don't use CHECK_N.
29459         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29460         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29461         (__getgroups): Don't use CHECK_N.
29462         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29463         (setgroups): Don't use CHECK_N.
29464         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29465         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29466         (__libc_msgrcv): Don't use CHECK_N.
29467         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29468         (__libc_msgsnd): Don't use CHECK_N.
29469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29470         <bp-checks.h>.
29471         (__libc_pread): Don't use CHECK_N.
29472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29473         include <bp-checks.h>.
29474         (__libc_pread64): Don't use CHECK_N.
29475         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29476         include <bp-checks.h>.
29477         (__libc_pwrite): Don't use CHECK_N.
29478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29479         include <bp-checks.h>.
29480         (__libc_pwrite64): Don't use CHECK_N.
29481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29482         <bp-checks.h>.
29483         (__libc_pread): Don't use CHECK_N.
29484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29485         include <bp-checks.h>.
29486         (__libc_pread64): Don't use CHECK_N.
29487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29488         include <bp-checks.h>.
29489         (__libc_pwrite): Don't use CHECK_N.
29490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29491         include <bp-checks.h>.
29492         (__libc_pwrite64): Don't use CHECK_N.
29493         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29494         (do_pread): Don't use CHECK_N.
29495         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29496         (do_pread64): Don't use CHECK_N.
29497         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29498         (do_pwrite): Don't use CHECK_N.
29499         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29500         (do_pwrite64): Don't use CHECK_N.
29501         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29502         (__libc_readv): Don't use CHECK_N.
29503         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29504         (semop): Don't use CHECK_N.
29505         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29506         <bp-checks.h>.
29507         (semtimedop): Don't use CHECK_N.
29508         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29509         (__libc_pread): Don't use CHECK_N.
29510         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29511         <bp-checks.h>.
29512         (__libc_pread64): Don't use CHECK_N.
29513         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29514         <bp-checks.h>.
29515         (__libc_pwrite): Don't use CHECK_N.
29516         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29517         <bp-checks.h>.
29518         (__libc_pwrite64): Don't use CHECK_N.
29519         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29520         <bp-checks.h>.
29521         (__libc_msgrcv): Don't use CHECK_N.
29522         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29523         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29524         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29525         (__libc_writev): Don't use CHECK_N.
29526
29527 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29528
29529         * string/strcpy.c: Removed unused variable.
29530
29531         * Makeconfig (+sysdep-includes): Define with := rather than =.
29532         Use an existing include/ subdir of each sysdeps dir before it.
29533
29534 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29535
29536         * nscd/connection.c (register_traced_file): Comment function.
29537         [HAVE_INOTIFY] (union __inev): Define.
29538         [HAVE_INOTIFY] (inotify_check_files): New function.
29539         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29540         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29541         clear_db_cache.
29542         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29543
29544 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29545
29546         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29547         loaded if not already and that a failure is permanent.
29548
29549 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29550
29551         [BZ #15006]
29552         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29553         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29554
29555 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29556
29557         [BZ #13550]
29558         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29559         (CHECK_1_NULL_OK): Likewise.
29560         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29561         (__fxstat): Do not use CHECK_1.
29562         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29563         <bp-checks.h>.
29564         (___fxstat64): Do not use CHECK_1.
29565         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29566         <bp-checks.h>.
29567         (__fxstatat): Do not use CHECK_1.
29568         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29569         <bp-checks.h>.
29570         (__fxstatat64): Do not use CHECK_1.
29571         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29572         <bp-checks.h>.
29573         (__fxstat): Do not use CHECK_1.
29574         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29575         <bp-checks.h>.
29576         (__fxstatat): Do not use CHECK_1.
29577         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29578         <bp-checks.h>.
29579         (__getresgid): Do not use CHECK_1.
29580         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29581         <bp-checks.h>.
29582         (__getresuid): Do not use CHECK_1.
29583         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29584         <bp-checks.h>.
29585         (__lxstat): Do not use CHECK_1.
29586         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29587         <bp-checks.h>.
29588         (__old_msgctl): Do not use CHECK_1.
29589         (__new_msgctl): Likewise.
29590         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29591         <bp-checks.h>.
29592         (__new_setrlimit): Do not use CHECK_1.
29593         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29594         <bp-checks.h>.
29595         (__old_shmctl): Do not use CHECK_1.
29596         (__new_shmctl): Likewise.
29597         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29598         <bp-checks.h>.
29599         (__xstat): Do not use CHECK_1.
29600         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29601         (__lxstat): Do not use CHECK_1.
29602         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29603         <bp-checks.h>.
29604         (___lxstat64): Do not use CHECK_1.
29605         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29606         (__old_msgctl): Do not use CHECK_1.
29607         (__new_msgctl): Likewise.
29608         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29609         <bp-checks.h>.
29610         (__gettimeofday): Do not use CHECK_1.
29611         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29612         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29613         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29614         <bp-checks.h>.
29615         (__gettimeofday): Do not use CHECK_1.
29616         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29617         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29618         (__new_shmctl): Do not use CHECK_1.
29619         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29620         <bp-checks.h>.
29621         (do_sigtimedwait): Do not use CHECK_1.
29622         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29623         <bp-checks.h>.
29624         (do_sigwaitinfo): Do not use CHECK_1.
29625         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29626         <bp-checks.h>.
29627         (msgctl): Do not use CHECK_1.
29628         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29629         <bp-checks.h>.
29630         (shmctl): Do not use CHECK_1.
29631         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29632         (ustat): Do not use CHECK_1.
29633         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29634         <bp-checks.h>.
29635         (__fxstat): Do not use CHECK_1.
29636         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29637         <bp-checks.h>.
29638         (__fxstatat): Do not use CHECK_1.
29639         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29640         <bp-checks.h>.
29641         (__lxstat): Do not use CHECK_1.
29642         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29643         <bp-checks.h>.
29644         (__xstat): Do not use CHECK_1.
29645         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29646         (__xstat): Do not use CHECK_1.
29647         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29648         (___xstat64): Do not use CHECK_1.
29649
29650         [BZ #13550]
29651         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29652         definitions.
29653         (CHECK_BOUNDS_HIGH): Likewise.
29654         * string/strcpy.c: Do not include <bp-checks.h>.
29655         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29656
29657 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29658
29659         * nscd/nscd-client.h (__nscd_drop_map_ref):
29660         Add __attribute__ ((unused)).
29661         * nis/nss-nisplus.h (niserr2nss): Likewise.
29662
29663         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29664         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29665
29666         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29667         Remove inline keyword.
29668         * include/rounding-mode.h (round_away): Likewise.
29669         * libio/wfileops.c (adjust_wide_data): Likewise.
29670         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29671         (__m128i_strloadu_tolower): Likewise.
29672         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29673         (__m128i_strloadu_tolower): Likewise.
29674         * time/mktime.c (ydhms_diff): Likewise.
29675         * locale/elem-hash.h (elem_hash): Likewise.
29676         * locale/setlocale.c (setdata): Likewise.
29677         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29678         (re_string_wchar_at): Likewise.
29679         (bitset_not, bitset_merge, bitset_mask): Likewise.
29680         [!(__GNUC__ > 3)] (inline): Remove macro.
29681         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29682         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29683         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29684         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29685         * string/memcmp.c (memcmp_bytes): Likewise.
29686         * locale/programs/locarchive.c (compute_hashval): Likewise.
29687         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29688         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29689         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29690         * nss/getent.c (print_rpc, print_protocols): Likewise.
29691         (print_passwd, print_group, print_aliases): Likewise.
29692         * nis/nss-nisplus.h (niserr2nss): Likewise.
29693         * nscd/connections.c (restart_p): Likewise.
29694         Change return type to bool.
29695
29696 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29697
29698         * Makeconfig (all-Depend-files): Add existing
29699         $(sorted-subdirs:=/Depend) files.
29700         (all-subdirs): Remove nss.
29701         * sysdeps/unix/inet/Subdirs: Add it here instead.
29702         * hesiod/Depend: New file.
29703
29704         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29705         instead of calling alloca.
29706
29707         * io/lseek.c (__lseek): Rename to __libc_lseek.
29708         Define __lseek as an alias.
29709
29710         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29711
29712 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29713
29714         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29715         else clause and remove check for non-standard endianness.
29716
29717 2013-02-04  David S. Miller  <davem@davemloft.net>
29718
29719         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29720
29721 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29722
29723         [BZ #13550]
29724         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29725         (__ubp_memchr): Remove prototype.
29726         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29727         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29728         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29729         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29730         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29731         Remove alias.
29732         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29733         (__ubp_memchr): Likewise.
29734         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29735         (__ubp_memchr): Likewise.
29736         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29737         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29738         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29739         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29740         CHECK_STRING.
29741         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29742         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29743         (__getcwd): Do not use CHECK_STRING.
29744         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29745         <bp-checks.h>.
29746         (__real_chown): Do not use CHECK_STRING.
29747         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29748         <bp-checks.h>.
29749         (fchownat): Do not use CHECK_STRING.
29750         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29751         CHECK_STRING.
29752         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29753         <bp-checks.h>.
29754         (__lchown): Do not use CHECK_STRING.
29755         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29756         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29757         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29758         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29759         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29760         include <bp-checks.h>.
29761         (truncate64): Do not use CHECK_STRING.
29762         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29763         <bp-checks.h>.
29764         (__real_chown): Do not use CHECK_STRING.
29765         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29766         <bp-checks.h>.
29767         (__lchown): Do not use CHECK_STRING.
29768         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29769         <bp-checks.h>.
29770         (__chown): Do not use CHECK_STRING.
29771         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29772         <bp-checks.h>.
29773         (truncate64): Do not use CHECK_STRING.
29774         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29775         Likewise.
29776         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29777         (__xmknod): Do not use CHECK_STRING.
29778         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29779         <bp-checks.h>.
29780         (__xmknodat): Do not use CHECK_STRING.
29781         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29782         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29783
29784 2013-02-04  Andreas Schwab  <schwab@suse.de>
29785
29786         [BZ #14142]
29787         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29788         * include/netdb.h: Likewise for h_errno.
29789         * elf/tst-stackguard1.c: Include <tls.h>.
29790
29791 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29792
29793         * elf/link.h (struct link_map): Extend the l_addr comment.
29794         * include/link.h (struct link_map): Likewise.
29795
29796 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29797
29798         [BZ #13550]
29799         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29800         (BOUNDED_1): Remove macro.
29801         * debug/backtrace.c: Don't include <bp-checks.h>.
29802         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29803         (__backtrace): Likewise.
29804         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29805         <bp-checks.h>.
29806         (__backtrace): Don't use BOUNDED_1.
29807         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29808         <bp-checks.h>.
29809         (__backtrace): Don't use BOUNDED_1.
29810         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29811         (__backtrace): Don't use BOUNDED_1.
29812         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29813         (shmat): Don't use BOUNDED_N.
29814
29815 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29816
29817         [BZ #13550]
29818         * sysdeps/generic/bp-start.h: Remove file.
29819         * csu/libc-start.c: Don't include <bp-start.h>.
29820         (LIBC_START_MAIN): Set up __environ directly instead of using
29821         INIT_ARGV_and_ENVIRON.
29822         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29823         <bp-start.h>.
29824
29825         [BZ #13550]
29826         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29827         definitions.
29828         (CHECK_FCNTL): Likewise.
29829         (CHECK_N_PAGES): Likewise.
29830
29831         [BZ #13550]
29832         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29833         definitions.
29834         (CHECK_SIGSET_NULL_OK): Likewise.
29835         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29836         <bp-checks.h>.
29837         (sigpending): Don't use CHECK_SIGSET.
29838         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29839         <bp-checks.h>.
29840         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29841         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29842         <bp-checks.h>.
29843         (do_sigsuspend): Don't use CHECK_SIGSET.
29844         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29845         use CHECK_SIGSET.
29846         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29847         (do_sigwait): Don't use CHECK_SIGSET.
29848         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29849         use CHECK_SIGSET.
29850         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29851         include <bp-checks.h>.
29852         (sigpending): Don't use CHECK_SIGSET.
29853         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29854         include <bp-checks.h>.
29855         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29856         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29857         <bp-checks.h>.
29858         (sigpending): Don't use CHECK_SIGSET.
29859         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29860         <bp-checks.h>.
29861         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29862
29863         [BZ #13550]
29864         * sysdeps/generic/bp-semctl.h: Remove file.
29865         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29866         <bp-checks.h> and <bp-semctl.h>.
29867         (__old_semctl): Don't use CHECK_SEMCTL.
29868         (__new_semctl): Likewise.
29869         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29870         and <bp-semctl.h>.
29871         (__old_semctl): Don't use CHECK_SEMCTL.
29872         (__new_semctl): Likewise.
29873         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29874         <bp-checks.h> and <bp-semctl.h>.
29875         (__old_semctl): Don't use CHECK_SEMCTL.
29876         (__new_semctl): Likewise.
29877         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29878         <bp-checks.h> and <bp-semctl.h>.
29879         (semctl): Don't use CHECK_SEMCTL.
29880
29881         [BZ #13550]
29882         * Makerules (elide-bp-thunks): Remove variable.
29883         (elide-routines.oS): Don't use $(elide-bp-thunks).
29884         (elide-routines.os): Likewise.
29885         (elide-routines.o): Likewise.
29886         (elide-routines.op): Likewise.
29887         (elide-routines.og): Likewise.
29888         (objects): Don't use $(bp-thunks).
29889         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29890         include.
29891         (common-generated): Do not add s-proto-bp.d.
29892         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29893         (int): Likewise.
29894         (typ): Likewise.
29895         Do not generate makefile rules for bounded-pointer thunks.
29896         * sysdeps/generic/bp-thunks.h: Remove file.
29897         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29898         * sysdeps/unix/s-proto-bp.S: Likewise.
29899
29900         [BZ #15062]
29901         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29902         parts of result separately when argument is not close to line from
29903         -i to i and one part of argument is small.
29904         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29905         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29906         * math/libm-test.inc (cacos_test): Add more tests.
29907         (casin_test): Likewise.
29908         (casinh_test): Likewise.
29909         * sysdeps/i386/fpu/libm-test-ulps: Update.
29910         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29911
29912 2013-01-31  David S. Miller  <davem@davemloft.net>
29913
29914         * po/de.po: Update from translation team.
29915
29916 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29917
29918         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29919
29920 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29921
29922         * configure.in (_AC_PROG_CC_C89): New definition.
29923         * configure: Regenerate.
29924
29925         * configure.in (AC_PROG_CPP): New definition.
29926         * configure: Regenerate.
29927
29928 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29929
29930         * debug/tst-backtrace.h: New file.
29931         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29932         (ret): Remove variable.
29933         (x): Likewise.
29934         (FAIL): Remove macro.
29935         (NO_INLINE): Likewise.
29936         (fn1): Use match function instead of strstr.
29937         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29938         (ret): Remove variable.
29939         (x): Likewise.
29940         (FAIL): Remove macro.
29941         (NO_INLINE): Likewise.
29942         (fn): Use match function instead of strstr.
29943         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29944         (ret): Remove variable.
29945         (x): Likewise.
29946         (FAIL): Remove macro.
29947         (NO_INLINE): Likewise.
29948         (handle_signal): Use match function instead of strstr.
29949         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29950         (ret): Remove variable.
29951         (x): Likewise.
29952         (FAIL): Remove macro.
29953         (NO_INLINE): Likewise.
29954         (handle_signal): Use match function instead of strstr.
29955
29956 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29957
29958         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29959
29960 2013-01-23  David S. Miller  <davem@davemloft.net>
29961
29962         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29963         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29964         argument of CAS if possible.
29965         * sysdeps/sparc/sparc64/bits/atomic.h
29966         (__arch_compare_and_exchange_val_32_acq): Likewise.
29967         (__arch_compare_and_exchange_val_64_acq): Likewise.
29968
29969 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29970
29971         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29972         * sysdeps/posix/ulimit.c: ... this.
29973         Include <limits.h>.
29974         * sysdeps/unix/bsd/ulimit.c: Remove file.
29975
29976 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29977
29978         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29979         (LDFLAGS-tst-array5): Likewise.
29980
29981 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29982
29983         [BZ #15036]
29984         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29985         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29986         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29987         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29988
29989 2013-01-21  David S. Miller  <davem@davemloft.net>
29990
29991         * sysdeps/sparc/backtrace.c: New file.
29992         * sysdeps/sparc/sparc32/backtrace.h: New file.
29993         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29994         * sysdeps/sparc/sparc64/backtrace.h: New file.
29995         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29996         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29997         -funwind-tables.
29998
29999 2013-01-21  Andreas Schwab  <schwab@suse.de>
30000
30001         [BZ #15020]
30002         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
30003         closed its stdout.
30004
30005 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
30006
30007         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
30008         "mpa2.h".
30009         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30010
30011 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
30012             Mark Mitchell  <mark@codesourcery.com>
30013             Tom de Vries  <tom@codesourcery.com>
30014             Paul Pluzhnikov  <ppluzhnikov@google.com>
30015
30016         * debug/tst-backtrace2.c: New file.
30017         * debug/tst-backtrace3.c: Likewise.
30018         * debug/tst-backtrace4.c: Likewise.
30019         * debug/tst-backtrace5.c: Likewise.
30020         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
30021         (CFLAGS-tst-backtrace3.c): Likewise.
30022         (CFLAGS-tst-backtrace4.c): Likewise.
30023         (CFLAGS-tst-backtrace5.c): Likewise.
30024         (LDFLAGS-tst-backtrace2): Likewise.
30025         (LDFLAGS-tst-backtrace3): Likewise.
30026         (LDFLAGS-tst-backtrace4): Likewise.
30027         (LDFLAGS-tst-backtrace5): Likewise.
30028         (tests): Add new tests tst-backtrace2, tst-backtrace3,
30029         tst-backtrace4 and tst-backtrace5.
30030
30031 2013-01-18  Anton Blanchard  <anton@samba.org>
30032             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
30033
30034         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
30035         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
30036         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
30037         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
30038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30039         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
30040         "+r" and remove output regs list as redundant.  Add explicit inline
30041         asm to specify register of return val to work around compiler codegen
30042         bug.  Remove (int) cast on return value.  Add return type parameter to
30043         use in macro so that this macro does not truncate return value for
30044         64-bit values.
30045         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
30046         pass to INTERNAL_VSYSCALL_NCS.
30047         (INLINE_VSYSCALL): Add 'long int' as return type to
30048         INTERNAL_VSYSCALL_NCS macro invocation.
30049         (INTERNAL_VSYSCALL): Add 'long int' as return type to
30050         INTERNAL_VSYSCALL_NCS macro invocation.
30051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30052
30053 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30054
30055         [BZ #14496]
30056         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
30057         Fix application of SIMD FP exception mask.
30058
30059         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
30060         mp_no from a power of two.
30061         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
30062         __mpexp_twomm1.  Use __pow_mp.
30063
30064         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
30065         multiplication.
30066
30067 2013-01-17  David S. Miller  <davem@davemloft.net>
30068
30069         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30070
30071 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30072
30073         [BZ #15023]
30074         * include/complex.h: Condition contents on [!_COMPLEX_H].
30075         (__kernel_casinhf): New prototype.
30076         (__kernel_casinh): Likewise.
30077         (__kernel_casinhl): Likewise.
30078         * math/Makefile (libm_calls): Add k_casinh.
30079         * math/k_casinh.c: New file.
30080         * math/k_casinhf.c: Likewise.
30081         * math/k_casinhl.c: Likewise.
30082         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
30083         finite nonzero arguments.
30084         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
30085         finite nonzero arguments.
30086         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
30087         finite nonzero arguments.
30088         * math/s_casinh.c: Do not include <float.h>.
30089         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
30090         * math/s_casinhf.c: Do not include <float.h>.
30091         (__casinhf): Move code for finite nonzero arguments to
30092         k_casinhf.c.
30093         * math/s_casinhl.c: Do not include <float.h>.
30094         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
30095         redefine.
30096         (__casinhl): Move code for finite nonzero arguments to
30097         k_casinhl.c.
30098         * math/libm-test.inc (cacos_test): Add more tests.
30099         * sysdeps/i386/fpu/libm-test-ulps: Update.
30100         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30101
30102 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
30103
30104         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
30105         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
30106         [!HAVE_MREMAP]: Remove [defined linux] case.
30107         * malloc/arena.c: Do not include <malloc-sysdep.h>.
30108
30109 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30110
30111         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
30112
30113 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
30114
30115         * elf/elf.h (R_386_SIZE32): New relocation.
30116         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
30117         R_386_SIZE32.
30118         (elf_machine_rela): Likewise.
30119         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
30120         R_X86_64_SIZE64 and R_X86_64_SIZE32.
30121
30122 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30123
30124         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
30125         (FP_FAST_FMA): Do not define.
30126         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
30127         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
30128         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
30129         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
30130         !_SOFT_FLOAT]: Likewise.
30131         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
30132         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
30133         value.
30134         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
30135         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
30136         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
30137         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
30138         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
30139         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
30140         file.
30141
30142 2013-01-16  Andreas Schwab  <schwab@suse.de>
30143
30144         [BZ #14327]
30145         * include/stdlib.h (__mktemp): Add declaration.
30146         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
30147         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
30148
30149 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30150
30151         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
30152         definitions.
30153         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30154         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
30155         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
30156         definitions here.
30157         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
30158         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
30159         definitions.
30160         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
30161         and ONE.
30162         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
30163         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
30164         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
30165         definitions.
30166         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
30167         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
30168         definitions.
30169         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30170
30171         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
30172
30173 2013-01-15  David S. Miller  <davem@davemloft.net>
30174
30175         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30176         trunc{,f} to libm-sysdep_routes.
30177         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30178         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30179         file.
30180         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30181         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30182         file.
30183         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30184         file.
30185         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30186         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30187         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30188         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30189         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30190         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30191         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30192         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30193
30194         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30195         nearbyint{,f} to libm-sysdep_routes.
30196         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30197         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30198         New file.
30199         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30200         file.
30201         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30202         New file.
30203         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30204         file.
30205         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30206         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30207         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30208         file.
30209         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30210         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30211         file.
30212         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30213         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30214         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30215
30216         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30217         libc_feholdexcept and libc_fesetenv.
30218
30219 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
30220
30221         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30222
30223 2013-01-14  David S. Miller  <davem@davemloft.net>
30224
30225         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30226         (SPARC_ASM_VIS2_IFUNC): Likewise.
30227         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30228         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30229         use of 'siam' instruction.
30230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30231         Likewise.
30232         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30233         Likewise.
30234         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30235         Likewise.
30236         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30237         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30238         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30239         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30240         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30241         file.
30242         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30243         file.
30244         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30245         file.
30246         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30247         file.
30248         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30249         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30250         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30251         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30252         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30253         new VIS2 routines.
30254         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30255         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30256         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30257         Likewise.
30258         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30259         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30260         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30261         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30262         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30263         routines to libm-sysdep_routines.
30264         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30265
30266         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30267         fdim/fdimf to libm-sysdep_routines.
30268         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30269         file.
30270         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30271         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30272         file.
30273         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30274         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30275         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30276         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30277         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30278         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30279         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30280
30281 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30282
30283         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30284         to optimize copies.
30285
30286         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30287         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30288         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30289
30290         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30291         local variable MPTWO.
30292         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30293         Likewise.
30294
30295 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30296
30297         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30298         GLOB_NOESCAPE.
30299
30300 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30301
30302         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30303
30304 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30305
30306         * manual/pattern.texi (glob_t): Document gl_flags.
30307         (glob64_t): Likewise.
30308
30309 2013-01-11  David S. Miller  <davem@davemloft.net>
30310
30311         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30312         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30313         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30314         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30315         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30316         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30317         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30318         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30319         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30320         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30321         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30322         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30323         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30324
30325         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30326         sparc V9 rather than using V8 code.
30327         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30328         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30329
30330         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30331         Move to...
30332         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30333         Here.
30334
30335 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30336
30337         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30338         not in the main loop.
30339         * configure: Regenerated.
30340
30341 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30342
30343         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30344         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30345         to just #else.
30346         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30347         [!__GLIBC_HAVE_LONG_LONG] case.
30348         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30349         condition to just #else.
30350         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30351         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30352         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30353         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30354         unconditional.
30355         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30356         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30357         #elif condition to just #else.
30358         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30359         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30360         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30361         #elif condition to just #else.
30362
30363 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30364
30365         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30366         (EF_MIPS_ARCH_64): Fix value.
30367         (EF_MIPS_ARCH_32R2): New.
30368         (EF_MIPS_ARCH_64R2): New.
30369
30370 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30371
30372         * Makeconfig (+link-pie-before-libc): New.
30373         (+link-pie-after-libc): Likewise.
30374         (+link-pie-tests): Likewise.
30375         (+link-pie): Rewritten.
30376         (link-before-libc): Remove $(config-LDFLAGS).
30377         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30378         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30379         (config-LDFLAGS): Renamed to ...
30380         (rtld-LDFLAGS): This.
30381         (rtld-tests-LDFLAGS): New macro.
30382         (link-libc-rpath-link): Likewise.
30383         (link-libc-tests-rpath-link): Likewise.
30384         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30385         (link-libc): Prepand $(link-libc-rpath-link).
30386         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30387         (test-program-prefix): New macro.
30388         (test-via-rtld-prefix): Likewise.
30389         (test-program-cmd): Likewise.
30390         (host-test-program-cmd): Likewise.
30391         * Makefile ($(common-objpfx)testrun.sh): Replace
30392         $(run-program-prefix) with $(test-program-prefix).
30393         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30394         $(rtld-LDFLAGS).
30395         ($(common-objpfx)shlib.lds): Likewise.
30396         (build-module-helper): Likewise.
30397         ($(common-objpfx)format.lds): Likewise.
30398         * Rules (binaries-pie-tests): New.
30399         (binaries-pie-notests): Likewise.
30400         (binaries-pie): Rewritten.
30401         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30402         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30403         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30404         (make-test-out): Replace $(host-built-program-cmd) with
30405         $(host-test-program-cmd).
30406         * config.make.in (build-hardcoded-path-in-tests): New variable.
30407         * configure.in (--enable-hardcoded-path-in-tests): New configure
30408         option.
30409         (hardcoded_path_in_tests): New AC_SUBST.
30410         * configure: Regenerated.
30411         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30412         $(built-program-cmd) with $(test-program-cmd).
30413         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30414         (test_program_cmd): This.
30415         * elf/Makefile ($(objpfx)order.out): Run test with
30416         $(test-program-prefix).
30417         ($(objpfx)order2.out): Likewise.
30418         ($(objpfx)tst-initorder.out): Likewise.
30419         ($(objpfx)tst-initorder2.out): Likewise.
30420         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30421         $(test-program-cmd).
30422         ($(objpfx)tst-array1-static.out): Likewise.
30423         ($(objpfx)tst-array2.out): Likewise.
30424         ($(objpfx)tst-array3.out): Likewise.
30425         ($(objpfx)tst-array4.out): Likewise.
30426         ($(objpfx)tst-array5.out): Likewise.
30427         ($(objpfx)tst-array5-static.out): Likewise.
30428         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30429         $(test-program-cmd).
30430         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30431         $(run-program-prefix) with $(test-program-prefix).
30432         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30433         (test_program_prefix): This.
30434         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30435         $(run-program-prefix) with $(test-program-prefix).
30436         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30437         (test_program_prefix): This.
30438         * iconvdata/tst-tables.sh: Likewise.
30439         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30440         $(run-program-prefix) with $(test-program-prefix).
30441         ($(objpfx)tst-translit.out): Likewise.
30442         ($(objpfx)tst-gettext2.out): Likewise.
30443         ($(objpfx)tst-gettext4.out): Likewise.
30444         ($(objpfx)tst-gettext6.out): Likewise.
30445         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30446         (test_program_prefix): This.
30447         * intl/tst-gettext2.sh: Likewise.
30448         * intl/tst-gettext4.sh  Likewise.
30449         * intl/tst-gettext6.sh: Likewise.
30450         * intl/tst-translit.sh: Likewise.
30451         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30452         with $(test-program-cmd).
30453         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30454         $(run-program-prefix) with $(test-program-prefix).
30455         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30456         (test_program_prefix): This.
30457         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30458         $(run-program-prefix) with $(test-program-prefix).
30459         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30460         (test_program_prefix): This.
30461         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30462         * posix/Makefile ($(objpfx)globtest.out): Replace
30463         $(run-via-rtld-prefix) and $(test-wrapper) with
30464         $(test-program-prefix) and $(test-via-rtld-prefix).
30465         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30466         $(test-program-prefix).
30467         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30468         $(host-test-program-cmd).
30469         (tst-spawn-ARGS): Likewise.
30470         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30471         $(test-program-prefix).
30472         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30473         (test_via_rtld_prefix): This.
30474         (test_wrapper): Renamed to ...
30475         (test_program_prefix): This.
30476         (run_program_prefix): Replaced by test_program_prefix.
30477         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30478         (test_program_prefix): This.
30479         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30480         with $(host-test-program-cmd).
30481         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30482         $(run-program-prefix) with $(test-program-prefix).
30483         ($(objpfx)tst-printf.out): Likewise.
30484         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30485         $(test-program-cmd).
30486         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30487         (test_program_prefix): This.
30488         * stdio-common/tst-unbputc.sh: Likewise.
30489         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30490         $(run-program-prefix) with $(test-program-prefix).
30491         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30492         (test_program_prefix): This.
30493         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30494         $(built-program-cmd) with $(test-program-cmd).
30495
30496 2013-01-11  Andreas Jaeger  <aj@suse.de>
30497
30498         [BZ #15003]
30499         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30500         value. Sync with Linux 3.7.
30501
30502 2013-01-10  David S. Miller  <davem@davemloft.net>
30503
30504         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30505         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30506         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30507
30508 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30509
30510         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30511         never set.
30512         * configure: Regenerated.
30513
30514 2013-01-10  David S. Miller  <davem@davemloft.net>
30515
30516         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30517         sparc V9 rather than using V8 code.
30518         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30519         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30520
30521 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30522
30523         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30524         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30525         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30526         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30527         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30528         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30529         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30530         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30531         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30532         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30533         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30534         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30535         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30536         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30537         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30538         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30539         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30540         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30541         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30542         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30543         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30544         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30545         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30546         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30547         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30548         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30549         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30550
30551 2013-01-10  David S. Miller  <davem@davemloft.net>
30552
30553         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30554
30555 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30556
30557         * posix/Makefile (tests-static): New variable.
30558         (tests): Add $(tests-static).
30559         (tst-exec-static-ARGS): New variable.
30560         (tst-spawn-static-ARGS): Likewise.
30561         * posix/tst-exec-static.c: New file.
30562         * posix/tst-spawn-static.c: Likewise.
30563         * posix/tst-exec.c: Support run directly.
30564         * posix/tst-spawn.c: Likewise.
30565
30566 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30567
30568         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30569         long.
30570         * math/bits/mathcalls.h (llrint): Likewise.
30571         (llround): Likewise.
30572         * stdlib/stdlib.h (struct drand48_data): Likewise.
30573         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30574         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30575         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30576         Likewise.
30577         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30578         Likewise.
30579         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30580         (elf_greg_t): Likewise.
30581         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30582         (__jmp_buf): Likewise.
30583         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30584         definitions.
30585         (llrint): Likewise, for all definitions.
30586         (llrintl): Likewise.
30587
30588         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30589         Remove [__GNUC__] condition.
30590         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30591         condition to just [__USE_ISOC99].
30592         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30593
30594 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30595
30596         [BZ #14200]
30597         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30598         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30599         defined.
30600         (_POSIX_V6_ILP32_OFF32): Likewise.
30601         (_XBS5_ILP32_OFF32): Likewise.
30602         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30603         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30604
30605 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30606
30607         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30608
30609         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30610         doubles __mpexp_twomm1.  Adjust usage.
30611         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30612         Remove.
30613
30614 2013-01-10  Andreas Schwab  <schwab@suse.de>
30615
30616         [BZ #14964]
30617         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30618         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30619
30620 2013-01-09  David S. Miller  <davem@davemloft.net>
30621
30622         [BZ #15003]
30623         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30624         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30625         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30626         (TCP_FASTOPEN): Define.
30627         (tcp_repair_opt): New structure.
30628         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30629         enum values.
30630         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30631         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30632         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30633         (tcp_cookie_transactions): New structure.
30634
30635 2013-01-09  Anton Blanchard  <anton@samba.org>
30636
30637         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30638         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30639         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30640         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30641
30642 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30643
30644         * include/features.h (__USE_ANSI): Remove.
30645
30646 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30647
30648         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30649
30650         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30651
30652 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30653
30654         * sysdeps/s390/fpu/libm-test-ulps: Update.
30655
30656         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30657
30658         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30659         (__acr): Likewise.
30660         (__cpy): Likewise.
30661         (norm): Likewise.
30662         (denorm): Likewise.
30663         (__mp_dbl): Likewise.
30664         (__dbl_mp): Likewise.
30665         (add_magnitudes): Likewise.
30666         (sub_magnitudes): Likewise.
30667         (__add): Likewise.
30668         (__sub): Likewise.
30669         (__mul): Likewise.
30670         (__inv): Likewise.
30671         (__dvd): Likewise.
30672         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30673         (__acr): Likewise.
30674         (__cpy): Likewise.
30675         (norm): Likewise.
30676         (denorm): Likewise.
30677         (__mp_dbl): Likewise.
30678         (__dbl_mp): Likewise.
30679         (add_magnitudes): Likewise.
30680         (sub_magnitudes): Likewise.
30681         (__add): Likewise.
30682         (__sub): Likewise.
30683         (__mul): Likewise.
30684         (__inv): Likewise.
30685         (__dvd): Likewise.
30686         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30687         (__acr): Likewise.
30688         (__cpy): Likewise.
30689         (norm): Likewise.
30690         (denorm): Likewise.
30691         (__mp_dbl): Likewise.
30692         (__dbl_mp): Likewise.
30693         (add_magnitudes): Likewise.
30694         (sub_magnitudes): Likewise.
30695         (__add): Likewise.
30696         (__sub): Likewise.
30697         (__mul): Likewise.
30698         (__inv): Likewise.
30699         (__dvd): Likewise.
30700
30701 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30702
30703         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30704         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30705         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30706         2 && __USE_EXTERN_INLINES]: Likewise.
30707
30708 2013-01-08  Andreas Jaeger  <aj@suse.de>
30709
30710         [BZ# 14985]
30711         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30712         Remove.
30713         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30714         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30715
30716 2013-01-07  Anton Blanchard  <anton@samba.org>
30717
30718         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30719         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30720         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30721         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30722         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30723         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30724         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30725         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30726         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30727         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30728         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30729         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30730         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30731         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30732         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30733         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30734         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30735         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30736         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30737         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30738         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30739         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30740         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30741         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30742         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30743         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30744         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30745         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30746         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30747         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30748         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30749         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30750         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30751         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30752         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30753         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30754         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30755         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30756         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30757         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30758         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30759         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30760         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30761
30762 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30763
30764         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30765         (__MALLOC_PMT): Likewise.
30766         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30767         [__GNUC__], only on [_LIBC].
30768         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30769         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30770         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30771         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30772         forward declaration.
30773         (realloc_hook_ini): Likewise.
30774         (memalign_hook_ini): Likewise.
30775         (__libc_memalign): Do not use __MALLOC_PMT in variable
30776         declaration.
30777         (__libc_valloc): Likewise.
30778         (__libc_pvalloc): Likewise.
30779         (__libc_calloc): Likewise.
30780         (__posix_memalign): Likewise.
30781
30782         [BZ #14996]
30783         * math/s_casinh.c: Include <float.h>.
30784         (__casinh): Do not do computation with squaring and square root
30785         for large arguments.
30786         * math/s_casinhf.c: Include <float.h>.
30787         (__casinhf): Do not do computation with squaring and square root
30788         for large arguments.
30789         * math/s_casinhl.c: Include <float.h>.
30790         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30791         (__casinhl): Do not do computation with squaring and square root
30792         for large arguments.
30793         * math/libm-test.inc (casin_test): Add more tests.
30794         (casinh_test): Likewise.
30795         * sysdeps/i386/fpu/libm-test-ulps: Update.
30796         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30797
30798 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30799
30800         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30801         (__x86_64_raw_data_cache_size): Likewise.
30802         (__x86_64_data_cache_size_half): Likewise.
30803         (__x86_64_raw_data_cache_size_half): Likewise.
30804         (__x86_64_shared_cache_size): Likewise.
30805         (__x86_64_raw_shared_cache_size): Likewise.
30806         (__x86_64_shared_cache_size_half): Likewise.
30807         (__x86_64_raw_shared_cache_size_half): Likewise.
30808         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30809         to ...
30810         (__x86_data_cache_size): This.
30811         (__x86_64_raw_data_cache_size): Renamed to ...
30812         (__x86_raw_data_cache_size): This.
30813         (__x86_64_data_cache_size_half): Renamed to ...
30814         (__x86_data_cache_size_half): This.
30815         (__x86_64_raw_data_cache_size_half): Renamed to ...
30816         (__x86_raw_data_cache_size_half): This.
30817         (__x86_64_shared_cache_size): Renamed to ...
30818         (__x86_shared_cache_size): This.
30819         (__x86_64_raw_shared_cache_size): Renamed to ...
30820         (__x86_raw_shared_cache_size): This.
30821         (__x86_64_shared_cache_size_half): Renamed to ...
30822         (__x86_shared_cache_size_half): This.
30823         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30824         (__x86_raw_shared_cache_size_half): This.
30825         * sysdeps/x86_64/memcpy.S: Updated.
30826         * sysdeps/x86_64/memset.S: Likewise.
30827         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30828         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30829         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30830
30831 2013-01-04  David S. Miller  <davem@davemloft.net>
30832
30833         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30834
30835 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30836
30837         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30838         1 to avoid redefinition warning.
30839         (__USE_GNU): Don't define.
30840         (init_signaling_nan): Protoize.
30841
30842         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30843
30844 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30845
30846         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30847         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30848         (__cpymn): Likewise.
30849         (norm): Remove commented code.
30850         (denorm): Likewise.
30851         (__mp_dbl): Likewise.
30852         (__inv): Likewise.
30853         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30854         (__cpymn): Likewise.
30855         (norm): Remove commented code.
30856         (denorm): Likewise.
30857         (__mp_dbl): Likewise.
30858         (__inv): Likewise.
30859
30860         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30861         mp_no value for 1.0 and 2.0.
30862         (norm): Use RADIXI instead of radixi.d.
30863         (denorm): Likewise.
30864         (__mul): Use 0.0 instead of zero.d.
30865         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30866         mp_no value for 1.0 and 2.0.
30867         (norm): Use RADIXI instead of radixi.d.
30868         (denorm): Likewise.
30869         (__mul): Use 0.0 instead of zero.d.
30870
30871 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30872
30873         [BZ #14994]
30874         * math/s_casinh.c (__casinh): Reduce finite argument to first
30875         quadrant then set signs of results at the end.
30876         * math/s_casinhf.c (__casinhf): Likewise.
30877         * math/s_casinhl.c (__casinhl): Likewise.
30878         * math/libm-test.inc (casin_test): Add more tests.
30879         (casinh_test): Likewise.
30880         * sysdeps/i386/fpu/libm-test-ulps: Update.
30881         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30882
30883 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30884
30885         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30886
30887         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30888
30889         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30890         declarations.
30891         (denorm): Likewise.
30892         (__mp_dbl): Likewise.
30893         (__inv): Likewise.
30894
30895         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30896         and adjust the header comment.
30897
30898         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30899         variable name from declaration.
30900
30901 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30902
30903         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30904         Initialize COMMON_CPUID_INDEX_7 element.
30905         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30906         (CPUID_RTM): Likewise.
30907         (HAS_RTM): Likewise.
30908         (COMMON_CPUID_INDEX_7): New enum.
30909
30910 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30911
30912         [BZ #14981]
30913         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30914         size is zero, record memory as freed.
30915
30916 2013-01-03  Andreas Jaeger  <aj@suse.de>
30917
30918         * po/ia.po: Add new Interlingua translation.
30919
30920 2012-01-03  Allan McRae  <allan@archlinux.org>
30921
30922         * locale/programs/localedef.c: Fix description of '--posix' flag.
30923
30924 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30925
30926         * NEWS: Update dates in second copyright notice.
30927         * README: Update copyright dates in example.
30928         * manual/libc.texinfo: Update copyright dates.
30929         * scripts/test-installation.pl: Update copyright date in --version
30930         output.
30931
30932         * hurd/ctty-input.c: Fix copyright notice formatting.
30933         * hurd/ctty-output.c: Likewise.
30934         * hurd/dtable.c: Likewise.
30935         * hurd/hurd-raise.c: Likewise.
30936         * hurd/hurdprio.c: Likewise.
30937         * hurd/msgportdemux.c: Likewise.
30938         * misc/sys/file.h: Likewise.
30939         * misc/sys/ioctl.h: Likewise.
30940         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30941         * sysdeps/mach/hurd/chdir.c: Likewise.
30942         * sysdeps/mach/hurd/fchdir.c: Likewise.
30943         * sysdeps/mach/hurd/rename.c: Likewise.
30944         * sysdeps/mach/hurd/rmdir.c: Likewise.
30945         * sysdeps/mach/hurd/seekdir.c: Likewise.
30946         * sysdeps/mach/hurd/setsid.c: Likewise.
30947         * sysdeps/posix/wait3.c: Likewise.
30948
30949         * All files with FSF copyright notices: Update copyright dates
30950         using scripts/update-copyrights.
30951         * intl/plural.c: Regenerated.
30952         * locale/programs/charmap-kw.h: Likewise.
30953         * locale/programs/locfile-kw.h: Likewise.
30954
30955 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30956
30957         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30958         four values.
30959
30960         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30961         calculation loop and add branch prediction.
30962
30963         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30964         check access beyond bounds of m1np.
30965
30966         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30967         MPTWO.
30968         (__inv): Remove local variable MPTWO to use the global
30969         constant.
30970         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30971         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30972         variable MPTWO.
30973         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30974         MP3HALFS static const.
30975
30976 2013-01-01  David S. Miller  <davem@davemloft.net>
30977
30978         * po/ca.po: Update from translation team.
30979
30980 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30981
30982         * scripts/update-copyrights: New file.
30983         * Makeconfig: Reformat copyright notice.
30984         * ctype/ctype.h: Likewise.
30985         * debug/swprintf_chk.c: Likewise.
30986         * elf/dl-cache.c: Likewise.
30987         * elf/dl-debug.c: Likewise.
30988         * elf/dl-object.c: Likewise.
30989         * grp/initgroups.c: Likewise.
30990         * hurd/Makefile: Likewise.
30991         * hurd/hurd/signal.h: Likewise.
30992         * hurd/hurdfault.c: Likewise.
30993         * hurd/hurdioctl.c: Likewise.
30994         * hurd/hurdlookup.c: Likewise.
30995         * hurd/intr-msg.c: Likewise.
30996         * iconv/gconv_open.c: Likewise.
30997         * libio/swprintf.c: Likewise.
30998         * locale/lc-ctype.c: Likewise.
30999         * locale/nl_langinfo.c: Likewise.
31000         * mach/Machrules: Likewise.
31001         * mach/Makefile: Likewise.
31002         * malloc/obstack.h: Likewise.
31003         * manual/Makefile: Likewise.
31004         * manual/tsort.awk: Likewise.
31005         * misc/bits/stab.def: Likewise.
31006         * nis/nis_print_group_entry.c: Likewise.
31007         * nis/nis_table.c: Likewise.
31008         * nis/nss_compat/compat-pwd.c: Likewise.
31009         * nis/nss_compat/compat-spwd.c: Likewise.
31010         * po/Makefile: Likewise.
31011         * posix/fnmatch.c: Likewise.
31012         * posix/regex.h: Likewise.
31013         * resolv/Makefile: Likewise.
31014         * resolv/nss_dns/dns-network.c: Likewise.
31015         * resolv/res_hconf.c: Likewise.
31016         * scripts/gen-sorted.awk: Likewise.
31017         * soft-fp/soft-fp.h: Likewise.
31018         * stdio-common/printf.h: Likewise.
31019         * stdlib/monetary.h: Likewise.
31020         * stdlib/random.c: Likewise.
31021         * stdlib/random_r.c: Likewise.
31022         * sysdeps/generic/Makefile: Likewise.
31023         * sysdeps/gnu/Makefile: Likewise.
31024         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
31025         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31026         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
31027         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31028         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
31029         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31030         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31031         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
31032         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
31033         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31034         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
31035         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
31036         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
31037         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
31038         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
31039         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
31040         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
31041         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
31042         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
31043         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31044         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
31045         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
31046         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
31047         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
31048         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
31049         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
31050         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
31051         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
31052         * sysdeps/mach/hurd/errnos.awk: Likewise.
31053         * sysdeps/mach/hurd/fork.c: Likewise.
31054         * sysdeps/mach/hurd/getcwd.c: Likewise.
31055         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
31056         * sysdeps/mach/hurd/mmap.c: Likewise.
31057         * sysdeps/mach/hurd/utimes.c: Likewise.
31058         * sysdeps/mach/hurd/xmknod.c: Likewise.
31059         * sysdeps/posix/profil.c: Likewise.
31060         * sysdeps/posix/readdir_r.c: Likewise.
31061         * sysdeps/powerpc/bits/mathdef.h: Likewise.
31062         * sysdeps/powerpc/bits/setjmp.h: Likewise.
31063         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
31064         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31065         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31066         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
31067         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31068         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
31069         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31070         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
31071         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31072         * sysdeps/pthread/lio_listio.c: Likewise.
31073         * sysdeps/sparc/dl-procinfo.h: Likewise.
31074         * sysdeps/unix/i386/sysdep.S: Likewise.
31075         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
31076         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
31077         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
31078         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
31079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31080         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
31081         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
31082         * sysdeps/unix/sysv/linux/speed.c: Likewise.
31083         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
31084         * sysdeps/wordsize-32/divdi3.c: Likewise.
31085         * time/sys/time.h: Likewise.
31086         * wcsmbs/Makefile: Likewise.
31087
31088 2013-01-01  David S. Miller  <davem@davemloft.net>
31089
31090         * po/fr.po: Update from translation team.
31091
31092         * catgets/gencat.c: Update copyright year.
31093         * csu/version.c: Likewise.
31094         * debug/catchsegv.sh: Likewise.
31095         * debug/pcprofiledump.c: Likewise.
31096         * debug/xtrace.sh: Likewise.
31097         * elf/ldconfig.c: Likewise.
31098         * elf/ldd.bash.in: Likewise.
31099         * elf/pldd.c: Likewise.
31100         * elf/sotruss.ksh: Likewise.
31101         * elf/sprof.c: Likewise.
31102         * iconv/iconv_prog.c: Likewise.
31103         * iconv/iconvconfig.c: Likewise.
31104         * locale/programs/locale.c: Likewise.
31105         * locale/programs/localedef.c: Likewise.
31106         * login/programs/pt_chown.c: Likewise.
31107         * malloc/memusage.sh: Likewise.
31108         * malloc/memusagestat.c: Likewise.
31109         * malloc/mtrace.pl: Likewise.
31110         * nscd/nscd.c: Likewise.
31111         * nss/getent.c: Likewise.
31112         * nss/makedb.c: Likewise.
31113         * posix/getconf.c: Likewise.
31114
31115 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
31116
31117         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
31118         numbers.
31119
31120 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
31121
31122         * math/bits/mathcalls.h (modf): Use __nonnull.
31123
31124 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31125
31126         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
31127         (split): Use macro CN instead of the bare value.
31128         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
31129         could be used.
31130         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
31131         instead of the bare value.
31132         (power1): Likewise.
31133
31134 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31135
31136         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
31137         __ATAN_TWOM.
31138         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31139
31140         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
31141         their values.
31142         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31143         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31144         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
31145         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31146
31147 2012-12-28  Andreas Jaeger  <aj@suse.de>
31148
31149         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
31150         values are from Linux 3.7.
31151
31152         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
31153         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
31154
31155 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31156
31157         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
31158         TRUE case.
31159
31160         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
31161         (norm): Likewise.
31162         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
31163         variables with preprocessor constants.
31164         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31165         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
31166         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
31167
31168 2012-12-27  Bruno Haible  <bruno@clisp.org>
31169
31170         [BZ #14317]
31171         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
31172         only if needed.
31173
31174 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31175
31176         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
31177         and use variable directly.
31178         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31179
31180         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31181         MPONE.
31182         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31183         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31184         variable MPONE.
31185         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31186         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31187         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31188         include directive.  Remove local variable MPONE.
31189         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31190         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31191         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31192
31193 2012-12-25  David S. Miller  <davem@davemloft.net>
31194
31195         * version.h (RELEASE): Set to "development".
31196         (VERSION): Set to "2.17.90".
31197         * NEWS: Add 2.18 section.
31198
31199 2012-12-21  David S. Miller  <davem@davemloft.net>
31200
31201         * po/hr.po: Update from translation team.
31202
31203 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31204
31205         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31206
31207 2012-12-19  Steve Ellcey  <sellcey@mips.com>
31208
31209         * NEWS:  Mention new memcpy for MIPS.
31210
31211 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31212
31213         * manual/contrib.texi (Contributors): Spelling correction.
31214
31215 2012-12-15  David S. Miller  <davem@davemloft.net>
31216
31217         * po/ru.po: Update from translation team.
31218
31219 2012-12-13  David S. Miller  <davem@davemloft.net>
31220
31221         * NEWS: Mention IFUNC testsuite enhancements.
31222
31223         * po/pl.po: Update from translation team.
31224         * po/bg.po: Likewise.
31225
31226         * manual/contrib.texi (Contributors): Update entries for Hongjiu
31227         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
31228
31229 2012-12-11  David S. Miller  <davem@davemloft.net>
31230
31231         * po/sv.po: Update from translation team.
31232
31233         * po/vi.po: Update from translation team.
31234
31235         * po/cs.po: Update from translation team.
31236
31237         * po/de.po: Update from translation team.
31238         * po/eo.po: Likewise.
31239         * po/nl.po: Likewise.
31240
31241 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31242
31243         [BZ #14246]
31244         * manual/argp.texi (Argp Helper Functions): Move node to follow
31245         Argp Parsing State.
31246
31247         [BZ #14872]
31248         * manual/conf.texi (Limits on File System Capacity): Mention if
31249         terminating null is included in the max size.
31250
31251 2012-12-10  Andreas Jaeger  <aj@suse.de>
31252
31253         * po/cs.po: Update from translation team.
31254
31255 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31256
31257         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31258         void pointer and cast to uintptr_t.
31259         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31260         path.
31261         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31262         * sysdeps/s390/s390-64/memset.S: Likewise.
31263
31264 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31265
31266         [BZ #14833]
31267         * menual/message.texi (Message Translation): Fix typos.
31268         (Helper programs for gettext): Likewise.
31269
31270 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31271
31272         [BZ #14898]
31273         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31274         Change to -1.
31275
31276 2012-12-07  David S. Miller  <davem@davemloft.net>
31277
31278         * po/libc.pot: Update.
31279
31280 2012-12-07  Richard Henderson  <rth@redhat.com>
31281
31282         [BZ #10114]
31283         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31284         normal/normal case to before the switch.
31285         (_FP_DIV): Likewise.
31286
31287 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31288             Mike Frysinger  <vapier@gentoo.org>
31289
31290         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31291         check for __NR_fadvise64_64.
31292
31293 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31294
31295         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31296         0, not just to plain "0" as a statement.
31297         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31298         with cw.
31299
31300 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31301
31302         * NEWS: Use sourceware.org in Bugzilla URL.
31303
31304 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31305
31306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31307         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31308
31309         * stdio-common/tst-put-error.c (do_test): Add newline to the
31310         padded test to ensure flush.
31311
31312 2012-12-05  Jeff Law  <law@redhat.com>
31313
31314         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31315
31316 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31317
31318         * README: Don't refer to ports add-on as distributed separately.
31319         Mention AArch64 in list of systems supported in the ports add-on.
31320
31321         * LICENSES: Add more non-FSF copyright and license notices.
31322
31323         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31324         ((unused)).
31325
31326         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31327
31328         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31329         10000 as width of padded output.
31330
31331 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31332
31333         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31334
31335         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31336         variable LX with __attribute__ ((unused)).
31337         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31338         Likewise.
31339         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31340         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31341         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31342         with __attribute__ ((unused)).
31343
31344 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31345
31346         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31347
31348 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31349
31350         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31351         (CFLAGS-nldbl-acos.c): New variable.
31352         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31353         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31354         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31355         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31356         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31357         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31358         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31359         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31360         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31361         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31362         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31363         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31364         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31365         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31366         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31367         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31368         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31369         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31370         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31371         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31372         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31373         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31374         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31375         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31376         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31377         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31378         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31379         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31380         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31381         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31382         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31383         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31384         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31385         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31386         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31387         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31388         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31389         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31390         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31391         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31392         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31393         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31394         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31395         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31396         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31397         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31398         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31399         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31400         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31401         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31402         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31403         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31404         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31405         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31406         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31407         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31408         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31409         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31410         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31411         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31412         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31413         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31414         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31415         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31416         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31417         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31418         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31419         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31420         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31421         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31422         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31423         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31424         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31425         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31426         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31427         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31428         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31429         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31430         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31431         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31432         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31433         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31434         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31435         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31436         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31437         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31438         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31439         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31440         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31441         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31442         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31443         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31444         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31445         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31446         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31447         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31448         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31449
31450         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31451         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31452
31453         [BZ #14914]
31454         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31455         whole low double instead of just low 47 bits when splitting values
31456         into two parts.
31457
31458 2012-12-03  Allan McRae  <allan@archlinux.org>
31459
31460         * manual/stdio.texi (Predefined Printf Handlers): Remove
31461         @hsep and @vsep usage.
31462
31463 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31464
31465         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31466         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31467
31468 2012-12-03  Jeff Law  <law@redhat.com>
31469
31470         * time/sys/time.h (settimeofday): Do not mark TV argument
31471         as __nonnull.
31472
31473 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31474
31475         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31476         when currently writing and seek to current position when not.
31477         * libio/Makefile (tests): Remove bug-fclose1.
31478         * libio/bug-fclose1.c: Delete.
31479
31480 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31481
31482         * manual/arith.texi (feenableexcept): Fix typo.
31483         (fedisableexcept): Likewise.
31484
31485 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31486
31487         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31488         second, differently-typed declaration, rather than a cast.
31489
31490 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31491
31492         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31493         * include/rpc/svc.h: ... here.
31494
31495 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31496
31497         [BZ #13013]
31498         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31499         depending n and resplen2 to catch cases where answer
31500         equals answerp2.
31501
31502 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31503
31504         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31505         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31506
31507 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31508
31509         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31510
31511 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31512
31513         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31514
31515 2012-11-28  Jeff Law  <law@redhat.com>
31516
31517         [BZ #13761]
31518         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31519         dataset_temporary.  Track alloca usage into alloca_used.
31520         If dataset is large allocate and release it via malloc/free.
31521
31522 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31523
31524         [BZ #14197]
31525         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31526
31527 2012-11-28  David S. Miller  <davem@davemloft.net>
31528
31529         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31530
31531 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31532
31533         [BZ #14803]
31534         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31535         of pi/2 rounded to nearest to 64 bits.
31536         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31537         nearest to 64 bits.
31538         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31539         bits.
31540
31541 2012-11-28  Jeff Law <law@redhat.com>
31542             Martin Osvald <mosvald@redhat.com>
31543
31544         [BZ #14889]
31545         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31546         * sunrpc/svc.c: Include time.h.
31547         (__svc_accept_failed): New function.
31548         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31549         any reason other than EINTR, call __svc_accept_failed.
31550         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31551         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31552
31553 2012-11-28  Andreas Schwab  <schwab@suse.de>
31554
31555         * scripts/abilist.awk: Also handle indirect functions in .opd
31556         section.
31557
31558 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31559
31560         [BZ #13881]
31561         * sysdeps/x86/fpu/powl_helper.c: New file.
31562         * sysdeps/x86/fpu/Makefile: Likewise.
31563         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31564         (p3): New object.
31565         (__ieee754_powl): Use __powl_helper for finite arguments except
31566         integer exponents below 8.
31567         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31568         (p3): New object.
31569         (__ieee754_powl): Use __powl_helper for finite arguments except
31570         integer exponents below 8.
31571         * math/libm-test.inc (pow_test): Add more tests and enable some
31572         previously disabled tests.
31573         * sysdeps/i386/fpu/libm-test-ulps: Update.
31574         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31575
31576 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31577             Carlos O'Donell  <carlos_odonell@mentor.com>
31578
31579         * nss/makedb.c (is_prime): Assert that input is odd and greater
31580         than 4.  Note that fact in a comment too.
31581         (next_prime): Add 4 to input.
31582
31583 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31584
31585         [BZ #11741]
31586         * libio/Makefile (tests): Add test case tst-fwrite-error.
31587         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31588         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31589         * libio/tst-fwrite-error.c: New test case.
31590
31591 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31592
31593         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31594         before casting to void *.
31595         * include/libc-internal.h (__pointer_type): New macro.
31596         (__integer_if_pointer_type_sub): Likewise.
31597         (__integer_if_pointer_type): Likewise.
31598         (cast_to_integer): Likewise.
31599         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31600         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31601         before casting to atomic64_t.
31602         (atomic_exchange_acq): Likewise.
31603         (__arch_exchange_and_add_body): Likewise.
31604         (__arch_add_body): Likewise.
31605         (atomic_add_negative): Likewise.
31606         (atomic_add_zero): Likewise.
31607
31608 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31609
31610         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31611         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31612         (add_fdes): Likewise.
31613         (linear_search_fdes): Likewise.
31614         (binary_search_unencoded_fdes): Likewise.
31615
31616 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31617
31618         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31619
31620 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31621
31622         * configure.in: Autodetect C++ header directories.
31623         * configure: Regenerated.
31624
31625 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31626
31627         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31628
31629 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31630
31631         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31632
31633 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31634
31635         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31636         LDBL_MANT_DIG == 106]: Disable some tests.
31637         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31638         Likewise.
31639         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31640         Likewise.
31641
31642         [BZ #14871]
31643         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31644         input for small inputs.  Return +/- pi/2 for large inputs.
31645         * math/libm-test.inc (atan_test): Add more tests.
31646
31647         * sysdeps/generic/unwind-dw2-fde-glibc.c
31648         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31649         __attribute__ ((unused)).
31650
31651         [BZ #14645]
31652         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31653         x * y if x and y are nonzero and z is zero.
31654
31655         [BZ #14811]
31656         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31657         nonzero exponents with absolute value below 0x1p-117 to +/-
31658         0x1p-117.
31659
31660         [BZ #14869]
31661         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31662         up arguments below 2**-450, not just those below 2**-500.
31663         * math/libm-test.inc (hypot_test): Add another test.
31664
31665         [BZ #14868]
31666         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31667         Return a+b for ratio over 2**120, not 2**60.
31668         * math/libm-test.inc (hypot_test): Add another test.
31669
31670         * math/libm-test.inc (clog_test): Use
31671         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31672         (clog10_test): Likewise.
31673
31674         [BZ #6778]
31675         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31676
31677 2012-11-22  Andreas Schwab  <schwab@suse.de>
31678
31679         * sysdeps/i386/fpu/libm-test-ulps: Update.
31680
31681 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31682
31683         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31684         printf output with newline.
31685
31686 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31687
31688         [BZ #14865]
31689         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31690         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31691         -z nodlopen, -z initfirst and -z execstack support.
31692         * configure: Regenerated.
31693
31694         * elf/elf.h (DF_1_NODIRECT): New macro.
31695         (DF_1_IGNMULDEF): Likewise.
31696         (DF_1_NOKSYMS): Likewise.
31697         (DF_1_NOHDR): Likewise.
31698         (DF_1_EDITED): Likewise.
31699         (DF_1_NORELOC): Likewise.
31700         (DF_1_SYMINTPOSE): Likewise.
31701         (DF_1_GLOBAUDIT): Likewise.
31702         (DF_1_SINGLETON): Likewise.
31703         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31704         DT_1_SUPPORTED_MASK bits.
31705         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31706
31707 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31708
31709         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31710
31711 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31712
31713         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31714         macro.
31715
31716         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31717         (sendmmsg): Move declarations...
31718         * socket/sys/socket.h: ... here.
31719         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31720         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31721         include it from...
31722         * socket/recvmmsg.c: ... this new file.
31723         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31724         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31725         definition of __sendmmsg hidden.
31726         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31727         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31728         Move ENOSYS stub into and include it from...
31729         * socket/sendmmsg.c: ... this new file.
31730         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31731         (sysdep_routines): Move recvmmsg and sendmmsg...
31732         * socket/Makefile (routines): ... here.
31733         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31734         (GLIBC_PRIVATE): Add __sendmmsg.
31735         * include/sys/socket.h (__sendmmsg): Add declarations.
31736         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31737         sendmmsg.
31738
31739 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31740
31741         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31742         variable I1 with __attribute__ ((unused)).
31743         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31744
31745 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31746
31747         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31748         DUMMY variables with __attribute__ ((unused)).
31749
31750         * bits/byteswap.h: Include <bits/types.h>.
31751         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31752
31753 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31754
31755         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31756         string_t.  Do not manually set errno.
31757         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31758         length with __strnlen.  Make sure to both set errno and return it on
31759         failure.
31760
31761 2012-11-19  David S. Miller  <davem@davemloft.net>
31762
31763         With help from Joseph Myers.
31764         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31765         very large arguments properly.
31766         * math/libm-test.inc (atan_test): New tests.
31767         (atan2_test): New tests.
31768         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31769         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31770
31771 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31772
31773         [BZ #14856]
31774         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31775         Define to 3.
31776
31777         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31778         [POSIX] (EADDRNOTAVAIL): Likewise.
31779         [POSIX] (EAFNOSUPPORT): Likewise.
31780         [POSIX] (EALREADY): Likewise.
31781         [POSIX] (ECONNABORTED): Likewise.
31782         [POSIX] (ECONNREFUSED): Likewise.
31783         [POSIX] (ECONNRESET): Likewise.
31784         [POSIX] (EDESTADDRREQ): Likewise.
31785         [POSIX] (EDQUOT): Likewise.
31786         [POSIX] (EHOSTUNREACH): Likewise.
31787         [POSIX] (EIDRM): Likewise.
31788         [POSIX] (EISCONN): Likewise.
31789         [POSIX] (ELOOP): Likewise.
31790         [POSIX] (EMULTIHOP): Likewise.
31791         [POSIX] (ENETDOWN): Likewise.
31792         [POSIX] (ENETUNREACH): Likewise.
31793         [POSIX] (ENOBUFS): Likewise.
31794         [POSIX] (ENODATA): Likewise.
31795         [POSIX] (ENOLINK): Likewise.
31796         [POSIX] (ENOMSG): Likewise.
31797         [POSIX] (ENOPROTOOPT): Likewise.
31798         [POSIX] (ENOSR): Likewise.
31799         [POSIX] (ENOSTR): Likewise.
31800         [POSIX] (ENOTCONN): Likewise.
31801         [POSIX] (ENOTSOCK): Likewise.
31802         [POSIX] (EOPNOTSUPP): Likewise.
31803         [POSIX] (EOVERFLOW): Likewise.
31804         [POSIX] (EPROTO): Likewise.
31805         [POSIX] (EPROTONOSUPPORT): Likewise.
31806         [POSIX] (EPROTOTYPE): Likewise.
31807         [POSIX] (ESTALE): Likewise.
31808         [POSIX] (ETIME): Likewise.
31809         [POSIX] (ETXTBSY): Likewise.
31810         [POSIX] (EWOULDBLOCK): Likewise.
31811         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31812         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31813         [POSIX] (SEEK_CUR): Likewise.
31814         [POSIX] (SEEK_END): Likewise.
31815         [POSIX || UNIX98] (mode_t): Do not require.
31816         [POSIX] (off_t): Likewise.
31817         [POSIX] (pid_t): Likewise.
31818         [POSIX] (sys/stat.h): Do not allow header.
31819         [POSIX] (unistd.h): Likewise.
31820         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31821         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31822         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31823         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31824         require.
31825         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31826         sigevent): Specify elements.
31827         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31828         entry.
31829         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31830         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31831
31832         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31833         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31834         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31835         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31836         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31837         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31838         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31839         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31840         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31841         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31842         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31843         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31844         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31845         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31846         Likewise.
31847         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31848         Likewise.
31849         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31850         Likewise.
31851         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31852         Likewise.
31853         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31854         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31855         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31856         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31857         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31858         Specify lower bound on value.
31859         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31860         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31861         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31862         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31863         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31864         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31865         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31866         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31867         value.
31868         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31869         as optional.
31870         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31871         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31872         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31873         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31874         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31875         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31876         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31877         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31878         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31879         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31880         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31881         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31882         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31883         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31884         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31885         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31886         entry.
31887         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31888         optional.
31889         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31890         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31891         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31892         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31893         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31894         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31895         Likewise.
31896         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31897         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31898         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31899         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31900         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31901         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31902         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31903         as optional.
31904         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31905         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31906         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31907         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31908         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31909         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31910         specify as optional.
31911         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31912         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31913         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31914         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31915         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31916         [XPG3] (NL_LANGMAX): Likewise.
31917         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31918         [POSIX || XPG3] (NL_NMAX): Likewise.
31919         [POSIX || XPG3] (NL_SETMAX): Likewise.
31920         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31921         [XPG3] (NZERO): Likewise.
31922         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31923         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31924         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31925         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31926         (REG_ERANGE): Expect.
31927         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31928         optional-constant.
31929         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31930         Use (void) in prototype.
31931         [POSIX] (*_t): Allow.
31932         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31933         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31934         (WRDE_BADVAL): Expect.
31935
31936         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31937         expect.
31938         [XPG3 || XPG4] (O_RSYNC): Likewise.
31939         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31940         Likewise.
31941         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31942         [XPG3 || XPG4] (sigqueue): Likewise.
31943         [XPG3 || XPG4] (sigtimedwait): Likewise.
31944         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31945         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31946         [XPG3 || XPG4] (vsnprintf): Likewise.
31947         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31948         Likewise.
31949         [XPG3 || XPG4] (blksize_t): Likewise.
31950         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31951         Likewise.
31952         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31953         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31954         [XPG3 || XPG4] (struct itimerspec): Likewise.
31955         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31956         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31957         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31958         [XPG3 || XPG4] (clockid_t): Likewise.
31959         [XPG3 || XPG4] (timer_t): Likewise.
31960         [XPG3 || XPG4] (clock_getres): Likewise.
31961         [XPG3 || XPG4] (clock_gettime): Likewise.
31962         [XPG3 || XPG4] (clock_settime): Likewise.
31963         [XPG3 || XPG4] (nanosleep): Likewise.
31964         [XPG3 || XPG4] (timer_create): Likewise.
31965         [XPG3 || XPG4] (timer_delete): Likewise.
31966         [XPG3 || XPG4] (timer_gettime): Likewise.
31967         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31968         [XPG3 || XPG4] (timer_settime): Likewise.
31969         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31970         [XPG3 || XPG4] (getlogin_r): Likewise.
31971         [XPG3 || XPG4] (pread): Likewise.
31972         [XPG3 || XPG4] (pthread_atfork): Likewise.
31973         [XPG3 || XPG4] (pwrite): Likewise.
31974
31975         [BZ #14835]
31976         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31977         <bits/siginfo.h>.
31978
31979 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31980
31981         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31982         finalizing MALLSTREAM.
31983
31984         * sysdeps/mach/hurd/syncfs.c: New file.
31985
31986 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31987
31988         [BZ #14719]
31989         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31990         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31991         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31992         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31993         (_nss_dns_gethostbyname4_r): Likewise.
31994         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31995         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31996
31997 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31998
31999         [BZ #13763]
32000         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
32001
32002 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
32003
32004         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
32005         * elf/cache.c (print_entry): Print ",AArch64" for
32006         FLAG_AARCH64_LIB64
32007
32008         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
32009         * elf/cache.c (print_entry): Print ",hard-float" for
32010         FLAG_ARM_LIBHF.
32011
32012 2012-11-18  David S. Miller  <davem@davemloft.net>
32013
32014         With help from Joseph Myers.
32015         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
32016         cutoff to 2**-13.
32017         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
32018         cutoff to 2**-25.
32019         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
32020         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
32021         small.
32022         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
32023         * math/libm-test.inc (y0_test): New tests.
32024         (y1_test): New tests.
32025         * sysdeps/i386/fpu/libm-test-ulps: Update.
32026         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32027         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32028
32029 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
32030
32031         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
32032         64-bit targets.
32033         * configure: Regenerated.
32034
32035 2012-11-17  David S. Miller  <davem@davemloft.net>
32036
32037         [BZ #14811]
32038         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
32039         nonzero exponents with absolute value below 0x1p-128 to +/-
32040         0x1p-128.
32041
32042 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
32043
32044         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
32045
32046         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
32047
32048         * posix/getconf-speclist.c: New file.
32049         * posix/posix-envs.def: Likewise.
32050         * posix/confstr.c (START_ENV_GROUP): New macro.
32051         (END_ENV_GROUP): Likewise.
32052         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32053         (KNOWN_PRESENT_ENV_STRING): Likewise.
32054         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32055         (UNKNOWN_ENVIRONMENT): Likewise.
32056         (confstr): Include posix-envs.def instead of handling
32057         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
32058         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
32059         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
32060         (END_ENV_GROUP): Likewise.
32061         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32062         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32063         (UNKNOWN_ENVIRONMENT): Likewise.
32064         (__sysconf): Include posix-envs.def instead of handling associated
32065         cases directly here.
32066         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
32067         preprocessing getconf-speclist.c rather than running getconf or
32068         generating empty file.
32069
32070 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
32071
32072         * scripts/check-local-headers.sh: Ignore 'mach' headers.
32073
32074 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
32075
32076         [BZ #14672]
32077         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
32078
32079 2012-11-16  David S. Miller  <davem@davemloft.net>
32080
32081         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
32082         smaller than LDBL_EPSILON/2.0L, just return xm1.
32083
32084 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
32085
32086         * elf/tst-array1.c (init): Set constructor priority to 1000.
32087         (fini): Set destructor priority to 1000.
32088         * elf/tst-array2dep.c: Likewise.
32089
32090 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32091
32092         [BZ #11741]
32093         * libio/fileops.c (_IO_new_file_write): Correctly return error.
32094         (_IO_new_file_xsputn): Also return EOF if none of the input
32095         data was written when overflow failed.
32096         * libio/iopadn.c (_IO_padn): Likewise.
32097         * libio/iowpadn.c (_IO_wpadn): Likewise.
32098         * stdio-common/tst-put-error.c: Add copyright notice.
32099         (do_test): Add case for printing padded string.
32100         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
32101         _IO_padn returned error.
32102         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
32103         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
32104         return EOF.
32105
32106 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32107
32108         * libio/libioP.h: Add comment note that the references to C++
32109         bits are now obsolete.
32110
32111 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32112
32113         * math/libm-test.inc (check_complex): Use asprintf.
32114
32115 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
32116
32117         * debug/pcprofiledump.c (print_version): Update copyright year.
32118         * malloc/memusagestat.c (print_version): Likewise.
32119
32120 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
32121
32122         [BZ #14831]
32123         * elf/Makefile (tests): Add tst-audit8.
32124         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
32125         ($(objpfx)tst-audit8.out): New target.
32126         (tst-audit8-ENV): New variable.
32127         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
32128         audit if l_reloc_result is NULL.
32129         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
32130         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
32131         * elf/tst-audit8.c: New file.
32132
32133 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32134
32135         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
32136         * misc/Makefile (CFLAGS-select.c): Define.
32137         * posix/Makefile (CFLAGS-pause.c): Define.
32138
32139 2012-11-13  David S. Miller  <davem@davemloft.net>
32140
32141         * crypt/Makefile: Move test targets after toplevel Rules
32142         inclusion.  Grab any necessary sysdep routines when linking.
32143         * crypt/md5.c (md5_process_block): Remove define, we will always
32144         name it __md5_process_block.
32145         (md5_finish_ctx): Update md5_process_block call.
32146         (md5_stream): Likewise.
32147         (md5_process_bytes): Likewise.
32148         (md5_process_block): Rename to __md5_process_block and move to ...
32149         * crypt/md5-block.c: ... here.
32150         * crypt/sha256.c (sha256_process_block): Move to ...
32151         * crypt/sha256-block.c: ... here.
32152         * crypt/sha512.c (sha512_process_block): Move to ...
32153         * crypt/sha512-block.c: ... here.
32154         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
32155         path.
32156         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
32157         * sysdeps/sparc/sparc64/multiarch/Makefile
32158         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
32159         crypt subdir.
32160         (localedef-aux): Add md5 crypto assembler when in locale subdir.
32161         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
32162         multiarch changes.
32163         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
32164         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
32165         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
32166         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
32167         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
32168         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
32169         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
32170         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
32171         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
32172         file.
32173         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
32174         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
32175         file.
32176         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32177
32178 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
32179
32180         * timezone/tzselect.ksh: Update from tzcode git revision
32181         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32182         * timezone/zdump.c: Likewise.
32183         * timezone/zic.c: Likewise.
32184         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32185         in TZVERSION setting, not $(PKGVERSION).
32186         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
32187         REPORT_BUGS_TO settings.
32188
32189         [BZ #14838]
32190         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32191         macro.
32192
32193 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32194
32195         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32196         detection to immediately after _FP_ROUND().
32197         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32198         bits are 0.
32199
32200 2012-11-11  David S. Miller  <davem@davemloft.net>
32201
32202         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32203         inttypes.h
32204         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32205         __close rather than their public counterparts.
32206
32207 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
32208
32209         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32210         file.
32211         [UNIX98] (sem_timedwait): Do not expect.
32212         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32213         [XPG4 || UNIX98] (sockatmark): Do not expect.
32214         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32215         (clock_getcpuclockid): Do not expect.
32216         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32217         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32218         Do not expect.
32219         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32220         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32221         [UNIX98] (vwscanf): Likewise.
32222         [UNIX98] (vswscanf): Likewise.
32223
32224 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
32225
32226         * timezone/version.h: Remove file.
32227         * timezone/README: Do not refer to version.h.
32228         * timezone/Makefile ($(objpfx)zic.o): New dependency on
32229         $(objpfx)version.h.
32230         ($(objpfx)zdump.o): Likewise.
32231         ($(objpfx)version.h): New target.
32232
32233         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32234         2012i.
32235         * timezone/README: Don't mention modification to tzselect.ksh.
32236         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32237         work on unmodified tzselect.ksh.  Substitute version numbers in
32238         tzselect.ksh.
32239
32240         * Makefile (format-me): Remove.
32241         (INSTALL): Adjust indentation.  Use commands directly instead of
32242         using $(format-me).
32243
32244         * aclocal.m4 (ACX_PKGVERSION): New macro.
32245         (ACX_BUGURL): Likewise.
32246         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32247         (PKGVERSION): New AC_DEFINE_UNQUOTED.
32248         (REPORT_BUGS_TO): Likewise.
32249         * configure: Regenerated.
32250         * config.h.in (PKGVERSION): New macro.
32251         (REPORT_BUGS_TO): Likewise.
32252         * config.make.in (PKGVERSION): New variable.
32253         (PKGVERSION_TEXI): Likewise.
32254         (REPORT_BUGS_TO): Likewise.
32255         (REPORT_BUGS_TEXI): Likewise.
32256         * Makefile (format-me): Use -I$(common-objpfx)manual.
32257         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32258         ($(common-objpfx)manual/%): New target.
32259         (manual/%): Remove target.
32260         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32261         (print_version): Use PKGVERSION.
32262         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32263         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32264         and REPORT_BUGS_TO.
32265         ($(objpfx)xtrace): Likewise.
32266         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32267         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32268         (print_version): Use PKGVERSION.
32269         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32270         (do_version): Use PKGVERSION.
32271         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32272         REPORT_BUGS_TO.
32273         (common-ldd-rewrite): Likewise.
32274         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32275         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32276         (print_version): Use PKGVERSION.
32277         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32278         * elf/pldd.c (argp_program_bug_address): Remove variable.
32279         (more_help): New function.
32280         (argp): Use more_help.
32281         (print_version): Use PKGVERSION.
32282         * elf/sln.c (main): Use PKGVERSION.
32283         (usage): Use REPORT_BUGS_TO.
32284         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32285         (top level): Use PKGVERSION.
32286         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32287         (print_version): Use PKGVERSION.
32288         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32289         (print_version): Use PKGVERSION.
32290         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32291         (print_version): Use PKGVERSION.
32292         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32293         (print_version): Use PKGVERSION.
32294         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32295         (print_version): Use PKGVERSION.
32296         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32297         (print_version): Use PKGVERSION.
32298         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32299         and BUGURL.
32300         ($(objpfx)memusage): Likewise.
32301         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32302         (do_version): Use PKGVERSION.
32303         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32304         (print_version): Use PKGVERSION.
32305         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32306         ($PKGVERSION): New variable.
32307         ($REPORT_BUGS_TO): Likewise.
32308         (usage): Use $REPORT_BUGS_TO.
32309         (top level): Use $PKGVERSION.
32310         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32311         ($(objpfx)pkgvers.texi): New rule.
32312         ($(objpfx)stamp-pkgvers): Likewise.
32313         * manual/install.texi: Include pkgvers.texi.
32314         (--with-pkgversion): Document new configure option.
32315         (--with-bugurl): Likewise.
32316         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32317         than necessarily for this particular distribution.  Use
32318         REPORT_BUGS_TO for where to report bugs.
32319         * INSTALL: Regenerated.
32320         * manual/libc.texinfo: Include pkgvers.texi.
32321         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32322         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32323         (print_version): Use PKGVERSION.
32324         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32325         (print_version): Use PKGVERSION.
32326         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32327         (print_version): Use PKGVERSION.
32328         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32329         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32330         macro.
32331         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32332         (print_version): Use PKGVERSION.
32333         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32334         (print_version): Use PKGVERSION.
32335         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32336         and PKGVERSION.
32337
32338         * timezone/checktab.awk: Update from tzcode 2012i.
32339         * timezone/ialloc.c: Likewise.
32340         * timezone/private.h: Likewise.
32341         * timezone/scheck.c: Likewise.
32342         * timezone/tzfile.h: Likewise.
32343         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32344         (TZVERSION): Hardcode tzcode version number.
32345         * timezone/zdump.c: Update from tzcode 2012i.
32346         * timezone/zic.c: Likewise.
32347         * timezone/version.h: New file.
32348         * timezone/README: Describe version.h.  Update upstream location.
32349
32350         [BZ #14824]
32351         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32352         (mktemp): Enable declaration.
32353         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32354         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32355         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32356         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32357         Likewise.
32358         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32359         Likewise.
32360         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32361         Likewise.
32362         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32363         Likewise.
32364         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32365         Likewise.
32366         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32367         Likewise.
32368
32369         [BZ #14821]
32370         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32371         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32372         for copies of such integer values.
32373         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32374         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32375
32376 2012-11-09  Andreas Jaeger  <aj@suse.de>
32377
32378         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32379         definitions and declarations that are provided by
32380         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32381
32382 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32383
32384         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32385         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32386         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32387         definition.
32388
32389 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32390
32391         * elf/elf.h: Update comment before AArch64 relocations.
32392
32393 2012-11-07  David S. Miller  <davem@davemloft.net>
32394
32395         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32396         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32397         (__start_context): Declare.
32398         (__makecontext_ret): Delete.
32399         (__makecontext): Hook up __start_context instead of
32400         __makecontext_ret.
32401         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32402         (sysdep_routines): Add __start_context when in stdlib.
32403
32404 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32405
32406         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32407         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32408         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32409         hardcoded "nm".
32410         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32411         (READELF): New variable.  Use it instead of hardcoded "readelf".
32412
32413 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32414
32415         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32416         * sysdeps/x86/Makefile: Here.
32417         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32418         * sysdeps/x86/tst-xmmymm.sh: This.
32419
32420 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32421
32422         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32423         expectations.
32424         [UNIX98] (pthread_barrier_t): Do not expect.
32425         [UNIX98] (pthread_barrierattr_t): Likewise.
32426         [UNIX98] (pthread_spinlock_t): Likewise.
32427         [UNIX98] (pthread_barrier_destroy): Likewise.
32428         [UNIX98] (pthread_barrier_init): Likewise.
32429         [UNIX98] (pthread_barrier_wait): Likewise.
32430         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32431         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32432         [UNIX98] (pthread_barrierattr_init): Likewise.
32433         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32434         [UNIX98] (pthread_getcpuclockid): Likewise.
32435         [UNIX98] (pthread_mutex_timedlock): Likewise.
32436         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32437         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32438         [UNIX98] (pthread_sigmask): Likewise.
32439         [UNIX98] (pthread_spin_destroy): Likewise.
32440         [UNIX98] (pthread_spin_init): Likewise.
32441         [UNIX98] (pthread_spin_lock): Likewise.
32442         [UNIX98] (pthread_spin_trylock): Likewise.
32443         [UNIX98] (pthread_spin_unlock): Likewise.
32444         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32445         Do not expect.
32446         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32447         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32448         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32449         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32450         [XPG3 || XPG4] (pthread_key_t): Likewise.
32451         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32452         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32453         [XPG3 || XPG4] (pthread_once_t): Likewise.
32454         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32455         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32456         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32457         [XPG3 || XPG4] (pthread_t): Likewise.
32458
32459         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32460         not expect.
32461         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32462
32463         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32464         Change function return type to int.
32465
32466         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32467         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32468         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32469         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32470         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32471         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32472         [!POSIX] (posix_madvise): Likewise.
32473         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32474         && !UNIX98].
32475         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32476         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32477         (mode_t): Likewise.
32478         (posix_mem_offset): Likewise.
32479         (posix_typed_mem_get_info): Likewise.
32480         (posix_typed_mem_open): Likewise.
32481
32482         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32483         Change condition to [XOPEN2K8].
32484
32485         * conform/conformtest.pl: Preprocess allow-header data with -x c
32486         instead of from stdin.
32487         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32488         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32489         [C99-based standards] (cerfc): Likewise.
32490         [C99-based standards] (cexp2): Likewise.
32491         [C99-based standards] (cexpm1): Likewise.
32492         [C99-based standards] (clog10): Likewise.
32493         [C99-based standards] (clog1p): Likewise.
32494         [C99-based standards] (clog2): Likewise.
32495         [C99-based standards] (clgamma): Likewise.
32496         [C99-based standards] (ctgamma): Likewise.
32497         [C99-based standards] (cerff): Likewise.
32498         [C99-based standards] (cerfcf): Likewise.
32499         [C99-based standards] (cexp2f): Likewise.
32500         [C99-based standards] (cexpm1f): Likewise.
32501         [C99-based standards] (clog10f): Likewise.
32502         [C99-based standards] (clog1pf): Likewise.
32503         [C99-based standards] (clog2f): Likewise.
32504         [C99-based standards] (clgammaf): Likewise.
32505         [C99-based standards] (ctgammaf): Likewise.
32506         [C99-based standards] (cerfl): Likewise.
32507         [C99-based standards] (cerfcl): Likewise.
32508         [C99-based standards] (cexp2l): Likewise.
32509         [C99-based standards] (cexpm1l): Likewise.
32510         [C99-based standards] (clog10l): Likewise.
32511         [C99-based standards] (clog1pl): Likewise.
32512         [C99-based standards] (clog2l): Likewise.
32513         [C99-based standards] (clgammal): Likewise.
32514         [C99-based standards] (ctgammal): Likewise.
32515         * conform/data/inttypes.h-data [C99-based standards]: Include
32516         stdint.h-data.  Remove all expectations for stdint.h contents.
32517         [C99-based standards] (PRI*): Do not allow.
32518         [C99-based standards] (SCN*): Likewise.
32519         [C99-based standards] (*_t): Likewise.
32520         [C99-based-standards] (PRId8): Expect macro.
32521         [C99-based-standards] (PRIi8): Likewise.
32522         [C99-based-standards] (PRIo8): Likewise.
32523         [C99-based-standards] (PRIu8): Likewise.
32524         [C99-based-standards] (PRIx8): Likewise.
32525         [C99-based-standards] (PRIX8): Likewise.
32526         [C99-based-standards] (SCNd8): Likewise.
32527         [C99-based-standards] (SCNi8): Likewise.
32528         [C99-based-standards] (SCNo8): Likewise.
32529         [C99-based-standards] (SCNu8): Likewise.
32530         [C99-based-standards] (SCNx8): Likewise.
32531         [C99-based-standards] (PRIdLEAST8): Likewise.
32532         [C99-based-standards] (PRIiLEAST8): Likewise.
32533         [C99-based-standards] (PRIoLEAST8): Likewise.
32534         [C99-based-standards] (PRIuLEAST8): Likewise.
32535         [C99-based-standards] (PRIxLEAST8): Likewise.
32536         [C99-based-standards] (PRIXLEAST8): Likewise.
32537         [C99-based-standards] (SCNdLEAST8): Likewise.
32538         [C99-based-standards] (SCNiLEAST8): Likewise.
32539         [C99-based-standards] (SCNoLEAST8): Likewise.
32540         [C99-based-standards] (SCNuLEAST8): Likewise.
32541         [C99-based-standards] (SCNxLEAST8): Likewise.
32542         [C99-based-standards] (PRIdFAST8): Likewise.
32543         [C99-based-standards] (PRIiFAST8): Likewise.
32544         [C99-based-standards] (PRIoFAST8): Likewise.
32545         [C99-based-standards] (PRIuFAST8): Likewise.
32546         [C99-based-standards] (PRIxFAST8): Likewise.
32547         [C99-based-standards] (PRIXFAST8): Likewise.
32548         [C99-based-standards] (SCNdFAST8): Likewise.
32549         [C99-based-standards] (SCNiFAST8): Likewise.
32550         [C99-based-standards] (SCNoFAST8): Likewise.
32551         [C99-based-standards] (SCNuFAST8): Likewise.
32552         [C99-based-standards] (SCNxFAST8): Likewise.
32553         [C99-based-standards] (PRId16): Likewise.
32554         [C99-based-standards] (PRIi16): Likewise.
32555         [C99-based-standards] (PRIo16): Likewise.
32556         [C99-based-standards] (PRIu16): Likewise.
32557         [C99-based-standards] (PRIx16): Likewise.
32558         [C99-based-standards] (PRIX16): Likewise.
32559         [C99-based-standards] (SCNd16): Likewise.
32560         [C99-based-standards] (SCNi16): Likewise.
32561         [C99-based-standards] (SCNo16): Likewise.
32562         [C99-based-standards] (SCNu16): Likewise.
32563         [C99-based-standards] (SCNx16): Likewise.
32564         [C99-based-standards] (PRIdLEAST16): Likewise.
32565         [C99-based-standards] (PRIiLEAST16): Likewise.
32566         [C99-based-standards] (PRIoLEAST16): Likewise.
32567         [C99-based-standards] (PRIuLEAST16): Likewise.
32568         [C99-based-standards] (PRIxLEAST16): Likewise.
32569         [C99-based-standards] (PRIXLEAST16): Likewise.
32570         [C99-based-standards] (SCNdLEAST16): Likewise.
32571         [C99-based-standards] (SCNiLEAST16): Likewise.
32572         [C99-based-standards] (SCNoLEAST16): Likewise.
32573         [C99-based-standards] (SCNuLEAST16): Likewise.
32574         [C99-based-standards] (SCNxLEAST16): Likewise.
32575         [C99-based-standards] (PRIdFAST16): Likewise.
32576         [C99-based-standards] (PRIiFAST16): Likewise.
32577         [C99-based-standards] (PRIoFAST16): Likewise.
32578         [C99-based-standards] (PRIuFAST16): Likewise.
32579         [C99-based-standards] (PRIxFAST16): Likewise.
32580         [C99-based-standards] (PRIXFAST16): Likewise.
32581         [C99-based-standards] (SCNdFAST16): Likewise.
32582         [C99-based-standards] (SCNiFAST16): Likewise.
32583         [C99-based-standards] (SCNoFAST16): Likewise.
32584         [C99-based-standards] (SCNuFAST16): Likewise.
32585         [C99-based-standards] (SCNxFAST16): Likewise.
32586         [C99-based-standards] (PRId32): Likewise.
32587         [C99-based-standards] (PRIi32): Likewise.
32588         [C99-based-standards] (PRIo32): Likewise.
32589         [C99-based-standards] (PRIu32): Likewise.
32590         [C99-based-standards] (PRIx32): Likewise.
32591         [C99-based-standards] (PRIX32): Likewise.
32592         [C99-based-standards] (SCNd32): Likewise.
32593         [C99-based-standards] (SCNi32): Likewise.
32594         [C99-based-standards] (SCNo32): Likewise.
32595         [C99-based-standards] (SCNu32): Likewise.
32596         [C99-based-standards] (SCNx32): Likewise.
32597         [C99-based-standards] (PRIdLEAST32): Likewise.
32598         [C99-based-standards] (PRIiLEAST32): Likewise.
32599         [C99-based-standards] (PRIoLEAST32): Likewise.
32600         [C99-based-standards] (PRIuLEAST32): Likewise.
32601         [C99-based-standards] (PRIxLEAST32): Likewise.
32602         [C99-based-standards] (PRIXLEAST32): Likewise.
32603         [C99-based-standards] (SCNdLEAST32): Likewise.
32604         [C99-based-standards] (SCNiLEAST32): Likewise.
32605         [C99-based-standards] (SCNoLEAST32): Likewise.
32606         [C99-based-standards] (SCNuLEAST32): Likewise.
32607         [C99-based-standards] (SCNxLEAST32): Likewise.
32608         [C99-based-standards] (PRIdFAST32): Likewise.
32609         [C99-based-standards] (PRIiFAST32): Likewise.
32610         [C99-based-standards] (PRIoFAST32): Likewise.
32611         [C99-based-standards] (PRIuFAST32): Likewise.
32612         [C99-based-standards] (PRIxFAST32): Likewise.
32613         [C99-based-standards] (PRIXFAST32): Likewise.
32614         [C99-based-standards] (SCNdFAST32): Likewise.
32615         [C99-based-standards] (SCNiFAST32): Likewise.
32616         [C99-based-standards] (SCNoFAST32): Likewise.
32617         [C99-based-standards] (SCNuFAST32): Likewise.
32618         [C99-based-standards] (SCNxFAST32): Likewise.
32619         [C99-based-standards] (PRId64): Likewise.
32620         [C99-based-standards] (PRIi64): Likewise.
32621         [C99-based-standards] (PRIo64): Likewise.
32622         [C99-based-standards] (PRIu64): Likewise.
32623         [C99-based-standards] (PRIx64): Likewise.
32624         [C99-based-standards] (PRIX64): Likewise.
32625         [C99-based-standards] (SCNd64): Likewise.
32626         [C99-based-standards] (SCNi64): Likewise.
32627         [C99-based-standards] (SCNo64): Likewise.
32628         [C99-based-standards] (SCNu64): Likewise.
32629         [C99-based-standards] (SCNx64): Likewise.
32630         [C99-based-standards] (PRIdLEAST64): Likewise.
32631         [C99-based-standards] (PRIiLEAST64): Likewise.
32632         [C99-based-standards] (PRIoLEAST64): Likewise.
32633         [C99-based-standards] (PRIuLEAST64): Likewise.
32634         [C99-based-standards] (PRIxLEAST64): Likewise.
32635         [C99-based-standards] (PRIXLEAST64): Likewise.
32636         [C99-based-standards] (SCNdLEAST64): Likewise.
32637         [C99-based-standards] (SCNiLEAST64): Likewise.
32638         [C99-based-standards] (SCNoLEAST64): Likewise.
32639         [C99-based-standards] (SCNuLEAST64): Likewise.
32640         [C99-based-standards] (SCNxLEAST64): Likewise.
32641         [C99-based-standards] (PRIdFAST64): Likewise.
32642         [C99-based-standards] (PRIiFAST64): Likewise.
32643         [C99-based-standards] (PRIoFAST64): Likewise.
32644         [C99-based-standards] (PRIuFAST64): Likewise.
32645         [C99-based-standards] (PRIxFAST64): Likewise.
32646         [C99-based-standards] (PRIXFAST64): Likewise.
32647         [C99-based-standards] (SCNdFAST64): Likewise.
32648         [C99-based-standards] (SCNiFAST64): Likewise.
32649         [C99-based-standards] (SCNoFAST64): Likewise.
32650         [C99-based-standards] (SCNuFAST64): Likewise.
32651         [C99-based-standards] (SCNxFAST64): Likewise.
32652         [C99-based-standards] (PRIdMAX): Likewise.
32653         [C99-based-standards] (PRIiMAX): Likewise.
32654         [C99-based-standards] (PRIoMAX): Likewise.
32655         [C99-based-standards] (PRIuMAX): Likewise.
32656         [C99-based-standards] (PRIxMAX): Likewise.
32657         [C99-based-standards] (PRIXMAX): Likewise.
32658         [C99-based-standards] (SCNdMAX): Likewise.
32659         [C99-based-standards] (SCNiMAX): Likewise.
32660         [C99-based-standards] (SCNoMAX): Likewise.
32661         [C99-based-standards] (SCNuMAX): Likewise.
32662         [C99-based-standards] (SCNxMAX): Likewise.
32663         [C99-based-standards] (PRIdPTR): Likewise.
32664         [C99-based-standards] (PRIiPTR): Likewise.
32665         [C99-based-standards] (PRIoPTR): Likewise.
32666         [C99-based-standards] (PRIuPTR): Likewise.
32667         [C99-based-standards] (PRIxPTR): Likewise.
32668         [C99-based-standards] (PRIXPTR): Likewise.
32669         [C99-based-standards] (SCNdPTR): Likewise.
32670         [C99-based-standards] (SCNiPTR): Likewise.
32671         [C99-based-standards] (SCNoPTR): Likewise.
32672         [C99-based-standards] (SCNuPTR): Likewise.
32673         [C99-based-standards] (SCNxPTR): Likewise.
32674         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32675         allow.
32676         * conform/data/stdint.h-data: Update comments to clarify
32677         requirements.
32678         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32679         type.
32680         [C99-based standards] (INT8_MAX): Likewise.
32681         [C99-based standards] (INT16_MIN): Likewise.
32682         [C99-based standards] (INT16_MAX): Likewise.
32683         [C99-based standards] (INT32_MIN): Likewise.
32684         [C99-based standards] (INT32_MAX): Likewise.
32685         [C99-based standards] (INT64_MIN): Likewise.
32686         [C99-based standards] (INT64_MAX): Likewise.
32687         [C99-based standards] (UINT8_MAX): Likewise.
32688         [C99-based standards] (UINT16_MAX): Likewise.
32689         [C99-based standards] (UINT32_MAX): Likewise.
32690         [C99-based standards] (UINT64_MAX): Likewise.
32691         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32692         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32693         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32694         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32695         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32696         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32697         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32698         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32699         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32700         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32701         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32702         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32703         [C99-based standards] (INT_FAST8_MIN): Likewise.
32704         [C99-based standards] (INT_FAST8_MAX): Likewise.
32705         [C99-based standards] (INT_FAST16_MIN): Likewise.
32706         [C99-based standards] (INT_FAST16_MAX): Likewise.
32707         [C99-based standards] (INT_FAST32_MIN): Likewise.
32708         [C99-based standards] (INT_FAST32_MAX): Likewise.
32709         [C99-based standards] (INT_FAST64_MIN): Likewise.
32710         [C99-based standards] (INT_FAST64_MAX): Likewise.
32711         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32712         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32713         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32714         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32715         [C99-based standards] (INTPTR_MIN): Likewise.
32716         [C99-based standards] (INTPTR_MAX): Likewise.
32717         [C99-based standards] (UINTPTR_MAX): Likewise.
32718         [C99-based standards] (INTMAX_MIN): Likewise.
32719         [C99-based standards] (INTMAX_MAX): Likewise.
32720         [C99-based standards] (UINTMAX_MAX): Likewise.
32721         [C99-based standards] (PTRDIFF_MIN): Likewise.
32722         [C99-based standards] (PTRDIFF_MAX): Likewise.
32723         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32724         [C99-based standards] (SIZE_MAX): Likewise.
32725         [C99-based standards] (WCHAR_MAX): Likewise.
32726         [C99-based standards] (WINT_MAX): Likewise.
32727         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32728         constraint on value.
32729         [C99-based standards] (WCHAR_MIN): Likewise.
32730         [C99-based standards] (WINT_MIN): Likewise.
32731         [C99-based standards] (*_t): Allow.
32732         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32733         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32734         Include math.h-data and complex.h-data.  Remove all expectations
32735         of math.h and complex.h contents.
32736         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32737         at end of line.
32738         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32739         (struct tm): Expect tag.
32740         [C99-based-standards] (wcstof): Expect function.
32741         [C99-based-standards] (wcstold): Likewise.
32742         [C99-based-standards] (wcstoll): Likewise.
32743         [C99-based-standards] (wcstoull): Likewise.
32744         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32745         macro-int-constant.  Specify type.
32746         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32747         constraint on value.
32748         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32749         Specify type.
32750         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32751         Specify value.
32752         [ISO C standards]: Do not allow headers.
32753         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32754         wcs[abcdefghijklmnopqrstuvwxyz]*.
32755         [ISO C standards] (*_t): Do not allow.
32756         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32757         Expect function.
32758         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32759         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32760         Specify type.
32761         [ISO C standards]: Do not allow headers.
32762         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32763         is[abcdefghijklmnopqrstuvwxyz]*.
32764         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32765         to[abcdefghijklmnopqrstuvwxyz]*.
32766         [ISO C standards] (*_t): Do not allow.
32767         * conform/data/stdalign.h-data: New file.
32768         * conform/data/stdbool.h-data: Likewise.
32769         * conform/data/stdnoreturn.h-data: Likewise.
32770
32771 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32772
32773         [BZ #14815]
32774         * manual/filesys.texi (Directory Entries): Typo fix.
32775         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32776
32777 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32778
32779         * elf/elf.h (EM_AARCH64): New macro.
32780         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32781         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32782         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32783         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32784         (R_AARCH64_TLSDESC): Likewise.
32785         (NT_ARM_TLS): Likewise.
32786         (NT_ARM_HW_BREAK): Likewise.
32787         (NT_ARM_HW_WATCH): Likewise.
32788
32789 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32790
32791         [BZ #14811]
32792         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32793         (__ieee754_powl): Saturate nonzero exponents with absolute value
32794         below 0x1p-79 to +/- 0x1p-79.
32795         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32796         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32797         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32798         nonzero exponents with absolute value below 0x1p-32 to +/-
32799         0x1p-32.
32800         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32801         (__ieee754_powl): Saturate nonzero exponents with absolute value
32802         below 0x1p-79 to +/- 0x1p-79.
32803         * math/libm-test.inc (pow_test): Add more tests.
32804
32805 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32806
32807         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32808         _dl_s390_cap_flags with kernel. Increase string length.
32809         (_dl_s390_platforms): Add z196 and zEC12.
32810
32811 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32812
32813         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32814         Change XOPEN21K to XOPEN2K.
32815
32816 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32817
32818         * string/memmove.c: Use memcpy when possible.
32819
32820 2012-11-06  Andreas Jaeger  <aj@suse.de>
32821
32822         * po/eo.po: Update from translation team.
32823
32824 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32825
32826         [BZ #14793]
32827         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32828         exponent and small x and y exponents, scale x or y up.  Increase
32829         by 2 the exponent used in scaling up.
32830         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32831         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32832         * math/libm-test.inc (fma_test): Add more tests.
32833         (fma_test_towardzero): Likewise.
32834         (fma_test_downward): Likewise.
32835         (fma_test_upward): Likewise.
32836
32837 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32838
32839         [BZ #14805]
32840         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32841         fenv_t *.
32842
32843         [BZ #14801]
32844         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32845         namespace for names of struct fields.
32846         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32847         fenv_t fields.
32848         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32849         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32850
32851 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32852
32853         [BZ #3665]
32854         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32855
32856 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32857
32858         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32859         PTR_DEMANGLE.
32860
32861         [BZ #5246]
32862         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32863         PTR_DEMANGLE.
32864
32865 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32866
32867         [BZ #14797]
32868         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32869         definitely overflow as x * y not x * y + z.
32870         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32871         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32872         * math/libm-test.inc (fma_test): Add more tests.
32873         (fma_test_towardzero): Likewise.
32874         (fma_test_downward): Likewise.
32875         (fma_test_upward): Likewise.
32876
32877 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32878
32879         [BZ #157]
32880
32881         * include/stub-tag.h: Remove file.
32882         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32883         '#include' of it.
32884         * manual/maint.texi (Porting): Don't reference it.
32885         * Makerules ($(objpfx)stubs): Likewise.
32886         * dirent/closedir.c: Don't include <stub-tag.h>.
32887         * dirent/dirfd.c: Likewise.
32888         * dirent/fdopendir.c: Likewise.
32889         * dirent/getdents.c: Likewise.
32890         * dirent/getdents64.c: Likewise.
32891         * dirent/opendir.c: Likewise.
32892         * dirent/readdir.c: Likewise.
32893         * dirent/readdir64.c: Likewise.
32894         * dirent/readdir64_r.c: Likewise.
32895         * dirent/readdir_r.c: Likewise.
32896         * dirent/rewinddir.c: Likewise.
32897         * dirent/seekdir.c: Likewise.
32898         * dirent/telldir.c: Likewise.
32899         * gmon/profil.c: Likewise.
32900         * grp/setgroups.c: Likewise.
32901         * inet/if_index.c: Likewise.
32902         * io/access.c: Likewise.
32903         * io/chdir.c: Likewise.
32904         * io/chmod.c: Likewise.
32905         * io/chown.c: Likewise.
32906         * io/close.c: Likewise.
32907         * io/dup.c: Likewise.
32908         * io/dup2.c: Likewise.
32909         * io/dup3.c: Likewise.
32910         * io/euidaccess.c: Likewise.
32911         * io/faccessat.c: Likewise.
32912         * io/fchdir.c: Likewise.
32913         * io/fchmod.c: Likewise.
32914         * io/fchmodat.c: Likewise.
32915         * io/fchown.c: Likewise.
32916         * io/fchownat.c: Likewise.
32917         * io/fcntl.c: Likewise.
32918         * io/flock.c: Likewise.
32919         * io/fstatfs.c: Likewise.
32920         * io/fstatfs64.c: Likewise.
32921         * io/fstatvfs.c: Likewise.
32922         * io/fstatvfs64.c: Likewise.
32923         * io/futimens.c: Likewise.
32924         * io/fxstat.c: Likewise.
32925         * io/fxstat64.c: Likewise.
32926         * io/fxstatat.c: Likewise.
32927         * io/fxstatat64.c: Likewise.
32928         * io/getcwd.c: Likewise.
32929         * io/isatty.c: Likewise.
32930         * io/lchmod.c: Likewise.
32931         * io/lchown.c: Likewise.
32932         * io/link.c: Likewise.
32933         * io/linkat.c: Likewise.
32934         * io/lseek.c: Likewise.
32935         * io/lseek64.c: Likewise.
32936         * io/lxstat64.c: Likewise.
32937         * io/mkdir.c: Likewise.
32938         * io/mkdirat.c: Likewise.
32939         * io/mkfifo.c: Likewise.
32940         * io/mkfifoat.c: Likewise.
32941         * io/open.c: Likewise.
32942         * io/open64.c: Likewise.
32943         * io/openat.c: Likewise.
32944         * io/openat64.c: Likewise.
32945         * io/pipe.c: Likewise.
32946         * io/pipe2.c: Likewise.
32947         * io/poll.c: Likewise.
32948         * io/posix_fadvise.c: Likewise.
32949         * io/posix_fadvise64.c: Likewise.
32950         * io/posix_fallocate.c: Likewise.
32951         * io/posix_fallocate64.c: Likewise.
32952         * io/read.c: Likewise.
32953         * io/readlink.c: Likewise.
32954         * io/readlinkat.c: Likewise.
32955         * io/rmdir.c: Likewise.
32956         * io/sendfile.c: Likewise.
32957         * io/sendfile64.c: Likewise.
32958         * io/statfs.c: Likewise.
32959         * io/statfs64.c: Likewise.
32960         * io/statvfs.c: Likewise.
32961         * io/statvfs64.c: Likewise.
32962         * io/symlink.c: Likewise.
32963         * io/symlinkat.c: Likewise.
32964         * io/ttyname.c: Likewise.
32965         * io/ttyname_r.c: Likewise.
32966         * io/umask.c: Likewise.
32967         * io/unlink.c: Likewise.
32968         * io/unlinkat.c: Likewise.
32969         * io/utime.c: Likewise.
32970         * io/utimensat.c: Likewise.
32971         * io/write.c: Likewise.
32972         * io/xmknod.c: Likewise.
32973         * io/xmknodat.c: Likewise.
32974         * io/xstat.c: Likewise.
32975         * io/xstat64.c: Likewise.
32976         * login/getpt.c: Likewise.
32977         * login/grantpt.c: Likewise.
32978         * login/unlockpt.c: Likewise.
32979         * math/e_acoshl.c: Likewise.
32980         * math/e_acosl.c: Likewise.
32981         * math/e_asinl.c: Likewise.
32982         * math/e_atan2l.c: Likewise.
32983         * math/e_atanhl.c: Likewise.
32984         * math/e_coshl.c: Likewise.
32985         * math/e_expl.c: Likewise.
32986         * math/e_fmodl.c: Likewise.
32987         * math/e_gammal_r.c: Likewise.
32988         * math/e_hypotl.c: Likewise.
32989         * math/e_j0l.c: Likewise.
32990         * math/e_j1l.c: Likewise.
32991         * math/e_jnl.c: Likewise.
32992         * math/e_lgammal_r.c: Likewise.
32993         * math/e_log10l.c: Likewise.
32994         * math/e_log2l.c: Likewise.
32995         * math/e_logl.c: Likewise.
32996         * math/e_powl.c: Likewise.
32997         * math/e_rem_pio2l.c: Likewise.
32998         * math/e_sinhl.c: Likewise.
32999         * math/e_sqrtl.c: Likewise.
33000         * math/fclrexcpt.c: Likewise.
33001         * math/fedisblxcpt.c: Likewise.
33002         * math/feenablxcpt.c: Likewise.
33003         * math/fegetenv.c: Likewise.
33004         * math/fegetexcept.c: Likewise.
33005         * math/fegetround.c: Likewise.
33006         * math/feholdexcpt.c: Likewise.
33007         * math/fesetenv.c: Likewise.
33008         * math/fesetround.c: Likewise.
33009         * math/feupdateenv.c: Likewise.
33010         * math/fgetexcptflg.c: Likewise.
33011         * math/fraiseexcpt.c: Likewise.
33012         * math/fsetexcptflg.c: Likewise.
33013         * math/ftestexcept.c: Likewise.
33014         * math/k_cosl.c: Likewise.
33015         * math/k_rem_pio2l.c: Likewise.
33016         * math/k_sinl.c: Likewise.
33017         * math/k_tanl.c: Likewise.
33018         * math/s_asinhl.c: Likewise.
33019         * math/s_atanl.c: Likewise.
33020         * math/s_cbrtl.c: Likewise.
33021         * math/s_erfl.c: Likewise.
33022         * math/s_expm1l.c: Likewise.
33023         * math/s_log1pl.c: Likewise.
33024         * math/s_tanhl.c: Likewise.
33025         * misc/acct.c: Likewise.
33026         * misc/brk.c: Likewise.
33027         * misc/chflags.c: Likewise.
33028         * misc/chroot.c: Likewise.
33029         * misc/fchflags.c: Likewise.
33030         * misc/fgetxattr.c: Likewise.
33031         * misc/flistxattr.c: Likewise.
33032         * misc/fremovexattr.c: Likewise.
33033         * misc/fsetxattr.c: Likewise.
33034         * misc/fsync.c: Likewise.
33035         * misc/ftruncate.c: Likewise.
33036         * misc/futimes.c: Likewise.
33037         * misc/futimesat.c: Likewise.
33038         * misc/getdomain.c: Likewise.
33039         * misc/getdtsz.c: Likewise.
33040         * misc/gethostid.c: Likewise.
33041         * misc/gethostname.c: Likewise.
33042         * misc/getloadavg.c: Likewise.
33043         * misc/getpagesize.c: Likewise.
33044         * misc/getsysstats.c: Likewise.
33045         * misc/getxattr.c: Likewise.
33046         * misc/gtty.c: Likewise.
33047         * misc/ioctl.c: Likewise.
33048         * misc/lgetxattr.c: Likewise.
33049         * misc/listxattr.c: Likewise.
33050         * misc/llistxattr.c: Likewise.
33051         * misc/lremovexattr.c: Likewise.
33052         * misc/lsetxattr.c: Likewise.
33053         * misc/lutimes.c: Likewise.
33054         * misc/madvise.c: Likewise.
33055         * misc/mincore.c: Likewise.
33056         * misc/mlock.c: Likewise.
33057         * misc/mlockall.c: Likewise.
33058         * misc/mmap.c: Likewise.
33059         * misc/mprotect.c: Likewise.
33060         * misc/msync.c: Likewise.
33061         * misc/munlock.c: Likewise.
33062         * misc/munlockall.c: Likewise.
33063         * misc/munmap.c: Likewise.
33064         * misc/preadv.c: Likewise.
33065         * misc/preadv64.c: Likewise.
33066         * misc/ptrace.c: Likewise.
33067         * misc/pwritev.c: Likewise.
33068         * misc/pwritev64.c: Likewise.
33069         * misc/readv.c: Likewise.
33070         * misc/reboot.c: Likewise.
33071         * misc/remap_file_pages.c: Likewise.
33072         * misc/removexattr.c: Likewise.
33073         * misc/revoke.c: Likewise.
33074         * misc/select.c: Likewise.
33075         * misc/setdomain.c: Likewise.
33076         * misc/setegid.c: Likewise.
33077         * misc/seteuid.c: Likewise.
33078         * misc/sethostid.c: Likewise.
33079         * misc/sethostname.c: Likewise.
33080         * misc/setregid.c: Likewise.
33081         * misc/setreuid.c: Likewise.
33082         * misc/setxattr.c: Likewise.
33083         * misc/sstk.c: Likewise.
33084         * misc/stty.c: Likewise.
33085         * misc/swapoff.c: Likewise.
33086         * misc/swapon.c: Likewise.
33087         * misc/sync.c: Likewise.
33088         * misc/syncfs.c: Likewise.
33089         * misc/syscall.c: Likewise.
33090         * misc/truncate.c: Likewise.
33091         * misc/ualarm.c: Likewise.
33092         * misc/usleep.c: Likewise.
33093         * misc/ustat.c: Likewise.
33094         * misc/utimes.c: Likewise.
33095         * misc/vhangup.c: Likewise.
33096         * misc/writev.c: Likewise.
33097         * posix/_exit.c: Likewise.
33098         * posix/alarm.c: Likewise.
33099         * posix/execve.c: Likewise.
33100         * posix/fexecve.c: Likewise.
33101         * posix/fork.c: Likewise.
33102         * posix/fpathconf.c: Likewise.
33103         * posix/getaddrinfo.c: Likewise.
33104         * posix/getegid.c: Likewise.
33105         * posix/geteuid.c: Likewise.
33106         * posix/getgid.c: Likewise.
33107         * posix/getgroups.c: Likewise.
33108         * posix/getlogin.c: Likewise.
33109         * posix/getlogin_r.c: Likewise.
33110         * posix/getpgid.c: Likewise.
33111         * posix/getpid.c: Likewise.
33112         * posix/getppid.c: Likewise.
33113         * posix/getresgid.c: Likewise.
33114         * posix/getresuid.c: Likewise.
33115         * posix/getsid.c: Likewise.
33116         * posix/getuid.c: Likewise.
33117         * posix/glob64.c: Likewise.
33118         * posix/nanosleep.c: Likewise.
33119         * posix/pathconf.c: Likewise.
33120         * posix/pause.c: Likewise.
33121         * posix/posix_madvise.c: Likewise.
33122         * posix/pread.c: Likewise.
33123         * posix/pread64.c: Likewise.
33124         * posix/pwrite.c: Likewise.
33125         * posix/pwrite64.c: Likewise.
33126         * posix/sched_getaffinity.c: Likewise.
33127         * posix/sched_getp.c: Likewise.
33128         * posix/sched_gets.c: Likewise.
33129         * posix/sched_primax.c: Likewise.
33130         * posix/sched_primin.c: Likewise.
33131         * posix/sched_rr_gi.c: Likewise.
33132         * posix/sched_setaffinity.c: Likewise.
33133         * posix/sched_setp.c: Likewise.
33134         * posix/sched_sets.c: Likewise.
33135         * posix/sched_yield.c: Likewise.
33136         * posix/setgid.c: Likewise.
33137         * posix/setlogin.c: Likewise.
33138         * posix/setpgid.c: Likewise.
33139         * posix/setresgid.c: Likewise.
33140         * posix/setresuid.c: Likewise.
33141         * posix/setsid.c: Likewise.
33142         * posix/setuid.c: Likewise.
33143         * posix/sleep.c: Likewise.
33144         * posix/spawni.c: Likewise.
33145         * posix/sysconf.c: Likewise.
33146         * posix/times.c: Likewise.
33147         * posix/wait.c: Likewise.
33148         * posix/wait3.c: Likewise.
33149         * posix/wait4.c: Likewise.
33150         * posix/waitpid.c: Likewise.
33151         * resolv/gai_sigqueue.c: Likewise.
33152         * resource/getpriority.c: Likewise.
33153         * resource/getrlimit.c: Likewise.
33154         * resource/getrusage.c: Likewise.
33155         * resource/nice.c: Likewise.
33156         * resource/setpriority.c: Likewise.
33157         * resource/setrlimit.c: Likewise.
33158         * resource/ulimit.c: Likewise.
33159         * rt/aio_cancel.c: Likewise.
33160         * rt/aio_fsync.c: Likewise.
33161         * rt/aio_read.c: Likewise.
33162         * rt/aio_sigqueue.c: Likewise.
33163         * rt/aio_suspend.c: Likewise.
33164         * rt/aio_write.c: Likewise.
33165         * rt/clock_getres.c: Likewise.
33166         * rt/clock_gettime.c: Likewise.
33167         * rt/clock_nanosleep.c: Likewise.
33168         * rt/clock_settime.c: Likewise.
33169         * rt/lio_listio.c: Likewise.
33170         * rt/mq_close.c: Likewise.
33171         * rt/mq_getattr.c: Likewise.
33172         * rt/mq_notify.c: Likewise.
33173         * rt/mq_open.c: Likewise.
33174         * rt/mq_receive.c: Likewise.
33175         * rt/mq_send.c: Likewise.
33176         * rt/mq_setattr.c: Likewise.
33177         * rt/mq_timedreceive.c: Likewise.
33178         * rt/mq_timedsend.c: Likewise.
33179         * rt/mq_unlink.c: Likewise.
33180         * rt/shm_open.c: Likewise.
33181         * rt/shm_unlink.c: Likewise.
33182         * rt/timer_create.c: Likewise.
33183         * rt/timer_delete.c: Likewise.
33184         * rt/timer_getoverr.c: Likewise.
33185         * rt/timer_gettime.c: Likewise.
33186         * rt/timer_settime.c: Likewise.
33187         * setjmp/__longjmp.c: Likewise.
33188         * setjmp/setjmp.c: Likewise.
33189         * signal/kill.c: Likewise.
33190         * signal/killpg.c: Likewise.
33191         * signal/raise.c: Likewise.
33192         * signal/sigaction.c: Likewise.
33193         * signal/sigaltstack.c: Likewise.
33194         * signal/sigblock.c: Likewise.
33195         * signal/sigignore.c: Likewise.
33196         * signal/sigintr.c: Likewise.
33197         * signal/signal.c: Likewise.
33198         * signal/sigpause.c: Likewise.
33199         * signal/sigpending.c: Likewise.
33200         * signal/sigqueue.c: Likewise.
33201         * signal/sigreturn.c: Likewise.
33202         * signal/sigset.c: Likewise.
33203         * signal/sigsetmask.c: Likewise.
33204         * signal/sigstack.c: Likewise.
33205         * signal/sigsuspend.c: Likewise.
33206         * signal/sigtimedwait.c: Likewise.
33207         * signal/sigvec.c: Likewise.
33208         * signal/sigwait.c: Likewise.
33209         * signal/sigwaitinfo.c: Likewise.
33210         * signal/sysv_signal.c: Likewise.
33211         * socket/accept.c: Likewise.
33212         * socket/accept4.c: Likewise.
33213         * socket/bind.c: Likewise.
33214         * socket/connect.c: Likewise.
33215         * socket/getpeername.c: Likewise.
33216         * socket/getsockname.c: Likewise.
33217         * socket/getsockopt.c: Likewise.
33218         * socket/isfdtype.c: Likewise.
33219         * socket/listen.c: Likewise.
33220         * socket/recv.c: Likewise.
33221         * socket/recvfrom.c: Likewise.
33222         * socket/recvmsg.c: Likewise.
33223         * socket/send.c: Likewise.
33224         * socket/sendmsg.c: Likewise.
33225         * socket/sendto.c: Likewise.
33226         * socket/setsockopt.c: Likewise.
33227         * socket/shutdown.c: Likewise.
33228         * socket/sockatmark.c: Likewise.
33229         * socket/socket.c: Likewise.
33230         * socket/socketpair.c: Likewise.
33231         * stdio-common/ctermid.c: Likewise.
33232         * stdio-common/cuserid.c: Likewise.
33233         * stdio-common/remove.c: Likewise.
33234         * stdio-common/rename.c: Likewise.
33235         * stdio-common/renameat.c: Likewise.
33236         * stdio-common/tempname.c: Likewise.
33237         * stdlib/getcontext.c: Likewise.
33238         * stdlib/makecontext.c: Likewise.
33239         * stdlib/setcontext.c: Likewise.
33240         * stdlib/swapcontext.c: Likewise.
33241         * stdlib/system.c: Likewise.
33242         * streams/fattach.c: Likewise.
33243         * streams/fdetach.c: Likewise.
33244         * streams/getmsg.c: Likewise.
33245         * streams/getpmsg.c: Likewise.
33246         * streams/putmsg.c: Likewise.
33247         * streams/putpmsg.c: Likewise.
33248         * sysdeps/unix/bsd/getpt.c: Likewise.
33249         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33250         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33251         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33253         Likewise.
33254         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33255         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33256         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33257         * sysvipc/msgctl.c: Likewise.
33258         * sysvipc/msgget.c: Likewise.
33259         * sysvipc/msgrcv.c: Likewise.
33260         * sysvipc/msgsnd.c: Likewise.
33261         * sysvipc/semctl.c: Likewise.
33262         * sysvipc/semget.c: Likewise.
33263         * sysvipc/semop.c: Likewise.
33264         * sysvipc/semtimedop.c: Likewise.
33265         * sysvipc/shmat.c: Likewise.
33266         * sysvipc/shmctl.c: Likewise.
33267         * sysvipc/shmdt.c: Likewise.
33268         * sysvipc/shmget.c: Likewise.
33269         * termios/tcdrain.c: Likewise.
33270         * termios/tcflow.c: Likewise.
33271         * termios/tcflush.c: Likewise.
33272         * termios/tcgetattr.c: Likewise.
33273         * termios/tcgetpgrp.c: Likewise.
33274         * termios/tcsendbrk.c: Likewise.
33275         * termios/tcsetattr.c: Likewise.
33276         * termios/tcsetpgrp.c: Likewise.
33277         * time/adjtime.c: Likewise.
33278         * time/clock.c: Likewise.
33279         * time/getitimer.c: Likewise.
33280         * time/gettimeofday.c: Likewise.
33281         * time/setitimer.c: Likewise.
33282         * time/settimeofday.c: Likewise.
33283         * time/stime.c: Likewise.
33284         * time/time.c: Likewise.
33285
33286 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33287
33288         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33289         /usr/old/bin.
33290
33291         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33292         instead of spaces.
33293         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33294
33295 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33296
33297         [BZ #14796]
33298         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33299         FE_TONEAREST before applying Dekker multiplication and Knuth
33300         addition.  Clear inexact exceptions and check for exact zero
33301         results afterwards.
33302         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33303         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33304         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33305         * math/libm-test.inc (fma_test): Add more tests.
33306         (fma_test_towardzero): Likewise.
33307         (fma_test_downward): Likewise.
33308         (fma_test_upward): Likewise.
33309         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33310         function.
33311         (libc_fesetround): New macro.
33312         (libc_fesetroundf): Likewise.
33313         (libc_fesetroundl): Likewise.
33314         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33315         function.
33316         (libc_fesetround_387): Likewise.
33317         (libc_fesetroundf): New macro.
33318         (libc_fesetround): Likewise.
33319         (libc_fesetroundl): Likewise.
33320         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33321         function.
33322         (libc_fesetroundf): New macro.
33323         (libc_fesetround): Likewise.
33324         (libc_fesetroundl): Likewise.
33325         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33326         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33327         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33328         libm_hidden_ver.
33329         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33330         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33331         libm_hidden_def.
33332         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33333         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33334         libm_hidden_ver.
33335         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33336         libm_hidden_def.
33337
33338         [BZ #3439]
33339         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33340         integer constant usable in #if and use that to give value to enum
33341         constant.
33342         (FE_DIVBYZERO): Likewise.
33343         (FE_UNDERFLOW): Likewise.
33344         (FE_OVERFLOW): Likewise.
33345         (FE_INVALID): Likewise.
33346         (FE_INVALID_SNAN): Likewise.
33347         (FE_INVALID_ISI): Likewise.
33348         (FE_INVALID_IDI): Likewise.
33349         (FE_INVALID_ZDZ): Likewise.
33350         (FE_INVALID_IMZ): Likewise.
33351         (FE_INVALID_COMPARE): Likewise.
33352         (FE_INVALID_SOFTWARE): Likewise.
33353         (FE_INVALID_SQRT): Likewise.
33354         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33355         (FE_TONEAREST): Likewise.
33356         (FE_TOWARDZERO): Likewise.
33357         (FE_UPWARD): Likewise.
33358         (FE_DOWNWARD): Likewise.
33359         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33360         (FE_DIVBYZERO): Likewise.
33361         (FE_OVERFLOW): Likewise.
33362         (FE_UNDERFLOW): Likewise.
33363         (FE_INEXACT): Likewise.
33364         (FE_TONEAREST): Likewise.
33365         (FE_DOWNWARD): Likewise.
33366         (FE_UPWARD): Likewise.
33367         (FE_TOWARDZERO): Likewise.
33368         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33369         (FE_UNDERFLOW): Likewise.
33370         (FE_OVERFLOW): Likewise.
33371         (FE_DIVBYZERO): Likewise.
33372         (FE_INVALID): Likewise.
33373         (FE_TONEAREST): Likewise.
33374         (FE_TOWARDZERO): Likewise.
33375         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33376         (FE_OVERFLOW): Likewise.
33377         (FE_UNDERFLOW): Likewise.
33378         (FE_DIVBYZERO): Likewise.
33379         (FE_INEXACT): Likewise.
33380         (FE_TONEAREST): Likewise.
33381         (FE_TOWARDZERO): Likewise.
33382         (FE_UPWARD): Likewise.
33383         (FE_DOWNWARD): Likewise.
33384         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33385         (FE_DIVBYZERO): Likewise.
33386         (FE_OVERFLOW): Likewise.
33387         (FE_UNDERFLOW): Likewise.
33388         (FE_INEXACT): Likewise.
33389         (FE_TONEAREST): Likewise.
33390         (FE_DOWNWARD): Likewise.
33391         (FE_UPWARD): Likewise.
33392         (FE_TOWARDZERO): Likewise.
33393
33394 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33395
33396         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33397
33398 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33399
33400         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33401         commands.  Quote $PWD.
33402         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33403         -x" by "export".
33404         (remove_newlines): Remove.
33405
33406 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33407
33408         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33409         * stdlib/stdlib.h (atof): Moved to ...
33410         * include/bits/stdlib-float.h: Here.  New file.
33411         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33412         * stdlib/bits/stdlib-float.h: New file.
33413         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33414         -mno-sse -mno-mmx.
33415         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33416         <xmmintrin.h>.
33417
33418 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33419
33420         * conform/conformtest.pl (@headers): Add fenv.h.
33421         * conform/data/fenv.h-data: New file.
33422         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33423         include of <math/fenv.h>.
33424
33425         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33426         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33427         && !UNIX98].  Enables tests for XOPEN2K8.
33428         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33429         POSIX2008]: Likewise.
33430
33431         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33432         (struct rusage): Do not expect type or its members.
33433
33434         [BZ #3439]
33435         * math/math.h (FP_NAN): Define macro to integer constant usable in
33436         #if and use that to give value to enum constant.
33437         (FP_INFINITE): Likewise.
33438         (FP_ZERO): Likewise.
33439         (FP_SUBNORMAL): Likewise.
33440         (FP_NORMAL): Likewise.
33441
33442 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33443
33444         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33445         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33446         arguments.
33447
33448 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33449
33450         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33451         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33452         autoconf-time if not.
33453         * configure.in: Remove AC_PREREQ.
33454
33455 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33456
33457         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33458         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33459         of the internal implementation.
33460
33461 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33462
33463         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33464         except include of <misc/sys/syslog.h>.
33465
33466 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33467
33468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33469         function returns with a NULL context exit with zero.
33470
33471 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33472
33473         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33474
33475 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33476
33477         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33478         (run_program_cmd): This.
33479         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33480         (tst_langinfo): New variable.  Use it.
33481
33482 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33483
33484         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33485         floating point opcodes.
33486
33487 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33488
33489         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33490         variable.
33491
33492         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33493
33494         * sysdeps/mach/hurd/powerpc: Remove directory.
33495         * sysdeps/mach/powerpc: Likewise.
33496
33497 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33498
33499         * scripts/check-local-headers.sh: Ignore c++ headers.
33500
33501 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33502
33503         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33504         __libc_cleanup_region_start argument.
33505
33506 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33507
33508         [BZ #14784]
33509         [BZ #14785]
33510         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33511         x * y using scaling, not as x * y + z.
33512         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33513         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33514         * math/libm-test.inc (fma_test): Add more tests.
33515         (fma_test_towardzero): Likewise.
33516         (fma_test_downward): Likewise.
33517         (fma_test_upward): Likewise.
33518
33519 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33520
33521         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33522
33523 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33524
33525         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33526         New variable.
33527
33528 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33529
33530         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33531
33532 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33533
33534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33535         Fix sort order.
33536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33537         Likewise.
33538
33539 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33540
33541         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33542         Fix the order of the list for glibc 2.17.
33543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33544         Likewise.
33545
33546 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33547
33548         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33549
33550 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33551
33552         [BZ #14610]
33553         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33554         for low part of x being zero before using __atanl (y).
33555         * math/libm-test.inc (atan2_test): Add another test.
33556
33557         * manual/install.texi (Configuring and compiling): Document
33558         general use of test-wrapper and test-wrapper-env.
33559         * INSTALL: Regenerated.
33560
33561         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33562         (__fma): Do not extract and scale down low bits on after-rounding
33563         systems when result rounded to normal precision would have normal
33564         exponent.
33565         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33566         (__fmal): Do not extract and scale down low bits on after-rounding
33567         systems when result rounded to normal precision would have normal
33568         exponent.
33569         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33570         (__fmal): Do not extract and scale down low bits on after-rounding
33571         systems when result rounded to normal precision would have normal
33572         exponent.
33573         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33574         macro.
33575         (fma_test): Add more tests.
33576         (fma_test_towardzero): Likewise.
33577         (fma_test_downward): Likewise.
33578         (fma_test_upward): Likewise.
33579
33580 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33581
33582         * sysdeps/i386/tininess.h: Renamed to ...
33583         * sysdeps/x86/tininess.h: This.
33584         * sysdeps/x86_64/tininess.h: Removed.
33585
33586 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33587
33588         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33589         input.  Use $(build-program-cmd).
33590         ($(objpfx)tst-array1-static.out): Likewise.
33591         ($(objpfx)tst-array2.out): Likewise.
33592         ($(objpfx)tst-array3.out): Likewise.
33593         ($(objpfx)tst-array4.out): Likewise.
33594         ($(objpfx)tst-array5.out): Likewise.
33595         ($(objpfx)tst-array5-static.out): Likewise.
33596
33597 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33598
33599         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33600         if defined.
33601
33602         * nss/nsswitch.h (nss_interface_function): Provide new
33603         macro for use with NSS functions.
33604         * grp/initgroups.c: Use new macro.
33605         * nss/getXXbyYY.c: Likewise.
33606         * nss/getXXbyYY_r.c: Likewise.
33607         * nss/getXXent.c: Likewise.
33608         * nss/getXXent_r.c: Likewise.
33609         * sysdeps/posix/getaddrinfo.c: Likewise.
33610
33611 2012-10-30  Andreas Jaeger  <aj@suse.de>
33612
33613         * po/ru.po: Update Russion translation from translation project.
33614
33615 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33616
33617         [BZ #14152]
33618         [BZ #14783]
33619         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33620         result and shift together with sticky bit instead of replicating
33621         round-to-nearest rounding.
33622         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33623         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33624         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33625         missing underflow exceptions.
33626         (fma_test_towardzero): Add more tests.
33627         (fma_test_downward): Likewise.
33628         (fma_test_upward): Likewise.
33629
33630         [BZ #14047]
33631         * sysdeps/generic/tininess.h: New file.
33632         * sysdeps/i386/tininess.h: Likewise.
33633         * sysdeps/sh/tininess.h: Likewise.
33634         * sysdeps/x86_64/tininess.h: Likewise.
33635         * stdlib/tst-strtod-underflow.c: Likewise.
33636         * stdlib/tst-tininess.c: Likewise.
33637         * stdlib/strtod_l.c: Include <tininess.h>.
33638         (round_and_return): Do not set errno for exact underflow cases.
33639         Force an underflow exception when setting errno for underflow.
33640         Determine underflow based on rounding to normal precision if
33641         TININESS_AFTER_ROUNDING.
33642         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33643         ERANGE for exact underflow cases.
33644         * stdlib/Makefile (tests): Add tst-tininess and
33645         tst-strtod-underflow.
33646         ($(objpfx)tst-tininess): Use $(link-libm).
33647         ($(objpfx)tst-strtod-underflow): Likewise.
33648
33649 2012-10-30  Andreas Jaeger  <aj@suse.de>
33650
33651         [BZ#14767]
33652         * elf/Makefile (tests): Remove conditional for have-initfini-array
33653         since this is now always required and the variable does not exist
33654         anymore.
33655         (tests-static): Likewise.
33656         (modules-names): Likewise.
33657
33658         * po/eo.po: Add Esperanto translation from translation project.
33659
33660         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33661         merged with constructor/destructor.
33662         (init_array): Likewise.
33663         * elf/tst-array2dep.c (fini_array): Likewise.
33664         (init_array): Likewise.
33665
33666 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33667
33668         * manual/message.texi: Delete @cartouche tags.
33669
33670 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33671
33672         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33673         EOPNOTSUPP.
33674         * sysdeps/mach/hurd/fsync.c: Likewise.
33675
33676         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33677         [_POSIX_REALTIME_SIGNALS]: Change condition to
33678         [_POSIX_REALTIME_SIGNALS > 0].
33679
33680 2012-10-27  Andreas Jaeger  <aj@suse.de>
33681
33682         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33683         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33684         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33685         [__WORDSIZE != 64]: Likewise.
33686
33687 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33688
33689         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33690         *  iconvdata/tst-tables.sh: Likewise.
33691
33692 2012-10-25  David S. Miller  <davem@davemloft.net>
33693
33694         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33695         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33696         of strtoull.
33697
33698         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33699         ifunc-impl-list.c
33700         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33701         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33702         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33703         file.
33704
33705 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33706
33707         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33708         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33709         __getdirentries.
33710
33711 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33712             Jim Blandy  <jimb@codesourcery.com>
33713
33714         * scripts/cross-test-ssh.sh: New file.
33715         * manual/install.texi (Configuring and compiling): Document use of
33716         cross-test-ssh.sh.
33717         * INSTALL: Regenerated.
33718
33719 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33720
33721         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33722         EOPNOTSUPP.
33723
33724 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33725
33726         * Makeconfig (run-program-prefix): Fix comment.
33727
33728 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33729             Jim Blandy  <jimb@codesourcery.com>
33730
33731         * Makeconfig (test-wrapper): New variable,
33732         (test-wrapper-env): Likewise.
33733         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33734         (run-built-tests): Define to yes.
33735         (run-program-prefix): Use $(test-wrapper).
33736         (built-program-cmd): Likewise.
33737         * Rules (make-test-out): Use $(test-wrapper-env) and
33738         $(host-built-program-cmd).
33739         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33740         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33741         tst-pathopt.sh.
33742         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33743         $(test-wrapper-env) to tst-rtld-load-self.sh.
33744         ($(objpfx)order2.out): Use $(test-wrapper).
33745         ($(objpfx)tst-initorder.out): Likewise.
33746         ($(objpfx)tst-initorder2.out): Likewise.
33747         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33748         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33749         (test_wrapper_env): New variable.  Use it to run ld.so.
33750         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33751         Use it to run ld.so.
33752         (test_wrapper_env): Likewise.
33753         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33754         $(test-wrapper) to run-iconv-test.sh.
33755         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33756         (ICONV): Use $test_wrapper.
33757         * posix/Makefile ($(objpfx)globtest.out): Pass
33758         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33759         globtest.sh, not $(run-program-prefix).
33760         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33761         (test_wrapper): Likewise.
33762         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33763         set together with run_via_rtld_prefix.
33764         (run_program_prefix): Define in terms of test_wrapper and
33765         run_via_rtld_prefix.
33766
33767 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33768
33769         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33770         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33771         Targets removed.
33772
33773         [BZ #14743]
33774         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33775         Declare __clock_getres, __clock_gettime, __clock_settime,
33776         __clock_nanosleep, and __clock_getcpuclockid.
33777         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33778         Remove librt_hidden_def (clock_gettime).
33779         * sysdeps/unix/clock_gettime.c: Likewise.
33780         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33781         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33782         * rt/clock_getres.c: Define __clock_getres as an alias.
33783         * sysdeps/posix/clock_getres.c: Likewise.
33784         * rt/clock_settime.c: Define __clock_settime as an alias.
33785         * sysdeps/unix/clock_settime.c: Likewise.
33786         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33787         * sysdeps/unix/clock_nanosleep.c: Likewise.
33788         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33789         * rt/clock-compat.c: New file.
33790         * rt/Makefile (librt-routines): Add clock-compat and move
33791         $(clock-routines) to ...
33792         (routines): ... here, new variable.
33793         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33794         Don't add get_clockfreq here.
33795         * rt/Versions (libc: GLIBC_2.17): New version set.
33796         Add clock_* symbols here.
33797         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33798         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33799         (GLIBC_2.17): Add clock_* symbols.
33800         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33801         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33802         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33803         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33804         Likewise.
33805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33806         Likewise.
33807         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33808         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33809         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33810         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33811         * NEWS: Mention the move.
33812
33813         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33814         Use __open, __read, __close rather than their public counterparts.
33815         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33816         (__get_clockfreq_via_cpuinfo): Likewise.
33817         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33818         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33819
33820         * config.h.in (HAVE_IFUNC): New #undef.
33821         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33822         was successful.
33823         * configure: Regenerated.
33824
33825 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33826
33827         * configure.in: Move READELF check to start of file.
33828         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33829         libc_cv_asm_gnu_indirect_function in the process.
33830         * configure: Regenerated.
33831
33832 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33833
33834         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33835         send the output to /dev/null.
33836         (libc_cv_cc_with_libunwind): Likewise.
33837         (libc_cv_as_noexecstack): Likewise.
33838         * configure: Regenerate.
33839
33840 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33841
33842         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33843
33844         * posix/globtest.sh (TMPDIR): Do not set.
33845         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33846         (testout): Likewise.
33847
33848 2012-10-24  Andreas Jaeger  <aj@suse.de>
33849
33850         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33851         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33852         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33853         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33854         posix_fadvise64, posix_fallocate64.
33855
33856         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33857         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33858         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33859         Likewise.
33860         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33861         Likewise.
33862         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33863
33864         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33865         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33866         <bits/fcntl-linux.h>.
33867         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33868
33869         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33870         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33871         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33872         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33873         [__WORDSIZE != 64]: Likewise.
33874
33875 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33876
33877         * Makeconfig (run-built-tests): New variable.
33878         * Rules [$(cross-compiling) = yes]: Change condition to
33879         [$(run-built-tests) = no].
33880         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33881         to [$(run-built-tests) = yes].
33882         * elf/Makefile [$(cross-compiling) = no]: Likewise
33883         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33884         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33885         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33886         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33887         * io/Makefile [$(cross-compiling) = no]: Likewise.
33888         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33889         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33890         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33891         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33892         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33893         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33894         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33895         * string/Makefile [$(cross-compiling) = no]: Likewise.
33896
33897         * posix/Makefile ($(objpfx)globtest.out): Pass
33898         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33899         $(rtld-installed-name).
33900         * posix/globtest.sh (elf_objpfx): Remove variable.
33901         (rtld_installed_name): Likewise.
33902         (library_path): Likewise.
33903         (run_program_prefix): New variable.  Use for running globtest
33904         binary.
33905
33906 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33907             Joseph Myers  <joseph@codesourcery.com>
33908
33909         * Makeconfig (host-built-program-cmd): New variable.
33910         * elf/Makefile (tst-stackguard1-ARGS): Use
33911         $(host-built-program-cmd).
33912         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33913         (tst-spawn-ARGS): Likewise.
33914         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33915
33916 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33917             Jim Blandy  <jimb@codesourcery.com>
33918
33919         * Makeconfig (run-via-rtld-prefix): New variable.
33920         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33921         (built-program-cmd): Likewise.
33922
33923 2012-10-22  Andreas Jaeger  <aj@suse.de>
33924
33925         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33926         __O_RSYNC if it exists, otherwise to O_SYNC.
33927
33928 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33929             Joseph Myers  <joseph@codesourcery.com>
33930
33931         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33932         /dev/null.
33933         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33934         from /dev/null
33935         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33936         /dev/null.
33937
33938 2012-10-22  Andreas Jaeger  <aj@suse.de>
33939
33940         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33941         Define always.
33942         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33943
33944         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33945         bits/fcntl-linux.h.
33946
33947         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33948         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33949
33950         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33951         to __O_LARGEFILE.
33952         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33953         to __O_LARGEFILE.
33954
33955 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33956             Joseph Myers  <joseph@codesourcery.com>
33957
33958         * config.make.in (NM): New variable.
33959
33960 2012-10-21  Andreas Jaeger  <aj@suse.de>
33961
33962         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33963         definitions and declarations that are provided by
33964         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33965
33966 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33967
33968         [BZ #14683]
33969         * elf/Makefile (tests-static): Add tst-leaks1-static.
33970         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33971         ($(objpfx)tst-leaks1-static): New rule.
33972         ($(objpfx)tst-leaks1-static-mem): Likewise.
33973         (tst-leaks1-static-ENV): New macro.
33974         * elf/dl-open.c (dl_open_worker): Check the main application
33975         only if SHARED is defined.
33976         * elf/tst-leaks1-static.c: New file.
33977
33978 2012-10-20  Andreas Jaeger  <aj@suse.de>
33979
33980         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33981         generic values for Linux.
33982         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33983         and declarations that are provided by <bits/fcntl-linux.h> and
33984         include <bits/fcntl-linux.h>.
33985         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33986         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33987
33988 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33989
33990         * io/fcntl.h: Move include of <bits/types.h> to the top and
33991         include it unconditionally.
33992
33993 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33994
33995         * wcsmbs/Makefile (tests-ifunc): New variable.
33996         (tests): Add $(tests-ifunc).
33997         * wcsmbs/test-wcschr-ifunc.c: New file.
33998         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33999         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
34000         * wcsmbs/test-wcslen-ifunc.c: Likewise.
34001         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
34002         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
34003
34004         * string/Makefile (tests-ifunc): New variable.
34005         (tests): Add $(tests-ifunc).
34006         * string/test-memccpy.c (TEST_NAME): New macro.
34007         * string/test-memchr.c (TEST_NAME): Likewise.
34008         * string/test-memcmp.c (TEST_NAME): Likewise.
34009         * string/test-memcpy.c (TEST_NAME): Likewise.
34010         * string/test-memmem.c (TEST_NAME): Likewise.
34011         * string/test-memmove.c (TEST_NAME): Likewise.
34012         * string/test-memset.c (TEST_NAME): Likewise.
34013         * string/test-rawmemchr.c (TEST_NAME): Likewise.
34014         * string/test-stpcpy.c (TEST_NAME): Likewise.
34015         * string/test-stpncpy.c (TEST_NAME): Likewise.
34016         * string/test-strcasecmp.c (TEST_NAME): Likewise.
34017         * string/test-strcasestr.c (TEST_NAME): Likewise.
34018         * string/test-strcat.c (TEST_NAME): Likewise.
34019         * string/test-strchr.c (TEST_NAME): Likewise.
34020         * string/test-strcmp.c(TEST_NAME): Likewise.
34021         * string/test-strcpy.c (TEST_NAME): Likewise.
34022         * string/test-strcspn.c (TEST_NAME): Likewise.
34023         * string/test-strlen.c (TEST_NAME): Likewise.
34024         * string/test-strncasecmp.c (TEST_NAME): Likewise.
34025         * string/test-strncmp.c (TEST_NAME): Likewise.
34026         * string/test-strncpy.c (TEST_NAME): Likewise.
34027         * string/test-strnlen.c (TEST_NAME): Likewise.
34028         * string/test-strpbrk.c (TEST_NAME): Likewise.
34029         * string/test-strrchr.c (TEST_NAME): Likewise.
34030         * string/test-strspn.c (TEST_NAME): Likewise.
34031         * string/test-strstr.c (TEST_NAME): Likewise.
34032         * string/test-bcopy-ifunc.c: New file.
34033         * string/test-bzero-ifunc.c: Likewise.
34034         * string/test-memccpy-ifunc.c: Likewise.
34035         * string/test-memchr-ifunc.c: Likewise.
34036         * string/test-memcmp-ifunc.c: Likewise.
34037         * string/test-memcpy-ifunc.c: Likewise.
34038         * string/test-memmem-ifunc.c: Likewise.
34039         * string/test-memmove-ifunc.c: Likewise.
34040         * string/test-mempcpy-ifunc.c: Likewise.
34041         * string/test-memset-ifunc.c: Likewise.
34042         * string/test-rawmemchr-ifunc.c: Likewise.
34043         * string/test-stpcpy-ifunc.c: Likewise.
34044         * string/test-stpncpy-ifunc.c: Likewise.
34045         * string/test-strcasecmp-ifunc.c: Likewise.
34046         * string/test-strcasestr-ifunc.c: Likewise.
34047         * string/test-strcat-ifunc.c: Likewise.
34048         * string/test-strchr-ifunc.c: Likewise.
34049         * string/test-strchrnul-ifunc.c: Likewise.
34050         * string/test-strcmp-ifunc.c: Likewise.
34051         * string/test-strcpy-ifunc.c: Likewise.
34052         * string/test-strcspn-ifunc.c: Likewise.
34053         * string/test-strlen-ifunc.c: Likewise.
34054         * string/test-strncasecmp-ifunc.c: Likewise.
34055         * string/test-strncat-ifunc.c: Likewise.
34056         * string/test-strncmp-ifunc.c: Likewise.
34057         * string/test-strncpy-ifunc.c: Likewise.
34058         * string/test-strnlen-ifunc.c: Likewise.
34059         * string/test-strpbrk-ifunc.c: Likewise.
34060         * string/test-strrchr-ifunc.c: Likewise.
34061         * string/test-strspn-ifunc.c: Likewise.
34062         * string/test-strstr-ifunc.c: Likewise.
34063
34064         * debug/Makefile (tests-ifunc): New variable.
34065         (tests): Add $(tests-ifunc).
34066         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
34067         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
34068         * debug/test-stpcpy_chk-ifunc.c: New file.
34069         * debug/test-strcpy_chk-ifunc.c: Likewise.
34070
34071 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
34072
34073         [BZ #13601]
34074         * elf/dl-load.c (open_verify): Retry read if the entire ELF
34075         header is not read in.
34076
34077 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
34078
34079         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
34080         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
34081         directly.  Pass built executable to script as
34082         $(built-program-cmd).
34083         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
34084         $testprogram without using LD_LIBRARY_PATH and $ldso.
34085
34086         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
34087         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
34088         $(rtld-installed-name).
34089         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
34090         (rtld_installed_name): Likewise.
34091         (library_path): Likewise.
34092         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
34093         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
34094         $(run-program-prefix) to tst-tables.sh.
34095         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
34096         it to run tst-table-from and tst-table-to.
34097         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
34098         Pass it to tst-table.sh.
34099         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
34100         $(run-program-prefix) to tst-gettext.sh.
34101         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
34102         tst-translit.sh.
34103         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
34104         tst-gettext2.sh.
34105         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
34106         to run tst-gettext.
34107         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
34108         to run tst-gettext2.
34109         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
34110         to run tst-translit.
34111         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
34112         $(run-program-prefix) to tst-mtrace.sh.
34113         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
34114         to run tst-mtrace.
34115         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
34116         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
34117         $(rtld-installed-name).
34118         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
34119         (rtld_installed_name): Likewise.
34120         (run_program_prefix): New variable.  Use it to run wordexp-test.
34121
34122         * Makeconfig (ARCH): Remove all definitions.
34123         (machine): Likewise.
34124         [ARCH]: Remove conditional code.
34125         [!objdir]: Give error.
34126         [!objdir] (objpfx): Remove.
34127         [!objdir] (common-objpfx): Likewise.
34128         [!objdir] (common-objdir): Likewise.
34129         * configure.in (config_makefile): Remove.  Hardcode Makefile in
34130         AC_CONFIG_FILES call.
34131         * configure: Regenerated.
34132
34133         [BZ #13888]
34134         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
34135         or TMPDIR.
34136         (testout): Likewise.
34137
34138         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
34139         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
34140         $(rtld-installed-name).
34141         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
34142         (rtld_installed_name): Likwise.
34143         (runit): Remove function.
34144         (run_getconf): New variable,  Use it for running getconf binary.
34145
34146 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
34147
34148         [BZ #14716]
34149         * string/test-memmem.c (check_result): New function.
34150         (do_one_test): Use it.
34151         (check1): New function.
34152         (test_main): Use it.
34153
34154 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
34155
34156         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
34157
34158 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
34159
34160         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
34161         (_G_LSEEK64): Likewise.
34162         (_G_MMAP64): Likewise.
34163         (_G_FSTAT64): Likewise.
34164         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
34165         (_G_LSEEK64): Likewise.
34166         (_G_MMAP64): Likewise.
34167         (_G_FSTAT64): Likewise.
34168         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
34169         unconditional.  Call __mmap64 directly.
34170         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
34171         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
34172         __lseek64 directly.
34173         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
34174         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
34175         __mmap64 directly.
34176         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
34177         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34178         __lseek64 directly.
34179         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34180         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34181         __lseek64 directly.
34182         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34183         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
34184         __lseek64 directly.
34185         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34186         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
34187         __fxstat64 directly.
34188         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34189         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34190         unconditional.
34191         (freopen64) [!_G_OPEN64]: Remove conditional code.
34192         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34193         unconditional.
34194         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34195         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34196         unconditional.
34197         (ftello64) [!_G_LSEEK64]: Remove conditional code.
34198         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34199         unconditional.
34200         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34201         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34202         unconditional.
34203         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34204         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34205         unconditional.
34206         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34207         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34208         unconditional.
34209         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34210         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34211         unconditional.
34212         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34213
34214 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34215
34216         [BZ #12140]
34217         * manual/memory.texi (Malloc Tunable Parameters): Add note
34218         about free list pointers overwriting some perturb bytes.
34219         Wording suggested by Roland McGrath.
34220
34221 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
34222
34223         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34224         (lgamma_test): Likewise.
34225         (tgamma_test): Likewise.
34226
34227 2012-10-16  Florian Weimer  <fweimer@redhat.com>
34228
34229         [BZ #14700]
34230         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34231         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34232
34233 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
34234
34235         * NEWS: Mention BZ #14716.
34236         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34237         when removing AVAILABLE1_USES_J macro.
34238
34239 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
34240
34241         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34242         (__bswap_64): __uint64_t for unsigned 64-bit int.
34243
34244 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
34245
34246         * include/string.h (memmem): Declare libc hidden alias.
34247         * string/memmem.c (memmem): Define libc hidden alias.
34248         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34249         __read, __close instead of open, read, close.
34250
34251 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34252
34253         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34254         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34255         global and hidden.
34256         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34257         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34258         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34259         Likewise.
34260         (__rawmemchr_sse2): Likewise.
34261         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34262         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34263         (__strchr_sse2): Likewise.
34264         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34265         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34266         (__strcasecmp_sse2): Likewise.
34267         (__strncasecmp_sse2): Likewise.
34268         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34269         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34270         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34271         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34272         (__strrchr_sse2): Likewise.
34273         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34274         ifunc-impl-list.c.
34275         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34276         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34277         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34278         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34279         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34280         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34281         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34282         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34283         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34284         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34285         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34286         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34287         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34288         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34289         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34290         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34291         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34292         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34293         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34294         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34295         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34296         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34297         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34298         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34299         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34300         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34301         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34302         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34303         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34304         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34305
34306         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34307         global and hidden.
34308         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34309         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34310         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34311         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34312         Likewise.
34313         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34314         Likewise.
34315         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34316         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34317         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34318         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34319         ifunc-impl-list.c.
34320         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34321         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34322         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34323         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34324         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34325         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34326         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34327         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34328         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34329         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34330         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34331         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34332         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34333         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34334         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34335         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34336         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34337         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34338         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34339         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34340         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34341         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34342         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34343         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34344         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34345         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34346         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34347         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34348         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34349         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34350         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34351         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34352         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34353         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34354         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34355         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34356         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34357         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34358         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34359         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34360         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34361
34362         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34363         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34364         * include/ifunc-impl-list.h: New file.
34365         * misc/ifunc-impl-list.c: Likewise.
34366         * misc/Makefile (routines): Add ifunc-impl-list.
34367         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34368         * string/test-string.h: Include <ifunc-impl-list.h>.
34369         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34370         TEST_NAME]: New variables.
34371         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34372         are defined.
34373         (test_init): Call __libc_ifunc_impl_list to initialize
34374         func_list if TEST_IFUNC and TEST_NAME are defined.
34375
34376         * string/Makefile (strop-tests): Add bcopy and bzero.
34377         * string/test-bcopy.c: New file.
34378         * string/test-bzero.c: Likewise.
34379         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34380         defined.
34381         * string/test-memset.c: Support bzero test if TEST_BZERO is
34382         defined.
34383         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34384         __libc_memmove.
34385         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34386         __libc_memset.
34387         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34388         of memset.
34389
34390 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34391
34392         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34393         * configure: Regenerated.
34394
34395         * Makeconfig (+link-static-before-libc): Don't include
34396         $(link-static-libc).
34397
34398         * libio/libio.h (_IO_pos_t): Remove.
34399
34400 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34401
34402         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34403         McGrath.
34404
34405 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34406
34407         * crypt/crypt-entry.c: Include fips-private.h.
34408         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34409         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34410         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34411         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34412
34413 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34414
34415         * crypt/crypt-private.h: Include stdbool.h.
34416         (_ufc_setup_salt_r): Return bool.
34417         * crypt/crypt-entry.c: Include errno.h.
34418         (__crypt_r): Return NULL with EINVAL for bad salt.
34419         * crypt/crypt_util.c (bad_for_salt): New.
34420         (_ufc_setup_salt_r): Check that salt is long enough and within
34421         the specified alphabet.
34422         * crypt/badsalttest.c: New file.
34423         * crypt/Makefile (tests): Add it.
34424         ($(objpfx)badsalttest): New.
34425
34426 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34427
34428         * NEWS: Add entry for BZ #14602.
34429
34430 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34431
34432         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34433         type-generic.
34434         * math/libm-test.inc: Update comment listing what functions and
34435         macros are tested.
34436         (isgreater_test): New function.
34437         (isgreaterequal_test): Likewise.
34438         (isless_test): Likewise.
34439         (islessequal_test): Likewise.
34440         (islessgreater_test): Likewise.
34441         (isunordered_test): Likewise.
34442         (main): Call the new functions.
34443
34444 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34445
34446         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34447         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34448         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34449         * sysdeps/i386/configure: Regenerated.
34450         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34451         * sysdeps/mach/configure: Regenerated.
34452         * sysdeps/mach/hurd/configure: Regenerated.
34453         * sysdeps/powerpc/configure: Regenerated.
34454         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34455         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34456         * sysdeps/s390/s390-32/configure: Regenerated.
34457         * sysdeps/s390/s390-64/configure: Regenerated.
34458         * sysdeps/sh/configure: Regenerated.
34459         * sysdeps/sparc/configure: Regenerated.
34460         * sysdeps/unix/sysv/linux/configure: Regenerated.
34461         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34462         * sysdeps/x86_64/configure: Regenerated.
34463
34464         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34465         defined.  Don't check if MAP is NULL.
34466
34467 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34468
34469         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34470         (_G_stat64): Likewise.
34471         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34472         (_G_stat64): Likewise.
34473         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34474         instead of struct _G_stat64.
34475         * libio/fileops.c (mmap_remap_check): Likewise.
34476         (decide_maybe_mmap): Likewise.
34477         (_IO_new_file_seekoff): Likewise.
34478         (_IO_file_stat): Likewise.
34479         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34480         _G_off64_t.
34481         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34482         instead of struct _G_stat64.
34483         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34484
34485 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34486
34487         [BZ #14602]
34488         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34489         Replace with ...
34490         (CHECK_EOL): New macro.
34491         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34492         CHECK_EOL.
34493         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34494         Replace with CHECK_EOL.
34495         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34496         Replace with CHECK_EOL.
34497
34498 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34499
34500         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34501         type-generic.
34502         * math/libm-test.inc: Update comment listing what functions and
34503         macros are tested.
34504         (finite_test): New function.
34505         (isinf_test): Likewise.
34506         (isnan_test): Likewise.
34507         (fpclassify_test): Test subnormal input.
34508         (isfinite_test): Likewise.
34509         (isnormal_test): Likewise.
34510         (main): Call the new functions.
34511
34512 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34513
34514         [BZ #14660]
34515         * Makerules (%.dynsym): Force C locale when running
34516         $(OBJDUMP) --dynamic-syms.
34517
34518 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34519
34520         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34521         <stdint.h>.
34522
34523 2012-10-06  David S. Miller  <davem@davemloft.net>
34524
34525         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34526         upper 32-bits of the length value in %o2 since we use branch-on-register
34527         tests which consider the entire 64-bit register.
34528
34529 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34530
34531         * string/test-strstr.c (check2): Add a test for page boundary.
34532
34533 2012-10-05  David S. Miller  <davem@davemloft.net>
34534
34535         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34536         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34537         file.
34538         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34539         sysdep_routines.
34540         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34541         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34542         and bzero when HWCAP_SPARC_CRYPTO is present.
34543
34544 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34545
34546         [BZ #14602]
34547         * string/test-strstr.c (check2): New function.
34548         (test_main): Call check2.
34549
34550         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34551         and bug-strchr1.
34552         * string/bug-strcasestr1.c (do_test): Moved to ...
34553         * string/test-strcasestr.c (check1): Here.  New function.
34554         (do_one_test): Break out result checking code into ...
34555         (check_result): This.  New function.
34556         (do_one_test): Call check_result.
34557         (test_main): Call check1.
34558         * string/bug-strchr1.c (do_test): Moved to ...
34559         * string/test-strchr.c (check1): Here.  New function.
34560         (do_one_test): Break out result checking code into ...
34561         (check_result): This.  New function.
34562         (do_one_test): Call check_result.
34563         (test_main): Call check1.
34564         * string/bug-strstr1.c (main): Moved to ...
34565         * string/test-strstr.c (check1): Here.  New function.
34566         (do_one_test): Break out result checking code into ...
34567         (check_result): This.  New function.
34568         (do_one_test): Call check_result.
34569         (test_main): Call check1.
34570         * string/bug-strcasestr1.c: Removed.
34571         * string/bug-strchr1.c: Likewise.
34572         * string/bug-strstr1.c: Likewise.
34573
34574         * elf/Makefile (dl-routines): Add hwcaps.
34575         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34576         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34577         (_dl_important_hwcaps): Moved to ...
34578         * elf/dl-hwcaps.c: Here.  New file.
34579         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34580
34581         [BZ #14557]
34582         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34583         if IS_IN_rtld isn't defined.
34584
34585         * elf/dl-support.c (_dl_sysinfo_map): New.
34586         Include "get-dynamic-info.h" and "setup-vdso.h".
34587         (_dl_non_dynamic_init): Call setup_vdso.
34588         * elf/dynamic-link.h: Don't include <assert.h>.
34589         (elf_get_dynamic_info): Moved to ...
34590         * elf/get-dynamic-info.h: Here.  New file.
34591         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34592         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34593         * elf/setup-vdso.h: Here.  New file.
34594         * elf/rtld.c: Include "setup-vdso.h".
34595         (dl_main): Call setup_vdso.
34596
34597 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34598
34599         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34600         creal in comment listing functions tested.  List finite, isinf,
34601         isnan, isless, islessequal, isgreater, isgreaterequal,
34602         islessgreater, isunordered, lgamma_r and pow10 as functions and
34603         macros not tested.  Mention which functions not tested are aliases
34604         for other functions.  Fix typo.  Note that signs of NaNs are not
34605         tested.
34606
34607         * scripts/config.guess: Update from config.git.
34608         * scripts/config.sub: Likewise.
34609
34610 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34611
34612         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34613         * misc/madvise.c (madvise): Renamed to __madvise.
34614         Make madvise a weak alias.
34615         * include/sys/mman.h: Declare __madvise.
34616         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34617         * sysdeps/unix/syscalls.list
34618         (madvise): Make __madvise the strong name, and madvise a weak alias.
34619         * sysdeps/unix/sysv/linux/syscalls.list
34620         (madvise, mmap): Remove redundant entries.
34621         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34622         * malloc/malloc.c (mtrim): Likewise.
34623         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34624
34625 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34626
34627         * sysdeps/mach/hurd/dl-cache.c: File removed.
34628         * config.h.in (USE_LDCONFIG): New #undef.
34629         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34630         * configure: Regenerated.
34631         * elf/Makefile (dl-routines): Add dl-cache only under
34632         [$(use-ldconfig) = yes].
34633         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34634         cache on [USE_LDCONFIG].
34635         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34636         [USE_LDCONFIG].
34637         * elf/rtld.c (dl_main): Likewise.
34638
34639 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34640
34641         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34642         _SC_LEVEL4_CACHE_LINESIZE.
34643
34644 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34645
34646         * sysdeps/unix/bsd/confstr.h: File removed.
34647
34648 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34649
34650         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34651         sys/sdt-config.h.
34652
34653 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34654
34655         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34656         Make 'mapoff' field ElfW(Off) rather than off_t.
34657
34658 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34659
34660         * nscd/Makefile: Remove nscd-cflags and all its users.
34661         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34662         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34663
34664         [BZ #10631]
34665         * malloc.c (malloc_printerr): Clarify error message.
34666
34667 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34668
34669         [BZ #14648]
34670         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34671         Set bit_FMA_Usable if FMA is supported.
34672         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34673         macro.
34674         (bit_FMA4_Usable): Updated.
34675         (index_FMA_Usable): New macro.
34676         (CPUID_FMA): Likewise
34677         (HAS_FMA): Defined with bit_FMA_Usable.
34678
34679 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34680
34681         * bits/types.h (__swblk_t): Type removed.
34682         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34683         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34684         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34685         (__SWBLK_T_TYPE): Likewise.
34686         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34687         (__SWBLK_T_TYPE): Likewise.
34688         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34689         (__SWBLK_T_TYPE): Likewise.
34690         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34691         (__SWBLK_T_TYPE): Likewise.
34692
34693 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34694             Honza Horak <hhorak@redhat.com>
34695
34696         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34697         (xdr_mapname): Use YPMAXMAP as maxsize.
34698         (xdr_peername): Use YPMAXPEER as maxsize.
34699         (xdr_keydat): Use YPAXRECORD as maxsize.
34700         (xdr_valdat): Use YPMAXRECORD as maxsize.
34701
34702 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34703
34704         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34705
34706         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34707         * csu/init-first.c: ... here.
34708         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34709         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34710         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34711         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34712         * sysdeps/i386/init-first.c: File removed.
34713         * sysdeps/sh/init-first.c: File removed.
34714
34715 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34716
34717         [BZ #14645]
34718         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34719         if x * y might underflow to zero and z is zero.
34720         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34721         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34722         * math/libm-test.inc (min_subnorm_value): New variable.
34723         (fma_test): Add more tests.
34724         (fma_test_towardzero): Likewise.
34725         (fma_test_downward): Likewise
34726         (fma_test_upward): Likewise.
34727         (initialize): Set min_subnorm_value.
34728
34729 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34730
34731         [BZ #14638]
34732         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34733         0 + 0.
34734         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34735         mode for addition resulting in exact zero.
34736         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34737         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34738         exact 0 + 0.
34739         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34740         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34741         * math/libm-test.inc (fma_test): Add more tests.
34742         (fma_test_towardzero): New function.
34743         (fma_test_downward): Likewise.
34744         (fma_test_upward): Likewise.
34745         (main): Call the new functions.
34746
34747 2012-09-28  David S. Miller  <davem@davemloft.net>
34748
34749         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34750
34751 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34752
34753         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34754         instead of SIGALRM.
34755
34756         * sysdeps/gnu/_G_config.h: Moved to ...
34757         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34758         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34759         * sysdeps/generic/_G_config.h: ... here.
34760
34761         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34762
34763         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34764
34765         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34766         Conditionalize target on [libnss_test1.so-version].
34767
34768         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34769
34770         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34771         (elfobjdir): Move out of conditionals.
34772
34773         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34774         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34775         (__nss_lookup_function): Conditionalize label remove_from_tree on
34776         [!DO_STATIC_NSS || SHARED], matching its only use.
34777
34778 2012-09-28  David S. Miller  <davem@davemloft.net>
34779
34780         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34781         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34782         file.
34783         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34784         sysdep_routines.
34785         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34786         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34787         when HWCAP_SPARC_CRYPTO is present.
34788
34789 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34790
34791         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34792
34793 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34794
34795         [BZ #6530]
34796         * stdio-common/vfprintf.c (process_string_arg): Revert
34797         2000-07-22 change.
34798
34799 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34800
34801         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34802         for testcase.
34803         * stdio-common/tst-sprintf.c: Include <locale.h>
34804         (main): Test sprintf's handling of incomplete multibyte
34805         characters.
34806
34807 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34808
34809         * elf/dl-runtime.c (VERSYMIDX): Removed.
34810         * elf/dl-version.c (VERSYMIDX): Likewise.
34811         * elf/do-rel.h (VERSYMIDX): Likewise.
34812         (VALIDX): Likewise.
34813         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34814         * elf/rtld.c (VALIDX): Likewise.
34815         (ADDRIDX): Likewise.
34816         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34817         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34818         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34819         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34820         (VALIDX): Likewise.
34821         (ADDRIDX): Likewise.
34822
34823 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34824
34825         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34826
34827 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34828
34829         [BZ #11438]
34830         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34831         to global scope.
34832         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34833         addresses are in the same scope as 192.0.2/24.
34834         * posix/gai.conf: Document new scope table defaults.
34835
34836 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34837
34838         [BZ #5298]
34839         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34840         for ftell.  Compute offsets from write pointers instead.
34841         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34842
34843 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34844
34845         [BZ #14543]
34846         * libio/Makefile (tests): New test case tst-fseek.
34847         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34848         combination works in wide mode.
34849         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34850         state when the external buffer state changes.
34851
34852 2012-09-27  David S. Miller  <davem@davemloft.net>
34853
34854         [BZ #14376]
34855         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34856         pass reloc->r_addend in as the 'high' argument to
34857         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34858
34859         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34860
34861 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34862
34863         * rt/tst-aio2.c: Include <pthread.h>.
34864         * rt/tst-aio3.c: Likewise.
34865
34866 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34867
34868         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34869
34870 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34871
34872         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34873         contents on [SHARED].
34874
34875 2012-09-26  Marek Polacek  <polacek@redhat.com>
34876
34877         [BZ #14530]
34878         [BZ #13741]
34879         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34880         for C++ and GCC <4.3 as well as for non GCC compilers.
34881
34882 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34883
34884         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34885
34886 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34887
34888         * Makefile.in (all, install): Declare with .PHONY.
34889         Reported by Michael Hope <michael.hope@linaro.org>.
34890
34891 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34892
34893         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34894         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34895         system header.
34896         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34897         Likewise.
34898         (sydep_routines): Add the new and the internal functions.
34899         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34900         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34902         (GLIBC_2.17): Add the new function.
34903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34904         (GLIBC_2.17): Likewise.
34905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34906         (GLIBC_2.17): Likewise.
34907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34908         (GLIBC_2.17): Likewise.
34909         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34910
34911 2012-09-25  Alan Modra  <amodra@gmail.com>
34912
34913         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34914         Add release barrier before setting once_control to say
34915         initialisation is done.  Add hints on lwarx.  Use macro in
34916         place of isync.
34917         (clear_once_control): Add release barrier.
34918
34919 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34920
34921         [BZ #13629]
34922         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34923         specially.
34924         * math/s_clog10.c (__clog10): Likewise.
34925         * math/s_clog10f.c (__clog10f): Likewise.
34926         * math/s_clog10l.c (__clog10l): Likewise.
34927         * math/s_clogf.c (__clogf): Likewise.
34928         * math/s_clogl.c (__clogl): Likewise.
34929         * math/Makefile (libm-calls): Add x2y2m1.
34930         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34931         (__x2y2m1): Likewise.
34932         (__x2y2m1l): Likewise.
34933         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34934         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34935         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34936         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34937         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34938         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34939         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34940         * sysdeps/i386/fpu/libm-test-ulps: Update.
34941         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34942
34943         [BZ #14621]
34944         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34945         int as type of variable DEPTH.
34946         (glob): Use size_t instead of int as type of variables NEWCOUNT
34947         and OLD_PATHC.
34948
34949 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34950
34951         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34952         Add s_sincosf-sse2.
34953         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34954         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34955         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34956         macros for using routine as __sincosf_ia32.
34957         Use macro for function declaration and weak_alias.
34958         * sysdeps/i386/fpu/libm-test-ulps: Update.
34959
34960         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34961         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34962
34963         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34964         subnormal argument.
34965         * math/s_cexpf.c (__cexpf): Likewise.
34966         * math/s_csinf.c (__csinf): Likewise.
34967         * math/s_csinhf.c (__csinhf): Likewise.
34968         * math/s_ctanf.c (__ctanf): Likewise.
34969         * math/s_ctanhf.c (__ctanhf): Likewise.
34970         * math/s_ccosh.c (__ccoshf): Likewise.
34971         * math/s_cexp.c (__cexpl): Likewise.
34972         * math/s_csin.c (__csin): Likewise.
34973         * math/s_csinh.c (__csinh): Likewise.
34974         * math/s_ctan.c (__ctan): Likewise.
34975         * math/s_ctanh.c (ctanh): Likewise.
34976         * math/s_ccoshl.c (__ccoshl): Likewise.
34977         * math/s_cexpl.c (__cexpl): Likewise.
34978         * math/s_csinl.c (__csinl): Likewise.
34979         * math/s_csinhl.c (__csinhl): Likewise.
34980         * math/s_ctanl.c (__ctanl): Likewise.
34981         * math/s_ctanhl.c (__ctanhl): Likewise.
34982
34983 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34984
34985         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34986         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34987         (_IO_off_t): Define to __off_t, not _G_off_t.
34988         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34989         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34990         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34991         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34992         type of __dummy and __dummy2 fields.
34993         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34994         (_G_ssize_t): Likewise.
34995         (_G_off_t): Likewise.
34996         (_G_pid_t): Likewise.
34997         (_G_uid_t): Likewise.
34998         (_G_wchar_t): Likewise.
34999         (_G_wint_t): Likewise.
35000         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
35001         (_G_ssize_t): Likewise.
35002         (_G_off_t): Likewise.
35003         (_G_pid_t): Likewise.
35004         (_G_uid_t): Likewise.
35005         (_G_wchar_t): Likewise.
35006         (_G_wint_t): Likewise.
35007         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
35008         (_G_ssize_t): Likewise.
35009         (_G_off_t): Likewise.
35010         (_G_pid_t): Likewise.
35011         (_G_uid_t): Likewise.
35012         (_G_wchar_t): Likewise.
35013         (_G_wint_t): Likewise.
35014
35015 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35016
35017         * malloc/arena.c: Include malloc-sysdep.h.
35018         (shrink_heap): Use check_may_shrink_heap to decide if madvise
35019         is sufficient to shrink the heap or an unmap is needed.
35020         * sysdeps/generic/malloc-sysdep.h: New file.  Define
35021         new function check_may_shrink_heap.
35022         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
35023         new function check_may_shrink_heap.
35024
35025 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35026
35027         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
35028         comments.
35029
35030 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
35031
35032         * catgets/test-gencat.sh: Add "set -e".
35033         * elf/tst-pathopt.sh: Likewise.
35034         * grp/tst_fgetgrent.sh: Likewise.
35035         * iconvdata/run-iconv-test.sh: Likewise.
35036         * intl/tst-gettext.sh: Likewise.
35037         * intl/tst-gettext2.sh: Likewise.
35038         * intl/tst-gettext4.sh: Likewise.
35039         * intl/tst-gettext6.sh: Likewise.
35040         * intl/tst-translit.sh: Likewise.
35041         * io/ftwtest-sh: Likewise.
35042         * libio/test-freopen.sh: Likewise.
35043         * malloc/tst-mtrace.sh: Likewise.
35044         * posix/globtest.sh: Likewise.
35045         * posix/tst-getconf.sh: Likewise.
35046         * posix/wordexp-tst.sh: Likewise.
35047         * stdio-common/tst-printf.sh: Likewise.
35048         * stdio-common/tst-unbputc.sh: Likewise.
35049         * stdlib/tst-fmtmsg.sh: Likewise.
35050         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35051         * catgets/Makefile: Do not specify -e option when running
35052         testsuite shell scripts.
35053         * elf/Makefile: Likewise.
35054         * grp/Makefile: Likewise.
35055         * iconvdata/Makefile: Likewise.
35056         * intl/Makefile: Likewise.
35057         * io/Makefile: Likewise.
35058         * libio/Makefile: Likewise.
35059         * malloc/Makefile: Likewise.
35060         * posix/Makefile: Likewise.
35061         * stdio-common/Makefile: Likewise.
35062         * stdlib/Makefile: Likewise.
35063         * sysdeps/x86_64/Makefile: Likewise.
35064
35065         * io/ftwtest-sh: Add copyright header.
35066         * posix/globtest.sh: Likewise.
35067         * posix/tst-getconf.sh: Likewise.
35068         * posix/wordexp-tst.sh: Likewise.
35069         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35070
35071 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
35072
35073         [BZ #13679]
35074         * Makeconfig (+link): Defined as $(+link-static) if
35075         $(build-shared) isn't yes.
35076         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
35077         isn't yes.
35078         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
35079
35080         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
35081
35082         [BZ #14562]
35083         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
35084         new chunk size with MALLOC_ALIGN_MASK.
35085
35086 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
35087
35088         [BZ #5044]
35089         * stdio-common/printf_fphex.c: Include <stdbool.h> and
35090         <rounding-mode.h>.
35091         (__printf_fphex): Determine rounding using get_rounding_mode and
35092         round_away.
35093         * stdio-common/tst-printf-round.c (struct hex_test): New
35094         structure.
35095         (hex_tests): New variable.
35096         (test_hex_in_one_mode): New function.
35097         (do_test): Also run tests for hex float output.
35098
35099 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
35100
35101         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35102         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35103         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
35104         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35105         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35106         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
35107         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35108         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35109
35110 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
35111
35112         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
35113         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
35114         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
35115         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
35116
35117 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
35118
35119         [BZ #14579]
35120         * elf/rtld.c (dl_main): Limit the check for self loading to normal
35121         mode only.
35122         * elf/tst-rtld-load-self.sh: New test.
35123         * elf/Makefile: Run it.
35124
35125 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
35126
35127         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
35128         (tst-writev-ENV): Remove.
35129         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
35130
35131 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
35132
35133         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
35134
35135 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
35136
35137         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
35138         unconditional.
35139         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
35140         Likewise.
35141         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
35142         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
35143         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
35144         Likewise.
35145
35146 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
35147
35148         [BZ #14587]
35149         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
35150         * config.make.in (have-cpp-asm-debuginfo): Removed.
35151         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
35152         * configure: Regenerated.
35153
35154 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
35155
35156         [BZ #5044]
35157         * stdio-common/printf_fp.c: Include <stdbool.h> and
35158         <rounding-mode.h>.
35159         (___printf_fp): Determine rounding using get_rounding_mode and
35160         round_away.
35161         * stdio-common/tst-printf-round.c: New file.
35162         * stdio-common/Makefile (tests): Add tst-printf-round.
35163         (link-libm): New variable.
35164         ($(objpfx)tst-printf-round): Depend in $(link-libm).
35165
35166 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
35167
35168         [BZ #14576]
35169         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
35170         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
35171         Likewise.
35172         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
35173         Likewise.
35174
35175 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
35176
35177         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35178         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35179         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35180         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35181
35182 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
35183
35184         [BZ #14518]
35185         * include/rounding-mode.h: New file.
35186         * sysdeps/generic/get-rounding-mode.h: Likewise.
35187         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35188         * stdlib/strtod_l.c: Include <rounding-mode.h>.
35189         (MAX_VALUE): New macro.
35190         (MIN_VALUE): Likewise.
35191         (overflow_value): New function.
35192         (underflow_value): Likewise.
35193         (round_and_return): Use overflow_value and underflow_value to
35194         determine return values in overflow and underflow cases.  Use
35195         round_away to determine rounding depending on rounding mode.
35196         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35197         determine return values in overflow and underflow cases.
35198         * stdlib/tst-strtod-round.c: Include <fenv.h>.
35199         (struct test_results): New structure.
35200         (struct test): Use struct test_results to store expected results
35201         for all rounding modes.
35202         (TEST): Include expected results for all rounding modes.
35203         (test_in_one_mode): New function.
35204         (do_test): Use test_in_one_mode to compute and check results.
35205         Check results for all rounding modes.
35206         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35207         $(link-libm).
35208
35209 2012-12-09  Allan McRae  <allan@archlinux.org>
35210
35211         * sysdeps/i386/fpu/libm-test-ulps: Update
35212
35213 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
35214
35215         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35216         (_G_int32_t): Likewise.
35217         (_G_uint16_t): Likewise.
35218         (_G_uint32_t): Likewise.
35219         (_G_HAVE_BOOL): Likewise.
35220         (_G_HAVE_ATEXIT): Likewise.
35221         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35222         (_G_HAVE_IO_FILE_OPEN): Likewise.
35223         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35224         (_G_int32_t): Likewise.
35225         (_G_uint16_t): Likewise.
35226         (_G_uint32_t): Likewise.
35227         (_G_HAVE_BOOL): Likewise.
35228         (_G_HAVE_ATEXIT): Likewise.
35229         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35230         (_G_HAVE_IO_FILE_OPEN): Likewise.
35231         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35232         (_G_int32_t): Likewise.
35233         (_G_uint16_t): Likewise.
35234         (_G_uint32_t): Likewise.
35235         (_G_HAVE_BOOL): Likewise.
35236         (_G_HAVE_ATEXIT): Likewise.
35237         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35238         (_G_HAVE_IO_FILE_OPEN): Likewise.
35239
35240 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
35241
35242         * csu/libc-tls.c: Update copyright years.
35243
35244 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
35245
35246         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35247         [!_G_USING_THUNKS]: Remove conditional code.
35248         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35249         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35250
35251         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35252         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35253         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35254         (_G_VTABLE_LABEL_PREFIX): Likewise.
35255         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35256         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35257         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35258         (_G_VTABLE_LABEL_PREFIX): Likewise.
35259         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35260         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35261         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35262         (_G_VTABLE_LABEL_PREFIX): Likewise.
35263         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35264
35265 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35266
35267         * libio/Makefile: Include ../Makeconfig before tests.
35268         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35269         only if $(build-shared) is yes.
35270
35271         * iconv/gconv_db.c: Update copyright years.
35272
35273 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35274
35275         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35276         unwind info if defined PIC. Fix special cases description.
35277         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35278
35279         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35280         DP_HI_MASK entry.
35281         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35282
35283 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35284
35285         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35286
35287         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35288         is NULL.
35289
35290         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35291         (LDLIBS-tst-chk4): This.
35292         (LDFLAGS-tst-chk5): Renamed to ...
35293         (LDLIBS-tst-chk5): This.
35294         (LDFLAGS-tst-chk6): Renamed to ...
35295         (LDLIBS-tst-chk6): This.
35296         (LDFLAGS-tst-lfschk4): Renamed to ...
35297         (LDLIBS-tst-lfschk4): This.
35298         (LDFLAGS-tst-lfschk5): Renamed to ...
35299         (LDLIBS-tst-lfschk5): This.
35300         (LDFLAGS-tst-lfschk6): Renamed to ...
35301         (LDLIBS-tst-lfschk6): This.
35302
35303         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35304         on $(common-objpfx)soversions.mk.
35305
35306 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35307
35308         [BZ #10014]
35309         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35310         example host name.
35311
35312 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35313
35314         * malloc/arena.c (arena_get_retry): New function that gets
35315         another arena for the caller to try its request on.
35316         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35317         current arena cannot fulfill the request.
35318         (__libc_memalign): Likewise.
35319         (__libc_memalign): Likewise.
35320         (__libc_pvalloc): Likewise.
35321         (__libc_calloc): Likewise.
35322
35323 2012-09-05  John Tobey  <john.tobey@gmail.com>
35324
35325         [BZ #13542]
35326         * manual/arith.texi (Operations on Complex): Fix description
35327         of carg branch cut.
35328
35329 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35330
35331         [BZ #10014]
35332         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35333         host name.
35334
35335         [BZ #10038]
35336         * manual/memory.texi (Memory): Make order of menu items match
35337         order of sections.
35338
35339 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35340
35341         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35342         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35343         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35344
35345 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35346
35347         * csu/libc-tls.c (static_dtv): Renamed to ...
35348         (_dl_static_dtv): This.  Make it global.
35349         (_dl_initial_dtv): Removed.
35350         (__libc_setup_tls): Updated.
35351         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35352         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35353         DL_INITIAL_DTV.
35354
35355 2012-09-06  Petr Machata  <pmachata@redhat.com>
35356
35357         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35358         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35359         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35360         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35361
35362 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35363
35364         [BZ #14545]
35365         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35366         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35367         freeing dtv[-1].
35368
35369 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35370
35371         [BZ #14544]
35372         * Makeconfig (link-static-before-libc): Replace $(+prector)
35373         with $(+prectorT).
35374         (link-static-after-libc): Replace $(+postctor) with
35375         $(+postctorT).
35376         (link-bounded): Replace $(+prector)/$(+postctor) with
35377         $(+prectorT)/$(+postctorT).
35378         (+prectorT): New macro.
35379         (+postctorT): Likewise.
35380
35381 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35382
35383         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35384         (round_str): Handle values above the maximum for IBM long double
35385         as inexact.
35386         * stdlib/tst-strtod-round.c (tests): Regenerated.
35387
35388 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35389
35390         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35391         assembler flag.
35392         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35393         zarch_nohighgprs around the zarch optimized routines.
35394         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35395         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35396         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35397         for zarch.
35398
35399 2012-09-05  David S. Miller  <davem@davemloft.net>
35400
35401         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35402
35403         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35404         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35405         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35406         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35407         entries.
35408
35409 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35410
35411         * malloc/arena.c: Fold copyright years.
35412         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35413
35414 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35415
35416         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35417
35418 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35419
35420         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35421
35422 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35423
35424         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35425         change internal state upon failure.
35426
35427 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35428
35429         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35430         * malloc/memusage.c (mmap): Likewise.
35431         (mmap64, mremap): Likewise.  Adjust name in comment.
35432
35433 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35434
35435         * libio/fileops.c: Fix typos in comments.
35436         * libio/oldfileops.c: Likewise.
35437         * libio/wfileops.c: Likewise.
35438
35439 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35440
35441         [BZ #1349]
35442         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35443         (tst-malloc-usable-ENV): Set environment for test case.
35444         * malloc/hooks.c (malloc_check_get_size): New function to get
35445         requested size.
35446         * malloc/malloc.c (musable): Use malloc_check_get_size.
35447         * malloc/tst-malloc-usable.c: New test case.
35448
35449 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35450
35451         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35452
35453 2012-09-05  Allan McRae  <allan@archlinux.org>
35454
35455         [BZ #13966]
35456         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35457         determine header location.
35458         * configure: Regenerated.
35459
35460 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35461
35462         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35463         float format.
35464         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35465         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35466         format.
35467         (test): Regenerate.
35468
35469 2012-09-04  David S. Miller  <davem@davemloft.net>
35470
35471         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35472         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35473         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35474
35475 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35476
35477         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35478         failures.
35479
35480         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35481
35482 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35483
35484         [BZ #9914]
35485         * libio/iogetdelim.c: Include <limits.h>.
35486         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35487         + len + 1 would overflow.
35488
35489 2012-09-03  Andreas Jaeger  <aj@suse.de>
35490
35491         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35492         * sysdeps/i386/fpu/libm-test-ulps: Update.
35493
35494 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35495
35496         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35497         Add s_sinf-sse2, s_conf-sse2.
35498
35499         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35500         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35501         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35502         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35503
35504         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35505         for using routine as __sinf_ia32.
35506         Use macro for function declaration and weak_alias.
35507         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35508         for using routine as __cosf_ia32.
35509         Use macro for function declaration and weak_alias.
35510
35511         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35512         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35513
35514         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35515         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35516         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35517
35518         * math/libm-test.inc (cos_test): Add more test cases.
35519         (sin_test): Likewise.
35520         (sincos_test): Likewise.
35521
35522 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35523
35524         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35525         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35526         hidden.
35527         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35528
35529 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35530
35531         [BZ #14538]
35532         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35533         first element of the GOT.
35534         (elf_machine_load_address): Return the difference between
35535         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35536
35537 2012-09-01  Allan McRae  <allan@archlinux.org>
35538
35539         [BZ #13412]
35540         * configure.in (AWK): Require gawk version 3.0 or later.
35541         * configure: Regenerated.
35542
35543 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35544
35545         * sysdeps/unix/sysv/linux/kernel-features.h
35546         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35547         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35548         [__NR_clock_getres]: Make code unconditional.
35549         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35550         (clock_getcpuclockid): Remove code left unreachable by removal of
35551         conditionals.
35552         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35553         code unconditional.
35554         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35555         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35556         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35557         Make code unconditional.
35558         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35559         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35560         * sysdeps/unix/sysv/linux/clock_settime.c
35561         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35562         conditional code.
35563         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35564         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35565
35566 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35567
35568         [BZ #14476]
35569         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35570         scripts/test-installation.pl.
35571
35572         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35573         and $ld_so_version if it is set.
35574
35575 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35576
35577         [BZ #14516]
35578         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35579         failure if reading from procfs failed.
35580         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35581
35582 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35583
35584         * sysdeps/unix/sysv/linux/kernel-features.h
35585         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35586         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35587         Remove conditional code.
35588         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35589         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35590         Remove conditional code.
35591         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35592         * sysdeps/unix/sysv/linux/i386/fxstat.c
35593         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35594         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35595         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35596         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35597         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35598         * sysdeps/unix/sysv/linux/i386/lxstat.c
35599         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35600         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35601         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35602         Remove conditional code.
35603         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35604         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35605         Remove conditional code.
35606         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35607         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35608         <kernel-features.h>.
35609         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35610         Remove.
35611         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35612         Remove conditional code.
35613         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35614         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35615         Remove conditional.
35616
35617 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35618
35619         [BZ #5400]
35620         * NEWS: Add fixed bug number.
35621
35622 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35623
35624         [BZ #14519]
35625         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35626         underflowing exponent in case of negative sign.
35627         * stdlib/tst-strtod-round-data: Add more tests.
35628         * stdlib/tst-strtod-round.c (tests): Regenerated.
35629
35630         [BZ #3479]
35631         * stdlib/strtod_l.c (NDIG): Remove.
35632         (HEXNDIG): Likewise.
35633         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35634         smallest representable value.
35635         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35636         lie within an exact representation of 1/2 ulp of the result.
35637         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35638         unconditionally.
35639         (TENS_P9_IDX): Define unconditionally.
35640         (TENS_P9_SIZE): Likewise.
35641         (TENS_P10_IDX): Likewise.
35642         (TENS_P10_SIZE): Likewise.
35643         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35644         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35645         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35646         entries for 10^2^13 and 10^2^14.
35647         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35648         (TENS_P13_IDX): Define.
35649         (TENS_P13_SIZE): Likewise.
35650         (TENS_P14_IDX): Likewise.
35651         (TENS_P14_SIZE): Likewise.
35652         (_fpioconst_pow10): Change array size to
35653         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35654         unconditional.
35655         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35656         1024]: Add entries for 10^2^13 and 10^2^14.
35657         [LAST_POW10 > _LAST_POW10]: Remove #error.
35658         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35659         (_fpioconst_pow10): Change array size to
35660         FPIOCONST_POW10_ARRAY_SIZE.
35661         * stdlib/gen-fpioconst.c: New file.
35662         * stdlib/gen-tst-strtod-round.c: Likewise.
35663         * stdlib/tst-strtod-round-data: Likewise.
35664         * stdlib/tst-strtod-round.c: Likewise.
35665         * stdlib/Makefile (tests): Add tst-strtod-round.
35666
35667         [BZ #14459]
35668         * stdlib/strtod_l.c: Include <stdint.h>.
35669         (NDEBUG): Do not define.
35670         (round_and_return): Change EXPONENT parameter to type intmax_t.
35671         Rearrange calculations to avoid internal overflow possibilities.
35672         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35673         Rearrange calculations to avoid internal overflow possibilities.
35674         Assert that number fits inside MPNSIZE limbs.
35675         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35676         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35677         calculations and add assertions to avoid internal overflow
35678         possibilities.  Add casts to avoid signed/unsigned operations.
35679         * stdlib/tst-strtod-overflow.c: New file.
35680         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35681
35682 2012-08-25  Marek Polacek  <polacek@redhat.com>
35683
35684         * time/time.h: Fix some typos in comments.
35685
35686 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35687
35688         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35689         * posix/tst-rfc3484-2.c: Likewise.
35690         * posix/tst-rfc3484-3.c: Likewise.
35691
35692 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35693
35694         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35695         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35696
35697 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35698
35699         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35700         #include of fxstatat64.c.
35701
35702 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35703
35704         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35705         * shadow/getspent_r.c: Likewise.
35706         * shadow/getspnam.c: Likewise.
35707         * shadow/getspnam_r.c: Likewise.
35708         * gshadow/getsgent.c: Likewise.
35709         * gshadow/getsgent_r.c: Likewise.
35710         * gshadow/getsgnam.c: Likewise.
35711         * gshadow/getsgnam_r.c: Likewise.
35712         * inet/getnetbyad.c: Likewise.
35713         * inet/getnetbyad_r.c: Likewise.
35714         * inet/getnetbynm.c: Likewise.
35715         * inet/getnetbynm_r.c: Likewise.
35716         * inet/getnetent.c: Likewise.
35717         * inet/getnetent_r.c: Likewise.
35718         * inet/getproto.c: Likewise.
35719         * inet/getproto_r.c: Likewise.
35720         * inet/getprtent.c: Likewise.
35721         * inet/getprtent_r.c: Likewise.
35722         * inet/getprtname.c: Likewise.
35723         * inet/getprtname_r.c: Likewise.
35724         * inet/getrpcbyname.c: Likewise.
35725         * inet/getrpcbyname_r.c: Likewise.
35726         * inet/getrpcbynumber.c: Likewise.
35727         * inet/getrpcbynumber_r.c: Likewise.
35728         * inet/getrpcent.c: Likewise.
35729         * inet/getrpcent_r.c: Likewise.
35730         * inet/getaliasent.c: Likewise.
35731         * inet/getaliasent_r.c: Likewise.
35732         * inet/getaliasname.c: Likewise.
35733         * inet/getaliasname_r.c: Likewise.
35734         * nscd/getgrgid_r.c: Likewise.
35735         * nscd/getgrnam_r.c: Likewise.
35736         * nscd/gethstbyad_r.c: Likewise.
35737         * nscd/gethstbynm3_r.c: Likewise.
35738         * nscd/getpwnam_r.c: Likewise.
35739         * nscd/getpwuid_r.c: Likewise.
35740         * nscd/getsrvbynm_r.c: Likewise.
35741         * nscd/getsrvbypt_r.c: Likewise.
35742         * nscd/gai.c: Likewise.
35743
35744         * configure.in (build_nscd): New substituted variable, set
35745         by --disable-build-nscd and defaults to $use_nscd.
35746         * configure: Regenerated.
35747         * config.make.in (build-nscd): New substituted variable.
35748         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35749         Change conditional to require [$(build-nscd) = yes] as well.
35750         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35751
35752         [BZ# 13696]
35753         * configure.in (use_nscd): New substituted variable, set by
35754         --disable-nscd.  If enabled, define USE_NSCD.
35755         * configure: Regenerated.
35756         * config.h.in: Add USE_NSCD.
35757         * config.make.in (use-nscd): New substituted variable.
35758         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35759         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35760         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35761         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35762         (CFLAGS-getgrnam_r.c): Likewise.
35763         (CFLAGS-initgroups.c): Likewise.
35764         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35765         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35766         Variables removed.
35767         * inet/getnetgrent_r.c
35768         (nscd_setnetgrent): New function, broken out of ...
35769         (setnetgrent): ... here.  Call it.
35770         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35771         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35772         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35773         * nscd/Makefile (routines, aux): Move definitions after include of
35774         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35775         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35776         Conditionalize on [USE_NSCD].
35777         (is_nscd, nscd_init_cb): Likewise.
35778         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35779         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35780         * nss/nss_db/db-init.c: Likewise.
35781         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35782         [USE_NSCD].
35783         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35784         (make_request): Use it.
35785         (cache_valid_p): New function.
35786         (__check_pf): Use it.
35787         * NEWS: Add item for --disable-nscd.
35788
35789 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35790
35791         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35792         to support sed >= 4.2.1-20-ga9bf076.
35793         * configure: Regenerated.
35794
35795 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35796
35797         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35798         Conditionalize whole body on [IREL].
35799
35800 2012-08-22  Jeff Law <law@redhat.com>
35801
35802         [BZ #14505]
35803         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35804         if the family is PF_UNSPEC.
35805
35806 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35807
35808         * Makerules (lib-version): Rename from V.
35809         (install-lib-nosubdir): Change V to lib-version.
35810
35811 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35812
35813         [BZ #14252]
35814         * powerpc32/power6/wcschr.c: New file.
35815         * powerpc32/power6/wcscpy.c: New file.
35816         * powerpc32/power6/wcsrchr.c: New file.
35817         * powerpc64/power6/wcschr.c: New file.
35818         * powerpc64/power6/wcscpy.c: New file.
35819         * powerpc64/power6/wcsrchr.c: New file.
35820
35821 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35822
35823         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35824         (two_way_short_needle): Use it.
35825         * string/strstr.c (AVAILABLE1_USES_J): Define.
35826         * string/strcasestr.c: Likewise.
35827
35828         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35829         array references.
35830         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35831
35832         [BZ #11607]
35833         * NEWS: Add an entry.
35834         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35835         define their defaults.
35836         (two_way_short_needle): Detect end-of-string on-the-fly.
35837         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35838         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35839         * string/bug-strcasestr1.c: New test.
35840         * string/Makefile: Run it.
35841
35842 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35843
35844         [BZ #11607]
35845         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35846         the first character.
35847
35848 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35849
35850         * csu/elf-init.c (__libc_csu_irel): Function removed.
35851         * csu/libc-start.c (apply_irel): New function.
35852         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35853
35854 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35855
35856         * sysdeps/unix/sysv/linux/kernel-features.h
35857         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35858         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35859         <kernel-features.h>.
35860         [__NR_fadvise64_64]: Make code unconditional.
35861         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35862         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35863         !__NR_fadvise64_64)]: Likewise.
35864         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35865         !__NR_fadvise64_64))]: Likewise.
35866         [__NR_fadvise64]: Make code unconditional.
35867         [!__NR_fadvise64]: Remove conditional code.
35868         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35869         <kernel-features.h>.
35870         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35871         unconditional.
35872         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35873         conditional code.
35874         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35875         not include <kernel-features.h>.
35876         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35877         unconditional.
35878         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35879         conditional code.
35880         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35881         include <kernel-features.h>.
35882         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35883         unconditional.
35884         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35885         conditional code.
35886
35887 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35888
35889         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35890         slight instruction rearrangements per scrollpipe analysis.
35891         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35892
35893 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35894
35895         * manual/syslog.texi (syslog; vsyslog, closelog):
35896         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35897         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35898
35899         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35900         DSOCAPS to match condition on defining it.
35901
35902 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35903
35904         * sysdeps/unix/sysv/linux/kernel-features.h
35905         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35906         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35907         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35908         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35910         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35911         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35913         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35914         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35915
35916         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35917         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35918
35919         * sysdeps/unix/sysv/linux/kernel-features.h
35920         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35921         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35922         unconditional.
35923         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35924         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35925         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35926         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35927         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35928         Make code unconditional.
35929         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35930         (__mmap64) [!__NR_mmap2]: Likewise.
35931         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35932         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35933         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35934         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35935         [__NR_mmap2]: Make code unconditional.
35936         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35937         (__mmap64) [!__NR_mmap2]: Likewise.
35938
35939 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35940
35941         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35942
35943 2012-08-18  Andreas Jaeger  <aj@suse.de>
35944
35945         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35946
35947 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35948
35949         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35950         * include/unistd.h (__have_sock_cloexec): Likewise.
35951         (__have_pipe2): Likewise.
35952         (__have_dup3): Likewise.
35953
35954 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35955
35956         [BZ #9685]
35957         * include/unistd.h (__have_pipe2): Change define into an extern int.
35958         (__have_dup3): Likewise.
35959         * socket/have_sock_cloexec.c: Include fcntl.h.
35960         (__have_pipe2): New variable.
35961         (__have_dup3): Likewise.
35962
35963 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35964
35965         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35966
35967 2012-08-17  Marek Polacek  <polacek@redhat.com>
35968
35969         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35970         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35971
35972 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35973
35974         * configure.in: Add AC_SUBST for sysheaders.
35975         * configure: Regenerated.
35976         * config.make.in (sysheaders): New substituted variable.
35977
35978         * sysdeps/unix/mkfifo.c: Moved ...
35979         * sysdeps/posix/mkfifo.c: ... here.
35980         * sysdeps/unix/mkfifoat.c: Moved ...
35981         * sysdeps/posix/mkfifoat.c: ... here.
35982
35983         * sysdeps/unix/utime.c: Moved ...
35984         * sysdeps/posix/utime.c: ... here.
35985
35986         * sysdeps/unix/time.c: Moved ...
35987         * sysdeps/posix/time.c: ... here.
35988         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35989         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35990
35991         * sysdeps/unix/nice.c: Moved ...
35992         * sysdeps/posix/nice.c: ... here.
35993
35994         * sysdeps/unix/alarm.c: Moved ...
35995         * sysdeps/posix/alarm.c: ... here.
35996
35997         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35998
35999 2012-08-17  Jeff Law <law@redhat.com>
36000
36001         * intl/Makefile (codeset_mo): New variable.
36002         ($(codeset_mo)): New target.
36003         (tst-codeset.out): Depend on that.  Remove explicit rule.
36004         (tst-gettext3.out, tst-gettext5.out): Likewise.
36005         (LOCPATH-ENV, tst-codeset-ENV): New variables.
36006         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
36007         * intl/tst-codeset.sh: Remove.
36008         * intl/tst-gettext3.sh: Likewise.
36009         * intl/tst-gettext5.sh: Likewise.
36010
36011 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36012
36013         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
36014         * sysdeps/unix/syscalls.list: ... here.
36015
36016         * sysdeps/posix/getaddrinfo.c
36017         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
36018         (gaiconf_init, gaiconf_reload): Use them.
36019         [!_STATBUF_ST_NSEC]
36020         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
36021         Define using time_t rather than struct timespec.
36022
36023         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
36024         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
36025         Macros removed.
36026         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
36027         [!NO_THREADS].
36028         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
36029         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
36030         Likewise.
36031
36032         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
36033         __libc_cleanup_push argument.
36034
36035         * bits/param.h: New file.
36036         * misc/sys/param.h: New file.
36037         * include/sys/param.h: New file.
36038         * misc/Makefile (headers): Add bits/param.h.
36039         * sysdeps/generic/sys/param.h: File removed.
36040         * sysdeps/unix/sysv/linux/bits/param.h: New file.
36041         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
36042         * sysdeps/mach/hurd/bits/param.h: New file.
36043         * sysdeps/mach/hurd/sys/param.h: File removed.
36044
36045         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
36046         last change.
36047
36048         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
36049         [_IO_MTSAFE_IO].
36050         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
36051         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
36052         New macros.
36053
36054         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
36055         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
36056         rather than -D_IO_MTSAFE_IO conditionally.
36057         * stdio-common/Makefile (CPPFLAGS): Likewise.
36058         * wcsmbs/Makefile (CPPFLAGS): Likewise.
36059         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
36060         Use $(libio-mtsafe).
36061         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
36062         of -D_IO_MTSAFE_IO.
36063         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
36064         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
36065         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
36066         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
36067         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
36068         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
36069         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
36070         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
36071         (CFLAGS-fread_u_chk.c): Likewise.
36072         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
36073         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
36074         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
36075         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
36076         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
36077         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
36078         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
36079         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
36080         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
36081
36082         * libio/Makefile: Test [$(libc-reentrant) = yes]
36083         instead of [$(filter %REENTRANT, $(defines)) nonempty].
36084
36085         * Makeconfig
36086         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
36087         * sysdeps/pthread/configure: File removed.
36088         * sysdeps/pthread/Makeconfig: New file.
36089         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
36090         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
36091
36092 2012-08-16  Gary Benson  <gbenson@redhat.com>
36093
36094         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
36095         unmapping the first object in a namespace.
36096
36097 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36098
36099         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
36100         (__internal_setnetgrent): ... this.  Add internal_function to
36101         definition.  Add libc_hidden_def.
36102         (setnetgrent): Update caller.
36103         (internal_endnetgrent): Renamed to ...
36104         (__internal_endnetgrent): ... this.  Add internal_function to
36105         definition.  Add libc_hidden_def.
36106         (endnetgrent): Update caller.
36107         (internal_getnetgrent_r): Renamed to ...
36108         (__internal_getnetgrent_r): ... this.  Add internal_function to
36109         definition.  Add libc_hidden_def.
36110         (__getnetgrent_r): Update caller.
36111         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
36112
36113 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36114
36115         * stdlib/longlong.h: Update from GCC.
36116
36117 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36118
36119         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
36120         on _QL, which is set by umul_ppmm but never used.
36121         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
36122         variables, which are set by GMP macros but never used.
36123         * stdio-common/_itowa.c (_itowa): Likewise.
36124         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
36125         * stdlib/mod_1.c (mpn_mod_1): Likewise.
36126
36127 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
36128
36129         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
36130         struct La_sh_regs is not constant.
36131         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
36132         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
36133         and struct La_sparc64_regs are not constant.
36134
36135 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36136
36137         * sysdeps/unix/sysv/linux/kernel-features.h
36138         (__ASSUME_POSIX_TIMERS): Remove.
36139         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36140         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36141         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
36142         Make code unconditional.
36143         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36144         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
36145         Make code unconditional.
36146         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36147         * sysdeps/unix/sysv/linux/clock_nanosleep.c
36148         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
36149         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36150         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
36151         Make code unconditional.
36152         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36153         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
36154         (__libc_missing_posix_timers): Remove.
36155
36156 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36157
36158         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
36159         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
36160
36161         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
36162
36163         * elf/dl-sym.c: Include <stdlib.h>.
36164
36165         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
36166         constants, which avoids warnings in 32-bit builds.
36167
36168         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
36169         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
36170
36171         * misc/lseek.c: File moved to ...
36172         * io/lseek.c: ... here.
36173
36174         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
36175
36176         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
36177         shifting LEN more than 31 bits at once.
36178
36179 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36180
36181         [BZ #14195]
36182         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36183         segmentation fault for a case of two empty input strings.
36184         * string/test-strncasecmp.c (check1): Renamed to...
36185         (bz12205): ...this.
36186         (bz14195): Add new testcase for two empty input strings and N > 0.
36187         (test_main): Call new testcase, adapt for renamed function.
36188
36189 2012-08-15  Andreas Jaeger  <aj@suse.de>
36190
36191         [BZ #14090]
36192         * crypt/md5test2.c: New test, based on test supplied by Serge
36193         Belyshev <belyshev@depni.sinp.msu.ru>.
36194         * crypt/Makefile (xtests): Add md5test-giant..
36195         * crypt/Makefile ($(objpfx)md5test-giant): Add.
36196
36197 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36198
36199         [BZ #14090]
36200         * crypt/md5.c (md5_process_block): Don't assume the buffer
36201         length is less than 2**32.
36202         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36203         length is less than 2**64.
36204
36205 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36206
36207         * string/str-two-way.h: Include <sys/param.h>.
36208         (MAX): Macro removed.
36209
36210         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36211         Move #define and #undef of memmove to just before and after
36212         including <string.h>.
36213
36214         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36215         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36216         and after including <string.h>.  Move declarations of
36217         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36218         to before #include "string/memmove.c".
36219
36220         * include/dirent.h: Declare __getdirentries.
36221
36222         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36223         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36224
36225 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
36226
36227         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36228         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36229         * sysdeps/i386/configure: Regenerated.
36230         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36231         STABS_CURRENT_FILE, and STABS_FUN.
36232         (END): Remove call to STABS_FUN_END.
36233         (STABS_CURRENT_FILE1): Delete.
36234         (STABS_CURRENT_FILE): Likewise.
36235         (STABS_FUN): Likewise.
36236         (STABS_FUN_END): Likewise.
36237         (STABS_FUN2): Likewise.
36238         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36239         * sysdeps/x86_64/configure: Regenerated.
36240
36241 2012-08-14  Roland McGrath  <roland@hack.frob.com>
36242
36243         * elf/dl-open.c: Include <atomic.h>.
36244         * elf/dl-lookup.c: Likewise.
36245
36246 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
36247
36248         * sysdeps/unix/sysv/linux/kernel-features.h
36249         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36250         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36251         unconditionally.
36252         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36253         unconditionally.
36254         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36255         condition on __ASSUME_CLONE_THREAD_FLAGS.
36256
36257 2012-08-14  Andreas Jaeger  <aj@suse.de>
36258
36259         * sysdeps/i386/fpu/libm-test-ulps: Update.
36260
36261 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36262
36263         * include/atomic.h (atomic_exchange_and_add): Split into ...
36264         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36265         New atomic macros.
36266
36267 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36268
36269         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36270
36271 2012-08-13  Jeff Law <law@redhat.com>
36272
36273         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36274         null byte in the output string.
36275
36276 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36277
36278         * sysdeps/unix/sysv/linux/kernel-features.h
36279         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36280         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36281         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36282         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36283         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36284         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36285         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36286
36287 2012-08-09  Jeff Law <law@redhat.com>
36288
36289         [BZ #13939]
36290         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36291         When avoid_arena is set, don't retry in the that arena.  Pick the
36292         next one, whatever it might be.
36293         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36294         (arena_lock): Pass in new parameter to arena_get2.
36295         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36296         arena_get2.
36297         (__libc_malloc): Unify retrying after main arena failure with
36298         __libc_memalign version.
36299         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36300
36301 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36302
36303         [BZ #14166]
36304         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36305         to __redirect_strstr.
36306         (__strstr_sse42): Use typeof __redirect_strstr.
36307         (__strstr_ia32): Likewise.
36308         (__libc_strstr): New prototype.
36309         (strstr): Renamed to ...
36310         (__libc_strstr): This.
36311         (strstr): New strong alias of __libc_strstr.
36312         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36313         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36314         __redirect_time.
36315         Include <time.h>.
36316         (__libc_time): New prototype.
36317         (time_ifunc): Replace time with __libc_time.
36318         (time): New strong alias and hidden definition of __libc_time.
36319         (__GI_time): Remove strong alias.
36320         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36321         Include <stddef.h>.
36322         (memmove): Redefined to __redirect_memmove.
36323         (__memmove_sse2): Use typeof __redirect_memmove.
36324         (__memmove_ssse3): Likewise.
36325         (__memmove_ssse3_back): Likewise.
36326         (__libc_memmove): New prototype.
36327         (memmove): Renamed to ...
36328         (__libc_memmove): This.
36329         (memmove): New strong alias of __libc_memmove.
36330
36331 2012-08-08  Mark Salter  <msalter@redhat.com>
36332
36333         * elf/elf.h
36334         (R_MN10300_TLS_GD): Define.
36335         (R_MN10300_TLS_LD): Likewise.
36336         (R_MN10300_TLS_LDO): Likewise.
36337         (R_MN10300_TLS_GOTIE): Likewise.
36338         (R_MN10300_TLS_IE): Likewise.
36339         (R_MN10300_TLS_LE): Likewise.
36340         (R_MN10300_TLS_DTPMOD): Likewise.
36341         (R_MN10300_TLS_DTPOFF): Likewise.
36342         (R_MN10300_TLS_TPOFF): Likewise.
36343         (R_MN10300_SYM_DIFF): Likewise.
36344         (R_MN10300_ALIGN): Likewise.
36345         (R_MN10300_NUM): Update.
36346
36347 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36348
36349         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36350         Remove.
36351
36352 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36353
36354         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36355
36356         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36357         sysdeps/unix -> sysdeps/posix move.
36358         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36359
36360 2012-08-07      Allan McRae     <allan@archlinux.org>
36361
36362         [BZ #14303]
36363         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36364         (SUNOS_CPP): Likewise.
36365         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36366         not found.
36367         (open_input): Call CPP using execvp.
36368
36369 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36370
36371         * sysdeps/unix/sysv/linux/kernel-features.h
36372         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36373         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36374         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36375         (__ASSUME_WAITID_SYSCALL): Likewise.
36376         * sysdeps/unix/sysv/linux/dl-execstack.c
36377         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36378         code unconditional.
36379         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36380         conditional code.
36381         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36382         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36383         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36384         code.
36385         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36386         unconditional.
36387         [__ASSUME_WAITID_SYSCALL]: Likewise.
36388         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36389
36390 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36391
36392         * sysdeps/unix/closedir.c: Renamed to ...
36393         * sysdeps/posix/closedir.c: ... here.
36394         * sysdeps/unix/dirfd.c: Renamed to ...
36395         * sysdeps/posix/dirfd.c: ... here.
36396         * sysdeps/unix/dirstream.h: Renamed to ...
36397         * sysdeps/posix/dirstream.h: ... here.
36398         * sysdeps/unix/fdopendir.c: Renamed to ...
36399         * sysdeps/posix/fdopendir.c: ... here.
36400         * sysdeps/unix/opendir.c: Renamed to ...
36401         * sysdeps/posix/opendir.c: ... here.
36402         * sysdeps/unix/readdir.c: Renamed to ...
36403         * sysdeps/posix/readdir.c: ... here.
36404         * sysdeps/unix/readdir_r.c: Renamed to ...
36405         * sysdeps/posix/readdir_r.c: ... here.
36406         * sysdeps/unix/rewinddir.c: Renamed to ...
36407         * sysdeps/posix/rewinddir.c: ... here.
36408         * sysdeps/unix/seekdir.c: Renamed to ...
36409         * sysdeps/posix/seekdir.c: ... here.
36410         * sysdeps/unix/telldir.c: Renamed to ...
36411         * sysdeps/posix/telldir.c: ... here.
36412         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36413         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36414         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36415         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36416
36417         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36418         * bits/fcntl.h: ... here.
36419
36420         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36421         not 0.
36422         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36423         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36424         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36425         (struct flock): Move l_start, l_len to the beginning.
36426         Use __pid_t for l_pid.
36427         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36428         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36429         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36430         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36431         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36432         [__USE_LARGEFILE64] (struct flock64): New type.
36433         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36434
36435         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36436         * bits/dirent.h: ... here.
36437
36438         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36439         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36440
36441 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36442
36443         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36444         Change from 2.6.0 to 2.6.16.
36445         * sysdeps/unix/sysv/linux/configure: Regenerated.
36446         * sysdeps/unix/sysv/linux/kernel-features.h
36447         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36448         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36449         version.
36450         (__ASSUME_UTIMES): Likewise.
36451         (__ASSUME_CLONE_STOPPED): Remove.
36452         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36453         architectures, not kernel version.
36454         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36455         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36456         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36457         (__ASSUME_WAITID_SYSCALL): Likewise.
36458         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36459         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36460         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36461         refer to older versions.
36462
36463 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36464
36465         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36466         Define alphasort64 as an alias.
36467         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36468         Define versionsort64 as an alias.
36469         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36470         Define scandir64 as an alias.
36471         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36472         Define scandirat64 as an alias.
36473         * dirent/alphasort64.c (alphasort64):
36474         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36475         * dirent/versionsort64.c: Likewise.
36476         * dirent/scandir64.c: Likewise.
36477         * dirent/scandirat64.c: Likewise.
36478         * sysdeps/wordsize-64/alphasort.c: File removed.
36479         * sysdeps/wordsize-64/alphasort64.c: File removed.
36480         * sysdeps/wordsize-64/scandir.c: File removed.
36481         * sysdeps/wordsize-64/scandir64.c: File removed.
36482         * sysdeps/wordsize-64/scandirat.c: File removed.
36483         * sysdeps/wordsize-64/scandirat64.c: File removed.
36484         * sysdeps/wordsize-64/versionsort.c: File removed.
36485         * sysdeps/wordsize-64/versionsort64.c: File removed.
36486         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36487         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36488         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36489         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36490         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36491         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36492         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36493         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36494
36495         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36496         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36497         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36498         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36499         [defined __arch64__ || defined __sparcv9]
36500         (__INO_T_MATCHES_INO64_T): New macro.
36501         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36502         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36503         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36504         * sysdeps/unix/sysv/linux/bits/dirent.h
36505         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36506         (_DIRENT_MATCHES_DIRENT64): New macro.
36507
36508         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36509         Define lockf64 as an alias.
36510         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36511         Define fseeko64 as an alias.
36512         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36513         Define ftello64 as an alias.
36514         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36515         Define _IO_fgetpos64 and fgetpos64 as aliases.
36516         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36517         Define _IO_fsetpos64 and fsetpos64 as aliases.
36518         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36519         Conditionalize body on this.
36520         * libio/fseeko64.c: Likewise.
36521         * libio/ftello64.c: Likewise.
36522         * libio/iofgetpos64.c: Likewise.
36523         * libio/iofsetpos64.c: Likewise.
36524         * sysdeps/wordsize-64/lockf.c: File removed.
36525         * sysdeps/wordsize-64/lockf64.c: File removed.
36526         * sysdeps/wordsize-64/fseeko.c: File removed.
36527         * sysdeps/wordsize-64/fseeko64.c: File removed.
36528         * sysdeps/wordsize-64/ftello.c: File removed.
36529         * sysdeps/wordsize-64/ftello64.c: File removed.
36530         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36531         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36532         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36533         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36534         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36535         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36536         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36537         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36538         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36539         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36540         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36541         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36542         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36543         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36544
36545         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36546         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36547         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36548         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36549         [defined __arch64__ || defined __sparcv9]
36550         (__OFF_T_MATCHES_OFF64_T): New macro.
36551         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36552         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36553         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36554         (__OFF_T_MATCHES_OFF64_T): New macro.
36555
36556 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36557
36558         * stdlib/secure-getenv.c (__secure_getenv): Replace
36559         GLIBC_2_16 with GLIBC_2_17.
36560
36561 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36562
36563         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36564         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36565
36566 2012-08-03  David S. Miller  <davem@davemloft.net>
36567
36568         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36569
36570 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36571
36572         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36573         Remove.
36574         (__ASSUME_CORRECT_SI_PID): Likewise.
36575         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36576         (__ASSUME_TMPFS_NAME): Likewise.
36577         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36578         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36579         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36580         (HAVE_AUX_SECURE): Make definition unconditional.
36581         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36582         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36583
36584 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36585
36586         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36587         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36588         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36589         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36590         __eloop_threshold instead of SYMLOOP_MAX.
36591
36592         * sysdeps/generic/eloop-threshold.h: New file.
36593         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36594         of MAXSYMLINKS.
36595         * elf/chroot_canon.c (chroot_canon): Likewise.
36596
36597 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36598
36599         [BZ #13717]
36600         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36601         Change to 2.6.0 everywhere.
36602         * sysdeps/unix/sysv/linux/configure: Regenerated.
36603         * sysdeps/unix/sysv/linux/kernel-features.h
36604         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36605         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36606         kernel versions.
36607         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36608         (__ASSUME_FUTEX_REQUEUE): Remove.
36609         (__ASSUME_STATFS64): Define unconditionally.
36610         (__ASSUME_AT_SECURE): Likewise.
36611         (__ASSUME_CORRECT_SI_PID): Likewise.
36612         (__ASSUME_TGKILL): Define without depending on kernel version for
36613         i386.
36614         (__ASSUME_UTIMES): Likewise.
36615         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36616         kernel version.
36617         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36618         (__ASSUME_TMPFS_NAME): Likewise.
36619         * README: Update reference to Linux kernel versions.
36620
36621 2012-08-02  Marek Polacek  <polacek@redhat.com>
36622
36623         [BZ# 14150]
36624         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36625         libc_cv_asm_type_prefix with %.
36626         * configure: Regenerated.
36627         * include/libc-symbols.h: Remove comment about
36628         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36629         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36630         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36631         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36632         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36633         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36634         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36635         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36636         * elf/tst-unique2mod1.c: Likewise.
36637         * elf/tst-unique1mod2.c: Likewise.
36638         * elf/tst-unique1mod1.c: Likewise.
36639         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36640         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36641         Replace ASM_TYPE_DIRECTIVE with .type.
36642         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36643         * sysdeps/i386/sysdep.h: Likewise.
36644         * sysdeps/x86_64/sysdep.h: Likewise.
36645         * sysdeps/sh/sysdep.h: Likewise.
36646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36647         Do not define ASM_TYPE_DIRECTIVE.
36648         * sysdeps/powerpc/sysdep.h: Likewise.
36649         * sysdeps/powerpc/powerpc32/sysdep.h:
36650         Replace ASM_TYPE_DIRECTIVE with .type.
36651         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36652         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36653         * sysdeps/i386/fpu/e_powf.S: Likewise.
36654         * sysdeps/i386/fpu/e_expl.S: Likewise.
36655         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36656         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36657         * sysdeps/i386/fpu/e_pow.S: Likewise.
36658         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36659         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36660         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36661         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36662         * sysdeps/i386/fpu/e_log2.S: Likewise.
36663         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36664         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36665         * sysdeps/i386/fpu/e_powl.S: Likewise.
36666         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36667         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36668         * sysdeps/i386/fpu/e_logl.S: Likewise.
36669         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36670         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36671         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36672         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36673         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36674         * sysdeps/i386/fpu/e_log.S: Likewise.
36675         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36676         * sysdeps/i386/fpu/e_logf.S: Likewise.
36677         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36678         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36679         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36680         * sysdeps/i386/fpu/e_log10.S: Likewise.
36681         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36682         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36683         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36684         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36685         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36686         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36687         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36688         * sysdeps/i386/i686/strtok.S: Likewise.
36689         * sysdeps/i386/i386-mcount.S: Likewise.
36690         * sysdeps/i386/strtok.S: Likewise.
36691         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36692         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36693         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36694         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36695         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36696         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36697         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36698         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36699         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36700         * sysdeps/x86_64/_mcount.S: Likewise.
36701         * sysdeps/x86_64/strtok.S: Likewise.
36702         * sysdeps/sh/_mcount.S: Likewise.
36703
36704 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36705
36706         * libio/iofopen.c: Include <fcntl.h>.
36707         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36708         (_IO_fopen64, fopen64): Define as aliases.
36709         * libio/iofopen64.c: Include <fcntl.h>.
36710         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36711         Conditionalize body on this.
36712         * sysdeps/wordsize-64/iofopen.c: File removed.
36713         * sysdeps/wordsize-64/iofopen64.c: File removed.
36714
36715 2012-08-01  Marek Polacek  <polacek@redhat.com>
36716
36717         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36718         Use dlfcn directly instead of a variable.
36719         (binfmt-subdir): Do not define.
36720         (dlfcn): Likewise.
36721
36722 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36723
36724         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36725         Remove all definitions.
36726         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36727         <kernel-features.h>.
36728         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36729         (miss_F_GETOWN_EX): Remove all definitions.
36730         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36731         macro definition.
36732         [!__ASSUME_FCNTL64]: Remove conditional code.
36733         [__ASSUME_FCNTL64]: Make code unconditional.
36734         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36735         <kernel-features.h>.
36736         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36737         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36738         (lockf64) [__NR_fcntl64]: Make code unconditional.
36739         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36740
36741         * sysdeps/unix/sysv/linux/kernel-features.h
36742         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36743         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36744         Make code unconditional.
36745         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36746         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36747         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36748         [__NR_vfork]: Make code unconditional.
36749         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36750         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36751         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36752         [__NR_vfork]: Make code unconditional.
36753         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36754         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36755
36756 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36757
36758         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36759         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36760
36761         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36762         Define mkstemp64 as an alias.
36763         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36764         Define mkstemps64 as an alias.
36765         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36766         Define mkostemp64 as an alias.
36767         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36768         Define mkostemps64 as an alias.
36769         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36770         Conditionalize body on this.
36771         * misc/mkostemp64.c: Likewise.
36772         * misc/mkostemps64.c: Likewise.
36773         * misc/mkstemps64.c: Likewise.
36774         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36775         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36776         * sysdeps/wordsize-64/mkostemp.c: File removed.
36777         * sysdeps/wordsize-64/mkstemp.c: File removed.
36778         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36779         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36780         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36781         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36782
36783         [BZ #14138]
36784         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36785         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36786         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36787         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36788
36789         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36790         compat_symbol macros from <shlib-compat.h> rather than the underlying
36791         default_symbol_version and symbol_version macros, so that DEFAULT
36792         lines in shlib-versions are respected.
36793         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36794
36795 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36796
36797         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36798         Declare with warn_unused_result.
36799         (setgid, setregid, setegid, setresgid): Likewise.
36800         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36801         Likewise.
36802         * WUR-REPORT: Remove set*id functions.
36803
36804 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36805
36806         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36807
36808 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36809
36810         [BZ #10191]
36811         * include/sys/socket.h (__libc_accept, __libc_accept4):
36812         Add attribute_hidden.
36813         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36814
36815         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36816         use of PTR_MANGLE.
36817         * inet/getnetgrent_r.c (setup): Likewise.
36818
36819         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36820
36821 2012-07-31  David S. Miller  <davem@davemloft.net>
36822
36823         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36824
36825 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36826
36827         [BZ #13629]
36828         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36829         value between 1.0 and 2.0 and smaller part has absolute value less
36830         than 1.0.
36831         * math/s_clog10.c (__clog10): Likewise.
36832         * math/s_clog10f.c (__clog10f): Likewise.
36833         * math/s_clog10l.c (__clog10l): Likewise.
36834         * math/s_clogf.c (__clogf): Likewise.
36835         * math/s_clogl.c (__clogl): Likewise.
36836         * math/libm-test.inc (clog_test): Add more tests.
36837         (clog10_test): Likewise.
36838         * sysdeps/i386/fpu/libm-test-ulps: Update.
36839         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36840
36841 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36842
36843         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36844         Exit with zero in case no suitable GID is found, and write a
36845         message to standard error.
36846
36847 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36848
36849         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36850         rather than to 1.
36851         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36852         (MAXPATHLEN): Removed.
36853         (NOGROUP, NODEV): New macros.
36854         (setbit, clrbit, isset, isclr): New macros.
36855         (howmany, roundup, powerof2): New macros.
36856         (DEV_BSIZE): New macro.
36857
36858         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36859         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36860
36861         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36862         definition on [!__NO_LONG_DOUBLE_MATH].
36863
36864         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36865         PTR_MANGLE and PTR_DEMANGLE.
36866
36867         * socket/accept4.c (accept4): Rename to __libc_accept4.
36868         Define accept4 as a weak alias.
36869
36870         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36871         on [_DIRENT_HAVE_D_TYPE].
36872         * io/ftw.c (ftw_dir): Likewise.
36873
36874         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36875
36876         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36877
36878         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36879         Use the BSD numbers rather than the arbitrary ones we had.
36880         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36881         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36882         (SIGXCPU, SIGXFSZ): New macros.
36883         (_NSIG): Now 32.
36884
36885         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36886         initializer on [_LIBC_REENTRANT].
36887
36888         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36889         definitions inside [_POSIX_MAPPED_FILES].
36890
36891         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36892
36893         * dirent/opendir.c: Include <fcntl.h>.
36894
36895         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36896         (__libc_getspecific): Likewise.
36897         (__libc_key_create): Likewise.
36898
36899         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36900         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36901         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36902         (tmpfile64): Define as alias.
36903         * sysdeps/wordsize-64/tmpfile.c: File removed.
36904         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36905         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36906         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36907
36908         * stdio-common/vfscanf.c: Include <stdbool.h>.
36909         * nss/makedb.c: Likewise.
36910         * stdio-common/_i18n_number.h: Likewise.
36911         * argp/argp-help.c: Likewise.
36912         * posix/wordexp.c: Likewise.
36913         * sysdeps/posix/spawni.c: Likewise.
36914         * nss/nss_files/files-initgroups.c: Likewise.
36915         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36916         * nss/nss_files/files-initgroups.c: Likewise.
36917         * nss/nss_db/db-netgrp.c: Likewise.
36918         * nss/nss_db/db-initgroups.c: Likewise.
36919         * io/fchmodat.c: Include <sys/stat.h>.
36920
36921         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36922         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36923
36924         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36925         [HAVE_MMAP].
36926
36927         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36928         Add multiple inclusion protection.
36929
36930 2012-07-27  David S. Miller  <davem@davemloft.net>
36931
36932         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36933
36934 2012-07-27  Gary Benson  <gbenson@redhat.com>
36935
36936         [BZ #14298]
36937         * elf/rtld.c: Include <stap-probe.h>.
36938         (dl_main): Added static probes "init_start" and "init_complete".
36939         * elf/dl-load.c: Include <stap-probe.h>.
36940         (lose): Take new parameter "nsid".
36941         Added static probe "map_failed".
36942         (_dl_map_object_from_fd): Pass namespace id to lose.
36943         Added static probe "map_start".
36944         (open_verify): Pass namespace id to lose.
36945         * elf/dl-open.c: Include <stap-probe.h>.
36946         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36947         and "reloc_complete".
36948         * elf/dl-close.c: Include <stap-probe.h>.
36949         (_dl_close_worker): Added static probes "unmap_start" and
36950         "unmap_complete".
36951         * elf/rtld-debugger-interface.txt: New file documenting the above.
36952
36953 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36954
36955         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36956         rather than a string variable.
36957         * sunrpc/rpc_main.c (h_output): Likewise.
36958         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36959
36960 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36961
36962         * inet/check_native.c: New file.
36963
36964 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36965
36966         [BZ #13629]
36967         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36968         if larger part has absolute value 1.0.
36969         * math/s_clog10.c (__clog10): Likewise.
36970         * math/s_clog10f.c (__clog10f): Likewise.
36971         * math/s_clog10l.c (__clog10l): Likewise.
36972         * math/s_clogf.c (__clogf): Likewise.
36973         * math/s_clogl.c (__clogl): Likewise.
36974         * math/libm-test.inc (clog_test): Add more tests.
36975         (clog10_test): Likewise.
36976         * sysdeps/i386/fpu/libm-test-ulps: Update.
36977         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36978
36979         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36980         (pltexit): Likewise.
36981         (La_regs): Likewise.
36982         (La_retval): Likewise.
36983         (int_retval): Likewise.
36984         Update #error for removed macros to refer only to definitions in
36985         tst-audit.h.
36986         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36987         macro.
36988         (pltexit): Likewise.
36989         (La_regs): Likewise.
36990         (La_retval): Likewise.
36991         (int_retval): Likewise.
36992         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36993         macro.
36994         (pltexit): Likewise.
36995         (La_regs): Likewise.
36996         (La_retval): Likewise.
36997         (int_retval): Likewise.
36998         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36999         macro.
37000         (pltexit): Likewise.
37001         (La_regs): Likewise.
37002         (La_retval): Likewise.
37003         (int_retval): Likewise.
37004         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
37005         macro.
37006         (pltexit): Likewise.
37007         (La_regs): Likewise.
37008         (La_retval): Likewise.
37009         (int_retval): Likewise.
37010         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
37011         macro.
37012         (pltexit): Likewise.
37013         (La_regs): Likewise.
37014         (La_retval): Likewise.
37015         (int_retval): Likewise.
37016         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
37017         macro.
37018         (pltexit): Likewise.
37019         (La_regs): Likewise.
37020         (La_retval): Likewise.
37021         (int_retval): Likewise.
37022         * sysdeps/generic/tst-audit.h: Update comment to refer only to
37023         macro definitions in tst-audit.h.
37024         * sysdeps/i386/tst-audit.h: New file.
37025         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
37026         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
37027         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
37028         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
37029         * sysdeps/sh/tst-audit.h: Likewise.
37030         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
37031         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
37032         * sysdeps/x86_64/tst-audit.h: Likewise.
37033
37034 2012-07-26  Andreas Jaeger  <aj@suse.de>
37035
37036         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
37037         ptrace.
37038
37039         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
37040         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
37041         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
37042         PTRACE_O_MASK.
37043         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
37044         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
37045         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
37046
37047         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
37048         value.
37049
37050         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
37051         _sigsys.
37052         (si_call_addr, si_syscall, si_arch): Define new macro.
37053         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
37054         _sigsys.
37055         (si_call_addr, si_syscall, si_arch): Define new marcro.
37056         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
37057         _sigsys.
37058         (si_call_addr, si_syscall, si_arch): Define new macro.
37059         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
37060         _sigsys.
37061         (si_call_addr, si_syscall, si_arch): Define new macro.
37062
37063 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37064
37065         [BZ #13717]
37066         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37067         Change to 2.4.21 where previously 2.4.1.
37068         * sysdeps/unix/sysv/linux/configure: Regenerated.
37069         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
37070         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
37071         Linux kernel version.
37072         (__ASSUME_STD_AUXV): Remove.
37073         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
37074         kernel version.
37075         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
37076         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
37077         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
37078         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
37079         (__ASSUME_NETLINK_SUPPORT): Likewise.
37080         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
37081         (__no_netlink_support): Remove conditional definition.
37082         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
37083         Remove.
37084         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37085         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
37086         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
37087         (if_nameindex_ioctl): Remove.
37088         (if_nameindex_netlink): Do not handle __no_netlink_support.
37089         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37090         code.
37091         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
37092         Remove conditional code.
37093         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37094         code.
37095         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
37096         unconditional.
37097         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37098         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
37099         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
37100         Remove.
37101         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
37102         [!__ASSUME_STD_AUXV]: Remove conditional code.
37103         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
37104         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
37105         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
37106         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
37107         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
37108         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37109         code.
37110         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37111         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37112         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
37113         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37114         conditional code.
37115         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37117         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37118         code.
37119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37120         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37121         conditional code.
37122         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
37123         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37124         code unconditional.
37125         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37126         conditional code.
37127         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37128         unconditional.
37129         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37130         conditional code.
37131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
37132         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37133         unconditional.
37134         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37135         conditional code.
37136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
37137         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37138         code unconditional.
37139         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37140         conditional code.
37141         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37142         unconditional.
37143         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37144         conditional code.
37145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
37146         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37147         code unconditional.
37148         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37149         conditional code.
37150         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37151         unconditional.
37152         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37153         conditional code.
37154
37155 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
37156
37157         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
37158         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
37159         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
37160         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
37161         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
37162         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
37163         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
37164         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
37165         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
37166         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
37167         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
37168         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
37169         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
37170         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
37171         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
37172         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
37173         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
37174         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
37175         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
37176         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
37177         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37178         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37179         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37180
37181 2012-07-25  Florian Weimer  <fweimer@redhat.com>
37182
37183         * Versions.def: Add GLIBC_2.17.
37184         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37185         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37186         Introduce __libc_secure_getenv.
37187         * stdlib/Versions (2.17): Add secure_getenv
37188         (GLIBC_PRIVATE): Add __libc_secure_getenv.
37189         * stdlib/secure-getenv.c: Rename __secure_getenv to
37190         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
37191         symbol __secure_getenv for GLIBC_2.0.
37192         * stdlib/tst-secure-getenv.c: New.
37193         * stdlib/Makefile (tests): Add testcase.
37194         * manual/startup.texi (Environment Access): Document
37195         secure_getenv.
37196         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37197         __libc_secure_getenv.
37198         * inet/ruserpass.c (ruserpass): Likewise.
37199         * malloc/mtrace.c (mtrace): Likewise.
37200         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
37201         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
37202         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37203         * sysdeps/posix/tempname.c: Likewise.  Evaluate
37204         HAVE_SECURE_GETENV.
37205         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
37206         __secure_getenv to __libc_secure_getenv.
37207         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
37208         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37209         Likewise.
37210         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37211         Likewise.
37212         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37213         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37214         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37215         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37216         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37217         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37218         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37219
37220 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37221
37222         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37223         (struct La_i86_retval): Likewise.
37224         (struct La_x86_64_regs): Likewise.
37225         (struct La_x86_64_retval): Likewise.
37226         (struct La_x32_regs): Likewise.
37227         (struct La_x32_retval): Likewise.
37228         (struct La_ppc32_regs): Likewise.
37229         (struct La_ppc32_retval): Likewise.
37230         (struct La_ppc64_regs): Likewise.
37231         (struct La_ppc64_retval): Likewise.
37232         (struct La_sh_regs): Likewise.
37233         (struct La_sh_retval): Likewise.
37234         (struct La_s390_32_regs): Likewise.
37235         (struct La_s390_32_retval): Likewise.
37236         (struct La_s390_64_regs): Likewise.
37237         (struct La_s390_64_retval): Likewise.
37238         (struct La_sparc32_regs): Likewise.
37239         (struct La_sparc32_retval): Likewise.
37240         (struct La_sparc64_regs): Likewise.
37241         (struct La_sparc64_retval): Likewise.
37242         (struct audit_ifaces): Remove architecture-specific pltenter and
37243         pltexit members.
37244         * sysdeps/i386/ldsodefs.h: New file.
37245         * sysdeps/powerpc/ldsodefs.h: Likewise.
37246         * sysdeps/s390/ldsodefs.h: Likewise.
37247         * sysdeps/sh/ldsodefs.h: Likewise.
37248         * sysdeps/sparc/ldsodefs.h: Likewise.
37249         * sysdeps/x86_64/ldsodefs.h: Likewise.
37250
37251 2012-07-25  Marek Polacek  <polacek@redhat.com>
37252
37253         [BZ #6808]
37254         * math/libm-test.inc (yn_test): Add another test.
37255         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37256         to ERANGE when the result is +-Inf.
37257         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37258         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37259         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37260         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37261
37262 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37263
37264         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37265         equal to 0.
37266         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37267         clock_t.
37268         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37269
37270 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37271
37272         * configure.in <sysdeps resolving>: Correct printing
37273         Implies_before.
37274         * configure: Regenerate.
37275
37276 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37277
37278         * math/w_ilogb.c: Include <limits.h>.
37279         * math/w_ilogbl.c: Likewise.
37280
37281 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37282
37283         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37284         va_copy.  Document allowing for unavailable va_copy only as
37285         pre-C99 compatibility.
37286         * manual/string.texi (Copying and Concatenation): Use va_copy
37287         instead of __va_copy in concat example.
37288
37289 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37290
37291         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37292         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37293         it if not null.
37294
37295         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37296         with O_NOLINK passed to __file_name_lookup.
37297
37298         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37299         with O_NOLINK passed to __file_name_lookup.
37300
37301         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37302         negative N or less than NGIDS.
37303
37304         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37305         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37306         enough.  Use memcpy instead of strncpy.
37307
37308 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37309
37310         * elf/Makefile (check-data): Remove.
37311         (localplt.data): New vpath directive.
37312         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37313         instead of $(check-data).
37314         * scripts/data/localplt-generic.data: Move to ...
37315         * sysdeps/generic/localplt.data: ... here.
37316         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37317         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37318         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37319         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37320         ... here.
37321         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37322         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37323         ... here.
37324         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37325         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37326         ... here.
37327         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37328         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37329         ... here.
37330         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37331         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37332         ... here.
37333         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37334         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37335         ... here.
37336
37337 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37338
37339         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37340         PPC32 and PPC64 files.
37341         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37342         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37343
37344 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37345
37346         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37347         __makecontext_ret to ...
37348         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37349         ... here and call exit if uc_link is NULL.  New file.
37350         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37351         __makecontext_ret.S.
37352         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37353         __makecontext_ret to ...
37354         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37355         ... here and call exit if uc_link is NULL.  New file.
37356         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37357         __makecontext_ret.S.
37358
37359 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37360
37361         * elf/elf.h (R_390_IRELATIVE): New definition.
37362         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37363         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37364         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37365         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37366         (elf_machine_lazy_rel): Likewise.
37367         * sysdeps/s390/dl-irel.h: New file.
37368         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37369         * sysdeps/s390/s390-64/memset.S: New asm code.
37370         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37371         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37372         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37373         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37374         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37375         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37376         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37377         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37378         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37379         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37380         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37381         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37382         * sysdeps/s390/s390-32/memset.S: New asm code.
37383         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37384
37385 2012-07-17  Marek Polacek  <polacek@redhat.com>
37386
37387         [BZ #14349]
37388         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37389         * sysdeps/s390/s390-64/configure.in: Likewise.
37390         * sysdeps/sparc/configure.in: Likewise.
37391         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37392         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37393         * sysdeps/i386/configure.in: Likewise.
37394         * sysdeps/x86_64/configure.in: Likewise.
37395         * sysdeps/sh/configure.in: Likewise.
37396         * sysdeps/s390/s390-32/configure: Regenerated.
37397         * sysdeps/s390/s390-64/configure: Likewise.
37398         * sysdeps/x86_64/configure: Likewise.
37399         * sysdeps/sh/configure: Likewise.
37400         * sysdeps/powerpc/powerpc64/configure: Likewise.
37401         * sysdeps/powerpc/powerpc32/configure: Likewise.
37402         * sysdeps/sparc/configure: Likwise.
37403         * sysdeps/i386/configure: Likewise.
37404
37405         * elf/dl-open.c: Comment fixes.
37406
37407 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37408
37409         * Makefile [CXX] (check-data): Remove.
37410         [CXX] (c++-types.data): New vpath directive.
37411         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37412         vpath.  Do not allow for C++ type data being missing.
37413         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37414         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37415         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37416         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37417         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37418         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37419         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37421         ... here.
37422         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37424         ... here.
37425         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37426         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37427         ... here.
37428         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37429         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37430         ... here.
37431         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37432         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37433         ... here.
37434         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37435         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37436         ... here.
37437         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37438         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37439         ... here.
37440         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37441         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37442
37443         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37444         definitions to architecture-specific files.
37445         (TLS_IE): Likewise.
37446         (TLS_LD): Likewise.
37447         (TLS_GD): Likewise.
37448         * sysdeps/i386/tls-macros.h: New file.
37449         * sysdeps/powerpc/tls-macros.h: Likewise.
37450         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37451         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37452         * sysdeps/sh/tls-macros.h: Likewise.
37453         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37454         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37455         * sysdeps/x86_64/tls-macros.h: Likewise.
37456
37457 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37458
37459         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37460         zero value for regular exit case.
37461
37462         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37463         (__start_context): Preserve zero value for regular exit case.
37464
37465 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37466             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37467
37468         * manual/setjmp.texi (setcontext): Clarify normal process
37469         termination when uc_link is the null pointer.
37470         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37471         exit call.
37472
37473 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37474
37475         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37476         preprocessor.  Test for each exception mask separately.
37477
37478 2012-07-16  Andreas Jaeger  <aj@suse.de>
37479
37480         * po/ru.po: Update from translation team.
37481
37482 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37483
37484         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37485         equal to 0.
37486         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37487         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37488         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37489         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37490         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37491
37492 2012-07-13  Andreas Jaeger  <aj@suse.de>
37493
37494         * po/fr.po: Update from translation team.
37495
37496 2012-07-12  Marek Polacek  <polacek@redhat.com>
37497
37498         [BZ #14173]
37499         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37500         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37501         loop condition.
37502
37503 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37504
37505         [BZ #13717]
37506         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37507         Change to 2.4.1 where previously 2.4.0.
37508         * sysdeps/unix/sysv/linux/configure: Regenerated.
37509         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37510         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37511         version.
37512         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37513         (__ASSUME_AT_CLKTCK): Remove.
37514         (__ASSUME_AT_PAGESIZE): Likewise.
37515         (__ASSUME_AT_XID): Likewise.
37516         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37517         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37518         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37519         unconditionally.
37520         (HAVE_AUX_PAGESIZE): Likewise.
37521         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37522         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37523         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37524
37525 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37526
37527         [BZ #14307]
37528         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37529         the temporary buffer used to invoke __gethostbyname2_r,
37530         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37531         host_data / struct gaih_addrtuple.
37532         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37533         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37534         header file nss/nsswitch.h.
37535         * nss/nsswitch.h (global scope): Add definition of implementation
37536         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37537         resolv/nss_dns/dns-host.c).
37538
37539 2012-07-11  Andreas Jaeger  <aj@suse.de>
37540
37541         * po/fr.po: Update from translation team.
37542
37543         * po/sv.po: Update from translation team
37544         * po/fr.po: Another update from translation team.
37545
37546 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37547
37548         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37549         for subnormals or multiply small sinh result by itself.
37550         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37551         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37552
37553 2012-07-11  David S. Miller  <davem@davemloft.net>
37554
37555         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37556
37557 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37558
37559         [BZ #14347]
37560         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37561         (INTERNAL_MARK): Shift it here.
37562
37563 2012-07-10  Marek Polacek  <polacek@redhat.com>
37564
37565         [BZ #14151]
37566         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37567         libc_cv_asm_global_directive with .globl.
37568         * configure: Regenerated.
37569         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37570         with .globl.
37571         * sysdeps/i386/configure: Regenerated.
37572         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37573         with .globl.
37574         * sysdeps/x86_64/configure: Regenerated.
37575         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37576         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37577         * elf/tst-unique2mod2.c: Likewise.
37578         * elf/tst-unique2mod1.c: Likewise.
37579         * elf/tst-unique1mod2.c: Likewise.
37580         * elf/tst-unique1mod1.c: Likewise.
37581         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37582         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37583         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37584         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37585         * sysdeps/mach/sysdep.h: Likewise.
37586         * sysdeps/i386/sysdep.h: Likewise.
37587         * sysdeps/i386/i386-mcount.S: Likewise.
37588         * sysdeps/x86_64/_mcount.S: Likewise.
37589         * sysdeps/x86_64/sysdep.h: Likewise.
37590         * sysdeps/sh/_mcount.S: Likewise.
37591         * sysdeps/sh/sysdep.h: Likewise.
37592         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37593         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37594         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37595         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37596         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37597         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37598         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37599         * locale/localeinfo.h: Likewise.
37600         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37601         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37602
37603 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37604
37605         [BZ #14336]
37606         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37607         system".
37608         * manual/message.texi (The Uniforum approach): Likewise.
37609         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37610         (glibc iconv Implementation): Likewise.
37611
37612 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37613
37614         [BZ #14337]
37615         * math/s_clog.c (__clog): Avoid scaling a value down where that
37616         could result in underflow.
37617         * math/s_clog10.c (__clog10): Likewise.
37618         * math/s_clog10f.c (__clog10f): Likewise.
37619         * math/s_clog10l.c (__clog10l): Likewise.
37620         * math/s_clogf.c (__clogf): Likewise.
37621         * math/s_clogl.c (__clogl): Likewise.
37622         * math/libm-test.inc (clog_test): Add more tests.
37623         (clog10_test): Likewise.
37624         * sysdeps/i386/fpu/libm-test-ulps: Update.
37625         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37626
37627 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37628
37629         [BZ #14283]
37630         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37631         by 7 not 8 to examine high bit of fractional part.
37632
37633         [BZ #14042]
37634         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37635         for call to __mcount_internal.
37636         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37637         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37638         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37639
37640 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37641
37642         [BZ #14154]
37643         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37644         approximation for values within 0x1p-13f of an odd multiple of
37645         pi/4.
37646         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37647         exception.  Add more tests.
37648         * sysdeps/i386/fpu/libm-test-ulps: Update.
37649
37650         [BZ #6778]
37651         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37652         inputs and return -1 for them.  Do not check for +Inf in case not
37653         reachable for +Inf.
37654         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37655         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37656         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37657         and return -1 for them.  Do not check for +Inf in case not
37658         reachable for +Inf.
37659         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37660         define.
37661         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37662         and return -1 for them.  Do not check for +Inf in case not
37663         reachable for +Inf.
37664         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37665         spurious underflow.
37666         * sysdeps/i386/fpu/libm-test-ulps: Update.
37667         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37668
37669 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37670
37671         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37672
37673 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37674
37675         [BZ #14157]
37676         [BZ #14331]
37677         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37678         could result in spurious underflow.  Scale down values above
37679         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37680         * math/s_csqrtf.c (__csqrtf): Likewise.
37681         * math/s_csqrtl.c (__csqrtl): Likewise.
37682         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37683         spurious underflow.
37684         * sysdeps/i386/fpu/libm-test-ulps: Update.
37685         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37686
37687 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37688
37689         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37690         xopen-msg.sed.
37691         * catgets/xopen-msg.awk: New file.
37692         * catgets/xopen-msg.sed: Removed.
37693
37694         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37695         po2text.sed.
37696         * intl/po2test.awk: New file.
37697         * intl/po2test.sed: Removed.
37698
37699 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37700
37701         [BZ #14328]
37702         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37703         or multiply small sinh result by itself.
37704         * math/s_ctanf.c (__ctanf): Likewise.
37705         * math/s_ctanh.c (__ctanh): Likewise.
37706         * math/s_ctanhf.c (__ctanhf): Likewise.
37707         * math/s_ctanhl.c (__ctanhl): Likewise.
37708         * math/s_ctanl.c (__ctanl): Likewise.
37709         * math/libm-test.inc (ctan_test_tonearest): New function.
37710         (ctan_test_towardzero): Likewise.
37711         (ctan_test_downward): Likewise.
37712         (ctan_test_upward): Likewise.
37713         (ctanh_test_tonearest): Likewise.
37714         (ctanh_test_towardzero): Likewise.
37715         (ctanh_test_downward): Likewise.
37716         (ctanh_test_upward): Likewise.
37717         (main): Call these new functions.
37718         * sysdeps/i386/fpu/libm-test-ulps: Update.
37719         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37720
37721 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37722
37723         * .gitignore: Delete /ports entry.
37724
37725 2012-07-03  Andreas Jaeger  <aj@suse.de>
37726
37727         * po/bg.po: Update from translation team.
37728         * po/cs.po: Likewise.
37729         * po/de.po: Likewise.
37730         * po/hr.po: Likewise.
37731         * po/nl.pl: Likewise.
37732         * po/pl.po: Likewise.
37733         * po/vi.po: Likewise.
37734
37735 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37736
37737         * Makeconfig [!+link] (+link-before-libc): New variable.
37738         [!+link] (+link-after-libc): Likewise.
37739         [!+link] (+link-tests): Likewise.
37740         [!+link] (+link): Define in terms of $(+link-before-libc) and
37741         $(+link-after-libc).
37742         [!+link-static] (+link-static-before-libc): New variable.
37743         [!+link-static] (+link-static-after-libc): Likewise.
37744         [!+link-static] (+link-static-tests): Likewise.
37745         [!+link-static] (+link-static): Define in terms of
37746         $(+link-static-before-libc) and $(+link-static-after-libc).
37747         [build-shared] (link-libc-before-gnulib): New variable.
37748         [build-shared] (link-libc-tests): Likewise.
37749         [build-shared] (link-libc): Define in terms of
37750         $(link-libc-before-gnulib).
37751         [!build-shared] (link-libc-tests): New variable.
37752         (link-libc-static-tests): New variable.
37753         [!gnulib] (gnulib-arch): New variable.
37754         [!gnulib] (gnulib-tests): Likewise.
37755         [!gnulib] (static-gnulib-arch): Likewise.
37756         [!gnulib] (static-gnulib-tests): Likewise.
37757         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37758         Define with "=" instead of ":=".
37759         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37760         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37761         * Rules (binaries-all-notests): New variable.
37762         (binaries-all-tests): Likewise.
37763         (binaries-static-notests): Likewise.
37764         (binaries-static-tests): Likewise.
37765         (binaries-all): Define using $(binaries-all-notests) and
37766         $(binaries-all-tests).
37767         (binaries-static): Define using $(binaries-static-notests) and
37768         $(binaries-static-tests).
37769         (binaries-shared-tests): New variable.
37770         (binaries-shared-notests): Likewise.
37771         (binaries-shared): Remove variable.
37772         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37773         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37774         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37775         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37776         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37777         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37778         * elf/Makefile (sln-modules): New variable.
37779         (extra-objs): Add $(sln-modules:=.o).
37780         (ldconfig-modules): Add static-stubs.
37781         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37782         * elf/static-stubs.c: New file.
37783
37784         [BZ #14283]
37785         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37786         by 7 not 8 to examine high bit of fractional part.  Use volatile
37787         variables when splitting into final array of floats if
37788         __FLT_EVAL_METHOD__ != 0.
37789         * math/libm-test.inc (cos_test): Add another test.
37790         (sin_test): Likewise.
37791         * sysdeps/i386/fpu/libm-test-ulps: Update.
37792
37793         [BZ #14273]
37794         * math/libm-test.inc (cosh_test): Add more tests.
37795
37796         * version.h (RELEASE): Set to "development".
37797         (VERSION): Set to "2.16.90".
37798
37799 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37800
37801         * NEWS: Update copyright. Remove last-updated date.
37802         Mention math library bug fixes and timezone data changes.
37803         * README: Mention GNU/Hurd, x32, and HPPA support status.
37804
37805 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37806
37807         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37808
37809 2012-06-27  Andreas Jaeger  <aj@suse.de>
37810
37811         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37812
37813 2012-06-25  Andreas Jaeger  <aj@suse.de>
37814
37815         * sysdeps/s390/fpu/libm-test-ulps: Update.
37816
37817 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37818             Thomas Schwinge  <thomas@codesourcery.com>
37819
37820         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37821         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37822         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37823         fanotify_mark.
37824
37825 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37826
37827         * sysdeps/mach/start.c: Remove file.
37828         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37829         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37830         * sysdeps/sh/init-first.c: Likewise.
37831
37832         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37833         registers for frame unwinding purposes, add CFI directives.
37834         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37835         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37836         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37837         Likewise.
37838
37839         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37840         __fortify_fail returning.
37841         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37842
37843         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37844         sysdeps/sh/____longjmp_chk.S.
37845         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37846         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37847         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37848         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37849
37850         * sysdeps/sh/abort-instr.h: New file.
37851         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37852         process in case exit returns.
37853
37854         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37855         initialize the GOT register before use.
37856
37857         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37858         calculation of ARGC > 4.
37859
37860         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37861         meaningful names to some local labels.
37862
37863 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37864             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37865
37866         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37867         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37868         (__arch_compare_and_exchange_val_16_acq): Likewise.
37869         (__arch_compare_and_exchange_val_32_acq): Likewise.
37870         (atomic_exchange_and_add): Fix gUSA sequence.
37871         (atomic_add): Likewise.
37872         (atomic_add_negative): Likewise.
37873         (atomic_add_zero): Likewise.
37874         (atomic_bit_test_set): Likewise.
37875
37876 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37877
37878         [BZ #13579]
37879         * include/link.h (struct link_map): Add l_free_initfini.
37880         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37881         l_initfini.
37882         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37883         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37884         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37885         set.
37886
37887 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37888
37889         * configure.in: Use AC_LANG_SOURCE.
37890         * configure: Regenerate.
37891
37892 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37893
37894         * configure.in (libc_cv_localstatedir): New substituted variable.
37895         * configure: Regenerated.
37896         * config.make.in (localstatedir): New variable, substituted from
37897         libc_cv_localstatedir.
37898         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37899         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37900         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37901         * sysdeps/gnu/configure: Regenerated.
37902
37903 2012-06-21  Jeff Law  <law@redhat.com>
37904
37905         [BZ #14277]
37906         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37907         free.  Simplify list management for _LIBC case.
37908
37909 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37910
37911         [BZ #14273]
37912         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37913         Clear sign bit of 64-bit integer value before comparing against
37914         overflow value.
37915
37916         * sysdeps/mach/configure: Regenerated.
37917
37918 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37919
37920         [BZ #14278]
37921         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37922
37923 2012-06-21  Jeff Law  <law@redhat.com>
37924
37925         [BZ #13882]
37926         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37927         uint16_t for elements in the "seen" array to avoid char overflows.
37928         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37929         * elf/dl-open.c (dl_open_worker): Likewise.
37930
37931 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37932
37933         * scripts/list-sources.sh: Scan PORTS for translations.
37934         * po/libc.pot: Regenerated.
37935
37936 2012-06-21  Andreas Jaeger  <aj@suse.de>
37937
37938         [BZ #12194]
37939         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37940         warning.
37941         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37942         * bits/byteswap-16.h (__bswap_16): Likewise.
37943         * bits/byteswap.h (__bswap_constant_16): Likewise.
37944
37945 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37946
37947         [BZ #14117]
37948         * sysdeps/i386/fpu_control.h: Removed.
37949         * sysdeps/x86_64/fpu_control.h: Moved to ...
37950         * sysdeps/x86/fpu_control.h: Here.
37951
37952         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37953         (_FPU_SETCW): Likewise.
37954
37955 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37956
37957         [BZ #14117]
37958         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37959         * sysdeps/x86/fpu/bits/mathinline.h: This.
37960         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37961
37962         [BZ #14050]
37963         [BZ #14117]
37964         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37965         functions if __x86_64__ is defined.
37966
37967 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37968
37969         * string/endian.h: Add !__ASSEMBLER__ condition for including
37970         conversion interfaces.
37971
37972 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37973
37974         [BZ #14241]
37975         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37976         of ABS(x) in calculating zero to negative powers other than odd
37977         integers.
37978         * math/libm-test.inc (pow_test): Add more tests.
37979
37980 2012-06-15  Andreas Jaeger  <aj@suse.de>
37981
37982         * manual/contrib.texi (Contributors): Update entry of Liubov
37983         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37984         Machado Filho.
37985
37986 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37987
37988         * string/string.h: Add __wur to GNU version of strerror_r.
37989
37990 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37991
37992         [BZ #14229]
37993         * string/Makefile (tests): Add tst-strtok_r.
37994         * string/tst-strtok_r.c: New file.
37995         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37996         RAX_LP/RDX_LP on SAVE_PTR.
37997
37998 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37999
38000         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
38001
38002 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
38003
38004         * libm_test.inc (csqrt_test): Allow more spurious underflow
38005         exceptions.
38006         (j0_test): Likewise.
38007         (j1_test): Likewise.
38008         (y0_test): Likewise.
38009         (y1_test): Likewise.
38010
38011 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
38012
38013         * po/Makefile (libc.pot): Use UTF-8 charset.
38014
38015 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
38016
38017         [BZ #14210]
38018         Suppress sign-conversion warning from FD_SET.
38019         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
38020         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
38021         not unsigned long int.
38022         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
38023
38024 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
38025
38026         [BZ #14050]
38027         [BZ #14117]
38028         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
38029         __extern_always_inline instead of __extern_inline.
38030         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
38031         (__signbit): Likewise.
38032         (__signbitl): Support C++ namespace.
38033         (lrintf): New inline function.
38034         (lrint): Likewise.
38035         (llrintf): Likewise.
38036         (llrint): Likewise.
38037         (fmaxf): Likewise.
38038         (fmax): Likewise.
38039         (fminf): Likewise.
38040         (fmin): Likewise.
38041         (rint): Likewise.
38042         (rintf): Likewise.
38043         (ceil): Likewise.
38044         (ceilf): Likewise.
38045         (floor): Likewise.
38046         (floorf): Likewise.
38047         (nearbyint): Likewise.
38048         (nearbyintf): Likewise.
38049
38050 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
38051
38052         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
38053         non-default versions.
38054
38055 2012-06-11  Roland McGrath  <roland@hack.frob.com>
38056
38057         [BZ #14218]
38058         * manual/argp.texi (Argp): Reword argp_parse description slightly.
38059
38060 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
38061
38062         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
38063         (FE_UPWARD, FE_DOWNWARD): Don't define.
38064         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
38065         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38066
38067         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
38068         reading it.
38069         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38070         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38071
38072 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38073
38074         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38075         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
38076         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
38077         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
38078
38079 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
38080
38081         [BZ #14117]
38082         * sysdeps/i386/fpu/bits/fenv.h: Removed.
38083         * sysdeps/i386/fpu/Implies: New file.
38084         * sysdeps/x86_64/fpu/Implies: Likewise.
38085         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
38086         * sysdeps/x86/fpu/bits/fenv.h: This.
38087
38088         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
38089         __SSE_MATH__.
38090
38091 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
38092
38093         [BZ #14134]
38094         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
38095         character 0xffff that matches the last element of the
38096         conversion table.
38097
38098 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38099
38100         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
38101         fmodl commit.
38102
38103 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38104
38105         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
38106         values higher than 25.6283.
38107
38108 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38109
38110         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
38111         subnormal exponent extraction and add some __builtin_expect.
38112         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
38113         Fix for subnormal mantissa calculation.
38114
38115 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
38116
38117         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
38118         cpu2 is -1 and errno is not ENOSYS.
38119
38120 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
38121
38122         [BZ #14117]
38123         * sysdeps/i386/i486/bits/string.h: Renamed to ...
38124         * sysdeps/x86/bits/string.h: This.
38125         * sysdeps/x86_64/bits/string.h: Removed.
38126
38127         * sysdeps/i386/i486/bits/string.h: Define inline functions only
38128         if not compiling for x86-64, but compiling for >= i486.
38129
38130         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
38131         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
38132
38133         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
38134         New macro from Linux kernel 3.4.0.
38135         (FP_XSTATE_MAGIC2): Likewise.
38136         (FP_XSTATE_MAGIC2_SIZE): Likewise.
38137         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
38138         (struct _fpx_sw_bytes): New struct.
38139         (struct _xsave_hdr): Likewise.
38140         (struct _ymmh_state): Likewise.
38141         (struct _xstate): Likewise.
38142
38143         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
38144         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
38145         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
38146         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
38147         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
38148         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
38149
38150         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
38151         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
38152         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
38153         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
38154         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
38155         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
38156
38157 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38158
38159         [BZ #13743]
38160         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
38161         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
38162         (sysdep_headers): Include sys/platform/ppc.h.
38163         * sysdeps/powerpc/test-gettimebase.c: Test for
38164         __ppc_get_timebase() to catch future ISA opcode/insn changes.
38165         * manual/Makefile (appendices): Include platform.texi.
38166         * manual/contrib.texi (Contributors): Update @node pointers.
38167         * manual/maint.texi (Maintenance): Likewise.
38168         (Platform): New node.
38169         * manual/platform.texi: New file.  Document the new features.
38170
38171 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38172             Jakub Jelinek  <jakub@redhat.com>
38173
38174         [BZ #14188]
38175         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
38176         where __builtin_expect is unavailable.
38177
38178 2012-06-03  David S. Miller  <davem@davemloft.net>
38179
38180         * stdlib/longlong.h: Updated from GCC.
38181
38182 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
38183
38184         [BZ #14042]
38185         * sysdeps/powerpc/powerpc32/mcount.c: New file.
38186         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38187         __mcount_internal.
38188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38189         (GLIBC_2.16): Likewise.
38190
38191 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38192
38193         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38194
38195 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38196
38197         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38198         (default-abi): New variable.
38199         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38200         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38201         variable.
38202         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38203         Likewise.
38204         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38205         Likewise.
38206         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38207         Likewise.
38208
38209         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38210         definition.  Document in comment.
38211
38212 2012-06-01  David S. Miller  <davem@davemloft.net>
38213
38214         * stdlib/longlong.h: Updated from GCC.
38215
38216 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38217
38218         [BZ #14117]
38219         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38220         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38221         sys/debugreg.h sys/io.h here.
38222         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38223         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38224         sys/io.h.
38225         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38226         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38227         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38228         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38229         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38230         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38231
38232         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38233         Define only if __x86_64__ is defined.
38234
38235 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38236
38237         [BZ #14048]
38238         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38239         Use int64_t for variable i.
38240         * math/libm-test.inc (fmod_test): Add more tests.
38241
38242         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38243         z computation is not scheduled after fetestexcept.
38244         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38245         Use math_force_eval instead of asm to ensure calculation scheduled
38246         before exception test.
38247         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38248         Ensure a1 + u.d computation is not scheduled after fetestexcept.
38249
38250 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38251
38252         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38253         computation is not scheduled after fetestexcept.
38254
38255 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38256
38257         [BZ #14117]
38258         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38259         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38260
38261 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38262
38263         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38264         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38265
38266 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38267
38268         [BZ #14117]
38269         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38270         <bits/wordsize.h>.
38271         (__WCHAR_MIN): Support __WORDSIZE == 64.
38272         (__WCHAR_MAX): Likewise.
38273
38274         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38275         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38276
38277         [BZ #14183]
38278         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38279         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38280
38281         [BZ #14117]
38282         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38283         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38284
38285         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38286         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38287
38288         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38289         Defined to 1 if __x86_64__ isn't defined.
38290         (_STAT_VER_LINUX_OLD): New.
38291         (st_atime): Remove duplicate.
38292         (st_mtime): Likewise.
38293         (st_ctime): Likewise.
38294
38295 2012-05-31  David S. Miller  <davem@davemloft.net>
38296
38297         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38298         entries.
38299
38300 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38301
38302         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38303         gen-libm-test.pl.
38304
38305         [BZ #14132]
38306         * elf/dl-reloc.c: Include <_itoa.h>.
38307         (_dl_reloc_bad_type): Remove use of INTUSE.
38308         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38309         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38310         * stdio-common/psiginfo.c (psiginfo): Likewise.
38311         * stdio-common/psignal.c (psignal): Likewise.
38312         * string/strsignal.c (strsignal): Likewise.
38313         * include/signal.h (_sys_siglist): Declare hidden proto.
38314         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38315         INTVARDEF with libc_hidden_data_def.
38316         * stdio-common/itoa-udigits.c: Likewise.
38317         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38318         (_itoa_lower_digits_internal): Remove declaration.
38319         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38320         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38321         (_sys_sigabbrev_internal): Remove aliases.
38322         (_sys_siglist): Define hidden alias.
38323
38324 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38325
38326         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38327         bits/sysctl.h.
38328
38329 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38330
38331         [BZ #14117]
38332         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38333         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38334
38335         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38336         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38337         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38338         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38339         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38340         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38341
38342         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38343         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38344         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38345
38346         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38347         with __addr.
38348         (insw): Likewise.
38349         (insl): Likewise.
38350         (outsb): Likewise.
38351         (outsw): Likewise.
38352         (outsl): Likewise.
38353
38354         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38355         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38356         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38357
38358         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38359         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38360         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38361         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38362         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38363         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38364
38365         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38366         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38367
38368         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38369         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38370
38371         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38372         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38373         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38374
38375         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38376         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38377         to ...
38378         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38379
38380         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38381         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38382         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38383
38384         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38385         for x86-64.
38386         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38387
38388 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38389
38390         * math/math.h (M_El): Use two more decimal places.
38391         (M_LOG2El): Likewise.
38392         (M_LOG10El): Likewise.
38393         (M_LN2l): Likewise.
38394         (M_LN10l): Likewise.
38395         (M_PIl): Likewise.
38396         (M_PI_2l): Likewise.
38397         (M_PI_4l): Likewise.
38398         (M_1_PIl): Likewise.
38399         (M_2_PIl): Likewise.
38400         (M_2_SQRTPIl): Likewise.
38401         (M_SQRT2l): Likewise.
38402         (M_SQRT1_2l): Likewise.
38403
38404 2012-05-31  David S. Miller  <davem@davemloft.net>
38405
38406         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38407         values between float registers.
38408         * sysdeps/sparc/sparc64/memset.S: Likewise.
38409         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38410
38411 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38412
38413         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38414         -D_FORTIFY_SOURCE=1.
38415         (CPPFLAGS-tst-longjmp_chk.c): Define.
38416         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38417         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38418         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38419         CFLAGS-tst-wchar-h.c.
38420
38421 2012-05-31  Marek Polacek  <polacek@redhat.com>
38422
38423         [BZ #14132]
38424         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38425         __endmntent_internal): Remove declaration.
38426         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38427         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38428         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38429
38430 2012-05-30  David S. Miller  <davem@davemloft.net>
38431
38432         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38433         (___Q_simulate_exceptions): Use real FP ops rather than writing
38434         into the %fsr.
38435         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38436         Likewise.
38437
38438 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38439
38440         [BZ #14117]
38441         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38442         * sysdeps/x86/bits/xtitypes.h: This.
38443
38444         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38445         * sysdeps/x86/bits/wordsize.h: This.
38446
38447         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38448         * sysdeps/x86/bits/huge_vall.h: This.
38449
38450         * sysdeps/i386/bits/select.h: Removed.
38451         * sysdeps/x86_64/bits/select.h: Renamed to ...
38452         * sysdeps/x86/bits/select.h: This.
38453
38454         * sysdeps/i386/bits/setjmp.h: Removed.
38455         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38456         * sysdeps/x86/bits/setjmp.h: This.
38457
38458         * sysdeps/i386/bits/mathdef.h: Removed.
38459         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38460         * sysdeps/x86/bits/mathdef.h: This.
38461
38462 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38463
38464         [BZ #14132]
38465         * include/sys/socket.h (__connect_internal)
38466         (__libc_sa_len_internal): Remove declaration.
38467         (__connect, __libc_sa_len): Declare hidden_proto.
38468         (SA_LEN): Remove use of INTUSE.
38469         * socket/connect.c: Add libc_hidden_def.
38470         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38471         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38472         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38473         alias.
38474         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38475         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38476         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38477         of adding _internal alias.
38478
38479 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38480
38481         [BZ #14117]
38482         * sysdeps/i386/bits/link.h: Removed.
38483         * sysdeps/i386/bits/linkmap.h: Likewise.
38484         * sysdeps/x86_64/bits/link.h: Renamed to ...
38485         * sysdeps/x86/bits/link.h: This.
38486         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38487         * sysdeps/x86/bits/linkmap.h: This.
38488
38489         * sysdeps/i386/bits/endian.h: Removed.
38490         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38491         * sysdeps/x86/bits/endian.h: This.
38492
38493         * sysdeps/i386/bits/byteswap.h: Removed.
38494         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38495         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38496         * sysdeps/x86/bits/byteswap.h: This.
38497         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38498         * sysdeps/x86/bits/byteswap-16.h: This.
38499         * sysdeps/i386/Implies: Add x86.
38500         * sysdeps/x86_64/Implies: Likewise.
38501
38502 2012-05-30  David S. Miller  <davem@davemloft.net>
38503
38504         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38505         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38506         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38507         (FP_TRAPPING_EXCEPTIONS): Define.
38508         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38509         (FP_TRAPPING_EXCEPTIONS): Define.
38510         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38511         subnormals only when inexact has been signalled or underflow
38512         exceptions are enabled.
38513         (_FP_PACK_CANONICAL): Likewise.
38514
38515 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38516
38517         [BZ #14183]
38518         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38519         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38520
38521 2012-05-30  Richard Henderson  <rth@twiddle.net>
38522
38523         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38524         with #ifndef NOT_IN_libc.
38525
38526         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38527         marked to avoid plt entry.
38528
38529 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38530
38531         [BZ #14112]
38532         * Makeconfig (default-abi): New macro.
38533         (abi-includes): Likewise.
38534         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38535         $(abi-$(default-abi)-lib-soname) for soname if defined.
38536         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38537         abi-variants.
38538         * Makefile (installed-stubs): Likewise.
38539         * include/stubs-biarch.h: Removed.
38540         * scripts/lib-names.awk: Only handle one library at a time.
38541         * scripts/soversions.awk: Remove WORDSIZE support.
38542         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38543         entries.
38544         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38545         Removed.
38546         (syscall-list-default-condition): Likewise.
38547         (syscall-list-default-condition): Likewise.
38548         (syscall-list-includes): Likewise.
38549         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38550         syscall-list-* with abi-*.  Handle undefined abi-variants.
38551         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38552         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38553         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38554         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38555         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38556         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38557         Removed.
38558         (syscall-list-32-options): Likewise.
38559         (syscall-list-32-condition): Likewise.
38560         (syscall-list-64-options): Likewise.
38561         (syscall-list-64-condition): Likewise.
38562         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38563         macro.
38564         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38565         Renamed to ...
38566         (abi-*): This.
38567         (abi-64-ld-soname): New macro.
38568         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38569         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38570         Renamed to ...
38571         (abi-*): This.
38572         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38573         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38574
38575 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38576
38577         * sysdeps/unix/sysv/linux/kernel-features.h
38578         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38579         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38580         include <kernel-features.h>.
38581         [!__NR_ftruncate64]: Remove conditional code.
38582         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38583         [__NR_ftruncate64]: Make code unconditional.
38584         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38585         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38586         include <kernel-features.h>.
38587         [!__NR_ftruncate64]: Remove conditional code.
38588         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38589         [__NR_ftruncate64]: Make code unconditional.
38590         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38592         include <kernel-features.h>.
38593         [!__NR_ftruncate64]: Remove conditional code.
38594         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38595         [__NR_ftruncate64]: Make code unconditional.
38596         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38598         include <kernel-features.h>.
38599         [!__NR_ftruncate64]: Remove conditional code.
38600         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38601         [__NR_ftruncate64]: Make code unconditional.
38602         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38603
38604         * configure.in (libc_cv_fpie): Weaken to a compile test using
38605         LIBC_TRY_CC_OPTION.
38606         * configure: Regenerated.
38607
38608 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38609
38610         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38611         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38612         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38613         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38614         Refreshed.
38615         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38616         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38617         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38618         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38619         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38620         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38621         Refreshed.
38622
38623 2012-05-27  David S. Miller  <davem@davemloft.net>
38624
38625         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38626         (___Q_zero): New.
38627         (__Q_simulate_exceptions): Return void.  Change to simulate
38628         exceptions by writing into the %fsr.
38629         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38630         (__Qp_handle_exceptions): Likewise.
38631         (numbers): Delete.
38632         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38633         __Qp_handle_exceptions.
38634         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38635         __Qp_handle_exceptions.
38636         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38637         as unused and give dummy FP_RND_NEAREST initializer.
38638         (FP_INHIBIT_RESULTS): Define.
38639         (___Q_simulate_exceptions): Update declaration.
38640         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38641         formatting.
38642         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38643         as unused and give dummy FP_RND_NEAREST initializer.
38644         (__Qp_handle_exceptions): Update declaration.
38645         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38646         formatting.
38647
38648 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38649
38650         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38651         the temporary FPU control word.
38652         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38653         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38654         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38655         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38656         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38657         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38658         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38659         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38660         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38661         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38662         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38663
38664 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38665
38666         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38667         fields.
38668
38669 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38670
38671         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38672         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38673         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38674         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38675         Likewise.
38676         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38677         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38678         Likewise.
38679
38680 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38681
38682         * po/h.po: Update from translation team.
38683
38684 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38685
38686         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38687
38688         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38689         handling of denormals.
38690         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38691         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38692         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38693         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38694         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38695         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38696         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38697         Likewise.
38698
38699 2012-05-26  Marek Polacek  <polacek@redhat.com>
38700
38701         [BZ #14152]
38702         * math/libm-test.inc (fma_test): Don't always expect underflow
38703         exception.
38704
38705 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38706
38707         [BZ #12416]
38708         * elf/tst-execstack.c: Include stackinfo.h.
38709         (do_test): Adjust test case to ensure that pthread_getattr_np
38710         behaviour remains the same after marking stack executable.
38711
38712 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38713
38714         * sysdeps/unix/sysv/linux/kernel-features.h
38715         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38716         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38717         kernel-features.h.
38718         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38719         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38720         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38721         kernel-features.h.
38722         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38723         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38724
38725 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38726
38727         * configure.in: Define the default includes to being none.
38728         * configure: Regenerated.
38729
38730 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38731
38732         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38733         * sysdeps/x86_64/setjmp.S: Likewise.
38734         * sysdeps/i386/bsd-setjmp.S: Likewise.
38735         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38736         * sysdeps/i386/setjmp.S: Likewise.
38737         * sysdeps/i386/__longjmp.S: Likewise.
38738         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38739         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38740
38741         * include/stap-probe.h: New file.
38742         * configure.in: Handle --enable-systemtap.
38743         * configure: Regenerated.
38744         * config.h.in (USE_STAP_PROBE): New #undef.
38745         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38746         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38747         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38748
38749 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38750
38751         [BZ #13717]
38752         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38753         to 2.4.0 where earlier.
38754         * sysdeps/unix/sysv/linux/configure: Regenerated.
38755         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38756         <kernel-features.h>.
38757         [__ASSUME_32BITUIDS]: Make code unconditional.
38758         [!__ASSUME_32BITUIDS]: Remove conditional code.
38759         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38760         <kernel-features.h>.
38761         [__ASSUME_32BITUIDS]: Make code unconditional.
38762         [!__ASSUME_32BITUIDS]: Remove conditional code.
38763         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38764         [__ASSUME_32BITUIDS]: Make code unconditional.
38765         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38766         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38767         <kernel-features.h>.
38768         [__ASSUME_32BITUIDS]: Make code unconditional.
38769         [!__ASSUME_32BITUIDS]: Remove conditional code.
38770         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38771         <kernel-features.h>.
38772         [__ASSUME_32BITUIDS]: Make code unconditional.
38773         [!__ASSUME_32BITUIDS]: Remove conditional code.
38774         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38775         <kernel-features.h>.
38776         [__ASSUME_32BITUIDS]: Make code unconditional.
38777         [!__ASSUME_32BITUIDS]: Remove conditional code.
38778         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38779         <kernel-features.h>.
38780         [__ASSUME_32BITUIDS]: Make code unconditional.
38781         [!__ASSUME_32BITUIDS]: Remove conditional code.
38782         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38783         <kernel-features.h>.
38784         [__ASSUME_32BITUIDS]: Make code unconditional.
38785         [!__ASSUME_32BITUIDS]: Remove conditional code.
38786         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38787         <kernel-features.h>.
38788         [__ASSUME_32BITUIDS]: Make code unconditional.
38789         [!__ASSUME_32BITUIDS]: Remove conditional code.
38790         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38791         <kernel-features.h>.
38792         [__ASSUME_32BITUIDS]: Make code unconditional.
38793         [!__ASSUME_32BITUIDS]: Remove conditional code.
38794         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38795         <kernel-features.h>.
38796         [__ASSUME_32BITUIDS]: Make code unconditional.
38797         [!__ASSUME_32BITUIDS]: Remove conditional code.
38798         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38799         <kernel-features.h>.
38800         [__ASSUME_32BITUIDS]: Make code unconditional.
38801         [!__ASSUME_32BITUIDS]: Remove conditional code.
38802         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38803         <kernel-features.h>.
38804         [__ASSUME_32BITUIDS]: Make code unconditional.
38805         [!__ASSUME_32BITUIDS]: Remove conditional code.
38806         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38807         <kernel-features.h>.
38808         [__NR_setresgid] (__setresgid): Do not declare.
38809         [__ASSUME_32BITUIDS]: Make code unconditional.
38810         [!__ASSUME_32BITUIDS]: Remove conditional code.
38811         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38812         <kernel-features.h>.
38813         [__NR_setresuid] (__setresuid): Do not declare.
38814         [__ASSUME_32BITUIDS]: Make code unconditional.
38815         [!__ASSUME_32BITUIDS]: Remove conditional code.
38816         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38817         <kernel-features.h>.
38818         [__ASSUME_32BITUIDS]: Make code unconditional.
38819         [!__ASSUME_32BITUIDS]: Remove conditional code.
38820         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38821         <kernel-features.h>.
38822         [__ASSUME_32BITUIDS]: Make code unconditional.
38823         [!__ASSUME_32BITUIDS]: Remove conditional code.
38824         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38825         <kernel-features.h>.
38826         [__ASSUME_32BITUIDS]: Make code unconditional.
38827         [!__ASSUME_32BITUIDS]: Remove conditional code.
38828         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38829         <kernel-features.h>.
38830         [__ASSUME_32BITUIDS]: Make code unconditional.
38831         [!__ASSUME_32BITUIDS]: Remove conditional code.
38832         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38833         <kernel-features.h>.
38834         [__ASSUME_32BITUIDS]: Make code unconditional.
38835         [!__ASSUME_32BITUIDS]: Remove conditional code.
38836         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38837         <kernel-features.h>.
38838         [__ASSUME_32BITUIDS]: Make code unconditional.
38839         [!__ASSUME_32BITUIDS]: Remove conditional code.
38840         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38841         <kernel-features.h>.
38842         [__ASSUME_32BITUIDS]: Make code unconditional.
38843         [!__ASSUME_32BITUIDS]: Remove conditional code.
38844         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38845         <kernel-features.h>.
38846         [__ASSUME_32BITUIDS]: Make code unconditional.
38847         [!__ASSUME_32BITUIDS]: Remove conditional code.
38848         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38849         <kernel-features.h>.
38850         [__ASSUME_32BITUIDS]: Make code unconditional.
38851         [!__ASSUME_32BITUIDS]: Remove conditional code.
38852         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38853         <kernel-features.h>.
38854         [__ASSUME_32BITUIDS]: Make code unconditional.
38855         [!__ASSUME_32BITUIDS]: Remove conditional code.
38856         * sysdeps/unix/sysv/linux/kernel-features.h
38857         (__ASSUME_SETRESUID_SYSCALL): Remove.
38858         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38859         (__ASSUME_32BITUIDS): Likewise.
38860         (__ASSUME_LDT_WORKS): Likewise.
38861         (__ASSUME_O_DIRECTORY): Likewise.
38862         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38863         architecture but not kernel version.
38864         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38865         (__ASSUME_MMAP2_SYSCALL): Likewise.
38866         (__ASSUME_STAT64_SYSCALL): Likewise.
38867         (__ASSUME_IPC64): Likewise.
38868         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38869         <kernel-features.h>.
38870         [__ASSUME_32BITUIDS]: Make code unconditional.
38871         [!__ASSUME_32BITUIDS]: Remove conditional code.
38872         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38873         <kernel-features.h>.
38874         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38875         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38876         132096]: Remove conditional code.
38877         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38878         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38879         <kernel-features.h>.
38880         [__ASSUME_32BITUIDS]: Make code unconditional.
38881         [!__ASSUME_32BITUIDS]: Remove conditional code.
38882         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38883         <kernel-features.h>.
38884         [__ASSUME_32BITUIDS]: Make code unconditional.
38885         [!__ASSUME_32BITUIDS]: Remove conditional code.
38886         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38887         <kernel-features.h>.
38888         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38889         unconditional.
38890         (__setresgid): Do not declare.
38891         [__ASSUME_32BITUIDS]: Make code unconditional.
38892         [!__ASSUME_32BITUIDS]: Remove conditional code.
38893         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38894         <kernel-features.h>.
38895         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38896         unconditional.
38897         (__setresuid): Do not declare.
38898         [__ASSUME_32BITUIDS]: Make code unconditional.
38899         [!__ASSUME_32BITUIDS]: Remove conditional code.
38900         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38901         <kernel-features.h>.
38902         [__ASSUME_32BITUIDS]: Make code unconditional.
38903         [!__ASSUME_32BITUIDS]: Remove conditional code.
38904         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38905         <kernel-features.h>.
38906         [__ASSUME_32BITUIDS]: Make code unconditional.
38907         [!__ASSUME_32BITUIDS]: Remove conditional code.
38908
38909 2012-05-25  Richard Henderson  <rth@twiddle.net>
38910
38911         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38912         dl_hwcap to ifunc resolver.
38913         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38914         elf_ifunc_invoke.
38915         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38916         dl_hwcap to ifunc resolver.
38917         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38918
38919 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38920
38921         [BZ #14153]
38922         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38923         for |x| <= 2**-26, not 2**-57.
38924         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38925         exception.
38926
38927 2012-05-24  Jeff Law  <law@redhat.com>
38928
38929         * stdio-common/Makefile (tests): Add bug25.
38930         * stdio-common/bug25.c: New test.
38931
38932 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38933
38934         [BZ #13576]
38935         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38936         multiple of MALLOC_ALIGNMENT in size.
38937         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38938
38939 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38940
38941         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38942         Require >= 256.
38943         (FILENAME_MAX): Use macro-int-constant.
38944         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38945         (_IOFBF): Use macro-int-constant.
38946         (_IOLBF): Likewise.
38947         (_IONBF): Likewise.
38948         (SEEK_CUR): Likewise.
38949         (SEEK_END): Likewise.
38950         (SEEK_SET): Likewise.
38951         (TMP_MAX): Likewise.
38952         (EOF): Use macro-int-constant.  Require < 0.
38953         (NULL): Use macro-constant.  Require == 0.
38954         (stdin): Require type to be FILE *.
38955         (stdout): Likewise.
38956         (stderr): Likewise.
38957         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38958         macro-int-constant.
38959         (EXIT_SUCCESS): Likewise.
38960         (NULL): Use macro-constant.  Require == 0.
38961         (RAND_MAX): Use macro-int-constant.
38962         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38963         [C99-based standards] (strtof): Require function.
38964         [C99-based standards] (strtold): Likewise.
38965         [C99-based standards] (strtoll): Likewise.
38966         [C99-based standards] (strtoull): Likewise.
38967         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38968         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38969         [ISO || ISO99 || ISO11] (math.h): Likewise.
38970         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38971         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38972         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38973
38974 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38975
38976         [BZ #14132]
38977         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38978         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38979         * intl/dgettext.c (DCGETTEXT): Likewise.
38980         * intl/gettext.c (DCGETTEXT): Likewise.
38981         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38982         * posix/regex_internal.h (gettext): Likewise.
38983         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38984         Remove declaration.
38985         * include/argz.h (__argz_count_internal)
38986         (__argz_stringify_internal): Remove declaration.
38987         (__argz_count, __argz_stringify): Declare hidden proto.
38988         * intl/dcgettext.c: Remove use of INTDEF.
38989         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38990         * string/argz-stringify.c: Likewise.
38991         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38992         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38993         Declare hidden proto.
38994         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38995         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38996         Declare hidden proto.
38997         * include/stdio.h (__asprintf_internal): Don't declare.
38998         (__asprintf): Don't define as macro.  Declare hidden proto.
38999         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
39000         (__fsetlocking): Declare hidden proto.
39001         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
39002         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
39003         hidden proto.
39004         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
39005         (_IO_setlinebuf): Remove use of INTUSE.
39006         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
39007         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
39008         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
39009         Remove declaration.
39010         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
39011         (_IO_do_flush): Remove use of INTUSE.
39012         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
39013         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
39014         (_IO_adjust_column, _IO_least_wmarker)
39015         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
39016         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
39017         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
39018         (_IO_default_doallocate, _IO_wdefault_doallocate)
39019         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
39020         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
39021         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
39022         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
39023         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
39024         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
39025         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
39026         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
39027         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
39028         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
39029         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
39030         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
39031         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
39032         proto.
39033         (_IO_flush_all_internal, _IO_adjust_column_internal)
39034         (_IO_default_uflow_internal, _IO_default_finish_internal)
39035         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
39036         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
39037         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
39038         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
39039         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
39040         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
39041         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
39042         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
39043         (_IO_file_close_internal, _IO_file_close_it_internal)
39044         (_IO_file_underflow_internal, _IO_file_overflow_internal)
39045         (_IO_file_init_internal, _IO_file_attach_internal)
39046         (_IO_file_fopen_internal, _IO_file_read_internal)
39047         (_IO_file_sync_internal, _IO_file_seek_internal)
39048         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
39049         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
39050         (_IO_str_underflow_internal, _IO_str_overflow_internal)
39051         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
39052         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
39053         (_IO_list_all_internal, _IO_link_in_internal)
39054         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
39055         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
39056         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
39057         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
39058         (_IO_do_write_internal, _IO_padn_internal)
39059         (_IO_getline_info_internal, _IO_getline_internal)
39060         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
39061         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
39062         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
39063         (_IO_vfscanf_internal, _IO_vfprintf_internal)
39064         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
39065         (_IO_init_internal, _IO_un_link_internal): Don't declare.
39066         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
39067         with libc_hidden_ver, remove use of INTUSE.
39068         * libio/genops.c: Likewise.
39069         * libio/freopen.c: Likewise.
39070         * libio/freopen64.c: Likewise.
39071         * libio/iofclose.c: Likewise.
39072         * libio/iofdopen.c: Likewise.
39073         * libio/iofflush.c: Likewise.
39074         * libio/iofflush_u.c: Likewise.
39075         * libio/iofgets.c: Likewise.
39076         * libio/iofgets_u.c: Likewise.
39077         * libio/iofopen.c: Likewise.
39078         * libio/iofopncook.c: Likewise.
39079         * libio/iofread.c: Likewise.
39080         * libio/iofread_u.c: Likewise.
39081         * libio/ioftell.c: Likewise.
39082         * libio/iofwrite.c: Likewise.
39083         * libio/iogetline.c: Likewise.
39084         * libio/iogets.c: Likewise.
39085         * libio/iogetwline.c: Likewise.
39086         * libio/iopadn.c: Likewise.
39087         * libio/iopopen.c: Likewise.
39088         * libio/ioseekoff.c: Likewise.
39089         * libio/ioseekpos.c: Likewise.
39090         * libio/iosetbuffer.c: Likewise.
39091         * libio/iosetvbuf.c: Likewise.
39092         * libio/ioungetc.c: Likewise.
39093         * libio/ioungetwc.c: Likewise.
39094         * libio/iovdprintf.c: Likewise.
39095         * libio/iovsprintf.c: Likewise.
39096         * libio/iovsscanf.c: Likewise.
39097         * libio/memstream.c: Likewise.
39098         * libio/obprintf.c: Likewise.
39099         * libio/oldfileops.c: Likewise.
39100         * libio/oldiofclose.c: Likewise.
39101         * libio/oldiofdopen.c: Likewise.
39102         * libio/oldiofopen.c: Likewise.
39103         * libio/oldiopopen.c: Likewise.
39104         * libio/oldstdfiles.c: Likewise.
39105         * libio/putc.c: Likewise.
39106         * libio/setbuf.c: Likewise.
39107         * libio/setlinebuf.c: Likewise.
39108         * libio/stdfiles.c: Likewise.
39109         * libio/strops.c: Likewise.
39110         * libio/vasprintf.c: Likewise.
39111         * libio/vscanf.c: Likewise.
39112         * libio/vsnprintf.c: Likewise.
39113         * libio/vswprintf.c: Likewise.
39114         * libio/wfiledoalloc.c: Likewise.
39115         * libio/wfileops.c: Likewise.
39116         * libio/wgenops.c: Likewise.
39117         * libio/wmemstream.c: Likewise.
39118         * libio/wstrops.c: Likewise.
39119         * libio/__fpurge.c: Likewise.
39120         * libio/__fsetlocking.c: Likewise.
39121         * assert/assert.c: Likewise.
39122         * debug/fgets_chk.c: Likewise.
39123         * debug/fgets_u_chk.c: Likewise.
39124         * debug/fread_chk.c: Likewise.
39125         * debug/fread_u_chk.c: Likewise.
39126         * debug/gets_chk.c: Likewise.
39127         * debug/obprintf_chk.c: Likewise.
39128         * debug/vasprintf_chk.c: Likewise.
39129         * debug/vdprintf_chk.c: Likewise.
39130         * debug/vsnprintf_chk.c: Likewise.
39131         * debug/vsprintf_chk.c: Likewise.
39132         * malloc/mtrace.c: Likewise.
39133         * misc/error.c: Likewise.
39134         * misc/syslog.c: Likewise.
39135         * stdio-common/asprintf.c: Likewise.
39136         * stdio-common/fxprintf.c: Likewise.
39137         * stdio-common/getw.c: Likewise.
39138         * stdio-common/isoc99_fscanf.c: Likewise.
39139         * stdio-common/isoc99_scanf.c: Likewise.
39140         * stdio-common/isoc99_vfscanf.c: Likewise.
39141         * stdio-common/isoc99_vscanf.c: Likewise.
39142         * stdio-common/isoc99_vsscanf.c: Likewise.
39143         * stdio-common/printf-prs.c: Likewise.
39144         * stdio-common/printf_fp.c: Likewise.
39145         * stdio-common/printf_fphex.c: Likewise.
39146         * stdio-common/printf_size.c: Likewise.
39147         * stdio-common/putw.c: Likewise.
39148         * stdio-common/scanf.c: Likewise.
39149         * stdio-common/sprintf.c: Likewise.
39150         * stdio-common/tmpfile.c: Likewise.
39151         * stdio-common/vfprintf.c: Likewise.
39152         * stdio-common/vfscanf.c: Likewise.
39153         * stdlib/strfmon_l.c: Likewise.
39154         * sunrpc/openchild.c: Likewise.
39155         * sunrpc/xdr_stdio.c: Likewise.
39156         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
39157         * sysdeps/mach/hurd/tmpfile.c: Likewise.
39158
39159 2012-05-24  Roland McGrath  <roland@hack.frob.com>
39160
39161         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39162
39163         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
39164         in the third column, to generate for the shared library an IFUNC
39165         that uses _dl_vdso_vsym.
39166         * Makerules (COMPILE.c, compile-stdin.c): New variables.
39167         * Makeconfig (object-suffixes-noshared): New variable.
39168
39169         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
39170         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
39171         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
39172         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
39173
39174         [BZ #14132]
39175         * include/sys/time.h (__gettimeofday): Remove macro.
39176         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
39177         * time/gettimeofday.c (__gettimeofday): Remove #undef.
39178         Remove INTDEF.
39179         (__gettimeofday): Add libc_hidden_def.
39180         (gettimeofday): Add libc_hidden_weak.
39181         * sysdeps/mach/gettimeofday.c: Likewise.
39182         * sysdeps/posix/gettimeofday.c: Likewise.
39183         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39184         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39185         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39186         (__gettimeofday_internal): Remove strong_alias.
39187         (__gettimeofday): Add libc_hidden_def.
39188         (gettimeofday): Add libc_hidden_weak.
39189         * sysdeps/unix/syscalls.list (gettimeofday):
39190         Remove __gettimeofday_internal alias.
39191
39192 2012-05-24  Daniel Jacobowitz  <drow@false.org>
39193             H.J. Lu  <hongjiu.lu@intel.com>
39194
39195         [BZ #12495]
39196         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39197         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39198         (largebin_index_32_big): New.
39199         (largebin_index): Use it for 16-byte alignment.
39200         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
39201         correction with front_misalign.
39202
39203 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39204
39205         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39206         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39207         Likewise.
39208         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39209         Likewise.
39210         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39211         Likewise.
39212         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39213         Likewise.
39214         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39215         Likewise.
39216         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39217         Likewise.
39218         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39219         Likewise.
39220         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39221         Likewise.
39222         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39223         Likewise.
39224         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39225         Likewise.
39226         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39227         Likewise.
39228         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39229         Likewise.
39230
39231         * scripts/data/c++-types-x32-linux-gnu.data: New file.
39232         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39233
39234 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39235
39236         [BZ #10846]
39237         [BZ #14036]
39238         * math/libm-test.inc (exp_test): Add test from bug 14036.
39239         (pow_test): Add test from bug 10846.
39240
39241         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39242         and other flags.
39243         (special_function): Do not include flags in test name.
39244         (parse_args): Likewise.
39245         * sysdeps/i386/fpu/libm-test-ulps: Update.
39246         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39247         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39248         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39249         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39250
39251         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39252         exceptions.
39253         * math/libm-test.inc ("Philosophy"): Update comment about
39254         exception testing.
39255         (UNDERFLOW_EXCEPTION): New macro.
39256         (UNDERFLOW_EXCEPTION_OK): Likewise.
39257         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39258         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39259         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39260         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39261         (INVALID_EXCEPTION_OK): Update value.
39262         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39263         (OVERFLOW_EXCEPTION_OK): Likewise.
39264         (IGNORE_ZERO_INF_SIGN): Likewise.
39265         (test_exceptions): Handle underflow exceptions.
39266         (acos_test): Update for underflow exception expectations.
39267         (cexp_test): Likewise.
39268         (clog_test): Likewise.
39269         (clog10_test): Likewise.
39270         (csqrt_test): Likewise.
39271         (ctan_test): Likewise.
39272         (ctanh_test): Likewise.
39273         (exp_test): Likewise.
39274         (exp10_test): Likewise.
39275         (exp2_test): Likewise.
39276         (expm1_test): Likewise.
39277         (fma_test): Likewise.
39278         (j0_test): Likewise.
39279         (jn_test): Likewise.
39280         (nexttoward_test): Likewise.
39281         (pow_test): Likewise.
39282         (scalbn_test): Likewise.
39283         (scalbln_test): Likewise.
39284         (tan_test): Likewise.
39285         (y1_test): Likewise.
39286         * sysdeps/i386/fpu/libm-test-ulps: Update.
39287         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39288
39289 2012-05-23  David S. Miller  <davem@davemloft.net>
39290
39291         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39292         (__libc_sigaction): Remove unused local variables.
39293
39294 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39295
39296         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39297
39298 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39299
39300         mktime: avoid signed integer overflow
39301         * time/mktime.c (__mktime_internal): Do not mishandle the case
39302         where diff == INT_MIN.
39303
39304         mktime: simplify computation of average
39305         * time/mktime.c (ranged_convert): Use new time_t_avg function
39306         instead of rolling our own (probably-slower) code.
39307
39308         mktime: do not assume signed right shift propagates sign bit
39309         * time/mktime.c (isdst_differ): New static function.
39310         (__mktime_internal): No need to normalize tm_isdst now.
39311         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39312         tm_isdst values.
39313
39314         mktime: merge another wrapv change from gnulib
39315         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39316         from some compilers.
39317
39318         mktime: remove incorrect attempt at unusual arithmetics
39319         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39320         The code didn't really work on such machines anyway.
39321         (TYPE_MINIMUM): Assume two's complement.
39322         (twos_complement_arithmetic): Verify that long_int and time_t
39323         are two's complement (or unsigned, in the latter case).
39324
39325         mktime: check signed shifts on long_int and time_t, too
39326         * time/mktime.c (SHR): Check that shifts work as desired
39327         on the types long_int and time_t too, as SHR is used on
39328         such types.
39329
39330         mktime: do not assume 'long' is wide enough
39331         * time/mktime.c (verify): Move decl up.
39332         (long_int): New type.
39333         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39334         to remove assumption in the code that 'long' is wide enough to
39335         store year values.  This assumption is not true on x32 and on
39336         some non-glibc platforms.
39337
39338         mktime: merge wrapv change from gnulib
39339         * time/mktime.c (WRAPV): New macro.
39340         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39341         (guess_time_tm, __mktime_internal): Do not assume that signed
39342         integer overflow wraps around; modern compilers generate code
39343         where this assumption is no longer valid.
39344
39345 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39346
39347         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39348         Replace "jmp L(pseudo_end)" with "ret".
39349         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39350         Likewise.
39351
39352 2012-05-23  Andreas Jaeger  <aj@suse.de>
39353
39354         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39355         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39356
39357 2012-05-23  Andreas Jaeger  <aj@suse.de>
39358             Maximilian Attems  <max@stro.at>
39359
39360         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39361         New macros.
39362
39363 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39364
39365         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39366         code so that pseudo_end is just ret and the stack pointer is
39367         correct also for static library in error case.
39368
39369 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39370
39371         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39372         move to syscalls.list.
39373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39377
39378         * manual/install.texi (Running make install): Do not mention Linux
39379         kernel version for which pt_chown is not needed.
39380         (Linux): Do not mention problems with nscd with 2.0 kernels.
39381         * INSTALL: Regenerated.
39382
39383 2012-05-23  Andreas Jaeger  <aj@suse.de>
39384
39385         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39386         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39387         macro.
39388         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39389         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39390         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39391         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39392         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39393         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39394         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39395         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39396         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39397         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39398         * sysdeps/unix/sysv/linux/bits/in.h
39399         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39400
39401 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39402
39403         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39404         (PREPARE_VERSION): Just use assert instead, it will be elided
39405         under [NDEBUG] anyway.
39406
39407 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39408
39409         * sysdeps/unix/sysv/linux/Makefile: Include
39410         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39411         (sysdep_routines): Remove sysctl.
39412         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39413         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39414         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39415         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39416         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39417
39418 2012-05-22  Andreas Jaeger  <aj@suse.de>
39419
39420         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39421         that pseudo_end is just ret and the stack pointer is correct also
39422         for static library in error case.
39423
39424 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39425
39426         [BZ #14122]
39427         * nss/nsswitch.c (defconfig_entries): New variable.
39428         (__nss_database_lookup): Don't leak defconfig entries.
39429         (nss_parse_service_list): Don't leak on error paths.
39430         (free_database_entries): New function.
39431         (free_defconfig): New function.
39432         (free_mem): Move common code to free_database_entries.
39433
39434 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39435
39436         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39437         Add arch_prctl.
39438         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39439
39440         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39441         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39442         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39443         New macro.
39444         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39445         (INTERNAL_SYSCALL_TYPES): Likewise.
39446         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39447         (LOAD_REGS_TYPES_[1-6]): Likewise.
39448         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39449         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39450
39451 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39452
39453         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39454         copysignl for GLIBC_2_0.
39455         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39456         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39457         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39458         logbl for GLIBC_2_0.
39459         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39460         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39461
39462 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39463
39464         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39465         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39466
39467         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39468         Use "neg %eax".
39469
39470         * time/mktime.c: Update copyright years.
39471
39472 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39473
39474         mktime: merge comment-quoting-style change from gnulib
39475         * time/mktime.c: Quote 'like this' in comments.
39476         The GNU coding standards suggest that we no longer quote `like this',
39477         as "`" and "'" are typically rendered asymmetrically nowadays.
39478         The typical gnulib style is to quote 'like this' when quoting
39479         code, and "like this" when quoting English.
39480
39481         * time/mktime.c (compile-command): Add "-I.".
39482
39483         mktime: merge mktime-internal.h change from gnulib
39484         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39485
39486         mktime: merge time_r change from gnulib
39487         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39488
39489         mktime: merge DEBUG change from gnulib
39490         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39491         case system <time.h> has a #define.
39492
39493         mktime: merge <sys/types.h> change from gnulib
39494         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39495         since <time.t> is now guaranteed to define time_t.
39496
39497         mktime: merge HAVE_CONFIG_H change from gnulib
39498         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39499
39500 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39501
39502         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39503         Use "neg %eax".
39504
39505         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39506         __rlim_t cast.
39507         (struct rusage): Use anonymous union to pad each field to
39508         __syscall_slong_t.
39509
39510 2012-05-21  David S. Miller  <davem@davemloft.net>
39511
39512         * Makefules (o-iterator): Remove .s cases.
39513         (compile-command.s): Delete.
39514         (COMPILE.s): Delete.
39515         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39516
39517 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39518
39519         * configure.in (libc_cv_predef_stack_protector): Only consider
39520         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39521         * configure: Regenerated.
39522
39523 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39524
39525         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39526         New macro.  Use R*LP on int and pointer.
39527         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39528         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39529         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39530         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39531
39532         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39533         [__WORDSIZE_TIME64_COMPAT32] instead of
39534         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39535         (struct utmp): Likewise.
39536         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39537         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39538         Renamed to ...
39539         (__WORDSIZE_TIME64_COMPAT32): This.
39540         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39541         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39542         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39543         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39544         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39545         (__WORDSIZE_TIME64_COMPAT32): New macro.
39546
39547 2012-05-21  Andreas Jaeger  <aj@suse.de>
39548
39549         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39550         only if [SHARED]. Add prototype for __wcschr_ia32.
39551
39552 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39553
39554         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39555         of %rbp unmolested in the jmp_buf while mangling the low bits.
39556         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39557         unmolested high bits of %rbp while demangling the low bits.
39558         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39559
39560 2012-05-21  Andreas Jaeger  <aj@suse.de>
39561
39562         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39563         * sunrpc/svc_simple.c: Use it for registerrpc.
39564         * sunrpc/xcrypt.c: Use it for passwd2des.
39565
39566         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39567
39568 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39569
39570         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39571         Don't define if [__SYSCALL_WORDSIZE != 32].
39572         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39573         New macro.
39574
39575 2012-05-21  Bruno Haible  <bruno@clisp.org>
39576             Andreas Jaeger  <aj@suse.de>
39577
39578         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39579         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39580         inptr and inend for must_buffer_ch.
39581         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39582         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39583         * stdio-common/Makefile (tests): Remove bug15.
39584         (bug15-ENV): Remove macro.
39585         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39586         anymore.
39587
39588 2012-05-19  Andreas Jaeger  <aj@suse.de>
39589             Roland McGrath  <roland@hack.frob.com>
39590
39591         * manual/contrib.texi: Completely rewritten. It contains now an
39592         alphabetical list of contributors and their contributions.
39593
39594 2012-05-21  Richard Henderson  <rth@twiddle.net>
39595
39596         * misc/getauxval.c (__getauxval): Use unsigned long int.
39597         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39598         (getauxval): Use unsigned long int.
39599
39600 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39601
39602         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39603
39604 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39605
39606         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39607         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39608         __alignof__ (long double).
39609
39610 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39611
39612         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39613
39614 2012-05-20  Richard Henderson  <rth@twiddle.net>
39615
39616         * misc/getauxval.c: New file.
39617         * misc/sys/auxv.h: New file.
39618         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39619         (routines): Add getauxval.
39620         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39621         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39622         * elf/dl-sysdep.c (_dl_auxv): Remove.
39623         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39624         * elf/dl-support.c (_dl_auxv): New variable.
39625         (_dl_aux_init): Initialize it.
39626         * manual/startup.texi (Auxiliary Vector): New node.
39627         * sysdeps/generic/bits/hwcap.h: New file.
39628         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39629         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39630         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39631         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39632         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39633         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39634         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39635         Update.
39636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39637         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39638         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39639         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39640         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39641         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39642         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39643         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39644
39645 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39646
39647         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39648
39649 2012-05-19  David S. Miller  <davem@davemloft.net>
39650
39651         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39652
39653 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39654
39655         [BZ #14123]
39656         * math/s_ccosh.c: Include <float.h>
39657         (__ccosh): Avoid internal overflow calculating sinh and cosh
39658         values before multiplying by sin and cos values.
39659         * math/s_ccoshf.c: Likewise.
39660         * math/s_ccoshl.c: Likewise.
39661         * math/s_csin.c: Likewise.
39662         * math/s_csinf.c: Likewise.
39663         * math/s_csinl.c: Likewise.
39664         * math/s_csinh.c: Likewise.
39665         * math/s_csinhf.c: Likewise.
39666         * math/s_csinhl.c: Likewise.
39667         * math/libm-test.inc (ccos_test): Add more tests.
39668         (ccosh_test): Likewise.
39669         (csin_test): Likewise.
39670         (csinh_test): Likewise.
39671         * sysdeps/i386/fpu/libm-test-ulps: Update.
39672         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39673
39674 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39675
39676         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39677         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39678
39679         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39680
39681 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39682
39683         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39684         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39685         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39686         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39687         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39688         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39689         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39690         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39691         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39692         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39693         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39694         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39695         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39696         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39697         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39698         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39699         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39700         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39701         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39702         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39703         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39704         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39705         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39706         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39707         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39708         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39709         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39710         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39711         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39712         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39713         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39714
39715 2012-05-18  Andreas Jaeger  <aj@suse.de>
39716
39717         * csu/.gitignore: Delete.
39718
39719 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39720
39721         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39722         (timex): Use __syscall_slong_t.
39723
39724 2012-05-18  Andreas Jaeger  <aj@suse.de>
39725             Carlos O'Donell  <carlos_odonell@mentor.com>
39726
39727         * manual/install.texi (Configuring and compiling): Update
39728         description about files modified in the source directory.
39729         * INSTALL: Regenerated.
39730
39731 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39732
39733         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39734         value.  Use "or" to set return value to -1.
39735         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39736         negate return value.
39737
39738 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39739
39740         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39741         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39742         failure if the compiler has Graphite support disabled.
39743         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39744         Likewise.
39745         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39746         (CFLAGS-memmove.c): Likewise.
39747         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39748         Likewise.
39749
39750 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39751
39752         * sysdeps/x86_64/x32/_itoa.h: New file.
39753
39754         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39755         getdents system call only if kernel and user dirents have the
39756         same d_ino and d_off.
39757
39758         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39759         LLONG_MAX != LONG_MAX.
39760         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39761         (_fitoa_word): Likewise.
39762
39763         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39764         years.
39765         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39766         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39767         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39768
39769         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39770         include <bits/wordsize.h>.  Check __x86_64__ instead of
39771         __WORDSIZE.
39772         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39773         if __x86_64__ is defined.  Use anonymous union on fpstate.
39774
39775         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39776         anonymous union.
39777
39778 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39779
39780         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39781         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39782         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39783         Refer to _rtld_local_ro instead of _rtld_global_ro.
39784         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39785         Likewise.
39786         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39787         Likewise.
39788         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39789         Likewise.
39790         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39791         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39792         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39793
39794         * sysdeps/powerpc/powerpc32/dl-machine.c
39795         (__elf_machine_runtime_setup) [PROF]: Don't reference
39796         _dl_prof_resolve.
39797
39798 2012-05-18  Andreas Jaeger  <aj@suse.de>
39799
39800         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39801         function only available for GCCs before 3.4 since GCC 3.4
39802         introduced a builtin.
39803         (lrint): Likewise.
39804         (llrintf): Likewise.
39805         (llrint): Likewise.
39806         (fmaxf): Likewise.
39807         (fmax): Likewise.
39808         (fminf): Likewise.
39809         (fmin): Likewise.
39810         (rint): Likewise.
39811         (rintf): Likewise.
39812         (nearbyint): Likewise.
39813         (nearbyintf): Likewise.
39814         (ceil): Likewise.
39815         (ceilf): Likewise.
39816         (floor): Likewise.
39817         (floorf): Likewise.
39818
39819 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39820
39821         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39822         on both fields and cast pointer to __syscall_ulong_t.
39823
39824         * bits/types.h (__fsword_t): New type.
39825         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39826         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39827         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39828         (__FSWORD_T_TYPE): Likewise.
39829         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39830         (__FSWORD_T_TYPE): Likewise.
39831         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39832         (__FSWORD_T_TYPE): Likewise.
39833         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39834         (__FSWORD_T_TYPE): Likewise.
39835         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39836         __SWORD_TYPE with __fsword_t.
39837         (statfs64): Likewise.
39838
39839 2012-05-17  David S. Miller  <davem@davemloft.net>
39840
39841         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39842
39843 2012-05-17  Andreas Jaeger  <aj@suse.de>
39844
39845         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39846         warning.
39847
39848 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39849
39850         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39851
39852 2012-05-17  Andreas Jaeger  <aj@suse.de>
39853
39854         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39855         when it is used.
39856
39857 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39858
39859         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39860
39861 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39862
39863         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39864         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39865
39866 2012-05-17  Andreas Jaeger  <aj@suse.de>
39867             Carlos O'Donell  <carlos_odonell@mentor.com>
39868
39869         [BZ #14059]
39870         * sysdeps/x86_64/multiarch/init-arch.h
39871         (bit_YMM_Usable): Rename to...
39872         (bit_AVX_Usable): ... this.
39873         (bit_FMA4_Usable): New macro.
39874         (bit_XMM_state): New macro.
39875         (bit_YMM_state): New macro.
39876         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39877         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39878         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39879         (CPUID_OSXSAVE): New macro.
39880         (CPUID_AVX): New macro.
39881         (CPUID_FMA4): New macro.
39882         (index_YMM_Usable): Rename to...
39883         (index_AVX_Usable): ... this.
39884         (HAS_AVX): Use HAS_ARCH_FEATURE.
39885         (HAS_FMA4): Likewise.
39886         (HAS_YMM_USABLE): Remove.
39887         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39888         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39889         are present.
39890         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39891         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39892         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39893         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39894         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39895
39896 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39897
39898         * math/libm-test.c: Support platforms without multiple rounding modes.
39899         * math/bug-nextafter.c: Support platforms without FP exceptions.
39900         * math/bug-nexttoward.c: Likewise.
39901         * math/test-fenv.c: Likewise.
39902         * math/test-misc.c: Likewise.
39903         * stdlib/bug-getcontext.c: Likewise.
39904
39905 2012-05-17  Andreas Jaeger  <aj@suse.de>
39906
39907         * manual/examples/search.c (critter_cmp): Change signature to
39908         avoid warnings.
39909         * manual/string.texi (Collation Functions): Likewise.
39910
39911 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39912
39913         * bits/types.h: Fold copyright years.
39914         * bits/typesizes.h: Likewise.
39915         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39916         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39917         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39918         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39919         * time/time.h: Likewise.
39920
39921 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39922
39923         [BZ #208]
39924         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39925         in instead of returning them.  Return void.
39926         (__libc_mallinfo): Accumulate over all arenas.
39927         (__malloc_stats): Adjust for change in int_mallinfo interface.
39928
39929 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39930
39931         [BZ #10375]
39932         * configure.in (NM): Add AC_CHECK_TOOL for it.
39933         (libc_extra_cflags): New substituted variable.
39934         Check for -fstack-protector being used implicitly.
39935         * configure: Regenerated.
39936         * config.make.in (config-extra-cflags): New variable,
39937         gets @libc_extra_cflags@.
39938         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39939
39940         [BZ #10375]
39941         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39942         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39943         * configure: Regenerated.
39944         * config.make.in (CPPUNDEFS): New substituted variable.
39945         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39946         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39947         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39948
39949 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39950
39951         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39952         (mq_attr): Use __syscall_slong_t.
39953
39954 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39955
39956         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39957         Check __x86_64__ instead of __WORDSIZE.
39958         (_STAT_VER_LINUX): Likewise.
39959         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39960         __syscall_ulong_t and __syscall_slong_t.
39961         (stat64): Likewise.
39962
39963 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39964
39965         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39966
39967 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39968
39969         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39970
39971 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39972
39973         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39974         __syscall_ulong_t.
39975
39976         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39977         include <bits/wordsize.h>.  Check __x86_64__ instead of
39978         __WORDSIZE.
39979         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39980         defined.
39981         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39982
39983         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39984         include <bits/wordsize.h>.  Check __x86_64__ instead of
39985         __WORDSIZE.
39986         (user_regs_struct): Use "__extension__ unsigned long long"
39987         instead of "unsigned long" if __x86_64__ is defined.
39988         (user): Likewise.  Pad after pointer field if __ILP32__ is
39989         defined.
39990
39991 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39992
39993         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39994         versions 5 to 9.
39995         * configure: Regenerated.
39996         * manual/install.texi (texinfo): Increase version requirement to
39997         4.5 or later.
39998         * INSTALL: Regenerated.
39999
40000         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
40001
40002 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40003
40004         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
40005
40006         * sysdeps/x86_64/x32/ffs.c: New file.
40007
40008         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
40009         __syscall_ulong_t.
40010         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
40011         defined.  Use __syscall_ulong_t.
40012         (shminfo): Use __syscall_ulong_t.
40013         (shm_info): Likewise.
40014
40015         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
40016         __syscall_ulong_t.
40017
40018         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
40019         <bits/wordsize.h>.
40020         (msgqnum_t): Use __syscall_ulong_t.
40021         (msglen_t): Likewise.
40022         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
40023         __syscall_ulong_t.
40024
40025         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
40026         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40027
40028         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
40029
40030         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
40031         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
40032
40033         * sysvipc/sys/msg.h (msgbuf): Replace long int with
40034         __syscall_slong_t.
40035
40036         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
40037         include <bits/wordsize.h>.  Check __x86_64__ instead of
40038         __WORDSIZE.
40039
40040         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
40041         "unsigned long long int" if __x86_64__ is defined.
40042         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
40043
40044         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
40045         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40046         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
40047
40048         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
40049         <stdint.h>.
40050         (GET_PC): Cast to uintptr_t first.
40051         (GET_FRAME): Likewise.
40052         (GET_STACK): Likewise.
40053
40054         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
40055         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
40056         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
40057         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
40058         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
40059         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
40060         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
40061         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
40062         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
40063         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
40064         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
40065         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
40066         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40067         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
40068         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
40069         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
40070         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
40071         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
40072         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
40073         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
40074         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
40075         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
40076         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
40077         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
40078         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
40079         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
40080         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
40081         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
40082         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
40083
40084 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
40085
40086         * Makerules (+depfiles): Also collect depfiles from .oS in
40087         $(extra-objs).
40088         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
40089         .oS, $(libnldbl-routines)).
40090
40091         * Makerules (native-compile-mkdep-flags): Define.
40092         * sunrpc/Makefile (extra-objs): Add $(addprefix
40093         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
40094         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
40095         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
40096         calling $(make-target-directory).
40097
40098 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40099
40100         * bits/types.h (__snseconds_t): Removed.
40101         * time/time.h (struct timespec): Replace __snseconds_t with
40102         __syscall_slong_t.
40103         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
40104         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
40105         Likewise.
40106         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40107         (__SNSECONDS_T_TYPE): Likewise.
40108         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40109         (__SNSECONDS_T_TYPE): Likewise.
40110         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40111         (__SNSECONDS_T_TYPE): Likewise.
40112
40113 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40114
40115         * sysdeps/mach/hurd/bits/typesizes.h
40116         (__SYSCALL_SLONG_TYPE): New macro.
40117         (__SYSCALL_ULONG_TYPE): Likewise.
40118
40119 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40120
40121         * bits/types.h (__syscall_slong_t): New type.
40122         (__syscall_ulong_t): Likewise.
40123
40124         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
40125         (__SYSCALL_ULONG_TYPE): Likewise.
40126         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40127         (__SYSCALL_SLONG_TYPE): Likewise.
40128         (__SYSCALL_ULONG_TYPE): Likewise.
40129         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40130         (__SYSCALL_SLONG_TYPE): Likewise.
40131         (__SYSCALL_ULONG_TYPE): Likewise.
40132         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40133         (__SYSCALL_SLONG_TYPE): Likewise.
40134         (__SYSCALL_ULONG_TYPE): Likewise.
40135
40136 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40137
40138         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
40139         Add sigaltstack-offsets.sym.
40140         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
40141         <sigaltstack-offsets.h>.
40142         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
40143         longjmp_msg pointer.
40144         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
40145         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
40146         signal stack.
40147         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
40148
40149 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40150
40151         * elf/stackguard-macros.h: Remove file.
40152         * sysdeps/generic/stackguard-macros.h: New file.
40153         * sysdeps/i386/stackguard-macros.h: Likewise.
40154         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
40155         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
40156         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
40157         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
40158         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
40159         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
40160         * sysdeps/x86_64/stackguard-macros.h: Likewise.
40161         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
40162         <elf/stackguard-macros.h>.
40163
40164         [BZ #14109]
40165         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
40166         __aligned__ in attribute.
40167         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
40168         (gregset_t): Likewise.
40169
40170 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40171
40172         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
40173         * sysdeps/x86_64/64/Implies-after: Here.  New file.
40174         * sysdeps/x86_64/x32/Implies-after: New file.
40175
40176 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40177
40178         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40179         and access return value for _dl_profile_fixup.  Use R10_LP to
40180         load frame size.
40181
40182 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40183
40184         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40185
40186 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40187
40188         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40189         * sysdeps/x86_64/x32/sysdep.h: New file.
40190
40191 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40192
40193         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40194         * sysdeps/x86_64/setjmp.S: Likewise.
40195
40196 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40197
40198         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40199         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40200         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40201         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40202         remove unused global constant.
40203
40204 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
40205
40206         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40207         include of <not-cancel.h>.
40208
40209 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40210
40211         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40212
40213 2012-05-15  Jeff Law  <law@redhat.com>
40214             Andreas Jaeger  <aj@suse.de>
40215
40216         [BZ #13594]
40217         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40218         out from...
40219         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40220         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40221         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40222         code changing __hst_map_handle.map.
40223
40224 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40225
40226         * configure.in (sysnames): Look for Implies-before and Implies-after
40227         files.
40228         * configure: Regenerated.
40229
40230 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40231
40232         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40233         8-byte data alignment with LP_SIZE alignment.
40234
40235 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40236
40237         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40238         into R10_LP.
40239
40240 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40241
40242         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40243
40244 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40245
40246         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40247         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40248         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40249         Likewise.
40250         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40251
40252 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40253
40254         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40255         (stackinfo_sub_sp): Likewise.
40256
40257 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40258
40259         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40260         RAX_LP.
40261
40262 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40263
40264         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40265         into R*_LP.
40266
40267 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40268
40269         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40270         sizes into R*_LP.
40271
40272 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40273
40274         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40275
40276 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40277
40278         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40279         into R11_LP and load __x86_64_shared_cache_size_half into
40280         R8_LP.
40281
40282 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40283
40284         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40285         R8_LP.
40286
40287 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40288
40289         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40290         logb for POWER7.
40291         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40292         logbf for POWER7.
40293         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40294         logbl for POWER7.
40295         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40296         powerpc32/power7/fpu/s_logb.c via #include.
40297         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40298         powerpc32/power7/fpu/s_logbf.c via #include.
40299         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40300         powerpc32/power7/fpu/s_logbl.c via #include.
40301
40302 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40303
40304         * README.libm: Remove file.
40305
40306 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40307
40308         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40309         count for x32.  Use R*_LP and omit operand-size suffix.
40310
40311 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40312
40313         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40314         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40315         * sysdeps/x86_64/x32/shlib-versions: New file.
40316
40317 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40318
40319         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40320         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40321         Use _dl_fatal_printf instead.
40322
40323 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40324
40325         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40326         set if not set by the user.  Do not allow for being unset.
40327         * sysdeps/unix/sysv/linux/configure: Regenerated.
40328
40329 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40330
40331         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40332         the `q' suffix from lea and replace .quad with ASM_ADDR.
40333
40334 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40335
40336         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40337         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40338         instead of $17.
40339         (PTR_DEMANGLE): Likewise.
40340
40341 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40342
40343         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40344         (LP_OP): Likewise.
40345         (ASM_ADDR): Likewise.
40346         (RAX_LP): Likewise.
40347         (RBP_LP): Likewise.
40348         (RBX_LP): Likewise.
40349         (RCX_LP): Likewise.
40350         (RDI_LP): Likewise.
40351         (RSI_LP): Likewise.
40352         (RSP_LP): Likewise.
40353         (R8_LP): Likewise.
40354         (R9_LP): Likewise.
40355         (R10_LP): Likewise.
40356         (R10_LP): Likewise.
40357         (R11_LP): Likewise.
40358         (R12_LP): Likewise.
40359         (R13_LP): Likewise.
40360         (R14_LP): Likewise.
40361         (R15_LP): Likewise.
40362
40363 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40364
40365         * sysdeps/x86_64/x32/dl-machine.h: New file.
40366
40367 2012-05-14  Andreas Jaeger  <aj@suse.de>
40368
40369         * manual/Makefile (subdir): Remove export of subdir.
40370         (all): Remove target.
40371         (.PHONY): Remove all from list.
40372         (mkinstalldirs): Remove.
40373         (.PHONY): Remove installdirs from list.
40374         ($(inst_infodir)/libc.info): Use make-target-directory.
40375         (installdirs): Remove.
40376         (subdir_%): Remove.
40377         (glibc-targets): Remove.
40378         (lib): Remove.
40379         (stubs): Remove.
40380         ($(objpfx)stubs ../po/manual.pot): Remove.
40381         ($(objpfx)stamp%): Remove.
40382         (make-target-directory): Remove.
40383         (subdir_install): Remove.
40384         (routines): Remove.
40385         (aux): Remove.
40386         (sources): Remove.
40387         (objects): Remove.
40388         (headers): Remove.
40389
40390         [BZ #13750]
40391         * manual/.gitignore: Remove, it's not needed anymore.
40392         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40393         all files in it.
40394         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40395         directory.
40396         (texis): Renamed to $(objpfx)texis.
40397         (texis-path): New, contains path to generated files.
40398         (chapters.%): Use texis-path for complete path, add extra argument
40399         libc-texinfo.sh.
40400         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40401         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40402         (summary,texi, stamp-summary): Use complete path of
40403         files. Generate files in build dir.
40404         (dir-add.texi): Build in build dir.
40405         (libm-err.texi,stamp-libm-err): Likewise.
40406         (version.texi, stamp-version): Likewise.
40407         (.%c.texi): Likewise.
40408         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40409         (mostlyclean): Remove target.
40410         (realclean): Remove target.
40411         (generated): Add new variable with contents from mostlyclean and
40412         realclean, remove entries duplicated in common-mostlyclean, add
40413         stamp-libm-err and stamp-version.
40414         (generated-dirs): Add libc directory.
40415         ($(inst_infodir)/libc.info): Install files from build dir.
40416
40417         * manual/install.texi (Configuring and compiling): Adjust since
40418         the info files are not part of the tar ball anymore.
40419
40420 2012-05-14  Andreas Jaeger  <aj@suse.de>
40421
40422         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40423         variable.
40424
40425 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40426
40427         [BZ #13717]
40428         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40429         to 2.2.0 where earlier.
40430         * sysdeps/unix/sysv/linux/configure: Regenerated.
40431         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40432         Remove conditional code.
40433         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40434         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40435         Remove conditional code.
40436         [!__NR_lchown]: Likewise.
40437         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40438         [__NR_lchown]: Likewise.
40439         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40440         comment referencing __ASSUME_LCHOWN_SYSCALL.
40441         * sysdeps/unix/sysv/linux/i386/sigaction.c
40442         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40443         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40444         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40445         Remove conditional code.
40446         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40447         (__protocol_available): Remove #if 0 code.
40448         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40449         conditional code.
40450         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40451         * sysdeps/unix/sysv/linux/kernel-features.h
40452         (__ASSUME_GETCWD_SYSCALL): Don't define.
40453         (__ASSUME_REALTIME_SIGNALS): Likewise.
40454         (__ASSUME_PREAD_SYSCALL): Likewise.
40455         (__ASSUME_PWRITE_SYSCALL): Likewise.
40456         (__ASSUME_POLL_SYSCALL): Likewise.
40457         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40458         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40459         non-SPARC.
40460         (__ASSUME_SIOCGIFNAME): Don't define.
40461         (__ASSUME_MSG_NOSIGNAL): Likewise.
40462         (__ASSUME_SENDFILE): Define unconditionally.
40463         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40464         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40465         conditional code.
40466         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40467         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40468         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40469         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40470         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40471         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40472         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40474         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40475         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40476         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40477         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40478         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40479         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40480         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40481         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40482         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40483         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40484         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40485         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40486         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40487         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40489         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40490         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40492         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40493         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40495         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40496         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40497         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40498         Remove conditional code.
40499         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40500         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40501         Remove conditional code.
40502         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40503         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40504         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40505         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40506         Remove conditional code.
40507         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40508         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40509         Remove conditional code.
40510         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40511         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40512         Remove conditional code.
40513         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40514         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40515         Remove conditional code.
40516         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40517         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40518         Remove conditional code.
40519         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40520         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40521         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40522         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40523         * sysdeps/unix/sysv/linux/sigaction.c
40524         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40525         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40526         * sysdeps/unix/sysv/linux/sigpending.c
40527         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40528         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40529         * sysdeps/unix/sysv/linux/sigprocmask.c
40530         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40531         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40532         * sysdeps/unix/sysv/linux/sigsuspend.c
40533         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40534         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40535         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40536         (__libc_missing_rt_sigs): Remove.
40537         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40538         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40539         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40540         Remove conditional code.
40541         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40542         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40543         return 1.
40544         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40545         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40546         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40547         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40548
40549 2012-05-14  Andreas Jaeger  <aj@suse.de>
40550
40551         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40552         it's not used in glibc.
40553         (__coshm1): Likewise.
40554         (__acosh1p): Likewise.
40555         (__sgn): Likewise.
40556
40557         * manual/string.texi (Copying and Concatenation): Add missing
40558         variable in concat example.
40559         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40560
40561 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40562
40563         [BZ #14103]
40564         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40565         __builtin_clzl with __builtin_clzll.
40566
40567 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40568
40569         [BZ #14104]
40570         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40571         libc_freeres_ptr.
40572
40573 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40574
40575         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40576         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40577         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40578         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40579
40580 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40581
40582         * NEWS: Update ia64 info.
40583
40584 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40585
40586         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40587         used as bcopy.
40588
40589 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40590
40591         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40592         * sysdeps/unix/syscalls.list (dup3): Likewise.
40593         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40594         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40595
40596 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40597
40598         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40599         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40600
40601 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40602
40603         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40604         thread pointer.
40605         (TLS_IE): Use mov/add instead of movq/addq to load thread
40606         pointer.
40607         (TLS_GD_PREFIX): New.
40608         (TLS_GD): Use it.
40609
40610 2012-05-11  David S. Miller  <davem@davemloft.net>
40611
40612         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40613         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40614         (_FPU_SETCW): Likewise.
40615
40616 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40617
40618         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40619         is 32-byte aligned.
40620
40621 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40622
40623         [BZ #11837]
40624         * iconvdata/gb18030.c: Update tables.
40625         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40626         characters specially.
40627         (BODY for TO_LOOP): Add encoding of missing ranges.
40628
40629 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40630
40631         [BZ #13673]
40632         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40633         * sysdeps/mach/hurd/dup3.c: Likewise.
40634         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40635         * sysdeps/powerpc/memmove.c:: Likewise.
40636
40637 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40638
40639         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40640         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40641
40642 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40643
40644         * elf/elf.h (R_X86_64_RELATIVE64): New.
40645         (R_X86_64_NUM): Updated.
40646         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40647         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40648         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40649         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40650         tst-quad1pie tst-quad2pie
40651         (modules-names): Add tst-quadmod1 tst-quadmod2.
40652         ($(objpfx)tst-quad1): New dependency.
40653         ($(objpfx)tst-quad2): Likewise.
40654         ($(objpfx)tst-quad1pie): Likewise.
40655         ($(objpfx)tst-quad2pie): Likewise.
40656         * sysdeps/x86_64/tst-quad1.c: New file.
40657         * sysdeps/x86_64/tst-quad1pie.c: New file.
40658         * sysdeps/x86_64/tst-quad2.c: Likewise.
40659         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40660         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40661         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40662         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40663         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40664
40665 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40666
40667         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40668         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40669         * streams/stropts.h (t_scalar_t): Define type.
40670
40671         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40672         (_PATH_PRESERVE): Set to "/var/lib".
40673         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40674
40675         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40676         instead of int.
40677
40678         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40679         if __dir_mkfile succeeded.
40680
40681         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40682         checking for _hurd_dtablesize.  Unlock it right after having
40683         finished _hurd_dtable allocation.
40684
40685 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40686
40687         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40688         * sysdeps/mach/hurd/configure: Regenerated.
40689         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40690         special-casing to...
40691         * sysdeps/gnu/configure.in: ... this new file.
40692         * sysdeps/unix/sysv/linux/configure: Regenerated.
40693         * sysdeps/gnu/configure: New generated file.
40694
40695         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40696         for Linux: use nsec instead of usec, as well as:
40697         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40698         members of type struct timespec.
40699         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40700         New macros.
40701         (struct stat64): Likewise.
40702         (_STATBUF_ST_NSEC): New macro.
40703         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40704
40705         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40706         __strtoul_internal rather than strtoul.
40707
40708 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40709
40710         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40711         and reject them.
40712
40713 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40714
40715         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40716         which preserves existing values.
40717         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40718
40719 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40720
40721         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40722         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40723         greater than FD_SETSIZE.
40724
40725 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40726
40727         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40728         allocated, call __vm_protect to finish enabling the existing space, and
40729         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40730         allocate the remainder.
40731
40732 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40733
40734         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40735         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40736
40737 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40738
40739         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40740         sysdeps/mach/hurd/readlink.c.
40741
40742         * posix/tst-sysconf.c (posix_options): Only use
40743         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40744         _POSIX_SYNCHRONIZED_IO when they are defined
40745         * sysdeps/mach/hurd/bits/posix_opt.h:
40746         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40747         (_XOPEN_REALTIME): Undefine macro.
40748         (_XOPEN_REALTIME_THREADS): Undefine macro.
40749         (_XOPEN_SHM): Undefine macro.
40750         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40751         macro to -1.
40752         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40753         macro to -1.
40754         (_POSIX_ASYNC_IO): Undefine macro.
40755         (_POSIX_PRIORITIZED_IO): Undefine macro.
40756         (_POSIX_SPIN_LOCKS): Define macro to -1.
40757
40758         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40759         SA_NODEFER, SA_RESETHAND.
40760         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40761         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40762         F_DUPFD_CLOEXEC.
40763
40764 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40765
40766         * elf/Makefile (pldd-modules): Define unconditionally.
40767
40768 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40769
40770         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40771
40772 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40773
40774         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40775         Return ENOENT when name is empty.
40776         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40777
40778 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40779
40780         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40781
40782         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40783
40784 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40785
40786         Fix mlock in all cases except non-readable pages.
40787         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40788         instead of VM_PROT_ALL as parameter to __vm_wire function.
40789
40790         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40791         (__mkdir): When path is `/', just fail with EEXIST.
40792         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40793
40794 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40795
40796         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40797         <sys/uio.h> (for writev).
40798         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40799         and <sys/param.h> (for MIN).
40800
40801 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40802
40803         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40804         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40805         if interrupted.
40806
40807 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40808
40809         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40810         Depend on against $(link-rpcuserlibs).
40811
40812 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40813
40814         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40815         (__libc_stack_end): Do not use attribute_relro.
40816         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40817         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40818         to libthread-provided value.
40819         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40820         attribute_relro.
40821
40822 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40823
40824         [BZ #3748]
40825         * bits/libc-lock.h (__libc_once_get): New macro.
40826         * sysdeps/mach/bits/libc-lock.h: Likewise.
40827         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40828         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40829         instead of using implementation details.
40830
40831         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40832         * libio/freopen.c: Likewise.
40833         * libio/freopen64.c: Likewise.
40834         * misc/syslog.c: Likewise.
40835         * nscd/connections.c: Likewise.
40836         * nscd/netgroupcache.c: Likewise.
40837         * sysdeps/posix/getcwd.c: Likewise.
40838
40839 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40840
40841         * math/w_ilogbf.c: Add #include <limits.h>.
40842
40843 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40844
40845         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40846         path instead of returning without unlocking.
40847
40848         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40849         immediate-write ioctls.
40850         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40851
40852 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40853
40854         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40855         __builtin_frame_address instead of making assumptions about the
40856         location of the return address relative to DATA.  Force early load of
40857         the return address.
40858         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40859         __builtin_frame_address.
40860
40861         dup3 for GNU Hurd.
40862         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40863         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40864         implement dup3 and do some further code clean-ups.
40865         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40866         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40867
40868 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40869
40870         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40871
40872         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40873         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40874         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40875         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40876         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40877         d->port.lock.
40878
40879         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40880         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40881         when handler == SIG_ERR, not when handler != SIG_ERR.
40882
40883 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40884
40885         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40886         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40887         definitions.
40888
40889         accept4 for GNU Hurd.
40890         * include/sys/socket.h (__libc_accept4): New prototype.
40891         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40892         to implement __libc_accept4.
40893         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40894         __libc_accept4.
40895         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40896
40897         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40898         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40899         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40900         signal-defines.sym.
40901
40902 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40903
40904         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40905
40906 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40907
40908         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40909         assertion on O_CLOEXEC flag.
40910         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40911         * hurd/intern-fd.c: Likewise.
40912         * hurd/port2fd.c: Likewise.
40913
40914 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40915
40916         [BZ #3906]
40917         * bits/in.h (IPV6_PKTINFO): Define new macro.
40918         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40919
40920 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40921
40922         [BZ #13954]
40923         [BZ #13955]
40924         [BZ #13956]
40925         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40926         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40927         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40928         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40929         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40930         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40931         * math/libm-test.inc (logb_test) : Additional logb tests.
40932
40933 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40934             Andreas Jaeger  <aj@suse.de>
40935
40936         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40937         * configure: Regenerated.
40938         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40939         * config.make.in (link-obsolete-rpc): New substituted variable.
40940         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40941         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40942         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40943         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40944         so that libc.a contains the symbols.
40945         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40946         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40947         * sunrpc/auth_none.c: Likewise.
40948         * sunrpc/auth_unix.c: Likewise.
40949         * sunrpc/authdes_prot.c: Likewise.
40950         * sunrpc/authuxprot.c: Likewise.
40951         * sunrpc/clnt_gen.c: Likewise.
40952         * sunrpc/clnt_perr.c: Likewise.
40953         * sunrpc/clnt_raw.c: Likewise.
40954         * sunrpc/clnt_simp.c: Likewise.
40955         * sunrpc/clnt_tcp.c: Likewise.
40956         * sunrpc/clnt_udp.c: Likewise.
40957         * sunrpc/clnt_unix.c: Likewise.
40958         * sunrpc/des_crypt.c: Likewise.
40959         * sunrpc/des_soft.c: Likewise.
40960         * sunrpc/get_myaddr.c: Likewise.
40961         * sunrpc/key_call.c: Likewise.
40962         * sunrpc/key_prot.c: Likewise.
40963         * sunrpc/netname.c: Likewise.
40964         * sunrpc/pm_getmaps.c: Likewise.
40965         * sunrpc/pm_getport.c: Likewise.
40966         * sunrpc/pmap_clnt.c: Likewise.
40967         * sunrpc/pmap_prot.c: Likewise.
40968         * sunrpc/pmap_prot2.c: Likewise.
40969         * sunrpc/pmap_rmt.c: Likewise.
40970         * sunrpc/publickey.c: Likewise.
40971         * sunrpc/rpc_cmsg.c: Likewise.
40972         * sunrpc/rpc_common.c: Likewise.
40973         * sunrpc/rpc_dtable.c: Likewise.
40974         * sunrpc/rpc_prot.c: Likewise.
40975         * sunrpc/rpc_thread.c: Likewise.
40976         * sunrpc/rtime.c: Likewise.
40977         * sunrpc/svc.c: Likewise.
40978         * sunrpc/svc_auth.c: Likewise.
40979         * sunrpc/svc_raw.c: Likewise.
40980         * sunrpc/svc_run.c: Likewise.
40981         * sunrpc/svc_tcp.c: Likewise.
40982         * sunrpc/svc_udp.c: Likewise.
40983         * sunrpc/svc_unix.c: Likewise.
40984         * sunrpc/svcauth_des.c: Likewise.
40985         * sunrpc/xcrypt.c: Likewise.
40986         * sunrpc/xdr.c: Likewise.
40987         * sunrpc/xdr_array.c: Likewise.
40988         * sunrpc/xdr_float.c: Likewise.
40989         * sunrpc/xdr_intXX_t.c: Likewise.
40990         * sunrpc/xdr_mem.c: Likewise.
40991         * sunrpc/xdr_rec.c: Likewise.
40992         * sunrpc/xdr_ref.c: Likewise.
40993         * sunrpc/xdr_sizeof.c: Likewise.
40994         * sunrpc/xdr_stdio.c: Likewise.
40995
40996 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40997
40998         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40999         change.  Update copyright years.
41000
41001 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41002
41003         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
41004
41005 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
41006             Joseph Myers  <joseph@codesourcery.com>
41007             Paul Pluzhnikov  <ppluzhnikov@google.com>
41008
41009         [BZ #14012]
41010         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
41011         requiring rpcgen.
41012         [cross-compiling] (extra-libs): Likewise.
41013         [cross-compiling] (extra-libs-others): Likewise.
41014         [cross-compiling] (librpcsvc-routines): Likewise.
41015         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
41016         [cross-compiling] (omit-deps): Likewise.
41017         (sunrpc-CPPFLAGS): New variable.
41018         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
41019         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
41020         (cross-rpcgen-objs): New variable.
41021         (extra-objs): Append $(cross-rpcgen-objs).
41022         ($(cross-rpcgen-objs)): New rule.
41023         ($(objpfx)cross-rpcgen): Likewise.
41024         (rpcgen-cmd): Define to use $(built-program-file).  Expand
41025         comment.
41026         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
41027         ($(objpfx)x%.stmp): Likewise.
41028         * sunrpc/proto.h [IS_IN_build] (_): Define.
41029         [IS_IN_build] (_libc_intl_domainname): Likewise.
41030
41031 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
41032
41033         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
41034         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
41035         and R_X86_64_TPOFF64.
41036
41037 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41038
41039         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
41040         sysdeps/unix/sysv/syscalls.list.
41041         (stime): Likewise.
41042         (utime): Likewise.
41043         * sysdeps/unix/sysv/syscalls.list: Remove file.
41044
41045 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
41046
41047         [BZ #3440]
41048         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
41049         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
41050         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
41051         (__LC_IDENTIFICATION): Make these macros useful in #if
41052         expressions, as required by C99.
41053
41054 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
41055
41056         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
41057         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
41058         after this.
41059
41060 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
41061
41062         * stdlib/longlong.h: Updated from GCC.
41063
41064 2012-05-09  Andreas Jaeger  <aj@suse.de>
41065
41066         * nscd/nscd.c (run_modes): Make named enum, reorder so that
41067         default is first entry.
41068         (run_mode): Set type.
41069         (main): Remove informal message about syslog.
41070         (options): Fix typo.
41071
41072         [BZ #14053]
41073         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
41074         to asm.
41075         (lrint): Likewise.
41076         (llrintf): Likewise.
41077         (llrint): Likewise.
41078         (rint): Likewise.
41079         (rintf): Likewise.
41080         (nearbyint): Likewise.
41081         (nearbyintf): Likewise.
41082
41083 2012-05-09  Andreas Jaeger  <aj@suse.de>
41084             Pedro Alves  <palves@redhat.com>
41085
41086         * nscd/nscd.c (run_mode): Use enum.
41087         (main): Cleanup coding style issue.
41088
41089 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
41090             Andreas Jaeger  <aj@suse.de>
41091
41092         * nscd/nscd.c (go_background): Replaced with...
41093         (run_mode): ... this.
41094         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
41095         (options): Add -F --foreground.
41096         (main): Implement it.
41097         (parse_opt): Parse it.
41098
41099 2012-05-09  Andreas Jaeger  <aj@suse.de>
41100
41101         [BZ #14083]
41102         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
41103         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
41104         -Wconversion warning.
41105         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
41106         Likewise.
41107
41108 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
41109
41110         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
41111         == 0.
41112         (LC_ALL): Use macro-int-constant.
41113         (LC_COLLATE): Likewise.
41114         (LC_CTYPE): Likewise.
41115         (LC_MESSAGES): Likewise.
41116         (LC_MONETARY): Likewise.
41117         (LC_NUMERIC): Likewise.
41118         (LC_TIME): Likewise.
41119         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
41120         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41121         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41122         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
41123         Specify type.
41124         [C99-based standards] (float_t): Expect type.
41125         [C99-based standards] (double_t): Expect type.
41126         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
41127         type.
41128         [C99-based standards] (HUGE_VALL): Likewise.
41129         [C99-based standards] (INFINITY): Likewise.
41130         [C99-based standards] (NAN): Likewise.
41131         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
41132         [C99-based standards] (FP_NAN): Likewise.
41133         [C99-based standards] (FP_NORMAL): Likewise.
41134         [C99-based standards] (FP_SUBNORMAL): Likewise.
41135         [C99-based standards] (FP_ZERO): Likewise.
41136         [C99-based standards] (FP_FAST_FMA): Use
41137         optional-macro-int-constant.  Specify type.  Require == 1.
41138         [C99-based standards] (FP_FAST_FMAF): Likewise.
41139         [C99-based standards] (FP_FAST_FMAL): Likewise.
41140         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
41141         [C99-based standards] (FP_ILOGBNAN): Likewise.
41142         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
41143         Specify type.
41144         [C99-based standards] (MATH_ERREXCEPT): Likewise.
41145         [C99-based standards] (math_errhandling): Specify type.
41146         [ISO99 || ISO11] (signgam): Do not allow.
41147         [non-C99-based standards] (copysignf): Do not allow.
41148         [non-C99-based standards] (exp2f): Likewise.
41149         [non-C99-based standards] (log2f): Likewise.
41150         [non-C99-based standards] (modff): Allow.
41151         [non-C99-based standards] (erff): Do not allow.
41152         [non-C99-based standards] (erfcf): Likewise.
41153         [non-C99-based standards] (gammaf): Likewise.
41154         [non-C99-based standards] (hypotf): Likewise.
41155         [non-C99-based standards] (j0f): Likewise.
41156         [non-C99-based standards] (j1f): Likewise.
41157         [non-C99-based standards] (jnf): Likewise.
41158         [non-C99-based standards] (lgammaf): Likewise.
41159         [non-C99-based standards] (tgammaf): Likewise.
41160         [non-C99-based standards] (y0f): Likewise.
41161         [non-C99-based standards] (y1f): Likewise.
41162         [non-C99-based standards] (ynf): Likewise.
41163         [non-C99-based standards] (isnanf): Likewise.
41164         [non-C99-based standards] (acoshf): Likewise.
41165         [non-C99-based standards] (asinhf): Likewise.
41166         [non-C99-based standards] (atanhf): Likewise.
41167         [non-C99-based standards] (cbrtf): Likewise.
41168         [non-C99-based standards] (expm1f): Likewise.
41169         [non-C99-based standards] (ilogbf): Likewise.
41170         [non-C99-based standards] (log1pf): Likewise.
41171         [non-C99-based standards] (logbf): Likewise.
41172         [non-C99-based standards] (nextafterf): Likewise.
41173         [non-C99-based standards] (remainderf): Likewise.
41174         [non-C99-based standards] (rintf): Likewise.
41175         [non-C99-based standards] (scalbf): Likewise.
41176         [non-C99-based standards] (copysignl): Likewise.
41177         [non-C99-based standards] (exp2l): Likewise.
41178         [non-C99-based standards] (log2l): Likewise.
41179         [non-C99-based standards] (modfl): Allow.
41180         [non-C99-based standards] (erfl): Do not allow.
41181         [non-C99-based standards] (erfcl): Likewise.
41182         [non-C99-based standards] (gammal): Likewise.
41183         [non-C99-based standards] (hypotl): Likewise.
41184         [non-C99-based standards] (j0l): Likewise.
41185         [non-C99-based standards] (j1l): Likewise.
41186         [non-C99-based standards] (jnl): Likewise.
41187         [non-C99-based standards] (lgammal): Likewise.
41188         [non-C99-based standards] (tgammal): Likewise.
41189         [non-C99-based standards] (y0l): Likewise.
41190         [non-C99-based standards] (y1l): Likewise.
41191         [non-C99-based standards] (ynl): Likewise.
41192         [non-C99-based standards] (isnanl): Likewise.
41193         [non-C99-based standards] (acoshl): Likewise.
41194         [non-C99-based standards] (asinhl): Likewise.
41195         [non-C99-based standards] (atanhl): Likewise.
41196         [non-C99-based standards] (cbrtl): Likewise.
41197         [non-C99-based standards] (expm1l): Likewise.
41198         [non-C99-based standards] (ilogbl): Likewise.
41199         [non-C99-based standards] (log1pl): Likewise.
41200         [non-C99-based standards] (logbl): Likewise.
41201         [non-C99-based standards] (nextafterl): Likewise.
41202         [non-C99-based standards] (remainderl): Likewise.
41203         [non-C99-based standards] (rintl): Likewise.
41204         [non-C99-based standards] (scalbl): Likewise.
41205         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41206         [non-C99-based standards] (FP_*): Do not allow.
41207         [C99-based standards] (FP_*): Change to
41208         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41209         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41210         allow.
41211         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41212         (SIG_ERR): Likewise.
41213         [X/Open-based standards] (SIG_HOLD): Likewise.
41214         (SIG_IGN): Likewise.
41215         (SIGABRT): Use macro-int-constant.  Specify type.  Require
41216         positive value.
41217         (SIGFPE): Likewise.
41218         (SIGILL): Likewise.
41219         (SIGINT): Likewise.
41220         (SIGSEGV): Likewise.
41221         (SIGTER): Likewise.
41222         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41223         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41224         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41225         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41226         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41227         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41228         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41229         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41230         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41231         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41232         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41233         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41234         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41235         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41236         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41237         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41238         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41239         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41240         [X/Open-based standards] (SIGTRAP): Likewise.
41241         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41242         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41243         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41244         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41245         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41246         allow.
41247
41248 2012-05-08  Ian Wienand  <ianw@vmware.com>
41249
41250         [BZ #14080]
41251         * time/tzset.c (__tzset_parse_tz): Update default rules for
41252         daylight time changes in the Energy Policy Act of 2005.
41253
41254 2012-05-09  Andreas Jaeger  <aj@suse.de>
41255
41256         [BZ #13983]
41257         * elf/ldconfig.c (parse_conf): Change string to make clear that
41258         ldconfig only issued a warning if ld.so.conf does not exist.
41259
41260 2012-05-08  David S. Miller  <davem@davemloft.net>
41261
41262         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41263         movxtod instead of popping the value on the stack.
41264
41265         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41266
41267 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41268
41269         * config.h.in: Add HAVE_ARM_PCS_VFP.
41270
41271 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41272
41273         [BZ #13979]
41274         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41275         checking but the checks are disabled for any reason.
41276
41277 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41278
41279         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41280         and ELF64_R_TYPE with ELFW(R_TYPE).
41281
41282 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41283
41284         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41285         (ulimit): Likewise.
41286
41287         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41288         (settimeofday): Likewise.
41289
41290 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41291
41292         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41293         a struct th_u2 inside the union, and move tu_block/tu_code into
41294         a new th_u3 union of tu_block/tu_code inside of that.  Move
41295         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41296         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41297         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41298         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41299         (th_stuff): Change to th_u1.tu_stuff.
41300         (th_data): Define.
41301         (th_msg): Change to th_u1.th_u2.tu_data.
41302
41303 2012-05-07  David S. Miller  <davem@davemloft.net>
41304
41305         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41306
41307         [BZ #14074]
41308         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41309         (SETUP_PIC_REG): Use it.
41310         (SETUP_PIC_REG_LEAF): Use it.
41311
41312 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41313
41314         [BZ #13885]
41315         [BZ #13923]
41316         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41317         USE_AS_EXPM1L.
41318         (EXPL_FINITE): Likewise.
41319         (FLDLOG): Likewise.
41320         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41321         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41322         e_expl.S.
41323         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41324         USE_AS_EXPM1L.
41325         (EXPL_FINITE): Likewise.
41326         (FLDLOG): Likewise.
41327         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41328         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41329         e_expl.S.
41330         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41331         test of -max_value argument for long double.
41332         * sysdeps/i386/fpu/libm-test-ulps: Update.
41333         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41334
41335 2012-05-06  David S. Miller  <davem@davemloft.net>
41336
41337         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41338         quad soft-float symbols whose references which are compiler
41339         generated.
41340         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41341
41342 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41343
41344         [BZ #13884]
41345         [BZ #13914]
41346         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41347         USE_AS_EXP10L.
41348         (EXPL_FINITE): Likewise.
41349         (FLDLOG): Likewise.
41350         (c0): Likewise.
41351         (c1): Likewise.
41352         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41353         Adjust comments for base varying.
41354         (__expl_finite): Change alias to EXPL_FINITE.
41355         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41356         e_expl.S.
41357         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41358         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41359         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41360         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41361         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41362         USE_AS_EXP10L.
41363         (EXPL_FINITE): Likewise.
41364         (FLDLOG): Likewise.
41365         (c0): Likewise.
41366         (c1): Likewise.
41367         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41368         Adjust comments for base varying.
41369         (__expl_finite): Change alias to EXPL_FINITE.
41370         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41371         tests for bugs.
41372         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41373
41374         [BZ #14064]
41375         * math/libm-test.inc (check_float_internal): Correct ulp
41376         calculation for subnormal expected results.
41377
41378 2012-05-06  Andreas Jaeger  <aj@suse.de>
41379
41380         * Makeconfig (+math-flags): New, set to -frounding-math.
41381         (+cflags): Add +math-flags so that all of glibc gets compiled with
41382         it.
41383
41384         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41385
41386 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41387
41388         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41389         Disable one test.
41390
41391         [BZ #13787]
41392         [BZ #13922]
41393         [BZ #14036]
41394         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41395         (__ieee754_expl): Allow for and saturate large arguments.
41396         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41397         (u_threshold): Likewise.
41398         (__exp): Call __ieee754_exp before checking for overflow and
41399         underflow.
41400         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41401         (u_threshold): Likewise.
41402         (__expf): Call __ieee754_expf before checking for overflow and
41403         underflow.
41404         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41405         (u_threshold): Likewise.
41406         (__expl): Call __ieee754_expl before checking for overflow and
41407         underflow.
41408         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41409         (__ieee754_expl): Allow for and saturate large arguments.
41410         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41411         missing overflow exception on overflow.
41412         (expm1_test): Do not allow missing overflow exception on overflow.
41413
41414         * sysdeps/i386/fpu/e_expl.c: Move to ...
41415         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41416         rather than using inline asm.
41417         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41418         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41419         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41420
41421         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41422         (nice): Likewise.
41423         (poll): Likewise.
41424         (signal): Likewise.
41425         (time): Likewise.
41426         (times): Likewise.
41427
41428 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41429
41430         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41431         sysdeps/unix/common/syscalls.list.
41432         (fchmod): Likewise.
41433         (fchown): Likewise.
41434         (ftruncate): Likewise.
41435         (getrusage): Likewise.
41436         (gettimeofday): Likewise.
41437         (setpgid): Likewise.
41438         (setregid): Likewise.
41439         (setreuid): Likewise.
41440         (sigaction): Likewise.
41441         (truncate): Likewise.
41442         (vhangup): Likewise.
41443         * sysdeps/unix/common/syscalls.list: Remove file.
41444         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41445         * sysdeps/unix/sysv/linux/Implies: Likewise.
41446
41447 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41448
41449         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41450         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41451         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41452         Moved to ...
41453         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41454         Here.
41455         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41456         to ...
41457         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41458         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41459         to ...
41460         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41461         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41462         to ...
41463         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41464         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41465         to ...
41466         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41467         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41468         to ...
41469         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41470         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41471         to ...
41472         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41473         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41474         to ...
41475         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41476         Here.
41477         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41478         to ...
41479         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41480         Here.
41481         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41482         to ...
41483         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41484         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41485         Moved to ...
41486         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41487         Here.
41488         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41489         to ...
41490         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41491
41492 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41493
41494         * sysdeps/unix/common/bits/dirent.h: Remove file.
41495         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41496
41497         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41498         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41499         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41500         * sysdeps/unix/bsd/isatty.c: Likewise.
41501         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41502         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41503         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41504
41505 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41506
41507         [BZ #13563]
41508         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41509         long double comparison inaccuracies.
41510         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41511         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41512
41513 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41514
41515         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41516         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41517
41518 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41519
41520         [BZ #14049]
41521         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41522         nonzero digits before rounding a hex value.
41523         * stdlib/tst-strtod.c (tests): Add another test.
41524
41525 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41526
41527         * sysdeps/s390/fpu/libm-test-ulps: Update.
41528
41529 2012-05-03  Andreas Jaeger  <aj@suse.de>
41530
41531         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41532         does not get optimized out.
41533         (malloc_opt_barrier): New.
41534
41535 2012-05-03  Andreas Jaeger  <aj@suse.de>
41536             Roland McGrath  <roland@hack.frob.com>
41537
41538         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41539         intermediate file deletion.
41540         (generated): Add .symlist files.
41541
41542 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41543
41544         [BZ #13775]
41545         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41546         Redirect under this condition.
41547         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41548         [__USE_GNU] (__dprintf_chk): Not under this condition.
41549         [__USE_GNU] (__vdprintf_chk): Likewise.
41550         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41551         under this condition.
41552         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41553         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41554         [__USE_XOPEN2K8] (vdprintf): Likewise.
41555         [__USE_GNU] (__dprintf_chk): Not under this condition.
41556         [__USE_GNU] (__vdprintf_chk): Likewise.
41557         [__USE_GNU] (dprintf): Likewise.
41558         [__USE_GNU] (vdprintf): Likewise.
41559
41560 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41561
41562         * elf/Makefile (common-generated): Set this instead of generated for
41563         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41564         $(all-built-dso)-derived lists.
41565
41566 2012-05-03  Andreas Jaeger  <aj@suse.de>
41567
41568         * sysdeps/i386/fpu/libm-test-ulps: Update.
41569
41570         * FAQ: Removed.
41571         * FAQ.in: Likewise.
41572         * scripts/gen-FAQ.pl: Likewise.
41573         * manual/install.texi (Installation): Point to online location of
41574         FAQ.
41575         * Makefile (files-for-dist): Remove FAQ.
41576         (FAQ): Remove.
41577
41578 2012-05-02  Allan McRae  <allan@archlinux.org>
41579
41580         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41581         (LDFLAGS-reldepmod5.so): Likewise.
41582         (LDFLAGS-reldep6mod1.so): Likewise.
41583         (LDFLAGS-reldep6mod4.so): Likewise.
41584         (LDFLAGS-reldep8mod3.so): Likewise.
41585         (LDFLAGS-unload4mod1.so): Likewise.
41586         (LDFLAGS-unload4mod2.so): Likewise.
41587         (LDFLAGS-tst-initorder): Likewise.
41588         (LDFLAGS-tst-initordera2.so): Likewise.
41589         (LDFLAGS-tst-initordera3.so): Likewise.
41590         (LDFLAGS-tst-initordera4.so): Likewise.
41591         (LDFLAGS-tst-initorderb2.so): Likewise.
41592         (LDFLAGS-noload): Likewise.
41593         (LDFLAGS-next): Likewise.
41594         (LDFLAGS-order2mod1.so): Likewise.
41595         (LDFLAGS-order2mod2.so): Likewise.
41596         (LDFLAGS-tst-initorder2): Likewise.
41597         (LDFLAGS-tst-initorder2a.so): Likewise.
41598         (LDFLAGS-tst-initorder2b.so): Likewise.
41599         (LDFLAGS-tst-initorder2c.so): Likewise.
41600         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41601
41602 2012-05-02  David S. Miller  <davem@davemloft.net>
41603
41604         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41605
41606 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41607
41608         [BZ #14055]
41609         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41610
41611 2012-05-02  Andreas Jaeger  <aj@suse.de>
41612
41613         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41614         since we manipulate rounding mode.
41615         (CPPFLAGS-test-idouble.c): Likewise.
41616         (CPPFLAGS-test-ifloat.c): Likewise.
41617         (CFLAGS-test-ldouble.c): Likewise.
41618         (CFLAGS-test-double.c): Likewise.
41619         (CFLAGS-test-float.c): Likewise.
41620         (CFLAGS-test-misc.c): Likewise.
41621         (CFLAGS-test-test-fenv.c): Likewise.
41622
41623 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41624
41625         [BZ #2550]
41626         [BZ #2570]
41627         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41628         comparisons to determine direction to adjust input.
41629
41630 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41631
41632         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41633         output to the target.
41634
41635         * scripts/localplt.awk: New file.
41636         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41637         (check-localplt-CFLAGS): Variable removed.
41638         ($(all-built-dso:=.jmprel)): New static pattern rule.
41639         (generated): Add those targets.
41640         (localplt-built-dso): New variable.
41641         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41642
41643         * elf/check-localplt.c: File removed.
41644
41645         * scripts/check-execstack.awk: New file.
41646         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41647         (check-execstack-CFLAGS): Variable removed.
41648         ($(objpfx)check-execstack.h): Target removed.
41649         ($(objpfx)execstack-default): New target.
41650         (generated): Add that instead of check-execstack.h.
41651         ($(all-built-dso:=.phdr)): New static pattern rule.
41652         (generated): Add those targets.
41653         * elf/check-execstack.c: File removed.
41654
41655         * scripts/check-textrel.awk: New file.
41656         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41657         (check-textrel-CFLAGS): Variable removed.
41658         (all-built-dso): Use := to define.o
41659         ($(all-built-dso:=.dyn)): New static pattern rule.
41660         (generated): Add those targets.
41661         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41662         * config.make.in (READELF): New substituted variable.
41663         * elf/check-textrel.c: File removed.
41664
41665 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41666
41667         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41668         allow.
41669         * conform/data/ctype.h-data [C99-based standards] (isblank):
41670         Expect function.
41671         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41672         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41673         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41674         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41675         Specify type.  Require positive value.
41676         (EILSEQ): Likewise.
41677         (ERANGE): Likewise.
41678         [ISO || POSIX] (EILSEQ): Do not expect.
41679         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41680         Specify type.  Require positive value.
41681         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41682         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41683         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41684         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41685         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41686         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41687         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41688         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41689         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41690         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41691         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41692         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41693         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41694         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41695         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41696         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41697         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41698         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41699         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41700         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41701         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41702         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41703         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41704         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41705         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41706         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41707         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41708         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41709         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41710         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41711         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41712         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41713         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41714         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41715         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41716         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41717         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41718         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41719         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41720         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41721         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41722         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41723         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41724         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41725         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41726         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41727         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41728         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41729         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41730         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41731         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41732         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41733         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41734         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41735         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41736         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41737         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41738         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41739         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41740         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41741         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41742         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41743         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41744         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41745         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41746         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41747         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41748         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41749         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41750         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41751         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41752         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41753         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41754         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41755         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41756         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41757         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41758         Require >= 2.
41759         (FLT_ROUNDS): Expect as macro, not constant.
41760         (FLT_MANT_DIG): Use macro-int-constant.
41761         (DBL_MANT_DIG): Likewise.
41762         (LDBL_MANT_DIG): Likewise.
41763         (FLT_DIG): Likewise.
41764         (DBL_DIG): Likewise.
41765         (LDBL_DIG): Likewise.
41766         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41767         (DBL_MIN_EXP): Likewise.
41768         (LDBL_MIN_EXP): Likewise.
41769         (FLT_MAX_EXP): Use macro-int-constant.
41770         (DBL_MAX_EXP): Likewise.
41771         (LDBL_MAX_EXP): Likewise.
41772         (FLT_MAX_10_EXP): Likewise.
41773         (DBL_MAX_10_EXP): Likewise.
41774         (LDBL_MAX_10_EXP): Likewise.
41775         (FLT_MAX): Use macro-constant.
41776         (DBL_MAX): Likewise.
41777         (LDBL_MAX): Likewise.
41778         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41779         (DBL_EPSILON): Likewise.
41780         (LDBL_EPSILON): Likewise.
41781         (FLT_MIN): Likewise.
41782         (DBL_MIN): Likewise.
41783         (LDBL_MIN): Likewise.
41784         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41785         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41786         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41787         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41788         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41789         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41790         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41791         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41792         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41793         [ISO11] (FLT_TRUE_MIN): Likewise.
41794         [ISO11] (LDBL_TRUE_MIN): Likewise.
41795         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41796         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41797         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41798         (SCHAR_MAX): Likewise.
41799         (UCHAR_MAX): Likewise.
41800         (CHAR_MIN): Likewise.
41801         (CHAR_MAX): Likewise.
41802         (MB_LEN_MAX): Use macro-int-constant.
41803         (SHRT_MIN): Use macro-int-constant.  Specify type.
41804         (SHRT_MAX): Likewise.
41805         (USHRT_MAX): Likewise.
41806         (INT_MAX): Likewise.
41807         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41808         bound negative.
41809         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41810         bound with "U".
41811         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41812         bound with "L".
41813         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41814         bound negative.  Suffix upper bound with "L".
41815         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41816         bound with "UL".
41817         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41818         Specify type.
41819         [C99-based standards] (LLONG_MAX): Likewise.
41820         [C99-based standards] (ULLONG_MAX): Likewise.
41821         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41822         == 0.
41823         [ISO11] (max_align_t): Require type.
41824         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41825
41826         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41827         from $CFLAGS, without defining away __attribute__ calls.
41828         (checknamespace): Use $CFLAGS_namespace.
41829
41830         * conform/conformtest.pl (@keywords): Only include C99 keywords
41831         for standards based on C99 or C11.
41832
41833         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41834         Disable tests.
41835         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41836         UNIX98]: Likewise.
41837
41838         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41839         usability of symbols in #if.
41840
41841         * conform/conformtest.pl: If macro or constant types start
41842         "promoted:", expect the symbol to be of the following type
41843         promoted by the integer promotions.
41844
41845         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41846         in one place.  Also handle "macro-constant".
41847
41848         * conform/conformtest.pl: Only accept expected macro values with
41849         "==".  Parse all "macro" lines in one place.
41850         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41851
41852         * conform/conformtest.pl: Handle braced types on "constant" lines
41853         instead of handling "typed-constant".
41854         * conform/data/signal.h-data: Use "constant" instead of
41855         "typed-constant".
41856
41857         * conform/conformtest.pl: Handle "optional-" at start of lines in
41858         one place rather than duplicating several cases.  Handle each
41859         format of "macro" line with initial "optional-".
41860
41861         * conform/conformtest.pl: Only accept expected constant or
41862         optional-constant values with "==".  Parse all "constant" lines in
41863         one place.  Parse all "optional-constant" lines in one place.
41864         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41865         * conform/data/fmtmsg.h-data: Likewise.
41866         * conform/data/netinet/in.h-data: Likewise.
41867         * conform/data/tar.h-data: Likewise.
41868         * conform/data/limits.h-data: Use "==" form on "constant" and
41869         "optional-constant" lines.
41870
41871         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41872         Use -std=c99 for XOPEN2K.
41873         (@knownproblems): Remove.
41874         (newtoken): Don't check %isknown.
41875
41876         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41877         Do not expect macro.
41878         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41879         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41880         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41881         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41882         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41883         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41884         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41885         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41886         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41887         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41888         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41889         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41890         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41891         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41892         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41893         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41894         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41895         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41896         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41897         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41898         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41899         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41900         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41901         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41902         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41903         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41904         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41905         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41906         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41907         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41908         [XPG3] (acosh): Likewise.
41909         [XPG3] (asinh): Likewise.
41910         [XPG3] (atanh): Likewise.
41911         [XPG3] (cbrt): Likewise.
41912         [XPG3] (expm1): Likewise.
41913         [XPG3] (ilogb): Likewise.
41914         [XPG3] (log1p): Likewise.
41915         [XPG3] (logb): Likewise.
41916         [XPG3] (nextafter): Likewise.
41917         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41918         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41919         [XPG3] (remainder): Likewise.
41920         [XPG3] (rint): Likewise.
41921         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41922         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41923         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41924         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41925         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41926         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41927         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41928         [UNIX98 || XOPEN2K] (scalb): Expect.
41929         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41930         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41931         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41932         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41933         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41934         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41935         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41936         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41937         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41938         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41939         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41940         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41941         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41942         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41943         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41944         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41945         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41946         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41947         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41948         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41949         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41950         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41951         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41952         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41953         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41954         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41955         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41956         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41957         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41958         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41959         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41960         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41961         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41962         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41963         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41964         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41965         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41966         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41967         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41968         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41969         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41970         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41971         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41972         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41973         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41974         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41975         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41976         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41977         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41978         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41979         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41980         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41981         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41982         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41983         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41984         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41985         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41986         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41987         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41988         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41989         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41990         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41991         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41992         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41993         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41994         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41995         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41996         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41997         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41998         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41999         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
42000         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
42001         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
42002         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
42003         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
42004         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
42005         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
42006         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
42007         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
42008         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
42009         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
42010         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
42011         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
42012         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
42013         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
42014         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
42015         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
42016         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
42017         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
42018         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
42019         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
42020         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
42021         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
42022         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
42023         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
42024         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
42025         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
42026         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
42027         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
42028         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
42029         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
42030         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
42031         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
42032         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
42033         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
42034         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
42035         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
42036         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
42037         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
42038         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
42039         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
42040         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
42041         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
42042         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
42043         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
42044         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
42045         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
42046         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
42047         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
42048         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
42049         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
42050         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
42051         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
42052         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
42053         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
42054         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
42055         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
42056         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
42057         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
42058         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
42059         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
42060         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
42061         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
42062         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
42063         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
42064         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
42065         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
42066
42067         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
42068         _XOPEN_SOURCE_EXTENDED for XPG4.
42069
42070         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
42071
42072         * Makeconfig (localtime): Remove variable.
42073         (inst_localtime-file): Likewise.
42074
42075 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42076
42077         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
42078         Update.
42079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42080         Update.
42081         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
42082         Update.
42083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
42084         Update.
42085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
42086         Update.
42087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
42088         Update.
42089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42090         Update.
42091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
42092         Update.
42093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42094         Update.
42095
42096 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
42097
42098         [BZ #2550]
42099         [BZ #2570]
42100         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
42101         comparisons to determine direction to adjust input.
42102         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
42103         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
42104         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
42105         Likewise.
42106         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
42107         Likewise.
42108         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
42109         Likewise.
42110         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
42111         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
42112         Likewise.
42113         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
42114         Likewise.
42115         * math/libm-test.inc (nexttoward_test): Add more tests.
42116
42117 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42118
42119         [BZ #14040]
42120         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
42121         in version GLIBC_2.1, not GLIBC_2.0.
42122         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
42123         Likewise.
42124
42125 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
42126
42127         [BZ #13942]
42128         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
42129         (1 - x) * (1 + x).
42130         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42131         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
42132         * math/libm-test.inc (acos_test): Add more tests.
42133         (asin_test): Likewise.
42134         * sysdeps/i386/fpu/libm-test-ulps: Update.
42135         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42136
42137         [BZ #14034]
42138         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
42139         of square root.
42140         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
42141         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42142         * math/libm-test.inc (acos_test_tonearest): New function.
42143         (acos_test_towardzero): Likewise.
42144         (acos_test_downward): Likewise.
42145         (acos_test_upward): Likewise.
42146         (asin_test_tonearest): Likewise.
42147         (asin_test_towardzero): Likewise.
42148         (asin_test_downward): Likewise.
42149         (asin_test_upward): Likewise.
42150         (main): Call the new functions.
42151         * sysdeps/i386/fpu/libm-test-ulps: Update.
42152         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42153
42154         [BZ #13884]
42155         [BZ #13924]
42156         * math/e_exp10.c: Include <float.h>.
42157         (__ieee754_exp10): Handle underflow here rather than multiplying
42158         large negative argument by M_LN10.
42159         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
42160         of __ieee754_expf.
42161         * math/e_exp10l.c: Include <float.h>.
42162         (__ieee754_exp10l): Handle underflow here rather than multiplying
42163         large negative argument by M_LN10l.
42164         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
42165         spurious overflow exception on underflow.
42166
42167 2012-04-29  Marek Polacek  <polacek@redhat.com>
42168
42169         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
42170         (__fortify_function): New macro.
42171         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
42172         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
42173         __extern_always_inline.
42174         * libio/bits/stdio2.h: Likewise.
42175         * libio/bits/stdio.h: Likewise.
42176         * string/string.h: Likewise.
42177         * string/bits/string3.h: Likewise.
42178         * include/stdio.h: Likewise.
42179         * stdlib/bits/stdlib.h: Likewise.
42180         * stdlib/stdlib.h: Likewise.
42181         * rt/bits/mqueue2.h: Likewise.
42182         * rt/mqueue.h: Likewise.
42183         * posix/bits/unistd.h: Likewise.
42184         * posix/unistd.h: Likewise.
42185         * io/bits/poll2.h: Likewise.
42186         * io/bits/fcntl2.h: Likewise.
42187         * io/fcntl.h: Likewise.
42188         * io/sys/poll.h: Likewise.
42189         * misc/bits/syslog.h: Likewise.
42190         * misc/bits/syslog-ldbl.h: Likewise.
42191         * misc/sys/syslog.h: Likewise.
42192         * socket/bits/socket2.h: Likewise.
42193         * socket/sys/socket.h: Likewise.
42194         * debug/tst-chk1.c: Likewise.
42195         * wcsmbs/bits/wchar2.h: Likewise.
42196         * wcsmbs/bits/wchar-ldbl.h: Likewise.
42197         * wcsmbs/wchar.h: Likewise.
42198
42199 2012-04-29  Andreas Jaeger  <aj@suse.de>
42200
42201         * Makerules (tests): Remove enable-check-abi protection.
42202         (check-abi-warn): Remove.
42203         (check-abi-%): Remove check-abi-warn usage.
42204
42205         * configure.in: Remove check-abi configure option.
42206         * configure: Regenerated.
42207         * config.make.in (enable-check-abi): Remove.
42208
42209 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
42210
42211         [BZ #14033]
42212         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42213         double functions to double *_finite functions.
42214
42215         [BZ #13941]
42216         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42217         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42218         LDBL_MIN_EXP.
42219         * stdio-common/Makefile (tests): Add tst-sprintf3.
42220         * stdio-common/tst-sprintf3.c: New file.
42221
42222         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42223         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42224
42225 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42226
42227         * conform/conformtest.pl: Remove duplicate typed-constant
42228         handling.
42229
42230 2012-04-28  David S. Miller  <davem@davemloft.net>
42231
42232         * Makerules (%.abilist): Add vpath on sysdep_dirs.
42233         (check-abi-%): Remove AWK script prerequisite and explicit
42234         abilist directory.
42235         (check-abi): Rewrite to just diff the symlist with the abilist.
42236         (config-tls, config-abi-config): Delete, no longer used.
42237         (update-abi-%): Remove AWK script and explicit abilist directory.
42238         (update-abi): Rewrite to simply compare and conditionally copy the
42239         symlist and the sysdep abilist file.  Remove update-abi-config
42240         checks.
42241         * abilist/ld.abilist: Remove.
42242         * abilist/libBrokenLocale.abilist: Remove.
42243         * abilist/libanl.abilist: Remove.
42244         * abilist/libcrypt.abilist: Remove.
42245         * abilist/libdl.abilist: Remove.
42246         * abilist/librt.abilist: Remove.
42247         * abilist/libthread_db.abilist: Remove.
42248         * abilist/libutil.abilist: Remove.
42249         * scripts/extract-abilist.awk: Remove.
42250         * scripts/merge-abilist.awk: Remove.
42251         * sysdeps/generic/libcidn.abilist: New file.
42252         * sysdeps/generic/libnss_compat.abilist: New file.
42253         * sysdeps/generic/libnss_db.abilist: New file.
42254         * sysdeps/generic/libnss_dns.abilist: New file.
42255         * sysdeps/generic/libnss_files.abilist: New file.
42256         * sysdeps/generic/libnss_hesiod.abilist: New file.
42257         * sysdeps/generic/libnss_nis.abilist: New file.
42258         * sysdeps/generic/libnss_nisplus.abilist: New file.
42259         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42260         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42261         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42262         file.
42263         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42264         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42265         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42266         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42267         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42268         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42269         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42270         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42271         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42272         file.
42273         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42274         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42275         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42276         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42277         file.
42278         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42279         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42280         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42281         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42282         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42283         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42284         file.
42285         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42286         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42287         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42288         file.
42289         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42290         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42291         New file.
42292         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42293         New file.
42294         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42295         New file.
42296         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42297         New file.
42298         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42299         New file.
42300         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42301         New file.
42302         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42303         New file.
42304         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42305         New file.
42306         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42307         New file.
42308         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42309         New file.
42310         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42311         New file.
42312         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42313         New file.
42314         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42315         New file.
42316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42317         file.
42318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42319         New file.
42320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42321         New file.
42322         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42323         file.
42324         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42325         New file.
42326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42327         New file.
42328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42329         file.
42330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42331         New file.
42332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42333         New file.
42334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42335         New file.
42336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42337         New file.
42338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42339         New file.
42340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42341         New file.
42342         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42343         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42344         file.
42345         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42346         New file.
42347         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42348         file.
42349         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42350         file.
42351         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42352         file.
42353         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42354         file.
42355         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42356         file.
42357         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42358         New file.
42359         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42360         file.
42361         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42362         file.
42363         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42364         New file.
42365         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42366         file.
42367         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42368         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42369         file.
42370         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42371         New file.
42372         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42373         file.
42374         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42375         file.
42376         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42377         file.
42378         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42379         file.
42380         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42381         file.
42382         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42383         New file.
42384         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42385         file.
42386         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42387         file.
42388         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42389         New file.
42390         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42391         file.
42392         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42393         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42394         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42395         file.
42396         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42397         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42398         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42399         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42400         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42401         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42402         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42403         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42404         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42405         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42406         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42407         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42408         file.
42409         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42410         New file.
42411         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42412         file.
42413         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42414         file.
42415         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42416         file.
42417         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42418         file.
42419         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42420         file.
42421         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42422         New file.
42423         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42424         New file.
42425         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42426         file.
42427         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42428         New file.
42429         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42430         file.
42431         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42432         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42433         file.
42434         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42435         New file.
42436         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42437         file.
42438         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42439         file.
42440         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42441         file.
42442         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42443         file.
42444         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42445         file.
42446         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42447         New file.
42448         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42449         New file.
42450         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42451         file.
42452         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42453         New file.
42454         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42455         file.
42456
42457 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42458
42459         * conform/conformtest.pl: Fix typo in handling typed-constant from
42460         allow-header.
42461
42462 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42463
42464         * README: Cut down references to pre-2.6 Linux kernels and
42465         Linuxthreads.  Update lists of configurations in libc and ports
42466         and sort alphabetically.  Say "or newer" with Linux kernel version
42467         requirements.
42468
42469         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42470
42471 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42472
42473         [BZ #887]
42474         * math/libm-test.inc (logb_test_downward): New test to expose
42475         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42476         rounding mode.
42477
42478 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42479
42480         [BZ #14027]
42481         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42482         to be done.
42483         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42484         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42485
42486 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42487
42488         * sysdeps/unix/i386/brk.S: Remove file.
42489         * sysdeps/unix/i386/dl-brk.S: Likewise.
42490         * sysdeps/unix/i386/pipe.S: Likewise.
42491         * sysdeps/unix/i386/sigreturn.S: Likewise.
42492         * sysdeps/unix/i386/syscall.S: Likewise.
42493         * sysdeps/unix/i386/vfork.S: Likewise.
42494         * sysdeps/unix/i386/wait.S: Likewise.
42495
42496         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42497         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42498
42499         * configure.in (arm*-none*): Do not allow without
42500         --enable-hacker-mode.
42501         (netbsd*): Remove case setting base_os.
42502         (386bsd*): Likewise.
42503         (freebsd*): Likewise.
42504         (bsdi*): Likewise.
42505         (osf*): Likewise.
42506         (sunos*): Likewise.
42507         (ultrix*): Likewise.
42508         (newsos*): Likewise.
42509         (dynix*): Likewise.
42510         (*bsd*): Likewise.
42511         (sysv*): Likewise.
42512         (isc*): Likewise.
42513         (esix*): Likewise.
42514         (sco*): Likewise.
42515         (minix*): Likewise.
42516         (irix4*): Likewise.
42517         (irix6*): Likewise.
42518         (solaris[2-9]*): Likewise.
42519         (none): Likewise.
42520         * configure: Regenerated.
42521
42522 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42523
42524         [BZ #11521]
42525         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42526         overflow or cancellation in calculating denominator.
42527         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42528         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42529         down expression to avoid unexpected rounding in newer GCCs.
42530         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42531
42532 2012-04-26  David S. Miller  <davem@davemloft.net>
42533
42534         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42535         long-double compat symbols.
42536         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42537         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42538         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42539         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42540         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42541         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42542         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42543         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42544         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42545         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42546         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42547         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42548         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42549
42550 2012-04-25  David S. Miller  <davem@davemloft.net>
42551
42552         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42553         HWCAP_* values only after the memory barriers have been defined.
42554         (atomic_full_barrier): Define.
42555         (atomic_read_barrier): Define.
42556         (atomic_write_barrier): Define.
42557
42558 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42559
42560         * shlib-versions: Add libgcc_s version information.
42561         * sysdeps/generic/libgcc_s.h: Remove.
42562         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42563         libgcc_s.h.
42564         * sysdeps/gnu/unwind-resume.c: Likewise.
42565         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42566
42567 2012-04-25  David S. Miller  <davem@davemloft.net>
42568
42569         * sysdeps/unix/sparc/brk.S: Delete.
42570         * sysdeps/unix/sparc/dl-brk.S: Delete.
42571         * sysdeps/unix/sparc/pipe.S: Delete.
42572         * sysdeps/unix/sparc/sysdep.S: Delete.
42573         * sysdeps/unix/sparc/sysdep.h: Delete.
42574         * sysdeps/unix/sparc/vfork.S: Delete.
42575         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42576         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42577         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42578         (ret_ERRVAL, r0, r1, MOVE): Define.
42579         (JUMPTARGET): Remove.
42580         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42581         sysdeps/unix/sparc/sysdep.h
42582         (ENTRY, END): Remove.
42583         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42584
42585 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42586
42587         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42588         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42589         -DIS_IN_build.
42590
42591         * timezone/README: Update upstream location and email address for
42592         tzcode and tzdata.
42593         * timezone/zdump.c: Update from tzcode 2012b.
42594         * timezone/zic.c: Likewise.
42595
42596         * configure.in (libc_cv_as_needed): Remove test.
42597         * configure: Regenerated.
42598         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42599         conditional definition.
42600         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42601         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42602         * config.make.in (have-as-needed): Remove variable.
42603
42604 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42605             Paul Pluzhnikov  <ppluzhnikov@google.com>
42606
42607         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42608         strings correctly.
42609
42610 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42611
42612         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42613         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42614         * sysdeps/sh/strlen.S: Likewise.
42615
42616 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42617
42618         * sysdeps/unix/fork.S: Remove file.
42619         * sysdeps/unix/i386/fork.S: Likewise.
42620         * sysdeps/unix/sparc/fork.S: Likewise.
42621
42622         * sysdeps/unix/system.c: Remove file.
42623         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42624
42625         * sysdeps/unix/getegid.S: Remove file.
42626         * sysdeps/unix/geteuid.S: Likewise.
42627
42628 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42629
42630         * scripts/check-localplt.awk: New file.
42631         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42632         of diff.
42633         * scripts/data/localplt-generic.data: Add a comment.
42634
42635         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42636         NODE when __dir_mkfile failed.
42637         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42638         Reported by Ludovic Courtès <ludo@gnu.org>.
42639
42640 2012-04-24  Andreas Jaeger  <aj@suse.de>
42641
42642         * Makerules (common-clean): Also remove gen-as-const-headers
42643         files.
42644
42645 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42646
42647         * Makerules (native-compile): Do not change working directory for
42648         build.  Use $(OUTPUT_OPTION) in command.
42649         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42650
42651 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42652
42653         [BZ #13886]
42654         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42655         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42656         * math/libm-test.inc (floor_test): Add more tests.
42657         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42658
42659 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42660
42661         * sysdeps/unix/getdents.c: Remove file.
42662         * sysdeps/unix/sysv/getdents.c: Likewise.
42663         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42664
42665         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42666         sysdeps/unix/mman/syscalls.list.
42667         (mmap): Likewise.
42668         (mprotect): Likewise.
42669         (msync): Likewise.
42670         (munmap): Likewise.
42671         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42672         * sysdeps/unix/mman/syscalls.list: Remove.
42673         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42674
42675         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42676         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42677         * configure: Regenerated.
42678         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42679         $(libgcc_s_suffix).
42680         * config.make.in (libgcc_s_suffix): Remove variable.
42681
42682 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42683
42684         * sysdeps/unix/sysv/gethostname.c: Move to ...
42685         * sysdeps/posix/gethostname.c: ... here.
42686
42687         * sysdeps/unix/execve.S: Remove file.
42688
42689         * sysdeps/unix/_exit.S: Remove file.
42690
42691 2012-04-23  Andreas Jaeger  <aj@suse.de>
42692
42693         [BZ #13739]
42694         * manual/Makefile: Remove make dist support, there's no
42695         need for a stand-alone documentation tar ball.
42696         (TEXI2DVI): Define always, it's not in Makeconfig.
42697         (dist): Removed.
42698         (tar-it): Removed.
42699         (edition): Removed.
42700         (glibc-doc-$(edition).tar): Removed
42701         (%.Z): Removed.
42702         (%.gz): Removed.
42703         (%.uu): Removed.
42704         (ETAGS): Remove, it's in Makeconfig.
42705         (move-if-change): Remove, it's in Makeconfig.
42706
42707 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42708
42709         [BZ #13970]
42710         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42711         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42712         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42713         (strtod_l, strtof_l, strtold_l): Remove __wur.
42714         It is not necessarily an error to ignore strtol's return value.
42715         One can reliably look at the stored endptr to decide whether
42716         the number had valid syntax.
42717
42718 2012-04-21  Andreas Jaeger  <aj@suse.de>
42719
42720         [BZ #13739]
42721         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42722
42723 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42724
42725         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42726         * sysdeps/unix/sysv/Versions: Remove file.
42727
42728 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42729
42730         [BZ #13927]
42731         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42732
42733 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42734
42735         [BZ #7064]
42736         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42737         version from __vm86.
42738
42739 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42740
42741         * sysdeps/unix/common/lxstat.c: Remove file.
42742         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42743
42744         * sysdeps/unix/sysv/Makefile: Remove file.
42745
42746         * sysdeps/unix/sysv/direct.h: Remove file.
42747
42748         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42749         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42750         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42751         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42752         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42753         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42754         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42755
42756         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42757
42758         * sysdeps/unix/xmknod.c: Remove file.
42759         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42760
42761         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42762
42763         * sysdeps/unix/sysv/i386/time.S: Remove file.
42764
42765         * sysdeps/unix/fxstat.c: Remove file.
42766         * sysdeps/unix/xstat.c: Likewise.
42767         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42768
42769         * sysdeps/unix/sysv/sigaction.c: Remove file.
42770
42771         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42772         (sysdep_headers): Remove variable.
42773         [termio.h not in sysdep_headers] (generated): Likewise.
42774         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42775         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42776         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42777         * sysdeps/unix/sysv/tcflow.c: Likewise.
42778         * sysdeps/unix/sysv/tcflush.c: Likewise.
42779         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42780         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42781         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42782         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42783         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42784
42785         * sysdeps/unix/siglist.c: Remove file.
42786
42787         * sysdeps/unix/getppid.S: Remove file.
42788
42789         * sysdeps/unix/mkdir.c: Remove file.
42790         * sysdeps/unix/rmdir.c: Likewise.
42791
42792 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42793
42794         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42795         ERR_MAX value.
42796         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42797         errlist-compat value.
42798
42799 2012-04-18  David S. Miller  <davem@davemloft.net>
42800
42801         * sysdeps/generic/memcopy.h (reg_char): Delete.
42802         * debug/strcat_chk.c: Use char, not reg_char.
42803         * debug/strcpy_chk.c: Likewise.
42804         * debug/strncat_chk.c: Likewise.
42805         * debug/strncpy_chk.c: Likewise.
42806         * string/memchr.c: Likewise.
42807         * string/memrchr.c: Likewise.
42808         * string/rawmemchr.c: Likewise.
42809         * string/strcat.c: Likewise.
42810         * string/strchr.c: Likewise.
42811         * string/strchrnul.c: Likewise.
42812         * string/strcmp.c: Likewise.
42813         * string/strcpy.c: Likewise.
42814         * string/strncat.c: Likewise.
42815         * string/strncmp.c: Likewise.
42816         * string/strncpy.c: Likewise.
42817
42818 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42819
42820         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42821         __builtin_memcopy is called when src and dest ranges are known to not
42822         overlap.
42823
42824 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42825
42826         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42827         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42828         fwd_align_merge macro call.
42829         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42830         bwd_align_merge macro call.
42831         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42832
42833 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42834
42835         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42836         bwd_align_merge macros.
42837         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42838         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42839         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42840
42841 2012-04-18  David S. Miller  <davem@davemloft.net>
42842
42843         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42844
42845 2012-04-18  Andreas Jaeger  <aj@suse.de>
42846
42847         [BZ# 6794]
42848         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42849         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42850         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42851
42852         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42853         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42854         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42855
42856         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42857         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42858         Adjust for changed ldbl-128 files.
42859
42860         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42861         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42862         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42863
42864 2012-04-17  David S. Miller  <davem@davemloft.net>
42865
42866         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42867
42868 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42869
42870         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42871         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42872         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42873         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42874         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42875         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42876
42877 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42878
42879         [BZ #6794]
42880         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42881         * math/libm-test.inc: Add ilogb errno and exception tests.
42882         * math/w_ilogb.c: New file: ilogb wrapper.
42883         * math/w_ilogbf.c: New file: ilogbf wrapper.
42884         * math/w_ilogbl.c: New file: ilogbl wrapper.
42885         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42886         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42887         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42888         exception being thrown with 0.0 as argument.
42889         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42890         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42891         exception being thrown with 0.0 as argument.
42892         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42893         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42894         exception being thrown with 0.0 as argument.
42895         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42896         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42897         exception being thrown with 0.0 as argument.
42898         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42899         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42900         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42901         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42902         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42903         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42904         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42905         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42906         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42907
42908 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42909
42910         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42911         with altivec.
42912
42913 2012-04-16  Marek Polacek  <polacek@redhat.com>
42914
42915         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42916
42917 2012-04-16  Marek Polacek  <polacek@redhat.com>
42918
42919         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42920         operands of fdivp instruction.
42921
42922 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42923
42924         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42925         * elf/tst-auditmod3b.c: Likewise.
42926         * elf/tst-auditmod4b.c: Likewise.
42927         * elf/tst-auditmod5b.c: Likewise.
42928         * elf/tst-auditmod6b.c: Likewise.
42929         * elf/tst-auditmod6c.c: Likewise.
42930         * elf/tst-auditmod7b.c: Likewise.
42931         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42932         * sysdeps/x86_64/preconfigure.in: Likewise.
42933         * sysdeps/x86_64/preconfigure: Regenerated.
42934
42935 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42936
42937         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42938         __ILP32__.
42939
42940 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42941
42942         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42943         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42944
42945 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42946
42947         [BZ #13973]
42948         * locale/iso-639.def: Fix gl language name. Spotted by
42949         Yaron Shahrabani.
42950
42951 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42952
42953         [BZ #2074]
42954         * libio/libio.h (__io_write_fn): Update comment.
42955
42956 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42957
42958         [BZ #2074]
42959         * stdio.texi (Hook Functions): The user provided writer function
42960         is not allowed to return -1.
42961
42962 2012-04-11  David S. Miller  <davem@davemloft.net>
42963
42964         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42965
42966 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42967
42968         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42969         Add a leading slash to rtkaio.
42970
42971 2012-04-11  Jim Meyering  <meyering@redhat.com>
42972
42973         [BZ #11959]
42974         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42975         It is not necessarily an error to ignore fwrite's return
42976         value.  One can reliably use ferror to test for errors after
42977         the fact.
42978
42979 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42980
42981         * bits/types.h (__snseconds_t): New type.
42982         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42983
42984         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42985         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42986         (__SNSECONDS_T_TYPE): Likewise.
42987         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42988         (__SNSECONDS_T_TYPE): Likewise.
42989         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42990         (__SNSECONDS_T_TYPE): Likewise.
42991
42992 2012-04-10  Andreas Jaeger  <aj@suse.de>
42993
42994         [BZ #2636]
42995         * manual/time.texi (Processor Time): Return type of times is
42996         elapsed real time since an arbitrary point in the past.
42997         (CPU Time): Move CLK_TCK from here...
42998         (Processor Time): ...to here.  Correct description.
42999         * manual/conf.texi (Constants for Sysconf): Correct description of
43000         _SC_CLK_TCK.
43001
43002 2012-04-10  David S. Miller  <davem@davemloft.net>
43003
43004         [BZ #13967]
43005         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
43006         where the is a gap between DT_REL(A) and DT_JMPREL.
43007
43008 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43009
43010         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
43011         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43012         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43013
43014 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
43015
43016         * elf/dl-support.c (_dl_inhibit_cache): New variable.
43017         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
43018         (dl_main): Handle --inhibit-cache.
43019         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
43020         _dl_inhibit_cache.
43021         * elf/dl-load.c (_dl_map_object): Use it.
43022         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
43023
43024 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43025
43026         [BZ #13872]
43027         * sysdeps/i386/fpu/e_powl.S (p78): New object.
43028         (__ieee754_powl): Saturate large exponents rather than testing for
43029         overflow of y*log2(x).
43030         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43031         * math/libm-test.inc (pow_test): Do not permit spurious overflow
43032         exceptions.
43033
43034         [BZ #11521]
43035         * math/s_ctan.c: Include <float.h>.
43036         (__ctan): Avoid internal overflow or cancellation in calculating
43037         denominator.
43038         * math/s_ctanf.c: Likewise.
43039         * math/s_ctanl.c: Likewise.
43040         * math/s_ctanh.c: Likewise.
43041         * math/s_ctanhf.c: Likewise.
43042         * math/s_ctanhl.c: Likewise.
43043         * math/libm-test.inc (ctan_test): Add more tests.
43044         (ctanh_test): Likewise.
43045         * sysdeps/i386/fpu/libm-test-ulps: Update.
43046         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43047
43048 2012-04-09  Andreas Jaeger  <aj@suse.de>
43049
43050         [BZ #6894]
43051         * manual/filesys.texi (Directory Entries): Mention that d_namlen
43052         is an optional BSD extension.
43053
43054         [BZ #10254]
43055         * manual/stdio.texi (Opening Streams): Document additional fopen
43056         parameters.
43057
43058 2012-04-09  Roland McGrath  <roland@hack.frob.com>
43059
43060         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
43061         %eax without telling the compiler.
43062
43063 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
43064
43065         [BZ # 13963]
43066         * manual/install.texi: Use sourceware.org.
43067
43068 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43069
43070         [BZ #13873]
43071         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
43072         (__ieee754_pow): Generate overflow and underflow using huge*huge
43073         and tiny*tiny rather than just returning constant infinity or zero
43074         for large exponents.
43075         * math/libm-test.inc (pow_test): Require overflow exceptions for
43076         applicable cases of large exponents.
43077
43078         [BZ #706]
43079         * sysdeps/i386/fpu/e_pow.S (p10): New object.
43080         (__ieee754_pow): Use iterative multiplication algorithm only for
43081         integer exponents with absolute value below 1024.  Check for odd
43082         integer exponents when using algorithm for real exponents.
43083         * math/libm-test.inc (pow_test): Add more tests.
43084         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43085
43086 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
43087
43088         [BZ #13705]
43089         * math/libm-test.inc (exp_test): Do not allow overflow exception
43090         on underflow test.
43091
43092 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
43093
43094         [BZ #13705]
43095         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
43096         instead of __kernel_standard_f.
43097
43098 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
43099
43100         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
43101         * sysdeps/x86_64/memset_chk.S: Likewise.
43102
43103 2012-04-08  Andreas Jaeger  <aj@suse.de>
43104
43105         [BZ #10153]
43106         * manual/startup.texi (Environment Access): Describe return value
43107         for putenv and setenv.
43108
43109         [BZ #6895]
43110         * manual/filesys.texi (Directory Entries): Add description for
43111         DT_LNK.
43112
43113         [BZ #6890]
43114         * manual/filesys.texi (Directory Entries): Clarify that it's file
43115         system not operating system in the description of DT_UNKNOWN.
43116
43117         [BZ #6578]
43118         * manual/syslog.texi (closelog): Fix reference, it's openlog.
43119
43120 2012-04-08  Stephen Compall  <s11@member.fsf.org>
43121
43122         [BZ #6649]
43123         * manual/llio.texi (Opening and Closing Files): Add cross
43124         reference to explain mode argument.
43125
43126 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
43127
43128         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
43129         * sysdeps/x86_64/memset_chk.S: Likewise.
43130
43131 2012-04-07  David S. Miller  <davem@davemloft.net>
43132
43133         * elf/elf.h (R_SPARC_WDISP10): Define.
43134         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
43135         R_SPARC_SIZE32.
43136         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
43137         R_SPARC_SIZE64 and R_SPARC_H34.
43138
43139 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
43140
43141         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
43142         conditions and remove no longer applicable assertion.
43143
43144 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43145
43146         * bits/byteswap.h: Include <features.h>.
43147         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43148         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43149
43150 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43151
43152         * bits/byteswap.h (__bswap_16): Removed.
43153         Include <bits/byteswap-16.h> to get __bswap_16.
43154         * sysdeps/i386/bits/byteswap.h: Likewise.
43155         * sysdeps/s390/bits/byteswap.h: Likewise.
43156         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43157         * bits/byteswap-16.h: New file.
43158         * sysdeps/i386/bits/byteswap-16.h: Likewise.
43159         * sysdeps/s390/bits/byteswap-16.h: Likewise.
43160         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
43161         * string/Makefile (headers): Add bits/byteswap-16.h.
43162
43163 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
43164
43165         [BZ #13895]
43166         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
43167         extra indirection.
43168         * nss/Makefile (tests-static, tests): Add tst-nss-static.
43169         * nss/tst-nss-static.c: New.
43170
43171 2012-04-06  Robert Millan  <rmh@gnu.org>
43172
43173         [BZ #6486]
43174         * manual/llio.texi (File Position Primitive): lseek
43175         refers to WHENCE when it really means OFFSET.
43176
43177 2012-04-06  Andreas Jaeger  <aj@suse.de>
43178
43179         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43180         strncmp declarations.
43181
43182         * abilist/libc.abilist: Add __poll and __ppoll.
43183
43184 2012-04-05  David S. Miller  <davem@davemloft.net>
43185
43186         * scripts/check-local-headers.sh: Accept a host triplet in the
43187         path matched by the exclude regexp.
43188
43189         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43190         definition.
43191         * sysdeps/powerpc/powerpc32/dl-machine.h
43192         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43193         * sysdeps/s390/s390-32/dl-machine.h
43194         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43195         * sysdeps/sparc/sparc32/dl-machine.h
43196         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43197         * sysdeps/sparc/sparc64/dl-machine.h
43198         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43199
43200         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43201         lazy binding.
43202         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
43203         undefined symbol errors.
43204
43205         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
43206         DT_NEEDED entries.
43207
43208 2012-04-05  Michael Matz  <matz@suse.de>
43209
43210         [BZ #13592]
43211         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43212
43213 2012-04-05  Andreas Jaeger  <aj@suse.de>
43214
43215         [BZ #13908]
43216         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43217         comment.
43218
43219 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43220
43221         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43222         which ROUND is no valid rounding mode.
43223
43224 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43225
43226         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43227         read again.
43228         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43229
43230 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43231
43232         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43233         an exception using FPU order intentionally.
43234
43235 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43236
43237         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43238         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43239         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43240         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43241
43242 2012-04-05  Simon Josefsson  <simon@josefsson.org>
43243
43244         [BZ #12340]
43245         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43246         EINVAL when BUFLEN is too smal.
43247
43248 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43249
43250         [BZ #13553]
43251         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43252         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43253
43254 2012-04-03  Andreas Jaeger  <aj@suse.de>
43255
43256         [BZ #13938]
43257         * manual/setjmp.texi (System V contexts): Fix sentence.
43258
43259         [BZ #13926]
43260         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43261         New macro for this case.
43262         [!__GNUC__] (__bswap_64): New inline function for this case.
43263         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43264         * bits/byteswap.h: Likewise.
43265         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43266         ull, guard with __GLIBC_HAVE_LONG_LONG.
43267
43268         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43269         __GLIBC_HAVE_LONG_LONG.
43270
43271         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43272         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43273
43274 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43275
43276         [BZ #13691]
43277         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43278         inptr and inend, rather than using last_ch.
43279
43280 2012-04-02  David S. Miller  <davem@davemloft.net>
43281
43282         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43283         * stdio-common/printf-parse.h (read_int): Change return type to
43284         'int', return -1 on INT_MAX overflow.
43285         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43286         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43287         overflows INT_MAX.  Check for overflow of in-format-string precision
43288         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43289         SIZE_MAX not INT_MAX for integer overflow test.
43290         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43291         skip the construct in the format string but do not record anything.
43292         * stdio-common/bug22.c: Adjust to test both width/prevision
43293         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43294         explicitly for proper errno values.
43295
43296 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43297
43298         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43299         CHAR_MAX.
43300         * string/test-strcmp.c [! WIDE]: Likewise.
43301         * time/tst-mktime2.c: Likewise for INT_MAX.
43302         * string/test-string.h: #include <sys/param.h> for MIN.
43303
43304         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43305         * sysdeps/i386/init-first.c (init): Likewise.
43306         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43307         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43308         * sysdeps/sh/init-first.c (init): Likewise.
43309
43310 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43311
43312         * po/ru.po: Update from translation team.
43313         * po/vi.po: Likewise.
43314
43315 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43316
43317         * resolv/nss_dns/dns-host.c: Merge copyright years.
43318
43319 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43320
43321         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43322         Optimize memcpy with prefetch if
43323         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43324         src, dst pointers have unequal 16 byte alignments.
43325
43326 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43327
43328         [BZ #13928]
43329         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43330         from a CNAME entry and return the minimum ttl for the query.
43331         (gaih_getanswer_slice): Likewise.
43332
43333 2012-03-30  Jeff Law  <law@redhat.com>
43334
43335         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43336         due to long keys.
43337         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43338         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43339
43340         * resolv/nss_dns/dns-host.c: Update copyright year.
43341
43342 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43343
43344         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43345         requests to save a system call.  Fix check that all bytes are sent.
43346
43347         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43348         comments for sendmmsg.
43349
43350 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43351
43352         [BZ #13691]
43353         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43354         with only 1 character between 0x0041 and 0x01b0.
43355         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43356         * wcsmbs/tst-mbsnrtowcs.c: New file.
43357
43358 2012-03-29  David S. Miller  <davem@davemloft.net>
43359
43360         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43361         small copies by hand.
43362
43363 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43364
43365         [BZ #13761]
43366         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43367         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43368         group memberships.
43369
43370 2012-03-28  David S. Miller  <davem@davemloft.net>
43371
43372         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43373         that branches into memcpy.
43374         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43375         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43376         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43377         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43378         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43379         bits.
43380         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43381         implementation too.
43382         * sysdeps/sparc/mempcpy.S: New file.
43383
43384         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43385         the IFUNC routine in the libc case.
43386         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43387
43388         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43389         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43390         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43391         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43392         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43393         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43394         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43395         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43396
43397         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43398         loop to 256 bytes instead of 64 bytes and fix test signedness.
43399
43400         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43401         * sysdeps/sparc/sparc32/Makefile: rather than here...
43402         * sysdeps/sparc/sparc64/Makefile: and here.
43403
43404 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43405
43406         * malloc/mallocbug.c: Avoid warnings about unused variables.
43407
43408 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43409
43410         [BZ #13760]
43411         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43412         in the right place. Discard and retry query if response is
43413         larger than input buffer size.
43414
43415 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43416
43417         [BZ #369]
43418         [BZ #2678]
43419         [BZ #3866]
43420         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43421         x for large integer exponent.
43422         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43423         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43424         sign of result as needed afterwards.
43425         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43426         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43427         result for underflowing pow the same as for overflow.
43428         (__kernel_standard_l): Handle powl overflow and underflow here
43429         rather than calling __kernel_standard.
43430         * math/libm-test.inc (pow_test): Add more tests.
43431
43432         [BZ #3868]
43433         [BZ #13879]
43434         [BZ #13910]
43435         [BZ #13911]
43436         [BZ #13912]
43437         [BZ #13913]
43438         [BZ #13915]
43439         [BZ #13916]
43440         [BZ #13917]
43441         [BZ #13918]
43442         [BZ #13919]
43443         [BZ #13920]
43444         [BZ #13921]
43445         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43446         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43447         (__kernel_standard_l): New function.
43448         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43449         __kernel_standard.
43450         * math/w_acosl.c (__acosl): Likewise.
43451         * math/w_asinl.c (__asinl): Likewise.
43452         * math/w_atan2l.c (__atan2l): Likewise.
43453         * math/w_atanhl.c (__atanhl): Likewise.
43454         * math/w_coshl.c (__coshl): Likewise.
43455         * math/w_exp10l.c (__exp10l): Likewise.
43456         * math/w_exp2l.c (__exp2l): Likewise.
43457         * math/w_fmodl.c (__fmodl): Likewise.
43458         * math/w_hypotl.c (__hypotl): Likewise.
43459         * math/w_j0l.c (__j0l, __y0l): Likewise.
43460         * math/w_j1l.c (__j1l, __y1l): Likewise.
43461         * math/w_jnl.c (__jnl, __ynl): Likewise.
43462         * math/w_lgammal.c (__lgammal): Likewise.
43463         * math/w_log10l.c (__log10l): Likewise.
43464         * math/w_log2l.c (__log2l): Likewise.
43465         * math/w_logl.c (__logl): Likewise.
43466         * math/w_powl.c (__powl): Likewise.
43467         * math/w_remainderl.c (__remainderl): Likewise.
43468         * math/w_scalbl.c (sysv_scalbl): Likewise.
43469         * math/w_sinhl.c (__sinhl): Likewise.
43470         * math/w_sqrtl.c (__sqrtl): Likewise.
43471         * math/w_tgammal.c (__tgammal): Likewise.
43472         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43473         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43474         * math/libm-test.inc (acos_test): Add more tests.
43475         (acosh_test): Likewise.
43476         (asin_test): Likewise.
43477         (atanh_test): Likewise.
43478         (exp_test): Likewise.
43479         (exp10_test): Likewise.
43480         (exp2_test): Likewise.
43481         (expm1_test): Likewise.
43482         (lgamma_test): Likewise.
43483         (log_test): Likewise.
43484         (log10_test): Likewise.
43485         (log1p_test): Likewise.
43486         (log2_test): Likewise.
43487         (pow_test): Do not allow some spurious overflow exceptions.
43488         (sqrt_test): Add more tests.
43489         (tgamma_test): Likewise.
43490         (y0_test): Likewise.
43491         (y1_test): Likewise.
43492         (yn_test): Likewise.
43493
43494 2012-03-27  Anton Blanchard  <anton@samba.org>
43495
43496         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43497         MAP_HUGETLB.
43498         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43499         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43500         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43501
43502 2012-03-27  David S. Miller  <davem@davemloft.net>
43503
43504         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43505
43506         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43507         have-as-vis3 check.
43508
43509 2012-03-27  Andreas Jaeger  <aj@suse.de>
43510
43511         * sysdeps/x86_64/elf/configure.in: Moved to ...
43512         * sysdeps/x86_64/configure.in: ... here.
43513         * sysdeps/x86_64/elf/start.S: Moved to ...
43514         * sysdeps/x86_64/start.S: ... here.
43515         * sysdeps/x86_64/elf/configure: Delete.
43516
43517         * sysdeps/x86_64/configure.in: Merge contents from
43518         sysdeps/i386/configure.in (without i686 check).
43519
43520         * sysdeps/i386/elf/Versions: Merge into ...
43521         * sysdeps/i386/Versions: ... this.
43522         * sysdeps/i386/elf/Versions: Delete file.
43523         * sysdeps/i386/elf/start.S: Moved to ...
43524         * sysdeps/i386/start.S: ...here.
43525         * sysdeps/i386/elf/configure.in: Merge into...
43526         * sysdeps/i386/configure.in: ...here.
43527         * sysdeps/i386/elf/configure.in: Delete file.
43528         * sysdeps/i386/elf/configure: Delete file.
43529
43530         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43531         * debug/backtracesyms.c: ... here.
43532         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43533         * debug/backtracesymsfd.c: ... here.
43534         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43535         * sysdeps/generic/ifunc-sel.h: ... here.
43536
43537         * sysdeps/unix/i386/start.c: Delete file.
43538         * sysdeps/unix/sparc/start.c: Delete file.
43539         * sysdeps/unix/start.c: Delete file.
43540
43541         * sysdeps/sh/elf/configure.in: Moved to ...
43542         * sysdeps/sh/configure.in: ... here.
43543         * sysdeps/sh/elf/start.S: Moved to ...
43544         * sysdeps/sh/start.S: ... here.
43545         * sysdeps/sh/elf/configure: Delete file.
43546
43547         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43548         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43549         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43550         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43551         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43552         * sysdeps/powerpc/powerpc64/start.S: here.
43553         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43554         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43555         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43556         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43557         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43558
43559         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43560         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43561         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43562         * sysdeps/powerpc/powerpc32/start.S: ... here.
43563         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43564         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43565         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43566
43567         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43568         * sysdeps/powerpc/ifunc-sel.h: ... here.
43569         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43570         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43571
43572         * sysdeps/sparc/elf/configure.in: Moved to ...
43573         * sysdeps/sparc/configure.in: ... here.
43574         * sysdeps/sparc/elf/configure: Delete file.
43575         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43576         * sysdeps/sparc/sparc32/start.S: ... here.
43577         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43578         * sysdeps/sparc/sparc64/start.S: ... here.
43579         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43580         * sysdeps/sparc/sparc32/Makefile: ... this.
43581         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43582         * sysdeps/sparc/sparc64/Makefile: ... this.
43583
43584         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43585         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43586         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43587         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43588         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43589         * sysdeps/s390/s390-32/setjmp.S: ... here.
43590         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43591         * sysdeps/s390/s390-32/configure.in: ... here.
43592         * sysdeps/s390/s390-32/elf/configure: Delete file.
43593         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43594         * sysdeps/s390/s390-32/start.S: ... here.
43595
43596         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43597         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43598         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43599         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43600         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43601         * sysdeps/s390/s390-64/setjmp.S: ... here.
43602         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43603         * sysdeps/s390/s390-64/configure.in: ... here
43604         * sysdeps/s390/s390-64/elf/configure: Delete file.
43605         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43606         * sysdeps/s390/s390-64/start.S: ... here.
43607         * sysdeps/s390/s390-64/elf/configure: Delete.
43608
43609         * configure.in: Remove support for elf directories in sysdeps.
43610
43611         * configure: Regenerated.
43612         * sysdeps/i386/configure: Regenerated.
43613         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43614         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43615         * sysdeps/s390/s390-32/configure: Regenerated.
43616         * sysdeps/s390/s390-64/configure: Regenerated.
43617         * sysdeps/sh/configure: Regenerated.
43618         * sysdeps/sparc/configure: Regenerated.
43619         * sysdeps/x86_64/configure: Regenerated.
43620
43621 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43622
43623         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43624
43625         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43626         denormal result into account.
43627
43628 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43629
43630         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43631         Reported by Allan McRae <allan@archlinux.org>.
43632
43633 2012-03-23  Jeff Law  <law@redhat.com>
43634
43635         * nss/getnssent.c (__nss_getent): Fix typo.
43636
43637 2012-03-23  David S. Miller  <davem@davemloft.net>
43638
43639         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43640
43641 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43642
43643         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43644         to pad to uint64_t for each field.
43645         (dl_tls_index): Replace unsigned long with uint64_t.
43646
43647 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43648         Paul Pluzhnikov  <ppluzhnikov@google.com>
43649
43650         [BZ #6528]
43651         * grp/Makefile (otherlibs): Don't set it.
43652         * inet/Makefile (otherlibs): Likewise.
43653         * login/Makefile (otherlibs): Likewise.
43654         * nscd/Makefile (otherlibs): Likewise.
43655         * posix/Makefile (otherlibs): Likewise.
43656         * pwd/Makefile (otherlibs): Likewise.
43657         * rt/Makefile (otherlibs): Likewise.
43658         * sunrpc/Makefile (otherlibs): Likewise.
43659         * nss/Makefile (otherlibs): Likewise.
43660         Add libnss_files to routines and static-only-routines.
43661         ($(objpfx)getent): Remove rule.
43662         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43663         static-only-routines.
43664
43665 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43666
43667         [BZ #13892]
43668         * math/s_cexp.c: Include <float.h>.
43669         (__cexp): Handle exp result overflowing not necessarily
43670         overflowing both real and imaginary parts of result.
43671         * math/s_cexpf.c: Likewise.
43672         * math/s_cexpl.c: Likewise.
43673         * math/libm-test.inc (cexp_test): Add more tests.
43674         * sysdeps/i386/fpu/libm-test-ulps: Update.
43675         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43676
43677 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43678
43679         * include/link.h (ELFW): New macro.
43680         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43681         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43682
43683 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43684
43685         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43686         with uint64_t.
43687
43688 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43689
43690         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43691         declaration.
43692         (struct La_x32_retval): Likewise.
43693
43694 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43695
43696         * sysdeps/x86_64/preconfigure.in: New file.
43697         * sysdeps/x86_64/preconfigure: New generated file.
43698
43699 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43700
43701         [BZ #13824]
43702         * math/e_exp2l.c: Include <float.h>.
43703         (__ieee754_exp2l): Handle overflow and underflow cases
43704         separately.  Only pass fractional part of argument to
43705         __ieee754_expl.
43706         * math/libm-test.inc (exp2_test): Add more tests.
43707
43708         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43709         negating x to take absolute value.
43710         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43711         Likewise.
43712         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43713         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43714         Likewise.
43715         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43716         computing low part if x was negated.
43717         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43718
43719 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43720
43721         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43722         la_x32_gnu_pltexit.
43723         (pltexit): Cast int_retval to ptrdiff_t.
43724         * elf/tst-auditmod3b.c: Likewise.
43725         * elf/tst-auditmod4b.c: Likewise.
43726         * elf/tst-auditmod5b.c: Likewise.
43727         * elf/tst-auditmod6b.c: Likewise.
43728         * elf/tst-auditmod6c.c: Likewise.
43729         * elf/tst-auditmod7b.c: Likewise.
43730
43731         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43732         and x32_gnu_pltexit.
43733
43734         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43735         __ELF_NATIVE_CLASS.
43736         (La_x32_regs): New macro.
43737         (La_x32_retval): Likewise.
43738         (la_x32_gnu_pltenter): New function prototype.
43739         (la_x32_gnu_pltexit): Likewise.
43740
43741 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43742
43743         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43744         exponent.
43745
43746         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43747
43748         * configure.in (libc_cv_cc_nofma): Check for option to disable
43749         generation of FMA instructions.
43750         * configure: Regenerate.
43751         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43752         * sysdeps/ieee754/dbl-64/Makefile: New file.
43753         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43754         Remove brandred-fma4.
43755         (CFLAGS-brandred-fma4.c): Remove.
43756         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43757         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43758         define.
43759         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43760         define.
43761
43762 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43763
43764         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43765         LLONG_MAX != LONG_MAX.
43766         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43767         (_fitoa_word): Likewise.
43768         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43769         LLONG_MAX != LONG_MAX.
43770         * stdio-common/_itowa.h: Include <_itoa.h>.
43771         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43772         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43773         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43774         only if not defined.
43775         (_ITOA_WORD_TYPE): Likewise.
43776         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43777         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43778
43779 2012-03-21  David S. Miller  <davem@davemloft.net>
43780
43781         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43782
43783 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43784
43785         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43786         of x86_64 when setting libc_cv_slibdir, libdir and
43787         libc_cv_localedir.
43788         * sysdeps/unix/sysv/linux/configure: Regenerated.
43789
43790 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43791
43792         * manual/lang.texi (Old Varargs): Remove section.
43793         (How Variadic): Update menu.
43794         (va_start): Do not mention varargs.h.
43795
43796 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43797             Joseph Myers  <joseph@codesourcery.com>
43798
43799         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43800         link test.
43801         * configure: Regenerated.
43802
43803 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43804
43805         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43806         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43807         conformtest.pl
43808
43809 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43810
43811         * NOTES: Remove.
43812         * Makefile (files-for-dist): Remove NOTES.
43813         (NOTES): Remove rule.
43814         * README: Don't refer to NOTES.
43815         * manual/creature.texi: Don't include macros.texi.
43816         * manual/intro.texi (creature.texi): Remove comment referring to
43817         NOTES.
43818
43819         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43820         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43821         * configure: Regenerated.
43822         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43823         LIBC_TRY_CC_OPTION.
43824         (libc_cv_as_i686): Likewise.
43825         (libc_cv_cc_avx): Likewise.
43826         (libc_cv_cc_sse2avx): Likewise.
43827         (libc_cv_cc_fma4): Likewise.
43828         (libc_cv_cc_novzeroupper): Likewise.
43829         * sysdeps/i386/configure: Regenerated.
43830
43831         [BZ #13883]
43832         * sysdeps/i386/fpu/s_cexp.S: Remove.
43833         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43834         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43835         * math/libm-test.inc (cexp_test): Add more tests.
43836         * sysdeps/i386/fpu/libm-test-ulps: Update.
43837         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43838
43839 2012-03-21  Allan McRae  <allan@archlinux.org>
43840
43841         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43842
43843 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43844
43845         [BZ #13871]
43846         * math/w_exp2.c: Do not include <float.h>.
43847         (o_threshold, u_threshold): Remove.
43848         (__exp2): Calculate result before checking finiteness and calling
43849         __kernel_standard.
43850         * math/w_exp2f.c: Likewise.
43851         * math/w_exp2l.c: Likewise.
43852         * math/libm-test.inc (exp2_test): Require overflow exception for
43853         1e6 input.
43854
43855         [BZ #3866]
43856         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43857         range of signed 64-bit integers before using fistpll.  Remove
43858         checks for whether integers fit in mantissa bits.
43859         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43860         the range of signed 32-bit integers before using fistpl.  Remove
43861         checks for whether integers fit in mantissa bits.
43862         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43863         (__ieee754_powl): Test for y outside the range of signed 64-bit
43864         integers before using fistpll.  Reduce 64-bit values to 63-bit
43865         ones as needed.
43866         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43867         divide-by-zero is raised for zero to large negative powers.
43868         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43869         (__ieee754_powl): Test for y outside the range of signed 64-bit
43870         integers before using fistpll.  Reduce 64-bit values to 63-bit
43871         ones as needed.
43872         * math/libm-test.inc (pow_test): Add more tests.
43873
43874 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43875
43876         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43877         <stdio-common/_itoa.h>.
43878         * debug/segfault.c: Likewise.
43879         * elf/dl-cache.c: Likewise.
43880         * elf/dl-minimal.c: Likewise.
43881         * elf/dl-misc.c: Likewise.
43882         * elf/dl-sysdep.c: Likewise.
43883         * elf/dl-version.c: Likewise.
43884         * elf/rtld.c: Likewise.
43885         * hurd/hurdsock.c: Likewise.
43886         * hurd/lookup-retry.c: Likewise.
43887         * malloc/malloc.c: Likewise.
43888         * malloc/mtrace.c: Likewise.
43889         * nscd/nscd_getgr_r.c: Likewise.
43890         * nscd/nscd_getpw_r.c: Likewise.
43891         * nscd/nscd_getserv_r.c: Likewise.
43892         * posix/getopt_init.c: Likewise.
43893         * posix/wordexp.c: Likewise.
43894         * stdio-common/_itoa.c: Likewise.
43895         * stdio-common/printf_fphex.c: Likewise.
43896         * stdio-common/vfprintf.c: Likewise.
43897         * string/_strerror.c: Likewise.
43898         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43899         * sysdeps/i386/i686/hp-timing.h: Likewise.
43900         * sysdeps/mach/_strerror.c: Likewise.
43901         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43902         * sysdeps/mach/hurd/sethostid.c: Likewise.
43903         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43904         * sysdeps/mach/xpg-strerror.c: Likewise.
43905         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43906         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43907         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43908         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43909         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43910         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43911         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43912         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43913         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43914         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43915         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43916         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43917         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43918         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43919         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43920         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43921         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43922         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43923         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43924         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43925         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43926
43927         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43928
43929         * stdio-common/_itoa.h: Moved to ...
43930         * sysdeps/generic/_itoa.h: Here.
43931
43932         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43933
43934         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43935         instead of "_itoa.h" and "_itowa.h".
43936         * stdio-common/vfprintf.: Likewise.
43937
43938 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43939
43940         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43941         <bits/wordsize.h>.
43942         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43943         (__signbit): Likwise.
43944         (llrintf): Likwise.
43945         (llrint): Likwise.
43946
43947 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43948
43949         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43950         __WORDSIZE != 64.
43951
43952 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43953
43954         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43955         OVERFLOW_EXCEPTION_OK.
43956         * math/libm-test.inc ("Philosophy"): Update comment about
43957         exception testing.
43958         (OVERFLOW_EXCEPTION): Define.
43959         (OVERFLOW_EXCEPTION_OK): Likewise.
43960         (INVALID_EXCEPTION_OK): Renumber.
43961         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43962         (IGNORE_ZERO_INF_SIGN): Likewise.
43963         (test_exceptions): Handle FE_OVERFLOW.
43964         (exp10_test): Expect overflow exceptions.
43965         (exp2_test): Likewise.
43966         (expm1_test): Likewise.
43967         (nextafter_test): Likewise.
43968         (pow_test): Likewise.
43969         (scalbn_test): Likewise.
43970         (scalbln_test): Likewise.
43971
43972 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43973
43974         * sysdeps/x86_64/bits/atomic.h
43975         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43976         64bit integer.
43977         (atomic_exchange_acq): Likewise.
43978         (__arch_exchange_and_add_body): Likewise.
43979         (__arch_add_body): Likewise.
43980         (atomic_add_negative): Likewise.
43981         (atomic_add_zero): Likewise.
43982
43983 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43984
43985         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43986         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43987
43988 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43989
43990         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43991         Check __x86_64__ instead of __WORDSIZE.
43992
43993 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43994
43995         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43996
43997 2012-03-19  David S. Miller  <davem@davemloft.net>
43998
43999         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44000
44001         * sysdeps/sparc/fpu/fenv_private.h: New file.
44002         * sysdeps/sparc/fpu/math_private.h: Use it.
44003         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
44004         Remove.
44005         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
44006         (libc_feholdexcept_setroundl): Remove.
44007         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
44008         Remove.
44009         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
44010         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
44011
44012 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44013
44014         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
44015         int64_t instead of long int.
44016         (INSERT_WORDS64): Likwise.
44017
44018 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44019
44020         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
44021         _Unwind_GetCFA return to _Unwind_Ptr first.
44022
44023 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
44024
44025         [BZ #13629]
44026         * math/s_clog.c: Include <float.h>.
44027         (__clog): Scale large or subnormal inputs.
44028         * math/s_clogf.c: Likewise.
44029         * math/s_clogl.c: Likewise.
44030         * math/s_clog10.c: Include <float.h>.
44031         (M_LOG10_2): Define.
44032         (__clog10): Scale large or subnormal inputs.
44033         * math/s_clog10f.c: Likewise.
44034         * math/s_clog10l.c: Likewise.
44035         * math/libm-test.inc (clog_test): Add more tests.
44036         (clog10_test): Likewise.
44037         * sysdeps/i386/fpu/libm-test-ulps: Update.
44038         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44039
44040         [BZ #11451]
44041         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
44042         x and y.
44043         * math/libm-test.inc (atan2_test): Add another test.
44044
44045         * Makerules (common-objdir-compile): Remove.
44046         * sysdeps/unix/Makefile (config-generated): Do not add
44047         $(unix-generated) to variable.
44048         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
44049         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
44050         Remove rule.
44051         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
44052         Likewise.
44053         [generic bits/local_lim.h] (before-compile): Do not append to
44054         variable.
44055         [generic bits/local_lim.h] (common-generated): Likewise.
44056         [generic sys/param.h] (before-compile): Do not append to variable.
44057         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
44058         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
44059         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
44060         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
44061         include.
44062         [generic sys/param.h] (sys/param.h-includes): Remove variable.
44063         [generic sys/param.h] (sys/param.h-includes): Remove rule.
44064         [generic sys/param.h] ($(addprefix
44065         $(common-objpfx),$(sys/param.h-includes))): Likewise.
44066         [generic sys/param.h] (common-generated): Do not append to
44067         variable.
44068         [generic sys/param.h] (sysdep_headers): Likewise.
44069         [generic bits/errno.h] (before-compile): Do not append to
44070         variable.
44071         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
44072         rule.
44073         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
44074         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
44075         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
44076         [generic bits/errno.h] (common-generated): Do not append to
44077         variable.
44078         [generic bits/ioctls.h] (before-compile): Do not append to
44079         variable.
44080         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
44081         rule.
44082         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
44083         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
44084         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
44085         rule.
44086         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
44087         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
44088         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
44089         [generic bits/ioctls.h] (common-generated): Do not append to
44090         variable.
44091         [generic sys/syscall.h] (syscall.h): Remove variable.
44092         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
44093         rule.
44094         [generic sys/syscall.h] (before-compile): Do not append to
44095         variable.
44096         [generic sys/syscall.h] (common-generated): Likewise.
44097         * sysdeps/unix/errnos-tmpl.c: Remove file.
44098         * sysdeps/unix/errnos.awk: Likewise.
44099         * sysdeps/unix/ioctls-tmpl.c: Likewise.
44100         * sysdeps/unix/ioctls.awk: Likewise.
44101         * sysdeps/unix/mk-local_lim.c: Likewise.
44102         * sysdeps/unix/snarf-ioctls: Likewise.
44103
44104 2012-03-19  Richard Henderson  <rth@twiddle.net>
44105
44106         * sysdeps/i386/fpu/fenv_private.h: New file.
44107         * sysdeps/i386/fpu/math_private.h: Use it.
44108         (math_opt_barrier, math_force_eval): Remove.
44109         (libc_feholdexcept_setround_53bit): Remove.
44110         (libc_feupdateenv_53bit): Remove.
44111         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44112         (math_opt_barrier, math_force_eval): Remove.
44113         (libc_feholdexcept): Remove.
44114         (libc_feholdexcept_setround): Remove.
44115         (libc_fetestexcept, libc_fesetenv): Remove.
44116         (libc_feupdateenv_test): Remove.
44117         (libc_feupdateenv, libc_feholdsetround): Remove.
44118         (libc_feresetround): Remove.
44119
44120         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
44121         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
44122
44123         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
44124         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
44125         (libc_feupdateenv_testl): New.
44126         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
44127         (libc_feupdateenv_testf): New.
44128         (libc_feupdateenv): Use libc_feupdateenv_test.
44129         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
44130         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
44131
44132         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
44133         (libc_feholdsetroundf, libc_feholdsetroundl): New.
44134         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
44135         (libc_feresetround_noex): New.
44136         (libc_feresetround_noexf): New.
44137         (libc_feresetround_noexl): New.
44138         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
44139         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
44140         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
44141         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
44142         SET_RESTORE_ROUND.
44143         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44144         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
44145         (__cos): Likewise.
44146         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
44147         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
44148         SET_RESTORE_ROUND_NOEX.
44149         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
44150         SET_RESTORE_ROUND_NOEXF.
44151         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
44152         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
44153         (libc_feholdsetroundf): New.
44154         (libc_feresetround, libc_feresetroundf): New.
44155
44156         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
44157         (libc_feholdexcept_setround_53bit): Convert from macro to function.
44158         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
44159
44160         * sysdeps/generic/math_private.h: Include <fenv.h>.
44161         (default_libc_feholdexcept): New.
44162         (default_libc_feholdexcept_setround): New.
44163         (default_libc_fesetenv, default_libc_feupdateenv): New.
44164         (libc_feholdexcept): Only define if undefined.
44165         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
44166         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
44167         (libc_feholdexcept_setroundl): Likewise.
44168         (libc_feholdexcept_setround_53bit): Likewise.
44169         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
44170         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
44171         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
44172         (libc_feupdateenv_53bit): Likewise.
44173         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
44174         (libc_feholdexcept): Convert from macro to inline function.
44175         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
44176         (libc_fesetenv, libc_feupdateenv): Likewise.
44177
44178         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44179         not previously defined.
44180         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44181         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44182         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44183         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44184         * sysdeps/ieee754/flt-32/math_private.h: New file.
44185         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44186         math_private.h below SET_FLOAT_WORD.
44187         (__isnan, __isinf_ns, __finite): Remove.
44188         (__isnanf, __isinf_nsf, __finitef): Remove.
44189
44190 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
44191
44192         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44193
44194 2012-03-17  David S. Miller  <davem@davemloft.net>
44195
44196         [BZ #6471]
44197         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44198         for 2.16.
44199
44200 2012-03-16  David S. Miller  <davem@davemloft.net>
44201
44202         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44203         warnings.
44204
44205         [BZ #6471]
44206         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44207         properly.
44208         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44209         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44210         sysdep_routines when subdir is sysvipc.
44211         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44212         __getshmlba helper.
44213
44214         * sysdeps/sparc/fpu/libm-test/ulps: Update.
44215
44216 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44217
44218         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44219         [__LP64__].
44220
44221 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44222
44223         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44224         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44225         (__lround): Renamed to ...
44226         (__llround): This.  Replace long int with long long int.
44227         Define lround functions as aliases of llround functions.
44228         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44229
44230 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44231
44232         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44233         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
44234         adresses to uintptr_t.  Replace "long int" and "unsigned long
44235         int" with "greg_t" on va_arg.
44236
44237 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44238
44239         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44240         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44241
44242         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44243         Move e_machine check before EI_CLASS check.  Handle x32
44244         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44245         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44246         SKIP_EM_IA_64 and include
44247         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44248
44249         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44250         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44251         (add_system_dir): New macro.
44252
44253         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44254         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44255
44256 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44257
44258         [BZ #2551]
44259         [BZ #2552]
44260         [BZ #2553]
44261         [BZ #2554]
44262         [BZ #2562]
44263         [BZ #2563]
44264         [BZ #2565]
44265         [BZ #2566]
44266         [BZ #2576]
44267         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44268         (y0): Likewise.
44269         * math/w_j0f.c (j0f): Likewise.
44270         (y0f): Likewise.
44271         * math/w_j0l.c (__j0l): Likewise.
44272         (__y0l): Likewise.
44273         * math/w_j1.c (j1): Likewise.
44274         (y1): Likewise.
44275         * math/w_j1f.c (j1f): Likewise.
44276         (y1f): Likewise.
44277         * math/w_j1l.c (__j1l): Likewise.
44278         (__y1l): Likewise.
44279         * math/w_jn.c (jn): Likewise.
44280         (yn): Likewise.
44281         * math/w_jnf.c (jnf): Likewise.
44282         (ynf): Likewise.
44283         * math/w_jnl.c (__jnl): Likewise.
44284         (__ynl): Likewise.
44285         * math/libm-test.inc (j0_test): Add more tests.
44286         (j1_test): Likewise.
44287         (jn_test): Likewise.  Add trailing semicolon to existing test.
44288         (y0_test): Likewise.
44289         (y1_test): Likewise.
44290         * sysdeps/i386/fpu/libm-test-ulps: Update.
44291         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44292
44293         [BZ #13851]
44294         [BZ #13854]
44295         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44296         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44297         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44298         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44299         (__tanl): Set errno for infinite argument.
44300         * sysdeps/i386/fpu/mptan.c: Remove.
44301         * sysdeps/i386/fpu/s_tan.S: Likewise.
44302         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44303         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44304         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44305         * math/libm-test.inc (tan_test): Add more tests and enable more
44306         tests for double and long double.
44307         * sysdeps/i386/fpu/libm-test-ulps: Update.
44308         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44309
44310 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44311
44312         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44313         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44314
44315 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44316
44317         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44318         * configure.in: Use it for both main tree and add-ons.
44319         * configure: Regenerated.
44320
44321 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44322
44323         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44324
44325 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44326
44327         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44328         in comment.
44329
44330         [BZ #13851]
44331         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44332         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44333         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44334         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44335         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44336         infinite argument.
44337         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44338         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44339         != 0 for prec == 2.
44340         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44341         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44342         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44343         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44344         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44345         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44346         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44347         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44348         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44349         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44350         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44351         * math/libm-test.inc (cos_test): Add more tests and enable more
44352         tests for long double.
44353         (sin_test): Likewise.
44354         (sincos_test): Likewise.
44355         * sysdeps/i386/fpu/libm-test-ulps: Update.
44356         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44357
44358 2012-03-16  David S. Miller  <davem@davemloft.net>
44359
44360         * sysdeps/sparc/fpu/math_private.h: New file.
44361
44362 2012-03-15  David S. Miller  <davem@davemloft.net>
44363
44364         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44365         file.
44366         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44367         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44368         file.
44369         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44370         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44371         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44372         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44373         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44374         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44375         sysdep routines.
44376         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44377
44378         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44379         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44380
44381         * sysdeps/sparc/sparc-ifunc.h: New file.
44382         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44383         sparc-ifunc.h
44384         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44385         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44386         Likewise.
44387         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44388         Likewise.
44389         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44390         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44391         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44392         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44393         Likewise.
44394         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44395         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44396         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44397         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44398         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44399         Likewise.
44400         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44401         Likewise.
44402         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44403         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44404         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44405         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44406         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44407         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44408         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44409         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44410         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44411         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44412         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44413         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44414         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44415         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44416         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44417         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44418         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44419         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44420         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44421         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44422         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44423         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44424         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44425         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44426
44427 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44428
44429         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44430         scaling.
44431         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44432
44433 2012-03-15  Andreas Jaeger  <aj@suse.de>
44434
44435         [BZ #13852]
44436         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44437         ieee754/flt-32 implementation for sin, cos and sincos.
44438         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44439         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44440         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44441         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44442         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44443         ieee754/flt-32 implementation for tan.
44444
44445         * math/libm-test.inc (cos_test): Enable some large input tests for
44446         float as well
44447         (sin_test): Likewise.
44448         (sincos_test): Likewise.
44449         (tan_test): Add tests for large input.
44450
44451         * sysdeps/i386/fpu/libm-test-ulps: Update.
44452
44453 2012-03-15  Andreas Jaeger  <aj@suse.de>
44454
44455         [BZ #13658]
44456         * math/libm-test.inc (cos_test): Add more test cases.
44457         (sin_test): Likewise.
44458         (sincos_test): Likewise.
44459
44460 2012-03-15  Andreas Jaeger  <aj@suse.de>
44461
44462         [BZ #13837]
44463         * math/libm-test.inc (cos_test): Add a test case for large input
44464         value.
44465         (sin_test): Likewise.
44466         (sincos_test): Likewise.
44467
44468 2012-03-15  Andreas Jaeger  <aj@suse.de>
44469             Joseph Myers  <joseph@codesourcery.com>
44470
44471         [BZ #13658]
44472         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44473         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44474         * sysdeps/i386/fpu/branred.c: Likewise.
44475         * sysdeps/i386/fpu/dosincos.c: Likewise.
44476         * sysdeps/i386/fpu/mpa.c: Likewise.
44477         * sysdeps/i386/fpu/s_cos.S: Likewise.
44478         * sysdeps/i386/fpu/s_sin.S: Likewise.
44479         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44480         * sysdeps/i386/fpu/sincos32.c: Likewise.
44481
44482         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44483         Define.
44484         (libc_feupdateenv_53bit): Define.
44485         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44486         Define.
44487         (libc_feupdateenv_53bit): Define.
44488
44489         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44490         53 bit (without extend i386 double precision).
44491
44492         * math/libm-test.inc (sincos_test): Add tests for large input.
44493         (sin): Likewise.
44494         (cos): Likewise.
44495
44496         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44497
44498 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44499
44500         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44501
44502 2012-03-15  David S. Miller  <davem@davemloft.net>
44503
44504         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44505         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44506         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44507         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44508         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44509         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44510         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44511         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44512         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44513         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44514         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44515         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44516         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44517         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44518         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44519         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44520         file.
44521         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44522         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44523         file.
44524         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44525         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44526         file.
44527         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44528         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44529         file.
44530         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44531         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44532         fmin/fmax sysdep routines.
44533         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44534
44535 2012-03-14  David S. Miller  <davem@davemloft.net>
44536
44537         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44538         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44539         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44540         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44541         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44542         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44543         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44544         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44545         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44546         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44547         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44548         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44549         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44550         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44551         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44552         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44553         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44554         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44555         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44556         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44557         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44558         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44559         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44560         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44561         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44562         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44563         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44564         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44565         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44566         routines.
44567         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44568         file.
44569         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44570         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44571         file.
44572         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44573         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44574         file.
44575         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44576         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44577         file.
44578         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44579         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44580         file.
44581         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44582         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44583         file.
44584         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44585         file.
44586         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44587         file.
44588         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44589         file.
44590         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44591         New file.
44592         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44593         file.
44594         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44595         file.
44596         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44597         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44598         file.
44599         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44600         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44601         file.
44602         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44603         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44604         file.
44605         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44606         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44607         VIS3 routines.
44608
44609         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44610         New file.
44611
44612         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44613
44614         * sysdeps/sparc/configure.in: New file.
44615         * sysdeps/sparc/configure: Generate.
44616         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44617         * configure: Regenerate.
44618         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44619         * config.make.in (have-as-vis3): New.
44620         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44621         available use -Av9d instead of -Av9a.
44622         * sysdeps/sparc/sparc64/Makefile: Likewise.
44623         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44624         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44625         New file.
44626         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44627         file.
44628         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44629         New file.
44630         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44631         file.
44632         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44633         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44634         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44635         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44636         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44637
44638         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44639         fzeros/fnegs to load 0x80000000 into a float register instead of
44640         using the stack.
44641         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44642
44643 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44644
44645         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44646         bits/syscall.h.
44647         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44648         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44649         ($(inst_includedir)/bits/syscall.h): Remove rule.
44650         ($(objpfx)bits/syscall.d): Include instead of
44651         $(objpfx)syscall-list.d.
44652         (generated): Change syscall-list.h and syscall-list.d to
44653         bits/syscall.h and bits/syscall.d.
44654
44655 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44656
44657         [BZ #13846]
44658         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44659
44660 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44661
44662         [BZ #13841]
44663         * math/s_csqrt.c: Include <float.h>.
44664         (__csqrt): Scale large or subnormal inputs.
44665         * math/s_csqrtf.c: Likewise.
44666         * math/s_csqrtl.c: Likewise.
44667         * math/libm-test.inc (csqrt_test): Add more tests.
44668         * sysdeps/i386/fpu/libm-test-ulps: Update.
44669         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44670
44671         [BZ #13840]
44672         * math/libm-test.inc (hypot_test): Add more tests.
44673
44674 2012-03-13  David S. Miller  <davem@davemloft.net>
44675
44676         [BZ #13840]
44677         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44678         double-precision for the calculation instead of scaling.
44679
44680 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44681
44682         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44683         manipulate bits before adding and subtracting TWO52[sx].
44684         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44685         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44686         Likewise.
44687         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44688
44689 2012-03-13  David S. Miller  <davem@davemloft.net>
44690
44691         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44692         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44693         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44694         rtld-global-offsets.h
44695         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44696
44697         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44698         large parameters.
44699
44700         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44701
44702         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44703         'err' in the ifdef scope in which it is actually used.
44704
44705         * nss/nss_db/db-init.c: Include string.h
44706
44707 2012-03-12  David S. Miller  <davem@davemloft.net>
44708
44709         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44710         masking out of the most significant byte of random value used.
44711         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44712         Fix coding style in previous change.
44713
44714         * sysdeps/unix/sysv/linux/kernel-features.h
44715         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44716         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44717         expression.
44718         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44719         later.
44720
44721 2012-03-11  David S. Miller  <davem@davemloft.net>
44722
44723         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44724         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44725         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44726         for 'resultvar' otherwise things get truncated on 64-bit.
44727
44728         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44729         Fix masking out of the most significant byte of random value used.
44730
44731         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44732
44733 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44734
44735         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44736
44737 2012-03-09  David S. Miller  <davem@davemloft.net>
44738
44739         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44740         variables with appropriate CPP guards.
44741         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44742         from the frame pointer, not the stack pointer.  Correct layout
44743         comments.  Fix test on resulting framesize and the management of
44744         the outregs buffer for pltexit.  Preserve floating point return
44745         values across _dl_call_pltexit call.
44746         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44747         framesize and the management of the outregs buffer for pltexit.
44748         Preserve floating point return values across _dl_call_pltexit
44749         call.
44750         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44751         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44752         (la_sparc64_gnu_pltexit): New functions.
44753         (print_exit): Fix format string for return register value.
44754
44755 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44756
44757         * sunrpc/Makefile (others): Add rpcgen.
44758         ($(objpfx)rpcgen): Remove special build rule and dependency on
44759         libc.
44760         * sunrpc/rpcgen.c: New file.
44761
44762 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44763
44764         [BZ #13673]
44765         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44766         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44767         * sysdeps/i386/crti.S: Likewise.
44768         * sysdeps/i386/crtn.S: Likewise.
44769         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44770         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44771         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44772         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44773         * sysdeps/sh/crti.S: Likewise.
44774         * sysdeps/sh/crtn.S: Likewise.
44775         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44776
44777         [BZ #13673]
44778         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44779         with URL.
44780         * locale/programs/locfile-kw.gperf: Likewise.
44781         * locale/programs/charmap-kw.h: Regenerated.
44782         * locale/programs/locfile-kw.h: Likewise.
44783
44784         [BZ #13673]
44785         * intl/plural.y: Replace FSF snail mail address with URL.
44786         * intl/plural.c: Regenerated.
44787
44788 2012-03-09  Richard Henderson  <rth@twiddle.net>
44789
44790         * include/math_private.h: Remove file.
44791         * math/math_private.h: Move file ...
44792         * sysdeps/generic/math_private.h: ... here.
44793
44794         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44795         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44796         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44797
44798         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44799         and <math_private.h>.
44800         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44801         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44802         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44803         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44804         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44805         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44806         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44807         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44808         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44809         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44810         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44811         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44812         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44813         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44814         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44815         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44816         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44817         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44818         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44819         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44820         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44821         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44822         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44823         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44824         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44825         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44826         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44827         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44828         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44829         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44830         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44831         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44832         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44833         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44834         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44835         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44836         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44837         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44838         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44839         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44840         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44841         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44842         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44843         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44844         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44845         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44846         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44847         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44848         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44849         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44850         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44851         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44852         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44853         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44854         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44855         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44856         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44857         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44858         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44859         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44860         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44861         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44862         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44863         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44864         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44865         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44866         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44867         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44868         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44869         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44870         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44871         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44872         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44873         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44874         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44875         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44876         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44877         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44878         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44879         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44880         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44881         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44882         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44883         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44884         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44885         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44886         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44887         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44888         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44889         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44890         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44891         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44892         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44893         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44894         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44895         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44896         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44897         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44898         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44899         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44900         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44901         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44902         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44903         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44904         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44905         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44906         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44907         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44908         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44909         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44910         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44911         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44912         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44913         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44914         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44915         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44916         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44917         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44918         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44919         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44920         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44921         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44922         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44923         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44924         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44925         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44926         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44927         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44928         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44929         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44930         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44931         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44932         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44933         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44934         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44935         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44936         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44937         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44938         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44939         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44940         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44941         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44942         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44943         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44944         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44945         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44946         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44947         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44948         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44949         * sysdeps/ieee754/k_standard.c: Likewise.
44950         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44951         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44952         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44953         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44954         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44955         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44956         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44957         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44958         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44959         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44960         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44961         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44962         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44963         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44964         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44965         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44966         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44967         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44968         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44969         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44970         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44971         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44972         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44973         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44974         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44975         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44976         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44977         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44978         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44979         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44980         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44981         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44982         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44983         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44984         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44985         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44986         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44987         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44988         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44989         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44990         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44991         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44992         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44993         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44994         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44995         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44996         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44997         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44998         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44999         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
45000         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
45001         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
45002         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
45003         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
45004         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
45005         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
45006         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
45007         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
45008         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
45009         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
45010         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
45011         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
45012         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
45013         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45014         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45015         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45016         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45017         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45018         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45019         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45020         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45021         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45022         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45023         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45024         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45025         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45026         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
45027         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45028         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45029         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
45030         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
45031         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
45032         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
45033         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
45034         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
45035         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
45036         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
45037         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
45038         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
45039         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
45040         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
45041         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
45042         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
45043         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
45044         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
45045         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
45046         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
45047         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
45048         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
45049         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
45050         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
45051         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
45052         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
45053         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
45054         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
45055         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
45056         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
45057         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
45058         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
45059         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
45060         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
45061         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
45062         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45063         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45064         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45065         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45066         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45067         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45068         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45069         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45070         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45071         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45072         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45073         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45074         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45075         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
45076         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
45077         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
45078         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
45079         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
45080         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
45081         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
45082         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
45083         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
45084         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
45085         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
45086         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
45087         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
45088         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
45089         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
45090         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
45091         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
45092         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
45093         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
45094         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
45095         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45096         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45097         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45098         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45099         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
45100         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45101         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45102         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45103         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
45104         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
45105         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
45106         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45107         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45108         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45109         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
45110         * sysdeps/ieee754/s_lib_version.c: Likewise.
45111         * sysdeps/ieee754/s_matherr.c: Likewise.
45112         * sysdeps/ieee754/s_signgam.c: Likewise.
45113         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45114         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45115         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
45116         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
45117         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
45118         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45119         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
45120         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
45121         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
45122         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
45123         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
45124         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
45125         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45126         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45127         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
45128         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
45129         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
45130         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
45131         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
45132         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45133         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
45134
45135 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45136
45137         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
45138         * sunrpc/rpc_main.c: Likewise.
45139         * sunrpc/rpc_svcout.c: Likewise.
45140
45141 2012-03-09  David S. Miller  <davem@davemloft.net>
45142
45143         * include/math_private.h: New file.
45144
45145 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45146
45147         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
45148         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
45149         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
45150         from <bits/socket_type.h>.
45151         (enum __socket_type): Don't define here.
45152         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
45153         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45154         bits/socket_type.h.
45155
45156         [BZ #13566]
45157         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
45158         checking __USE_GNU.
45159
45160         * Makerules ($(inst_includedir)/%.h): New rule.
45161         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
45162         (install-others): Remove variable setting.
45163         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
45164
45165 2012-03-08  Richard Henderson  <rth@twiddle.net>
45166
45167         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
45168         from macro to inline function; merge with the
45169         !__LIBC_INTERNAL_MATH_INLINES version.
45170         (__ieee754_sqrtf): Likewise.
45171
45172         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
45173         to inline function.
45174         (__rintf, __floor, __floorf): Likewise.
45175
45176         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
45177         macro to inline function.
45178         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45179
45180         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45181         not <math/math_private.h>.
45182
45183 2012-03-08  David S. Miller  <davem@davemloft.net>
45184
45185         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45186         copyright year.
45187         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45188
45189 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
45190
45191         * resolv/gai_misc.c (handle_requests): Fix struct timespec
45192         normalization.
45193         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45194         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45195
45196 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
45197
45198         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
45199         be defined individually, they must be defined as a block.  Define
45200         S for printing a string instead of hidint the different by using a
45201         macro for adding the 'l'.
45202         * stdio-common/tst-fphex-wide.c: Adjust.
45203
45204 2012-03-07  Marek Polacek  <polacek@redhat.com>
45205
45206         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45207
45208 2012-03-08  Marek Polacek  <polacek@redhat.com>
45209
45210         [BZ #13806]
45211         * stdio-common/Makefile (tests): Add tst-fphex-wide.
45212         * stdio-common/tst-fphex.c: Define a few macros to make the
45213         test reusable.  Use them.
45214         * stdio-common/tst-fphex-wide.c: New file.
45215
45216 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
45217
45218         [BZ #6911]
45219         * manual/macros.texi (gnusystems): New macro.
45220         (nongnusystems): Likewise.
45221         (gnulinuxhurdsystems): Likewise.
45222         (gnuhurdsystems): Likewise..
45223         (gnulinuxsystems): Likewise.
45224         * manual/charset.texi: Use new macros or @theglibc{} to refer to
45225         variants of the GNU system, not "GNU system".
45226         * manual/conf.texi: Likewise.
45227         * manual/errno.texi: Likewise.  Update example of errno macro
45228         expansion.
45229         * manual/filesys.texi: Likewise.
45230         (getumask): Document as specific to GNU/Hurd.
45231         * manual/install.texi: Likewise.  Reword some references to
45232         GNU/Linux.
45233         * manual/intro.texi: Likewise.
45234         * manual/io.texi: Likewise.
45235         (File Name Portability): Detail which constraints are inapplicable
45236         to all GNU systems and which are only inapplicable to GNU/Hurd.
45237         * manual/job.texi: Likewise.
45238         * manual/llio.texi: Likewise.
45239         (O_NOCTTY): Document as present on GNU/Linux.
45240         * manual/maint.texi: Likewise.
45241         * manual/memory.texi: Likewise.
45242         * manual/pattern.texi: Likewise.
45243         * manual/pipe.texi: Likewise.
45244         * manual/process.texi: Likewise.
45245         * manual/resource.texi: Likewise.
45246         (RUSAGE_CHILDREN): Remove statement about specifying a particular
45247         child on GNU/Hurd.
45248         * manual/setjmp.texi: Likewise.
45249         * manual/signal.texi: Likewise.
45250         * manual/startup.texi: Likewise.
45251         * manual/stdio.texi: Likewise.
45252         * manual/terminal.texi: Likewise.
45253         (ONLCR): Document as POSIX.
45254         (OXTABS): Document availability on GNU/Linux as XTABS.
45255         (ONOEOT): Document availability separately from other bits.
45256         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45257         * manual/time.texi: Likewise.
45258         * manual/users.texi: Likewise.
45259         * INSTALL: Regenerated.
45260         * sysdeps/gnu/errlist.c: Regenerated.
45261
45262         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45263         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45264         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45265         puts.
45266         * configure: Regenerated.
45267
45268 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45269
45270         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45271         default includes instead of AC_HEADER_CHECK.
45272         * sysdeps/i386/configure: Regenerated.
45273
45274         [BZ #10716]
45275         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45276         * math/s_cacoshf.c (__cacoshf): Likewise.
45277         * math/s_cacoshl.c (__cacoshl): Likewise.
45278         * math/s_casinh.c (__casinh): Set signs of result from argument.
45279         * math/s_casinhf.c (__casinhf): Likewise.
45280         * math/s_casinhl.c (__casinhl): Likewise.
45281         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45282         (casinh_test): Add more tests.
45283         * sysdeps/i386/fpu/libm-test-ulps: Update.
45284         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45285
45286 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45287
45288         * po/zh_TW.po: Update from translation team.
45289
45290         * login/Makefile (distribute): Remove variable.
45291         * catgets/Makefile: Likewise.
45292         * mach/Makefile: Likewise.
45293         * malloc/Makefile: Likewise.
45294         * misc/Makefile: Likewise.
45295         * iconv/Makefile: Likewise.
45296         * nscd/Makefile: Likewise.
45297         * hurd/Makefile: Likewise.
45298         * manual/Makefile: Likewise.
45299         * locale/Makefile: Likewise.
45300         * intl/Makefile: Likewise.
45301         * conform/Makefile: Likewise.
45302         * nss/Makefile: Likewise.
45303         * time/Makefile: Likewise.
45304         * soft-fp/Makefile: Likewise.
45305         * dirent/Makefile: Likewise.
45306         * gmon/Makefile: Likewise.
45307         * po/Makefile: Likewise.
45308         * rt/Makefile: Likewise.
45309         * socket/Makefile: Likewise.
45310         * math/Makefile: Likewise.
45311         * signal/Makefile: Likewise.
45312         * debug/Makefile: Likewise.
45313         * elf/Makefile: Likewise.
45314         * timezone/Makefile: Likewise.
45315         * stdlib/Makefile: Likewise.
45316         * iconvdata/Makefile: Likewise.
45317         * sunrpc/Makefile: Likewise.
45318         * io/Makefile: Likewise.
45319         * argp/Makefile: Likewise.
45320         * inet/Makefile: Likewise.
45321         * hesiod/Makefile: Likewise.
45322         * grp/Makefile: Likewise.
45323         * csu/Makefile: Likewise.
45324         * wctype/Makefile: Likewise.
45325         * crypt/Makefile: Likewise.
45326         * libio/Makefile: Likewise.
45327         * string/Makefile: Likewise.
45328         * nis/Makefile: Likewise.
45329         * resolv/Makefile: Likewise.
45330         * stdio-common/Makefile: Likewise.
45331         * wcsmbs/Makefile: Likewise.
45332         * dlfcn/Makefile: Likewise.
45333         * posix/Makefile: Likewise.
45334
45335         [BZ #6959]
45336         * timezone/Makefile: Don't install timezone files, just the programs
45337         and scripts.
45338
45339 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45340
45341         * nss/databases.def: Add missing gshadow entry.
45342
45343         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45344
45345 2012-03-06  Marek Polacek  <polacek@redhat.com>
45346
45347         [BZ #13726]
45348         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45349         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45350         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45351         * stdio-common/tst-long-dbl-fphex.c: New file.
45352
45353 2012-03-06  David S. Miller  <davem@davemloft.net>
45354
45355         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45356         (set_obp_int): New function.
45357         (get_obp_int): New function.
45358         (__get_clockfreq_via_dev_openprom): Likewise.
45359         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45360         Avoid unused variable warnings on 'val' and use builtin_expect.
45361         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45362         __builtin_expect.
45363         (INLINE_CLONE_SYSCALL): Likewise.
45364
45365 2012-03-05  David S. Miller  <davem@davemloft.net>
45366
45367         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45368
45369 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45370
45371         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45372
45373         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45374         only for |x| >= 40.
45375         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45376
45377 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45378
45379         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45380         Replace gettimeofday with __vdso_gettimeofday.
45381
45382         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45383         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45384         __vdso_clock_gettime and __vdso_getcpu.
45385
45386         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45387         time with __vdso_time.
45388
45389 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45390
45391         * manual/lang.texi (size_t): Note types to which size_t may be
45392         equivalent with the GNU C Library, but do not describe when
45393         differences between them are significant.
45394
45395 2012-03-05  Andreas Jaeger  <aj@suse.de>
45396
45397         * sysdeps/i386/fpu/libm-test-ulps: Update.
45398
45399 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45400
45401         [BZ #3976]
45402         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45403         (__ieee754_pow): Save and restore rounding mode and use
45404         round-to-nearest for main computations.
45405         * math/libm-test.inc (pow_test_tonearest): New function.
45406         (pow_test_towardzero): Likewise.
45407         (pow_test_downward): Likewise.
45408         (pow_test_upward): Likewise.
45409         (main): Call the new functions.
45410         * sysdeps/i386/fpu/libm-test-ulps: Update.
45411         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45412
45413         [BZ #3976]
45414         * math/libm-test.inc (cosh_test_tonearest): New function.
45415         (cosh_test_towardzero): Likewise.
45416         (cosh_test_downward): Likewise.
45417         (cosh_test_upward): Likewise.
45418         (sinh_test_tonearest): Likewise.
45419         (sinh_test_towardzero): Likewise.
45420         (sinh_test_downward): Likewise.
45421         (sinh_test_upward): Likewise.
45422         (main): Call the new functions.
45423         * sysdeps/i386/fpu/libm-test-ulps: Update.
45424         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45425
45426 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45427
45428         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45429         default stack guard is set in last bytes.
45430         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45431
45432 2012-03-05  Kees Cook  <keescook@chromium.org>
45433
45434         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45435
45436         [BZ #13656]
45437         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45438         possibly allocate from heap instead of stack.
45439         * stdio-common/bug-vfprintf-nargs.c: New file.
45440         * stdio-common/Makefile (tests): Add nargs overflow test.
45441
45442 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45443
45444         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45445
45446 2012-03-03  Marek Polacek  <polacek@redhat.com>
45447
45448         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45449         * math/math_private.h: Likewise.
45450         * stdlib/tst-strtod.c: Likewise.
45451         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45452         * sysdeps/x86_64/bits/atomic.h: Likewise.
45453
45454 2012-03-02  David S. Miller  <davem@davemloft.net>
45455
45456         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45457         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45458         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45459         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45460         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45461         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45462         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45463         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45464
45465 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45466
45467         [BZ #13792]
45468         * manual/examples/README: New file, says the example source files
45469         can be used under GPL>=2.
45470         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45471         line containing just "*/".
45472         * manual/examples/add.c: Add copyright header (GPL>=2).
45473         * manual/examples/argp-ex1.c: Likewise.
45474         * manual/examples/argp-ex2.c: Likewise.
45475         * manual/examples/argp-ex3.c: Likewise.
45476         * manual/examples/argp-ex4.c: Likewise.
45477         * manual/examples/atexit.c: Likewise.
45478         * manual/examples/db.c: Likewise.
45479         * manual/examples/dir.c: Likewise.
45480         * manual/examples/dir2.c: Likewise.
45481         * manual/examples/execinfo.c: Likewise.
45482         * manual/examples/filecli.c: Likewise.
45483         * manual/examples/filesrv.c: Likewise.
45484         * manual/examples/fmtmsgexpl.c: Likewise.
45485         * manual/examples/genpass.c: Likewise.
45486         * manual/examples/inetcli.c: Likewise.
45487         * manual/examples/inetsrv.c: Likewise.
45488         * manual/examples/isockad.c: Likewise.
45489         * manual/examples/longopt.c: Likewise.
45490         * manual/examples/memopen.c: Likewise.
45491         * manual/examples/memstrm.c: Likewise.
45492         * manual/examples/mkfsock.c: Likewise.
45493         * manual/examples/mkisock.c: Likewise.
45494         * manual/examples/mygetpass.c: Likewise.
45495         * manual/examples/pipe.c: Likewise.
45496         * manual/examples/popen.c: Likewise.
45497         * manual/examples/rprintf.c: Likewise.
45498         * manual/examples/search.c: Likewise.
45499         * manual/examples/select.c: Likewise.
45500         * manual/examples/setjmp.c: Likewise.
45501         * manual/examples/sigh1.c: Likewise.
45502         * manual/examples/sigusr.c: Likewise.
45503         * manual/examples/stpcpy.c: Likewise.
45504         * manual/examples/strdupa.c: Likewise.
45505         * manual/examples/strftim.c: Likewise.
45506         * manual/examples/strncat.c: Likewise.
45507         * manual/examples/subopt.c: Likewise.
45508         * manual/examples/swapcontext.c: Likewise.
45509         * manual/examples/termios.c: Likewise.
45510         * manual/examples/testopt.c: Likewise.
45511         * manual/examples/testpass.c: Likewise.
45512         * manual/examples/timeval_subtract.c: Likewise.
45513
45514         [BZ #13792]
45515         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45516         function to ...
45517         * manual/timeval_subtract.c.texi: ... here, new file.
45518
45519 2012-03-02  David S. Miller  <davem@davemloft.net>
45520
45521         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45522
45523 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45524
45525         [BZ #3976]
45526         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45527         (__sin): Save and restore rounding mode and use round-to-nearest
45528         for all computations.
45529         (__cos): Save and restore rounding mode and use round-to-nearest
45530         for all computations.
45531         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45532         <fenv.h>.
45533         (tan): Save and restore rounding mode and use round-to-nearest for
45534         all computations.
45535         * math/libm-test.inc (cos_test_tonearest): New function.
45536         (cos_test_towardzero): Likewise.
45537         (cos_test_downward): Likewise.
45538         (cos_test_upward): Likewise.
45539         (sin_test_tonearest): Likewise.
45540         (sin_test_towardzero): Likewise.
45541         (sin_test_downward): Likewise.
45542         (sin_test_upward): Likewise.
45543         (tan_test_tonearest): Likewise.
45544         (tan_test_towardzero): Likewise.
45545         (tan_test_downward): Likewise.
45546         (tan_test_upward): Likewise.
45547         (main): Call the new functions.
45548         * sysdeps/i386/fpu/libm-test-ulps: Update.
45549         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45550
45551         [BZ #10135]
45552         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45553         small n, then large n, before computing and testing k+n.
45554         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45555         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45556         Likewise.
45557         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45558         Likewise.
45559         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45560         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45561         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45562         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45563         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45564         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45565         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45566         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45567         * math/libm-test.inc (scalbn_test): Add more tests.
45568         (scalbln_test): Likewise.
45569
45570         * manual/filesys.texi (mode_t): Describe constraints on size and
45571         signedness, not exact equivalence to a particular type.
45572         (ino_t): Likewise.
45573         (ino64_t): Likewise.
45574         (dev_t): Likewise.
45575         (nlink_t): Likewise.
45576         (blkcnt_t): Likewise.
45577         (blkcnt64_t): Likewise.
45578         * manual/llio.texi (off_t): Likewise.
45579
45580         [BZ #3976]
45581         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45582         (__ieee754_exp): Save and restore rounding mode and use
45583         round-to-nearest for all computations.
45584         * math/libm-test.inc (exp_test_tonearest): New function.
45585         (exp_test_towardzero): Likewise.
45586         (exp_test_downward): Likewise.
45587         (exp_test_upward): Likewise.
45588         (main): Call the new functions.
45589         * sysdeps/i386/fpu/libm-test-ulps: Update.
45590         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45591
45592 2012-03-01  Chris Demetriou  <cgd@google.com>
45593
45594         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45595         have predictable order.
45596
45597 2012-03-01  David S. Miller  <davem@davemloft.net>
45598
45599         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45600
45601         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45602         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45603         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45604         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45605
45606         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45607         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45608         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45609         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45610         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45611         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45612         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45613         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45614         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45615
45616         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45617
45618         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45619         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45620         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45621
45622         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45623         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45624         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45625         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45626         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45627         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45628         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45629         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45630         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45631         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45632         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45633         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45634         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45635         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45636         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45637         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45638         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45639         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45640         * sysdeps/sparc/elf/configure: Regenerated.
45641
45642 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45643
45644         * configure.in (AS, LD): Require binutils 2.20 or later.
45645         * configure: Regenerated.
45646         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45647         as required minimum version.
45648         * INSTALL: Regenerated.
45649
45650         [BZ #2541]
45651         [BZ #4108]
45652         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45653         before squaring exponent.
45654         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45655         bottom long double and 27 bits of top long double before squaring
45656         exponent.
45657         * math/libm-test.inc (erfc_test): Add more tests.
45658         * sysdeps/i386/fpu/libm-test-ulps: Update.
45659         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45660         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45661
45662 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45663
45664         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45665         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45666         containing bit-fields.
45667         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45668         * soft-fp/single.h (_FP_UNION_S): Likewise.
45669         * soft-fp/double.h (_FP_UNION_D): Likewise.
45670
45671 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45672
45673         [BZ #13786]
45674         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45675         not include ../strcmp.S.
45676         [USE_AS_STRNCASECMP_L]: Likewise.
45677         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45678         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45679         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45680         (__strncasecmp_l_ia32): Define as alias to
45681         __strncasecmp_l_nonascii.
45682
45683         [BZ #5794]
45684         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45685         * sysdeps/i386/fpu/libm-test-ulps: Update.
45686         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45687
45688         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45689         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45690
45691 2012-02-29  Jeff Law  <law@redhat.com>
45692
45693         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45694         out of bounds read.
45695
45696 2012-02-29  Marek Polacek  <polacek@redhat.com>
45697
45698         [BZ #13706]
45699         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45700         * elf/Makefile: Add rules to run tst-unused-dep.out.
45701
45702 2012-02-28  David S. Miller  <davem@davemloft.net>
45703
45704         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45705         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45706         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45707         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45708         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45709         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45710
45711 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45712
45713         * math/libm-test.inc (llround_test): Move one test from
45714         lround_test.  Use TEST_f_L in moved test.
45715         (lround_test): Move misplaced test to llround_test.  Add testcase
45716         from bug 2561.
45717
45718 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45719
45720         * sysdeps/x86_64/fpu/e_expf.S: New file.
45721         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45722
45723 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45724
45725         [BZ #13637]
45726         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45727         of remain_len that may cause incomplete multi-byte character and
45728         false match.
45729         * posix/bug-regex33.c: New file.
45730         * posix/Makefile (tests): Add bug-regex33.
45731
45732 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45733
45734         * manual/macros.texi: New file.
45735         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45736         * manual/libc.texinfo: Include macros.texi.
45737         * manual/creatute.texi: Likewise.
45738         * manual/install.texi: Likewise.
45739         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45740         @glibcadj{} in references to the GNU C Library.
45741         * manual/charset.texi: Likewise.
45742         * manual/conf.texi: Likewise.
45743         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45744         when not using those macros.
45745         * manual/creature.texi: Likewise.
45746         * manual/crypt.texi: Likewise.
45747         * manual/errno.texi: Likewise.
45748         * manual/filesys.texi: Likewise.
45749         * manual/header.texi: Likewise.
45750         * manual/install.texi: Likewise.
45751         * manual/intro.texi: Likewise.
45752         * manual/io.texi: Likewise.
45753         * manual/job.texi: Likewise.
45754         * manual/lang.texi: Likewise.
45755         * manual/libc.texiinfo: Likewise.
45756         * manual/llio.texi: Likewise.
45757         * manual/locale.texi: Likewise.
45758         * manual/maint.texi: Likewise.
45759         * manual/math.texi: Likewise.
45760         * manual/memory.texi: Likewise.
45761         * manual/message.texi: Likewise.
45762         * manual/nss.texi: Likewise.
45763         * manual/pattern.texi: Likewise.
45764         * manual/process.texi: Likewise.
45765         * manual/resource.texi: Likewise.
45766         * manual/search.texi: Likewise.
45767         * manual/setjmp.texi: Likewise.
45768         * manual/signal.texi: Likewise.
45769         * manual/socket.texi: Likewise.
45770         * manual/startup.texi: Likewise.
45771         * manual/stdio.texi: Likewise.
45772         * manual/string.texi: Likewise.
45773         * manual/sysinfo.texi: Likewise.
45774         * manual/syslog.texi: Likewise.
45775         * manual/terminal.texi: Likewise.
45776         * manual/time.texi: Likewise.
45777         * manual/users.texi: Likewise.
45778         * INSTALL: Regenerated.
45779         * NOTES: Regenerated.
45780         * sysdeps/gnu/errlist.c: Regenerated.
45781
45782 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45783
45784         * include/dirent.h: Include <dirstream.h> before
45785         <dirent/dirent.h>.
45786
45787 2012-02-28  David S. Miller  <davem@davemloft.net>
45788
45789         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45790         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45791         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45792         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45793
45794 2012-02-27  David S. Miller  <davem@davemloft.net>
45795
45796         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45797         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45798         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45799         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45800
45801         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45802         frame pointer instead of stack pointer relative arg slot.
45803         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45804         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45805         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45806
45807 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45808
45809         [BZ #3992]
45810         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45811
45812 2012-02-27  David S. Miller  <davem@davemloft.net>
45813
45814         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45815         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45816         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45817         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45818         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45819         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45820         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45821         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45822
45823 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45824
45825         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45826         later.  Allow versions 5-9.
45827         * configure: Regenerated.
45828         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45829         required minimum version and 4.6 as recommended version.  Do not
45830         mention bugs in GCC 2.7 and 2.8.
45831         * INSTALL: Regenerated.
45832
45833 2012-02-27  David S. Miller  <davem@davemloft.net>
45834
45835         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45836         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45837         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45838         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45839         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45840         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45841         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45842         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45843
45844         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45845         manipulate bits before adding and subtracting TWO112[sx].
45846         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45847
45848 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45849
45850         [BZ #13775]
45851         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45852         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45853         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45854         being in POSIX, because they are in 1003.1-2008.
45855
45856         * rt/tst-aio.c: Include <fcntl.h>.
45857         * rt/tst-aio7.c: Likewise.
45858         * rt/tst-aio64.c: Likewise.
45859
45860         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45861
45862 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45863
45864         * manual/install.texi (--with-headers): Describe headers as
45865         interface headers, not private headers.
45866         (Specific advice for GNU/Linux systems): Describe use of headers
45867         from "make headers_install", not private headers from older
45868         kernels.
45869         * INSTALL: Regenerated.
45870         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45871         Change to 2.6.19.
45872         * sysdeps/unix/sysv/linux/configure: Regenerated.
45873
45874         * manual/llio.texi (fclean): Remove documentation.
45875
45876         * manual/Makefile (libc-texi-generated): New variable.  Include
45877         version.texi.
45878         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45879         $(libc-texi-generated), not duplicated list of files.
45880         (version.texi, stamp-version): New rules.
45881         (realclean): Remove $(libc-texi-generated), not individual files
45882         from that list.  Do not remove dir-add.texinfo.
45883         * manual/libc.texinfo: Comment out uses of edition numbers and
45884         references to printed manual.  Remove last-updated dates.
45885         (EDITION): Comment out.
45886         (ISBN): Likewise.
45887         (VERSION, UPDATED): Remove.
45888         (version.texi): Include.
45889
45890 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45891
45892         * sysdeps/posix/spawni.c: Include <signal.h>.
45893         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45894         * sysdeps/pthread/aio_fsync.c: Likewise.
45895
45896 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45897
45898         * conform/Makefile (tests): Run only when not cross-compiling and
45899         when fast-check is not defined.
45900
45901         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45902         * conform/data/limits.h-data: Fixes for POSIX2008.
45903         * conform/run-conformtest.sh: Run all tests.
45904         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45905         headers.
45906         * include/bits/dlfcn.h: Likewise.
45907         * include/langinfo.h: Likewise.
45908         * include/monetary.h: Likewise.
45909         * include/sys/poll.h: Likewise.
45910
45911         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45912         for __USE_GNU.
45913         * posix/spawn.h: Define __need_sigset_t.
45914         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45915         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45916         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45917         to get sigevent_t only.
45918         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45919         only for __USE_GNU.
45920         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45921         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45922         process_vm_writev only for __USE_GNU.
45923         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45924
45925         * conform/Makefile: For now ignore errors from run-conformtest.
45926         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45927         POSIX to avoid namespace pollution.  Don't prepend headers.
45928         * conform/data/aio.h-data: Fixes for POSIX testing.
45929         * conform/data/fcntl.h-data: Likewise.
45930         * conform/data/glob.h-data: Likewise.
45931         * conform/data/grp.h-data: Likewise.
45932         * conform/data/pthread.h-data: Likewise.
45933         * conform/data/pwd.h-data: Likewise.
45934         * conform/data/signal.h-data: Likewise.
45935         * conform/data/spawn.h-data: Likewise.
45936         * conform/data/stdio.h-data: Likewise.
45937         * conform/data/stdlib.h-data: Likewise.
45938         * conform/data/stropts.h-data: Likewise.
45939         * conform/data/sys/mman.h-data: Likewise.
45940         * conform/data/sys/stat.h-data: Likewise.
45941         * conform/data/sys/types.h-data: Likewise.
45942         * conform/data/sys/wait.h-data: Likewise.
45943         * conform/data/time.h-data: Likewise.
45944         * conform/data/unistd.h-data: Likewise.
45945         * conform/data/utime.h-data: Likewise.
45946
45947         * io/sys/stat.h: fchmod was always in POSIX.
45948         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45949         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45950         * rt/aio.h: Define __need_timespec before including <time.h>.
45951         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45952         struct.  Add forward declaration of pthread_attr_t and use it in
45953         sigevent.
45954         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45955         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45956         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45957         always remove CLK_TCK definition.
45958
45959 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45960
45961         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45962
45963 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45964
45965         * conform/run-conformtest.sh: New file.
45966         * conform/Makefile: Run run-conformtest for tests.
45967         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45968         support.
45969
45970         * conform/data/uchar.h-data: New file.
45971         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45972         * conform/data/arpa/inet.h-data: Likewise.
45973         * conform/data/assert.h-data: Likewise.
45974         * conform/data/complex.h-data: Likewise.
45975         * conform/data/cpio.h-data: Likewise.
45976         * conform/data/ctype.h-data: Likewise.
45977         * conform/data/dirent.h-data: Likewise.
45978         * conform/data/dlfcn.h-data: Likewise.
45979         * conform/data/errno.h-data: Likewise.
45980         * conform/data/fcntl.h-data: Likewise.
45981         * conform/data/float.h-data: Likewise.
45982         * conform/data/fmtmsg.h-data: Likewise.
45983         * conform/data/fnmatch.h-data: Likewise.
45984         * conform/data/ftw.h-data: Likewise.
45985         * conform/data/glob.h-data: Likewise.
45986         * conform/data/grp.h-data: Likewise.
45987         * conform/data/iconv.h-data: Likewise.
45988         * conform/data/inttypes.h-data: Likewise.
45989         * conform/data/langinfo.h-data: Likewise.
45990         * conform/data/libgen.h-data: Likewise.
45991         * conform/data/limits.h-data: Likewise.
45992         * conform/data/locale.h-data: Likewise.
45993         * conform/data/math.h-data: Likewise.
45994         * conform/data/monetary.h-data: Likewise.
45995         * conform/data/mqueue.h-data: Likewise.
45996         * conform/data/ndbm.h-data: Likewise.
45997         * conform/data/net/if.h-data: Likewise.
45998         * conform/data/netdb.h-data: Likewise.
45999         * conform/data/netinet/in.h-data: Likewise.
46000         * conform/data/nl_types.h-data: Likewise.
46001         * conform/data/poll.h-data: Likewise.
46002         * conform/data/pthread.h-data: Likewise.
46003         * conform/data/pwd.h-data: Likewise.
46004         * conform/data/regex.h-data: Likewise.
46005         * conform/data/sched.h-data: Likewise.
46006         * conform/data/search.h-data: Likewise.
46007         * conform/data/semaphore.h-data: Likewise.
46008         * conform/data/setjmp.h-data: Likewise.
46009         * conform/data/signal.h-data: Likewise.
46010         * conform/data/spawn.h-data: Likewise.
46011         * conform/data/stdarg.h-data: Likewise.
46012         * conform/data/stdio.h-data: Likewise.
46013         * conform/data/stdlib.h-data: Likewise.
46014         * conform/data/string.h-data: Likewise.
46015         * conform/data/strings.h-data: Likewise.
46016         * conform/data/stropts.h-data: Likewise.
46017         * conform/data/sys/ipc.h-data: Likewise.
46018         * conform/data/sys/mman.h-data: Likewise.
46019         * conform/data/sys/msg.h-data: Likewise.
46020         * conform/data/sys/resource.h-data: Likewise.
46021         * conform/data/sys/select.h-data: Likewise.
46022         * conform/data/sys/sem.h-data: Likewise.
46023         * conform/data/sys/shm.h-data: Likewise.
46024         * conform/data/sys/socket.h-data: Likewise.
46025         * conform/data/sys/stat.h-data: Likewise.
46026         * conform/data/sys/statvfs.h-data: Likewise.
46027         * conform/data/sys/time.h-data: Likewise.
46028         * conform/data/sys/timeb.h-data: Likewise.
46029         * conform/data/sys/times.h-data: Likewise.
46030         * conform/data/sys/types.h-data: Likewise.
46031         * conform/data/sys/uio.h-data: Likewise.
46032         * conform/data/sys/un.h-data: Likewise.
46033         * conform/data/sys/utsname.h-data: Likewise.
46034         * conform/data/sys/wait.h-data: Likewise.
46035         * conform/data/syslog.h-data: Likewise.
46036         * conform/data/tar.h-data: Likewise.
46037         * conform/data/termios.h-data: Likewise.
46038         * conform/data/utime.h-data: Likewise.
46039         * conform/data/utmpx.h-data: Likewise.
46040         * conform/data/varargs.h-data: Likewise.
46041         * conform/data/wchar.h-data: Likewise.
46042         * conform/data/wctype.h-data: Likewise.
46043         * conform/data/wordexp.h-data: Likewise.
46044
46045         * include/stropts.h: New file.
46046         * include/uchar.h: New file.
46047         * include/aio.h: Changes to allow conformtest.pl to use the headers.
46048         * include/assert.h: Likewise.
46049         * include/ctype.h: Likewise.
46050         * include/dirent.h: Likewise.
46051         * include/dlfcn.h: Likewise.
46052         * include/fcntl.h: Likewise.
46053         * include/fnmatch.h: Likewise.
46054         * include/glob.h: Likewise.
46055         * include/grp.h: Likewise.
46056         * include/libio.h: Likewise.
46057         * include/locale.h: Likewise.
46058         * include/math.h: Likewise.
46059         * include/net/if.h: Likewise.
46060         * include/netdb.h: Likewise.
46061         * include/netinet/in.h: Likewise.
46062         * include/pthread.h: Likewise.
46063         * include/pwd.h: Likewise.
46064         * include/regex.h: Likewise.
46065         * include/sched.h: Likewise.
46066         * include/search.h: Likewise.
46067         * include/setjmp.h: Likewise.
46068         * include/signal.h: Likewise.
46069         * include/stdio.h: Likewise.
46070         * include/stdlib.h: Likewise.
46071         * include/string.h: Likewise.
46072         * include/sys/cdefs.h: Likewise.
46073         * include/sys/mman.h: Likewise.
46074         * include/sys/msg.h: Likewise.
46075         * include/sys/resource.h: Likewise.
46076         * include/sys/select.h: Likewise.
46077         * include/sys/socket.h: Likewise.
46078         * include/sys/stat.h: Likewise.
46079         * include/sys/statvfs.h: Likewise.
46080         * include/sys/time.h: Likewise.
46081         * include/sys/times.h: Likewise.
46082         * include/sys/uio.h: Likewise.
46083         * include/sys/utsname.h: Likewise.
46084         * include/sys/wait.h: Likewise.
46085         * include/termios.h: Likewise.
46086         * include/time.h: Likewise.
46087         * include/ulimit.h: Likewise.
46088         * include/unistd.h: Likewise.
46089         * include/utime.h: Likewise.
46090         * include/wchar.h: Likewise.
46091         * include/wctype.h: Likewise.
46092         * include/wordexp.h: Likewise.
46093
46094         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
46095
46096         * time/time.h: TIME_UTC must be a macro.
46097         Make timespec_get available for ISO C11 only as well.
46098
46099 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
46100
46101         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
46102         Reported by Peng Haitao <penght@cn.fujitsu.com>.
46103
46104 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46105
46106         * configure.in: Use -o not -a in test for unsupported multi-arch.
46107
46108 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46109
46110         * manual/texinfo.tex: Update to version 2012-01-19.16.
46111
46112 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46113
46114         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
46115
46116 2012-02-24  Roland McGrath  <roland@hack.frob.com>
46117
46118         [BZ #13738]
46119         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
46120         * manual/fdl-1.3.texi: New file.
46121         * manual/fdl-1.1.texi: File removed.
46122
46123         [BZ #13738]
46124         * manual/libc.texinfo (FDL_VERSION): New @set.
46125         Use it for mention of FDL in cover text.
46126         (Documentation License): Use it in @include file name.
46127
46128 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46129             Roland McGrath  <roland@hack.frob.com>
46130
46131         [BZ #5461]
46132         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
46133         (not LONG_LONG_MAX and LONG_LONG_MIN.
46134         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
46135         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
46136         name.
46137         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
46138
46139 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46140
46141         [BZ #2547]
46142         [BZ #11365]
46143         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
46144         manipulate bits before adding and subtracting TWO23[sx].
46145         * math/libm-test.inc (nearbyint_test): Add more tests.
46146
46147 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46148
46149         [BZ #2548]
46150         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
46151         bits before adding and subtracting TWO23[sx].
46152         * math/libm-test.inc (rint_test): Add more tests.
46153         (rint_test_tonearest): Likewise.
46154         (rint_test_towardzero): Likewise.
46155         (rint_test_downward): Likewise.
46156         (rint_test_upward: Likewise.
46157
46158 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46159
46160         [BZ #10110]
46161         * include/stdc-predef.h: New file.  Extracted from features.h.
46162         * include/features.h: Include stdc-predef.h.
46163         * Makefile (headers): Add stdc-predef.h.
46164         * CONFORMANCE (Compiler limitations): Update.
46165
46166 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46167
46168         * manual/libc.texinfo (VERSION, UPDATED): Revert.
46169
46170 2012-02-21  David S. Miller  <davem@davemloft.net>
46171
46172         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
46173         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46174
46175 2012-02-20  David S. Miller  <davem@davemloft.net>
46176
46177         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46178         using a normal save/restore sequence, rather than allocating a
46179         dummy stack frame just to store a frame pointer and restore.
46180         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46181
46182 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46183
46184         * manual/install.texi: Fix stray word in line-wrapped comment.
46185
46186 2012-02-20  David S. Miller  <davem@davemloft.net>
46187
46188         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46189         both binutils and gcc support GOTDATA.
46190
46191         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46192         "rd %pc" in the PIC register setup sequences.
46193
46194         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46195         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46196         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46197         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46198         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46199         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46200         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46201         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46202         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46203         (SYSCALL_ERROR_HANDLER): Likewise.
46204         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46205         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46206         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46207         (SYSCALL_ERROR_HANDLER): Likewise.
46208
46209         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46210         (HAVE_GCC_GOTDATA): New.
46211         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46212         relocation support in both binutils and gcc.
46213         * sysdeps/sparc/elf/configure: Regenerate.
46214
46215         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46216         * sysdeps/sparc/sparc32/elf/configure: Delete.
46217         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46218         * sysdeps/sparc/sparc64/elf/configure: Delete.
46219         * sysdeps/sparc/elf/configure.in: New file.
46220         * sysdeps/sparc/elf/configure: Generate.
46221
46222         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46223         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46224         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46225         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46226         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46227
46228 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46229
46230         * manual/install.texi: Do not mention specific glibc version
46231         numbers.
46232         * manual/libc.texinfo (VERSION, UPDATED): Update.
46233         (@copying): Use @copyright{} and range of years.
46234
46235 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46236
46237         [BZ #13695]
46238         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46239         [crti.S not in sysdirs] (generated): Do not append.
46240         [crti.S not in sysdirs] (omit-deps): Likewise.
46241         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46242         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46243         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46244         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46245         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46246         Likewise.
46247         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46248         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46249         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46250         * csu/defs.awk: Remove file.
46251         * sysdeps/generic/initfini.c: Likewise.
46252         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46253         variable.
46254         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46255         Likewise.
46256
46257 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46258
46259         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46260         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46261         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46262         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46263         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46264         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46265         <bits/epoll.h>.
46266         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46267         (__EPOLL_PACKED): Define to empty if not defined by
46268         <bits/epoll.h>.
46269         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46270         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46271         bits/epoll.h.
46272
46273 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46274
46275         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46276         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46277         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46278         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46279         <bits/timerfd.h>.
46280         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46281         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46282         bits/timerfd.h.
46283
46284 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46285
46286         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46287         in C locale.
46288         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46289         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46290         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46291         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46292
46293 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46294
46295         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46296         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46297
46298 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46299
46300         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46301         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46302         defined.
46303         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46304         Likewise.
46305         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46306         entry for 2.16.
46307
46308 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46309
46310         * math/w_acos.c: Use non-signaling floating-point comparisons.
46311         * math/w_acosf.c: Likewise.
46312         * math/w_acosh.c: Likewise.
46313         * math/w_acoshf.c: Likewise.
46314         * math/w_acoshl.c: Likewise.
46315         * math/w_acosl.c: Likewise.
46316         * math/w_asin.c: Likewise.
46317         * math/w_asinf.c: Likewise.
46318         * math/w_asinl.c: Likewise.
46319         * math/w_atanh.c: Likewise.
46320         * math/w_atanhf.c: Likewise.
46321         * math/w_atanhl.c: Likewise.
46322         * math/w_exp2.c: Likewise.
46323         * math/w_exp2f.c: Likewise.
46324         * math/w_exp2l.c: Likewise.
46325         * math/w_j0.c: Likewise.
46326         * math/w_j0f.c: Likewise.
46327         * math/w_j0l.c: Likewise.
46328         * math/w_j1.c: Likewise.
46329         * math/w_j1f.c: Likewise.
46330         * math/w_j1l.c: Likewise.
46331         * math/w_jn.c: Likewise.
46332         * math/w_jnf.c: Likewise.
46333         * math/w_log.c: Likewise.
46334         * math/w_log10.c: Likewise.
46335         * math/w_log10f.c: Likewise.
46336         * math/w_log10l.c: Likewise.
46337         * math/w_log2.c: Likewise.
46338         * math/w_log2f.c: Likewise.
46339         * math/w_log2l.c: Likewise.
46340         * math/w_logf.c: Likewise.
46341         * math/w_logl.c: Likewise.
46342         * math/w_sqrt.c: Likewise.
46343         * math/w_sqrtf.c: Likewise.
46344         * math/w_sqrtl.c: Likewise.
46345         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46346         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46347         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46348         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46349         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46350
46351 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46352
46353         [BZ #9739]
46354         * manual/string.texi (strnlen): Use correct parameter name in
46355         equivalent expression.
46356
46357 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46358
46359         [BZ #11174]
46360         * manual/users.texi (seteuid): Consistently use neweuid for
46361         argument name.
46362
46363 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46364
46365         [BZ #13704]
46366         * manual/nss.texi (Services in the NSS configuration): Correct
46367         list of services in example configuration file.
46368
46369 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46370
46371         [BZ #11322]
46372         * manual/arith.texi: Remove statements about negative zero
46373         behaving identically to zero.
46374
46375 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46376
46377         [BZ #5993]
46378         * manual/install.texi: Do not document upgrading from libc5.
46379
46380 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46381
46382         [BZ #4596]
46383         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46384
46385 2012-02-18  David S. Miller  <davem@davemloft.net>
46386
46387         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46388         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46389         %o7 across the call.
46390         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46391         instead.
46392         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46393         SETUP_PIC_REG_LEAF.
46394         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46395         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46396         * sysdeps/sparc/crtn.S: Likewise.
46397
46398 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46399
46400         * aout/Makefile: Remove.
46401
46402 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46403
46404         [BZ #13058]
46405         * manual/examples/argp-ex1.c (main): Format definition in GNU
46406         style.
46407         * manual/examples/argp-ex2.c (main): Likewise.
46408         * manual/examples/argp-ex3.c (main): Likewise.
46409         * manual/examples/argp-ex4.c (main): Likewise.
46410         * manual/examples/longopt.c (main): Use new-style prototype
46411         definition.
46412         * manual/examples/strncat.c (main): Specify return type and use
46413         (void) for arguments.
46414         * manual/examples/subopt.c (main): Use char **argv argument.
46415
46416 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46417
46418         [BZ #5077]
46419         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46420         rounding modes.
46421
46422 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46423
46424         [BZ #6907]
46425         * manual/string.texi (strchr): Change when strchrnul is
46426         recommended.
46427
46428 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46429
46430         [BZ #174]
46431         * manual/locale.texi (setlocale): Document LOCPATH.
46432
46433 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46434
46435         [BZ #10210]
46436         * manual/process.texi (execle): Move @dots{} before last argument.
46437
46438 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46439
46440         [BZ #12047]
46441         * manual/charset.texi (Generic Charset Conversion): Fix typo
46442         (LC_TYPE -> LC_CTYPE).
46443
46444 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46445
46446         [BZ #5805]
46447         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46448         (scalbnf): Likewise.
46449         (scalbnl): Likewise.
46450         (scalbln): Likewise.
46451         (scalblnf): Likewise.
46452         (scalblnl): Likewise.
46453         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46454         (vwarnx): Likewise.
46455         (verr): Likewise.
46456         (verrx): Likewise.
46457         * manual/filesys.texi (telldir): Use braces around return type.
46458         * manual/llio.texi (mmap): Add space after comma.
46459         (mmap64): Likewise.
46460         * manual/math.texi (jn): Use @var{} on parameter names.
46461         (jnf): Likewise.
46462         (jnl): Likewise.
46463         (yn): Likewise.
46464         (ynf): Likewise.
46465         (ynl): Likewise.
46466         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46467         line.
46468         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46469         "...".
46470         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46471         (sched_get_priority_max): Likewise.
46472         * manual/signal.texi (sigvec): Add space after comma.
46473         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46474         names.
46475         (if_indextoname): Likewise.
46476         (if_freenameindex): Likewise.
46477         (sendto): Use ',' instead of '.' in prototype.
46478         * manual/startup.texi (syscall): Use @dots{} instead of literal
46479         "...".
46480         * manual/stdio.texi (__fpending): Separate initial words of
46481         paragraph from @deftypefun line.
46482         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46483         "...".
46484         (vsyslog): Use @var{} on parameter names.
46485         * manual/terminal.texi (stty): Use @var{} on parameter names.
46486         * manual/users.texi (getutmp): Use @var{} on parameter names.
46487         (getutmpx): Likewise.
46488
46489 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46490
46491         [BZ #6884]
46492         * manual/stdio.texi (fopen): Fix typos in description of
46493         ",ccs=STRING".
46494
46495 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46496
46497         [BZ #4026]
46498         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46499         get clock_id definition.
46500
46501 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46502
46503         [BZ #4822]
46504         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46505         (madvise): Cast every argument to void on its own.
46506
46507 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46508
46509         [BZ #9902]
46510         * manual/startup.texi (Exit Status): Fix typo.
46511
46512 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46513
46514         [BZ #10140]
46515         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46516         * manual/examples/argp-ex2.c: Likewise.
46517         * manual/examples/argp-ex3.c: Likewise.
46518
46519 2012-02-16  Richard Henderson  <rth@redhat.com>
46520
46521         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46522         * sysdeps/s390/s390-32/initfini.c: Remove.
46523         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46524         * sysdeps/s390/s390-64/initfini.c: Remove.
46525
46526 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46527
46528         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46529         compiler output for sysdeps/generic/initfini.c.
46530         * sysdeps/sh/elf/initfini.c: Remove file.
46531
46532 2012-02-16  David S. Miller  <davem@davemloft.net>
46533
46534         [BZ #11494]
46535         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46536
46537         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46538         * sysdeps/sparc/crti.S: New file.
46539         * sysdeps/sparc/crtn.S: New file.
46540         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46541         * sysdeps/sparc/sparc64/Makefile: Likewise.
46542
46543 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46544
46545         [BZ #3335]
46546         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46547
46548 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46549
46550         [BZ #4822]
46551         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46552
46553         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46554         (write, read, close): Likewise.
46555         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46556
46557 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46558
46559         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46560         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46561         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46562         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46563         <bits/signalfd.h>.
46564         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46565         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46566         bits/signalfd.h.
46567
46568 2012-02-14  Marek Polacek  <polacek@redhat.com>
46569
46570         * sysdeps/x86_64/crti.S: New file.
46571         * sysdeps/x86_64/crtn.S: New file.
46572         * sysdeps/x86_64/elf/initfini.c: Remove file.
46573
46574 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46575
46576         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46577         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46578         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46579         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46580         <bits/inotify.h>.
46581         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46582         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46583         bits/inotify.h.
46584
46585 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46586
46587         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46588         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46589         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46590         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46591         <bits/eventfd.h>.
46592         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46593         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46594         bits/eventfd.h.
46595
46596 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46597
46598         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46599         __feraiseexcept instead of feraiseexcept.
46600
46601         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46602         nanosleep invocations.
46603         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46604         strings, and add error checking for a nanosleep invocations.
46605
46606 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46607
46608         Replace FSF snail mail address with URLs, as per GNU coding standards.
46609         Most of the snail mail addresses were wrong anyway, and omitting
46610         them makes the source code easier to maintain.  Almost all of the
46611         changes are to license notices and to locale LC_IDENTIFICATION
46612         addresses, except for this one:
46613         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46614         not its snail mail address.
46615
46616 2012-02-09  Richard Henderson  <rth@twiddle.net>
46617
46618         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46619         of kernel-features.h.
46620
46621         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46622
46623 2012-02-08  Marek Polacek  <polacek@redhat.com>
46624
46625         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46626         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46627         * sysdeps/gnu/_G_config.h: Likewise.
46628         * sysdeps/generic/_G_config.h: Likewise.
46629
46630 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46631
46632         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46633         tests.
46634         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46635
46636         * sysdeps/powerpc/powerpc32/crti.S: New file.
46637         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46638         * sysdeps/powerpc/powerpc64/crti.S: New file.
46639         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46640
46641         * Makeconfig (have-initfini): Don't set.
46642         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46643         * configure.in (nopic_initfini): Don't substitute.
46644         * config.h.in (HAVE_INITFINI): Don't #undef.
46645         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46646         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46647
46648 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46649
46650         Support crti.S and crtn.S provided directly by architectures.
46651         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46652         [crti.S in sysdirs] (omit-deps): Likewise.
46653         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46654         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46655         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46656         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46657         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46658         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46659         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46660         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46661         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46662         compiler output for sysdeps/generic/initfini.c.
46663         * sysdeps/i386/elf/Makefile: Remove file.
46664         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46665
46666 2012-02-07  Marek Polacek  <polacek@redhat.com>
46667
46668         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46669         * sysdeps/gnu/_G_config.h: Likewise.
46670         * sysdeps/mach/hurd/_G_config.h: Likewise.
46671
46672 2012-02-07  Marek Polacek  <polacek@redhat.com>
46673
46674         * math/Makefile (tests): Add tst-CMPLX2.
46675         * math/tst-CMPLX2.c: New file.
46676
46677 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46678
46679         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46680
46681         * math/libm-test.inc (jn_test): Add missing L suffix.
46682
46683 2012-02-06  Marek Polacek  <polacek@redhat.com>
46684
46685         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46686         * sysdeps/i386/fpu/e_powf.S: Likewise.
46687         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46688         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46689         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46690         * sysdeps/i386/fpu/e_pow.S: Likewise.
46691         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46692         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46693         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46694         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46695         * sysdeps/i386/fpu/e_log2.S: Likewise.
46696         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46697         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46698         * sysdeps/i386/fpu/e_powl.S: Likewise.
46699         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46700         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46701         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46702         * sysdeps/i386/fpu/e_logl.S: Likewise.
46703         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46704         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46705         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46706         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46707         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46708         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46709         * sysdeps/i386/fpu/e_log.S: Likewise.
46710         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46711         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46712         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46713         * sysdeps/i386/fpu/e_logf.S: Likewise.
46714         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46715         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46716         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46717         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46718         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46719         * sysdeps/i386/fpu/e_log10.S: Likewise.
46720         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46721         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46722         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46723         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46724         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46725         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46726         * sysdeps/i386/asm-syntax.h: Likewise.
46727         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46728         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46729         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46730         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46731         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46732         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46733         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46734         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46735         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46736         * sysdeps/powerpc/sysdep.h: Likewise.
46737         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46738         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46739
46740 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46741
46742         [BZ #411]
46743         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46744
46745 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46746
46747         * sysdeps/i386/sysdep.h: Include <features.h>.
46748         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46749         version.
46750
46751 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46752
46753         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46754         Define.
46755         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46756         LOAD_PIC_REG_STR.
46757
46758 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46759
46760         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46761         (SETUP_PIC_REG): Use GET_PC_THUNK.
46762         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46763         macro.
46764
46765 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46766
46767         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46768         for non-PIC compilation.
46769         (SETUP_PIC_REG): Add .p2align directive.
46770         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46771         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46772         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46773         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46774         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46775         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46776         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46777         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46778         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46779         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46780         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46781         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46782         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46783         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46784         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46785         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46786         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46787         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46788         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46789         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46790         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46791         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46792         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46793         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46794         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46795         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46796         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46797         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46798         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46799         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46800         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46801         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46802         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46803         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46804         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46805         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46806         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46807         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46808         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46809         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46810         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46811
46812 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46813
46814         * math/tst-CMPLX.c: Include <stdio.h>.
46815
46816 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46817
46818         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46819         float.
46820         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46821         * sysdeps/sparc/bits/mathdef.h: Likewise.
46822
46823 2012-01-31  Marek Polacek  <polacek@redhat.com>
46824
46825         * libio/libio.h: Don't define _PARAMS.
46826         * locale/programs/config.h: Don't define PARAMS.
46827         * stdlib/strtol_l.c: Likewise.
46828         (__strtol_l): Remove PARAMS from the prototype.
46829
46830 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46831
46832         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46833         names.  Just use the correct names.  Remove unnecessary wrapper
46834         functions.
46835         * malloc/arena.c: Likewise.
46836         * malloc/hooks.c: Likewise.
46837
46838         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46839         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46840         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46841
46842 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46843
46844         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46845         into tail calls.
46846         (update_get_addr): New function.
46847         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46848         GET_ADDR_MODULE parameter.
46849
46850 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46851
46852         * crypt/cert.c: Remove __STDC__ conditionals.
46853         * crypt/crypt-entry.c: Likewise.
46854         * crypt/crypt_util.c: Likewise.
46855         * libio/filedoalloc.c: Likewise.
46856         * libio/fileops.c: Likewise.
46857         * libio/genops.c: Likewise.
46858         * libio/iofclose.c: Likewise.
46859         * libio/iofdopen.c: Likewise.
46860         * libio/iofopen.c: Likewise.
46861         * libio/iofopen64.c: Likewise.
46862         * libio/iogetdelim.c: Likewise.
46863         * libio/iopopen.c: Likewise.
46864         * libio/obprintf.c: Likewise.
46865         * libio/oldfileops.c: Likewise.
46866         * libio/oldiofclose.c: Likewise.
46867         * libio/oldiofdopen.c: Likewise.
46868         * libio/oldiofopen.c: Likewise.
46869         * libio/oldiopopen.c: Likewise.
46870         * libio/wfiledoalloc.c: Likewise.
46871         * libio/wgenops.c: Likewise.
46872         * locale/programs/xmalloc.c: Likewise.
46873         * misc/syslog.c: Likewise.
46874         * stdio-common/xbug.c: Likewise.
46875         * string/memchr.c: Likewise.
46876         * string/memcmp.c: Likewise.
46877         * string/memrchr.c: Likewise.
46878         * string/rawmemchr.c: Likewise.
46879         * sysdeps/posix/getcwd.c: Likewise.
46880         * time/strftime_l.c: Likewise.
46881
46882 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46883
46884         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46885         * config.make.in (config-cflags-sse2avx): Define.
46886         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46887         Fix typo.
46888
46889 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46890
46891         * scripts/config.guess: Update from upstream config git repository.
46892         * scripts/config.sub: Likewise.
46893
46894 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46895
46896         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46897         (EM_NUM): Update.
46898         (R_TILEPRO_*, R_TILEGX_*): New macros.
46899
46900         * scripts/firstversions.awk: Fix bug in version range handling.
46901
46902         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46903
46904         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46905
46906         * include/sys/epoll.h: New file.
46907         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46908         libc_hidden_def.
46909
46910 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46911
46912         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46913         Avoid unnecessary __WORDSIZE == 64 test.
46914         (fmaxf): Use VEX format if possible.
46915         (fmax): Likewise.
46916         (fminf): Likewise.
46917         (fmin): Likewise.
46918
46919         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46920         * math/math_private.h: Remove libc_fegetround* and
46921         libc_fesetround*.
46922         * sysdeps/i386/configure.in: Check for -msse2avx.
46923         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46924         also if SSE2AVX is defined.
46925         Remove libc_fegetround* and libc_fesetround*.
46926         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46927         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46928         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46929         of HAS_YMM_USABLE.
46930         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46931         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46932         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46933         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46934         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46935
46936         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46937
46938 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46939
46940         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46941         size is not set.
46942         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46943
46944 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46945
46946         [BZ #13618]
46947         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46948         relocation.
46949         * Makeconfig (libm): Define.
46950         * elf/Makefile: Add rules to build and run tst-relsort1.
46951         * elf/tst-relsort1.c: New file.
46952         * elf/tst-relsort1mod1.c: New file.
46953         * elf/tst-relsort1mod2.c: New file.
46954
46955 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46956
46957         * math/s_ldexp.c: Remove __STDC__ conditionals.
46958         * math/s_ldexpf.c: Likewise.
46959         * math/s_ldexpl.c: Likewise.
46960         * math/s_nextafter.c: Likewise.
46961         * math/s_nexttowardf.c: Likewise.
46962         * math/s_significand.c: Likewise.
46963         * math/s_significandf.c: Likewise.
46964         * math/s_significandl.c: Likewise.
46965         * math/w_jnl.c: Likewise.
46966         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46967         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46968         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46969         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46970         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46971         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46972         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46973         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46974         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46975         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46976         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46977         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46978         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46979         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46980         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46981         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46982         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46983         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46984         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46985         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46986         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46987         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46988         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46989         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46990         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46991         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46992         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46993         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46994         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46995         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46996         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46997         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46998         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46999         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47000         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47001         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47002         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47003         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47004         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47005         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47006         * sysdeps/ieee754/k_standard.c: Likewise.
47007         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47008         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47009         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47010         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47011         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47012         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47013         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47014         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47015         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47016         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47017         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47018         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47019         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47020         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47021         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47022         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47023         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47024         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47025         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47026         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47027         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47028         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47029         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47030         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47031         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47032         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47033         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47034         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47035         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47036         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47037         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47038         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
47039         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47040         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47041         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47042         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47043         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
47044         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47045         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47046         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
47047         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
47048         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47049         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
47050         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
47051         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47052         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
47053         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
47054         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47055         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47056         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
47057         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
47058         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47059         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47060         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47061         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47062         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47063         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
47064         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47065         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47066         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47067         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47068         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47069         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47070         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47071         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47072         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47073         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47074         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47075         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47076         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47077         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47078         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47079         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47080         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47081         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47082         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47083         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47084         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47085         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47086         * sysdeps/ieee754/s_matherr.c: Likewise.
47087         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47088         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47089         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47090         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47091
47092 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47093
47094         * crypt/md5.h: Remove __STDC__ conditionals.
47095         * libio/libioP.h: Likewise.
47096         * locale/programs/config.h: Likewise.
47097         * sysdeps/generic/sysdep.h: Likewise.
47098         * sysdeps/i386/asm-syntax.h: Likewise.
47099         * sysdeps/s390/asm-syntax.h: Likewise.
47100         * sysdeps/unix/sysdep.h: Likewise.
47101         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
47102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47103
47104 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47105
47106         * libio/libio.h: Remove __STDC__ conditionals.
47107         * malloc/obstack.h: Likewise.
47108         * math/complex.h: Likewise.
47109         * math/math.h: Likewise.
47110         * sysdeps/generic/_G_config.h: Likewise.
47111         * sysdeps/gnu/_G_config.h: Likewise.
47112         * sysdeps/mach/hurd/_G_config.h: Likewise.
47113         * sysdeps/powerpc/bits/mathdef.h: Likewise.
47114         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47115         * sysdeps/sparc/bits/mathdef.h: Likewise.
47116
47117 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
47118
47119         [BZ #13583]
47120         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
47121         Clean up HAS_* macros.
47122         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
47123         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
47124         possible.
47125         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
47126         HAS_AVX.
47127         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47128         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47129         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47130         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47131         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47132
47133 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
47134
47135         * elf/tst-unique3.cc (gets): Remove declaration.
47136         * elf/tst-unique3lib.cc (gets): Likewise.
47137         * elf/tst-unique3lib2.cc (gets): Likewise.
47138         * elf/tst-unique4.cc (gets): Likewise.
47139
47140 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
47141
47142         * include/stdio.h: Add C++ protection.  Add gets declarations and
47143         definitions.
47144         * debug/tst-chk1.c: Don't declare gets here.
47145         * stdio-common/tst-gets.c: Likewise.
47146
47147 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47148
47149         * posix/glob: Remove directory.
47150
47151 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47152
47153         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
47154
47155 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
47156
47157         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
47158         of the non-standard EPFNOSUPPORT.
47159
47160 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47161
47162         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
47163         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
47164         ANYWHERE set to 1 only on KERN_NO_SPACE error.
47165
47166 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
47167
47168         * wcsmbs/uchar.h: Test __STDC_VERSION__.
47169
47170 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
47171
47172         * nscd/aicache.c (addhstaiX): Do not cache negative results of
47173         transient errors.
47174         * nscd/grpcache.c (cache_addgr): Likewise.
47175         * nscd/hstcache.c (cache_addhst): Likewise.
47176         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47177         * nscd/pwdcache.c (cache_addpw): Likewise.
47178         * nscd/servicescache.c (cache_addserv): Likewise.
47179
47180 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
47181
47182         * malloc/malloc.c: Various cleanups.
47183         * malloc/hooks.c: Likewise.
47184
47185         * stdlib/Makefile (tests): Add bug-fmtmsg1.
47186         * stdlib/bug-fmtmsg1.c: New file.
47187
47188         * stdlib/fmtmsg.c (init): Add missing unlock.
47189         Patch by Peng Haitao <penght@cn.fujitsu.com>.
47190
47191 2012-01-12  Marek Polacek  <polacek@redhat.com>
47192
47193         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47194         and _GNU_SOURCE.
47195
47196 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47197
47198         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47199         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47200         macro to ensure uniqueness of label name.
47201         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47202         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47203
47204 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
47205
47206         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47207
47208         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47209         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47210         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47211         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47212
47213 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
47214
47215         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47216
47217         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47218         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47219         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47220
47221         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47222
47223         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
47224         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47225         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47226         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
47227
47228         * math/bits/math-finite.h: Add ldexp support.
47229
47230 2012-01-10  Marek Polacek  <polacek@redhat.com>
47231
47232         * locale/programs/localedef.h (show_archive_content): Add noreturn
47233         attribute.
47234
47235 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
47236
47237         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47238
47239 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47240
47241         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47242
47243         * io/Makefile (headers): Add bits/poll2.h.
47244
47245 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
47246
47247         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47248         typo #include statement.
47249
47250 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47251
47252         * include/sys/cdefs.h: Define __attribute_alloc_size.
47253         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47254         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47255         * elf/pldd.c: Likewise.
47256         * iconv/iconv_charmap.c: Likewise.
47257         * iconv/iconvconfig.c: Likewise.
47258         * iconv/strtab.c: Likewise.
47259         * locale/programs/locale.c: Likewise.
47260         * locale/programs/localedef.h: Likewise.
47261         * locale/programs/simple-hash.c: Likewise.
47262         * nscd/nscd.h: Likewise.
47263         * nss/makedb.c: Likewise.
47264         * sysdeps/generic/ldconfig.h: Likewise.
47265         * locale/programs/localedef.c: Remove xmalloc prototype.
47266         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47267
47268 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47269
47270         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47271         appropriate.
47272
47273 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47274
47275         * math/Makefile (tests): Add tst-CMPLX.
47276         * math/tst-CMPLX.c: New file.
47277
47278         * math/complex.h (CMPLXL): Fix typo.
47279
47280         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47281         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47282         GLIBC_2.16.
47283         * debug/tst-chk1.c: Add poll and ppoll tests.
47284         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47285         * include/sys/poll.h: Add hidden proto for ppoll.
47286         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47287         * sysdeps/mach/hurd/ppoll.c: Likewise.
47288         * io/ppoll.c: Likewise.
47289         * debug/poll_chk.c: New file.
47290         * debug/ppoll_chk.c: New file.
47291         * include/bits/poll2.h: New file.
47292         * io/bits/poll2.h: New file.
47293
47294         [BZ #1350]
47295         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47296
47297         * configure.in: static is always set to yes.  Remove.
47298         * config.make.in: Don't set build-static.
47299         * Makeconfig: Remove use of build-static.
47300         * dlfcn/Makefile: Likewise.
47301         * elf/Makefile: Likewise.
47302         * math/Makefile: Likewise.
47303         * misc/Makefile: Likewise.
47304         * nptl/Makefile: Likewise.
47305         * sysdeps/mach/hurd/Makefile: Likewise.
47306
47307         * configure.in: PWD_P is not used anymore.
47308         * config.make.in: Remove PWD_P entry.
47309
47310         * configure.in: Remove last remnants of RANLIB.
47311         No need to check for signed size_t anymore.
47312         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47313         and IA-64.
47314         Remove __builtin_expect test because we require at least gcc 3.4.
47315         * aclocal.m4: Likewise.
47316
47317         * wcsmbs/mbrtoc16.c: Implement using towc function.
47318         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47319         * wcsmbs/wcsmbsload.c: Likewise.
47320         * iconv/gconv_simple.c: Likewise.
47321         * iconv/gconv_int.h: Likewise.
47322         * iconv/gconv_builtin.h: Likewise.
47323         * iconv/iconv_prog.c: Remove CHAR16 handling.
47324
47325         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47326
47327         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47328
47329         * configure.in: Remove --with-elf and --enable-bounded options.
47330         Dont set base_machine for ia64.  More non-ELF conditions removed.
47331         Remove testing and setting of leading underscore information.
47332         * config.make.in (build-bounded): Set to no.
47333         * config.h.in: Remove NO_UNDERSCORES entry.
47334         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47335         them.
47336         * csu/start.c: Remove !NO_UNDERSCORE code.
47337         * locale/localeinfo.h: Likewise.
47338         * sysdeps/generic/machine-gmon.h: Likewise.
47339         * sysdeps/generic/sysdep.h: Likewise.
47340         * sysdeps/i386/sysdep.h: Likewise.
47341         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47342         * sysdeps/mach/sysdep.h: Likewise.
47343         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47344         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47345         * sysdeps/sh/sysdep.h: Likewise.
47346         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47347         * sysdeps/unix/i386/sysdep.S: Likewise.
47348         * sysdeps/unix/sparc/start.c: Likewise.
47349         * sysdeps/unix/sparc/sysdep.S: Likewise.
47350         * sysdeps/unix/sparc/sysdep.h: Likewise.
47351         * sysdeps/unix/start.c: Likewise.
47352         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47353         * sysdeps/x86_64/sysdep.h: Likewise.
47354
47355 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47356
47357         [BZ #13553]
47358         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47359         for non-gcc.
47360         * argp/argp-fmtstream.h: Use const instead __const.
47361         * argp/argp.h: Likewise.
47362         * assert/assert.h: Likewise.
47363         * bits/fenv.h: Likewise.
47364         * bits/sched.h: Likewise.
47365         * bits/sigset.h: Likewise.
47366         * bits/sigthread.h: Likewise.
47367         * catgets/nl_types.h: Likewise.
47368         * conform/data/pthread.h-data: Likewise.
47369         * crypt/crypt-private.h: Likewise.
47370         * crypt/crypt.h: Likewise.
47371         * crypt/crypt_util.c: Likewise.
47372         * ctype/ctype.h: Likewise.
47373         * debug/execinfo.h: Likewise.
47374         * debug/mbsnrtowcs_chk.c: Likewise.
47375         * debug/mbsrtowcs_chk.c: Likewise.
47376         * debug/wcsnrtombs_chk.c: Likewise.
47377         * debug/wcsrtombs_chk.c: Likewise.
47378         * debug/wcstombs_chk.c: Likewise.
47379         * dirent/dirent.h: Likewise.
47380         * dlfcn/dlfcn.h: Likewise.
47381         * elf/neededtest4.c: Likewise.
47382         * grp/grp.h: Likewise.
47383         * gshadow/gshadow.h: Likewise.
47384         * iconv/gconv.h: Likewise.
47385         * iconv/gconv_int.h: Likewise.
47386         * iconv/gconv_simple.c: Likewise.
47387         * iconv/iconv.h: Likewise.
47388         * iconv/loop.c: Likewise.
47389         * iconv/skeleton.c: Likewise.
47390         * include/aio.h: Likewise.
47391         * include/aliases.h: Likewise.
47392         * include/argz.h: Likewise.
47393         * include/arpa/inet.h: Likewise.
47394         * include/assert.h: Likewise.
47395         * include/dirent.h: Likewise.
47396         * include/dlfcn.h: Likewise.
47397         * include/execinfo.h: Likewise.
47398         * include/fcntl.h: Likewise.
47399         * include/fenv.h: Likewise.
47400         * include/glob.h: Likewise.
47401         * include/grp.h: Likewise.
47402         * include/libintl.h: Likewise.
47403         * include/mntent.h: Likewise.
47404         * include/netdb.h: Likewise.
47405         * include/pwd.h: Likewise.
47406         * include/rpc/netdb.h: Likewise.
47407         * include/sched.h: Likewise.
47408         * include/search.h: Likewise.
47409         * include/shadow.h: Likewise.
47410         * include/signal.h: Likewise.
47411         * include/stdio.h: Likewise.
47412         * include/stdlib.h: Likewise.
47413         * include/string.h: Likewise.
47414         * include/sys/socket.h: Likewise.
47415         * include/sys/stat.h: Likewise.
47416         * include/sys/statfs.h: Likewise.
47417         * include/sys/statvfs.h: Likewise.
47418         * include/sys/syslog.h: Likewise.
47419         * include/sys/time.h: Likewise.
47420         * include/sys/uio.h: Likewise.
47421         * include/time.h: Likewise.
47422         * include/unistd.h: Likewise.
47423         * include/utmp.h: Likewise.
47424         * include/wchar.h: Likewise.
47425         * include/wctype.h: Likewise.
47426         * inet/aliases.h: Likewise.
47427         * inet/arpa/inet.h: Likewise.
47428         * inet/netinet/ether.h: Likewise.
47429         * inet/netinet/in.h: Likewise.
47430         * intl/libintl.h: Likewise.
47431         * io/bits/fcntl2.h: Likewise.
47432         * io/fcntl.h: Likewise.
47433         * io/ftw.h: Likewise.
47434         * io/sys/poll.h: Likewise.
47435         * io/sys/stat.h: Likewise.
47436         * io/sys/statfs.h: Likewise.
47437         * io/sys/statvfs.h: Likewise.
47438         * io/utime.h: Likewise.
47439         * libio/bits/stdio.h: Likewise.
47440         * libio/bits/stdio2.h: Likewise.
47441         * libio/libio.h: Likewise.
47442         * libio/libioP.h: Likewise.
47443         * libio/stdio.h: Likewise.
47444         * locale/lc-ctype.c: Likewise.
47445         * locale/locale.h: Likewise.
47446         * login/utmp.h: Likewise.
47447         * malloc/arena.c: Likewise.
47448         * malloc/malloc.c: Likewise.
47449         * malloc/malloc.h: Likewise.
47450         * malloc/mcheck.c: Likewise.
47451         * malloc/mtrace.c: Likewise.
47452         * math/bits/mathcalls.h: Likewise.
47453         * math/fenv.h: Likewise.
47454         * math/math_private.h: Likewise.
47455         * misc/bits/error.h: Likewise.
47456         * misc/bits/syslog.h: Likewise.
47457         * misc/err.h: Likewise.
47458         * misc/error.h: Likewise.
47459         * misc/fstab.h: Likewise.
47460         * misc/mntent.h: Likewise.
47461         * misc/regexp.h: Likewise.
47462         * misc/search.h: Likewise.
47463         * misc/sgtty.h: Likewise.
47464         * misc/sys/mman.h: Likewise.
47465         * misc/sys/syslog.h: Likewise.
47466         * misc/sys/uio.h: Likewise.
47467         * misc/sys/xattr.h: Likewise.
47468         * misc/ttyent.h: Likewise.
47469         * nis/rpcsvc/ypclnt.h: Likewise.
47470         * nss/nss.h: Likewise.
47471         * posix/bits/unistd.h: Likewise.
47472         * posix/fnmatch.h: Likewise.
47473         * posix/glob.h: Likewise.
47474         * posix/sched.h: Likewise.
47475         * posix/spawn.h: Likewise.
47476         * posix/sys/wait.h: Likewise.
47477         * posix/unistd.h: Likewise.
47478         * posix/wordexp.h: Likewise.
47479         * pwd/pwd.h: Likewise.
47480         * resolv/netdb.h: Likewise.
47481         * resource/sys/resource.h: Likewise.
47482         * rt/aio.h: Likewise.
47483         * rt/bits/mqueue2.h: Likewise.
47484         * rt/mqueue.h: Likewise.
47485         * shadow/shadow.h: Likewise.
47486         * signal/signal.h: Likewise.
47487         * socket/send.c: Likewise.
47488         * socket/sendto.c: Likewise.
47489         * socket/sys/socket.h: Likewise.
47490         * stdio-common/printf.h: Likewise.
47491         * stdlib/bits/stdlib.h: Likewise.
47492         * stdlib/fmtmsg.h: Likewise.
47493         * stdlib/monetary.h: Likewise.
47494         * stdlib/stdlib.h: Likewise.
47495         * stdlib/ucontext.h: Likewise.
47496         * streams/stropts.h: Likewise.
47497         * string/argz.h: Likewise.
47498         * string/bits/string2.h: Likewise.
47499         * string/string.h: Likewise.
47500         * string/strings.h: Likewise.
47501         * sunrpc/rpc/auth.h: Likewise.
47502         * sunrpc/rpc/auth_des.h: Likewise.
47503         * sunrpc/rpc/clnt.h: Likewise.
47504         * sunrpc/rpc/netdb.h: Likewise.
47505         * sunrpc/rpc/pmap_clnt.h: Likewise.
47506         * sunrpc/rpc/xdr.h: Likewise.
47507         * sysdeps/generic/inttypes.h: Likewise.
47508         * sysdeps/generic/net/if.h: Likewise.
47509         * sysdeps/generic/sys/swap.h: Likewise.
47510         * sysdeps/gnu/net/if.h: Likewise.
47511         * sysdeps/gnu/utmpx.h: Likewise.
47512         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47513         * sysdeps/i386/i486/bits/string.h: Likewise.
47514         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47515         * sysdeps/s390/bits/string.h: Likewise.
47516         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47517         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47518         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47519         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47520         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47521         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47522         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47523         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47524         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47525         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47526         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47527         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47528         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47529         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47530         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47531         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47532         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47533         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47534         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47535         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47536         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47537         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47538         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47539         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47540         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47541         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47542         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47543         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47544         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47545         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47546         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47547         * sysvipc/sys/ipc.h: Likewise.
47548         * sysvipc/sys/msg.h: Likewise.
47549         * sysvipc/sys/sem.h: Likewise.
47550         * sysvipc/sys/shm.h: Likewise.
47551         * termios/termios.h: Likewise.
47552         * time/sys/time.h: Likewise.
47553         * time/time.h: Likewise.
47554         * wcsmbs/bits/wchar2.h: Likewise.
47555         * wcsmbs/uchar.h: Likewise.
47556         * wcsmbs/wchar.h: Likewise.
47557         * wctype/wctype.h: Likewise.
47558
47559         [BZ #13551]
47560         * Makeconfig: Remove all but ELF support including AIX support.
47561         * Makerules: Likewise.
47562         * config.h.in: Likewise.
47563         * config.make.in: Likewise.
47564         * configure: Likewise.
47565         * configure.in: Likewise.
47566         * csu/Makefile: Likewise.
47567         * csu/version.c: Likewise.
47568         * debug/Makefile: Likewise.
47569         * dlfcn/Makefile: Likewise.
47570         * elf/Makefile: Likewise.
47571         * extra-lib.mk: Likewise.
47572         * iconv/Makefile: Likewise.
47573         * include/libc-symbols.h: Likewise.
47574         * include/shlib-compat.h: Likewise.
47575         * resolv/Makefile: Likewise.
47576         * resolv/res_libc.c: Likewise.
47577         * rt/Makefile: Likewise.
47578         * sysdeps/i386/asm-syntax.h: Likewise.
47579         * sysdeps/i386/sysdep.h: Likewise.
47580         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47581         * sysdeps/mach/sysdep.h: Likewise.
47582         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47583         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47584         * sysdeps/s390/asm-syntax.h: Likewise.
47585         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47586         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47587         * sysdeps/sh/sysdep.h: Likewise.
47588         * sysdeps/unix/sparc/sysdep.h: Likewise.
47589         * sysdeps/wordsize-32/divdi3.c: Likewise.
47590         * sysdeps/x86_64/sysdep.h: Likewise.
47591
47592         * argp/Versions: Remove _argp_unlock_xxx.
47593
47594         [BZ #13559]
47595         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47596         * abilist/libBrokenLocale.abilist: Likewise.
47597         * abilist/libanl.abilist: Likewise.
47598         * abilist/libc.abilist: Likewise.
47599         * abilist/libcrypt.abilist: Likewise.
47600         * abilist/libdl.abilist: Likewise.
47601         * abilist/libm.abilist: Likewise.
47602         * abilist/libnsl.abilist: Likewise.
47603         * abilist/libpthread.abilist: Likewise.
47604         * abilist/libresolv.abilist: Likewise.
47605         * abilist/librt.abilist: Likewise.
47606         * abilist/libthread_db.abilist: Likewise.
47607         * abilist/libutil.abilist: Likewise.
47608         * abilist/libnss_db.abilist: New file.
47609
47610         * scripts/abilist.awk: Add support for indirect functions.
47611
47612         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47613
47614         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47615
47616         * shlib-versions: Remove entries for ports architectures.
47617
47618         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47619         files in ports.
47620         * elf/stackguard-macros.h: Remove support for IA-64.
47621         * elf/tst-auditmod1.c: Likewise.
47622         * sysdeps/generic/ldsodefs.h: Likewise.
47623
47624         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47625         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47626         configure files.
47627
47628         [BZ #13552]
47629         * configure.in: Remove --enable-omitfp support.
47630         * FAQ.in: Adjust.
47631         * config.make.in: Likewise.
47632         * Makeconfig: Likewise.
47633         * manual/install.texi: Likewise.
47634
47635         In case anyone cares, the IA-64 architecture could move to ports.
47636         * sysdeps/ia64/*: Removed.
47637         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47638         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47639
47640         [BZ #13555]
47641         * configure.in: Remove entries for unsupported architectures.
47642
47643         [BZ #13533]
47644         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47645         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47646         routines.
47647         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47648         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47649         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47650         fall back to using wcrtomb.
47651         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47652         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47653         renaming.
47654         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47655         * wcsmbs/tst-c16c32-1.c: New file.
47656
47657         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47658         local variable.
47659
47660         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47661
47662         * elf/tst-unique3.cc: Add explicit declaration of gets.
47663         * elf/tst-unique3lib.cc: Likewise.
47664         * elf/tst-unique3lib2.cc: Likewise.
47665         * elf/tst-unique4.cc: Likewise.
47666
47667         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47668
47669 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47670
47671         [BZ #13566]
47672         * assert/assert.h (static_assert): Don't define for C++.
47673         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47674         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47675
47676 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47677
47678         * iconv/loop.c (single loop): Fix assertion in storing of
47679         remaining bytes.
47680
47681         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47682
47683 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47684
47685         * posix/getconf.c: Update copyright year.
47686         * nss/getent.c: Likewise.
47687         * nss/makedb.c: Likewise.
47688         * iconv/iconvconfig.c: Likewise.
47689         * iconv/iconv_prog.c: Likewise.
47690         * elf/ldconfig.c: Likewise.
47691         * elf/pldd.c: Likewise.
47692         * elf/sotruss.ksh: Likewise.
47693         * catgets/gencat.c: Likewise.
47694         * csu/version.c: Likewise.
47695         * elf/ldd.bash.in: Likewise.
47696         * elf/sprof.c (print_version): Likewise.
47697         * locale/programs/locale.c: Likewise.
47698         * locale/programs/localedef.c: Likewise.
47699         * login/programs/pt_chown.c: Likewise.
47700         * nscd/nscd.c (print_version): Likewise.
47701         * debug/xtrace.sh: Likewise.
47702         * malloc/memusage.sh: Likewise.
47703         * malloc/mtrace.pl: Likewise.
47704         * debug/catchsegv.sh: Likewise.
47705
47706 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47707
47708         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47709         pure attribute.
47710
47711 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47712
47713         [BZ #13533]
47714         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47715         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47716         transformations.
47717         * iconv/gconv_int.h: Likewise.
47718         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47719         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47720         from libc for GLIBC_2.16.
47721         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47722         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47723         * wcsmbs/uchar.h: Really define mbstate_t.
47724         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47725         * wcsmbs/c16rtomb.c: New file.
47726         * wcsmbs/mbrtoc16.c: New file.
47727         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47728         for C/POSIX locale.
47729         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47730         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47731
47732         * wcsmbs/wchar.h: Add missing __restrict.
47733
47734 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47735
47736         [BZ #13532]
47737         * time/Makefile (routines): Add timespec_get.
47738         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47739         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47740         timespec for ISO C11.
47741         * time/timespec_get.c: New file.
47742         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47743         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47744
47745         [BZ #13531]
47746         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47747         * stdlib/stdlib.h: Declare aligned_alloc.
47748         * Versions.def: Add GLIBC_2.16 for libc.
47749         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47750
47751         [BZ 13527]
47752         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47753         ISO C11.
47754
47755         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47756         code.
47757
47758         [BZ #13528]
47759         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47760
47761         [BZ #13529]
47762         * assert/assert.h (static_assert): Define.
47763
47764         * version.h: Update for 2.16 development version.
47765
47766         [BZ #13526]
47767         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47768         _ISOC11_SOURCE.
47769
47770         * version.h (RELEASE): Bump for 2.15 release.
47771         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47772
47773         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47774         Patch by Marek Polacek <mpolacek@redhat.com>.
47775
47776         * bits/byteswap.h: Protect long long constants with __extension__.
47777         * sysdeps/i386/bits/byteswap.h: Likewise.
47778         * sysdeps/ia64/bits/byteswap.h: Likewise.
47779         * sysdeps/s390/bits/byteswap.h: Likewise.
47780         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47781
47782 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47783
47784         [BZ #13540]
47785         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47786         destination buffer.
47787         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47788
47789 2011-12-23  Marek Polacek  <polacek@redhat.com>
47790
47791         * elf/dl-addr.c (determine_info): Add inline keyword.
47792         * elf/tst-auditmod4b.c (check_avx): Likewise.
47793         * elf/tst-auditmod6b.c (check_avx): Likewise.
47794         * elf/tst-auditmod6c.c (check_avx): Likewise.
47795         * elf/tst-auditmod7b.c (check_avx): Likewise.
47796
47797 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47798
47799         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47800         !__SSE_MATH__.
47801
47802 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47803
47804         [BZ #13540]
47805         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47806         processing for last bytes.
47807
47808 2011-08-06  Bruno Haible  <bruno@clisp.org>
47809
47810         [BZ #13061]
47811         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47812         U+0385, not to U+1FEE.
47813
47814         [BZ #13062]
47815         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47816         entry for U+00A5 U+0301.
47817
47818 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47819
47820         [BZ #13166]
47821         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47822         buffer for the output is too small.
47823
47824         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47825         optimization.
47826
47827         [BZ #13185]
47828         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47829         SSE flags if possible.
47830
47831 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47832
47833         [BZ #13540]
47834         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47835         processing for last bytes.
47836
47837 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47838
47839         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47840         (syscall-list-default-options, syscall-list-default-condition)
47841         (syscall-list-includes): Define.
47842         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47843         list of ABIs and options and #if conditions for each ABI.  Do not
47844         handle common syscalls between ABIs specially.
47845         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47846         Remove.
47847         (syscall-list-variants, syscall-list-32bit-options)
47848         (syscall-list-32bit-condition, syscall-list-64bit-options)
47849         (syscall-list-64bit-condition): Define.
47850         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47851         (syscall-list-variants, syscall-list-32bit-options)
47852         (syscall-list-32bit-condition, syscall-list-64bit-options)
47853         (syscall-list-64bit-condition): Define.
47854         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47855         Remove.
47856         (syscall-list-variants, syscall-list-32bit-options)
47857         (syscall-list-32bit-condition, syscall-list-64bit-options)
47858         (syscall-list-64bit-condition): Define.
47859         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47860         Remove.
47861         (syscall-list-variants, syscall-list-32bit-options)
47862         (syscall-list-32bit-condition, syscall-list-64bit-options)
47863         (syscall-list-64bit-condition): Define.
47864
47865 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47866
47867         * locale/iso-639.def: Add brx entry.
47868
47869         [BZ #13328]
47870         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47871         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47872
47873         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47874         __feraiseexcept_renamed.
47875
47876 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47877
47878         [BZ #13538]
47879         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47880         EPOLLET with unsigned values.
47881         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47882         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47883
47884         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47885         to large cancellation.
47886         * math/s_cacoshf.c: Likewise.
47887         * math/s_cacoshl.c: Likewise.
47888
47889 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47890
47891         [BZ #13305]
47892         [BZ #12786]
47893         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47894         * math/s_cacoshf.c: Likewise.
47895         * math/s_cacoshl.c: Likewise.
47896
47897 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47898
47899         [BZ #13439]
47900         * iconv/gconv.h: Define __GCONV_SWAP.
47901         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47902         * iconvdata/utf-16.c: Likewise.
47903         * iconvdata/utf-32.c: Likewise.
47904
47905 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47906
47907         [BZ #13524]
47908         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47909         numerator after shifting it by one limb.
47910
47911 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47912
47913         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47914         under [__USE_EXTERN_INLINES].
47915
47916 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47917
47918         [BZ #13446]
47919         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47920
47921 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47922
47923         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47924         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47925         optimized code.
47926         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47927         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47928         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47929         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47930         for strncasecmp/strncasecmp_l compilation.
47931         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47932         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47933
47934 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47935
47936         [BZ #13484]
47937         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47938         of __asm__.
47939
47940 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47941
47942         [BZ #13506]
47943         * time/tzfile.c (__tzfile_read): Check values from file header.
47944
47945 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47946
47947         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47948         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47949         * powerpc/powerpc32/dl-start.S: Likewise.
47950         * powerpc/powerpc32/elf/start.S: Likewise.
47951         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47952         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47953         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47954         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47955         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47956         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47957         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47958         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47959         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47960         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47961         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47962         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47963         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47964         * powerpc/powerpc32/memset.S: Likewise.
47965         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47966         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47967         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47968         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47969         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47970         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47971         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47972         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47973         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47974         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47975         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47976         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47977         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47978
47979 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47980
47981         * math/libm-test.inc: Added more nearbyint tests.
47982         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47983         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47984         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47985         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47986
47987 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47988
47989         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47990         FD_CLOEXEC.
47991
47992 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47993
47994         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47995         Add wcscpy-ssse3 wcscpy-c.
47996         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47997         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47998         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47999         * sysdeps/x86_64/wcschr.S: New file.
48000         * sysdeps/x86_64/wcsrchr.S: New file.
48001         * string/test-strcmp.c: Remove checking of wcscmp function for
48002         wrong alignments.
48003         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
48004         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
48005         wcsrchr-sse2 wcsrchr-c.
48006         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
48007         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
48008         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
48009         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
48010         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
48011         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
48012         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
48013         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
48014         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
48015         * wcsmbc/wcschr.c (WCSCHR): New macro.
48016
48017 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48018
48019         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
48020         * wcsmbs/test-wcsrchr.c: New file.
48021         * string/test-strrchr.c: Add wcsrchr support.
48022         (WIDE): New macro.
48023         * wcsmbs/test-wcscpy.c: New file.
48024         * string/test-strcpy.c: Add wcscpy support.
48025         (WIDE): New macro.
48026
48027 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
48028
48029         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
48030         the inner loop.
48031
48032 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
48033
48034         [BZ #13472]
48035         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
48036
48037 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
48038
48039         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
48040         Minor optimizations.
48041
48042         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
48043         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
48044         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
48045
48046 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
48047
48048         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
48049         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
48050         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
48051         for gcc to avoid warnings.
48052         * inet/Makefile (tests): Add tst-checks.
48053         * inet/tst-checks.c: New file.
48054
48055         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
48056         warning.
48057
48058         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
48059         __wmemcmp_sse2.
48060
48061         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
48062         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
48063
48064         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
48065
48066 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
48067
48068         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
48069         problem.
48070
48071         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
48072
48073 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
48074
48075         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
48076         conditional on GCC version.
48077         (__arch_compare_and_exchange_val_8_acq)
48078         (__arch_compare_and_exchange_val_16_acq)
48079         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
48080         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
48081         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
48082
48083 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
48084
48085         * sysdeps/sh/backtrace.c: New file.
48086
48087 2011-12-02  Andreas Schwab  <schwab@redhat.com>
48088
48089         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
48090         parenthesis.
48091
48092 2011-12-01  Andreas Schwab  <schwab@redhat.com>
48093
48094         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
48095         falling back to utime.
48096
48097 2011-11-30  Andreas Schwab  <schwab@redhat.com>
48098
48099         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
48100         expectations for float.
48101
48102 2011-11-29  Andreas Schwab  <schwab@redhat.com>
48103
48104         * locale/weight.h (findidx): Add parameter len.
48105         * locale/weightwc.h (findidx): Likewise.
48106         * posix/fnmatch_loop.c (FCT): Adjust caller.
48107         * posix/regcomp.c (build_equiv_class): Likewise.
48108         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
48109         * posix/regexec.c (check_node_accept_bytes): Likewise.
48110         * string/strcoll_l.c (STRCOLL): Likewise.
48111         * string/strxfrm_l.c (STRXFRM): Likewise.
48112
48113 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
48114
48115         * Makefile.in: Remove CVSOPT handling.
48116         * configure.in: Remove use of AC_REVISION.
48117         * iconvdata/Makefile (distribute): No need to filter out CVS.
48118         * scripts/list-sources.sh: Remove CVS, subversion and monotone
48119         handling.
48120
48121 2011-11-16  Andreas Schwab  <schwab@redhat.com>
48122
48123         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
48124         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
48125         [USE_AS_STRNCASECMP_L]: Likewise.
48126         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
48127         NO_TLS_DIRECT_SEG_REFS.
48128         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
48129         Fix argument offsets for non-PIC.
48130         [USE_AS_STRNCASECMP_L]: Likewise.
48131         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
48132         NO_TLS_DIRECT_SEG_REFS.
48133
48134 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48135
48136         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
48137         O_CLOEXEC.
48138         * locale/loadlocale.c (_nl_load_locale): Likewise.
48139
48140 2011-11-15  Andreas Schwab  <schwab@redhat.com>
48141
48142         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
48143         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
48144         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
48145         (SYSCALL_GETTIME): Set errno on error.
48146
48147         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
48148         count references to noai6ai_cached.
48149
48150 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48151
48152         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
48153
48154         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
48155         FD_CLOEXEC for /proc/self/maps.
48156
48157         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
48158         FD_CLOEXEC for /proc/meminfo.
48159
48160         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
48161         gai.conf.
48162
48163         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
48164         FD_CLOEXEC for given file.
48165
48166         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
48167
48168         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
48169         FD_CLOEXEC for /etc/hosts.
48170         (_gethtent): Likewise.
48171
48172         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
48173
48174         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
48175         cancellation and set FD_CLOEXEC for /etc/netgroup.
48176
48177         * nss/nss_files/files-key.c (search): Don't allow cancellation when
48178         reading /etc/publickey.
48179
48180         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48181         allow cancellation when reading /etc/group.
48182
48183         * nss/nss_files/files-alias.c (internal_setent): Don't allow
48184         cancellation.
48185         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
48186
48187         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48188         when using data file.
48189
48190         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48191
48192         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48193         (write_nis_obj): Use "c" and "e" in fopen.
48194
48195         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48196
48197         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48198
48199         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48200
48201         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48202
48203         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48204         locale.alias.
48205
48206         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48207
48208         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48209
48210         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48211
48212         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48213         file parsing and set FD_CLOEXEC.
48214
48215 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48216
48217         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48218
48219 2011-11-14  Andreas Schwab  <schwab@redhat.com>
48220
48221         * malloc/arena.c (arena_get2): Don't call reused_arena when
48222         _int_new_arena failed.
48223
48224 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48225
48226         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48227         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48228         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48229         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48230         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48231         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48232         to compile strcasecmp and strncasecmp.
48233         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48234         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48235
48236         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48237
48238 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
48239
48240         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48241         locale-defines.sym to gen-as-const-headers.
48242         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48243         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48244         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48245         to compile strcasecmp and strncasecmp.
48246         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48247         strcasecmp_l and strncasecmp_l.
48248         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48249         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48250         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48251         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48252         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48253         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48254         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48255         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48256         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48257         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48258         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48259
48260 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48261
48262         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48263         result of SYSDEP_GETTIME_CPU to retval.
48264         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48265         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48266
48267         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48268         variable.
48269
48270         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48271         mantissa words.
48272         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48273
48274         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48275         from unused variable.
48276
48277         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48278         DWARF definitions.
48279         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48280         for assembling.
48281
48282         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48283         over namespaces.
48284
48285         * sunrpc/rpc_prot.c (rejected): Fix case value.
48286
48287         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48288         unsigned long long int to avoid warnings in shift.
48289
48290         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48291         of use of trans.
48292         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48293         variable tmp.
48294
48295         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48296         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48297         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48298
48299         * nis/nis_table.c (nis_list): Use variable of correct type for
48300         result of __follow_path call.
48301
48302 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48303
48304         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48305         of math functions ceil, trunc, floor, round, and sqrt, when
48306         avaliable on the platform.
48307         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48308         name clash.
48309         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48310         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48311         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48312
48313 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48314
48315         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48316         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48317
48318 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48319
48320         * include/unistd.h: Fix __readlink return type.
48321         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48322
48323 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48324
48325         * stdlib/ucontext.h: Undo last change for makecontext.
48326
48327 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48328
48329         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48330
48331         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48332         * setjmp/setjmp.h: Mark functions as non-leaf.
48333         * setjmp/bits/setjmp2.h: Likewise.
48334         * stdlib/ucontext.h: Likewise.
48335
48336 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48337
48338         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48339         (reused_arena): Don't check arena limit.
48340         (arena_get2): Atomically check arena limit.
48341
48342 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48343
48344         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48345         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48346
48347         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48348         instructions.
48349
48350 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48351
48352         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48353         handler when locking.
48354
48355         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48356         Fix size of allocated buffer.
48357
48358 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48359
48360         [BZ #10103]
48361         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48362         declarations for long double functions.
48363         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48364
48365         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48366
48367 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48368
48369         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48370         installed.
48371
48372         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48373         is disabled.
48374
48375 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48376
48377         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48378
48379 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48380
48381         * include/alloca.h (stackinfo_alloca_round): Define.
48382         (extend_alloca): Use it.
48383         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48384         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48385         here.
48386
48387         * scripts/check-local-headers.sh: Ignore libaudit.h.
48388
48389         * nscd/Makefile (extra-objs): Make recursively expanded.
48390
48391 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48392
48393         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48394         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48395
48396         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48397         * posix/tst-rfc3484-2.c: Likewise.
48398         * posix/tst-rfc3484-3.c: Likewise.
48399
48400         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48401         process_vm_writev.
48402         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48403         process_vm_writev.
48404         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48405         process_vm_writev from libc using GLIBC_2.15 version.
48406
48407         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48408
48409 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48410
48411         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48412         stack usage.
48413
48414 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48415
48416         [BZ #13367]
48417         * nss/getent.c (initgroups_keys): Show error message in case no group
48418         names are given.
48419
48420         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48421         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48422         __bump_nl_timestamp.
48423         * nscd/connections (nscd_init): When host database is served open
48424         netlink socket and request notification about configuration changes.
48425         (main_loop_poll): Track netlink file descriptor and bump timestamp
48426         in case data becomes available.
48427         (main_loop_epoll): Likewise.
48428         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48429         (database_pers_head): Add extra_data fileds.
48430         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48431         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48432         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48433         Adjust caller.
48434         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48435         in6ai data, call __free_in6ai.
48436         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48437         Add -DHAVE_NETLINK.
48438         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48439         interface information.  Reuse previous data if netlink timestamp
48440         is not changed.
48441         (__bump_nl_timestamp): New function.
48442         (__free_in6ai): New function.
48443
48444 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48445
48446         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48447         close_not_cancel_no_status here.
48448         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48449
48450 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48451
48452         [BZ #13276]
48453         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48454         return value.
48455
48456         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48457         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48458         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48459
48460 2011-07-03  Andreas Jaeger  <aj@suse.de>
48461
48462         [BZ #10709]
48463         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48464         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48465         * math/libm-test.inc (sin_test): Add test case.
48466
48467 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48468
48469         [BZ #13337]
48470         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48471         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48472
48473         * elf/chroot_canon.c (chroot_canon): Cleanups.
48474
48475         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48476
48477         [BZ #13335]
48478         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48479         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48480
48481         * string/test-strchr.c: Make usable for strchrnul testing.
48482         * string/test-strchrnul.c: New file.
48483         * string/Makefile (strop-tests): Add strchrnul.
48484
48485         * po/it.po: Update from translation team.
48486         * po/es.po: Likewise.
48487
48488 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48489
48490         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48491         the three constants needed as parameters.  Drop the others.
48492         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48493         __m128i_strloadu_tolower.
48494         Create and initialize variable zero and use it in all the places
48495         where _mm_setzero_si128 was used.
48496
48497         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48498         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48499         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48500         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48501         anymore.
48502         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48503         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48504         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48505         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48506         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48507         __mpranred, __mptan.
48508         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48509         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48510         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48511         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48512         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48513         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48514         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48515         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48516         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48517
48518 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48519
48520         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48521         redefine if SHARED.
48522         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48523
48524         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48525         wide char related routines to wcsmbs subdir.
48526
48527 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48528
48529         [BZ #13344]
48530         * misc/sys/cdefs.h (__THROWNL): Define.
48531         * posix/unistd.h: Use __THREADNL instead of __THREAD
48532         for memory synchronization functions.
48533
48534 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48535
48536         [BZ #13349]
48537         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48538         doesn't exist.
48539         * manual/stdio.texi (Obstack Streams): Node removed.
48540
48541 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48542
48543         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48544         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48545         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48546
48547         * math/math_private.h (math_force_eval): Allow non-addressable
48548         arguments.
48549         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48550
48551 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48552
48553         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48554         file is not needed.
48555
48556         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48557         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48558         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48559         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48560         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48561         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48562         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48563         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48564         Add AVX variants.
48565         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48566         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48567         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48568         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48569         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48570         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48571         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48572         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48573         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48574         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48575         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48576         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48577         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48578         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48579         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48580         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48581         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48582         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48583         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48584
48585         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48586         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48587
48588         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48589         place.  Use VEX encoding when compiling for AVX.
48590
48591 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48592
48593         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48594         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48595
48596         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48597
48598 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48599
48600         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48601         useless if() expression.
48602         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48603         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48604         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48605         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48606         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48607         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48608         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48609         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48610         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48611         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48612         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48613         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48614         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48615         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48616         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48617         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48618         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48619         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48620         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48621
48622         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48623
48624 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48625
48626         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48627         condition.
48628         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48629
48630 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48631
48632         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48633         .text section.  Avoid duplicate constants.
48634         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48635         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48636         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48637         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48638         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48639         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48640         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48641         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48642         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48643         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48644         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48645         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48646         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48647         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48648         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48649         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48650         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48651         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48652         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48653         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48654         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48655         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48656         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48657         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48658         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48659         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48660         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48661         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48662         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48663         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48664         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48665         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48666         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48667         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48668         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48669         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48670         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48671         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48672         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48673         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48674         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48675         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48676         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48677         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48678         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48679
48680 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48681
48682         * sysdeps/x86_64/dla.h: Move to ...
48683         * sysdeps/x86_64/fpu/dla.h: ...here.
48684         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48685         situations.  Use __builtin_fma only for gcc 4.6 and up.
48686
48687         * config.make.in: Add have-mfma4 entry.
48688         * configure.in: Substitute libc_cv_cc_fma4.
48689         * math/Makefile (dbl-only-routines): Add sincostab.
48690         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48691         Use __sincostab not sincos.
48692         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48693         name is a macro.
48694         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48695         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48696         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48697         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48698         using __copysign.
48699         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48700         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48701         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48702         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48703         and __inv.
48704         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48705         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48706         __copysign.
48707         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48708         define aliases when function name is a macro.
48709         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48710         sysdeps/ieee754/dbl-64/sincos.tbl.
48711         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48712         fma4-enabled routines.
48713         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48714         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48715         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48716         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48717         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48718         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48719         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48720         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48721         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48722         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48723         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48724         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48725         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48726         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48727         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48728         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48729         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48730         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48731         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48732         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48733         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48734         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48735         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48736         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48737         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48738         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48739         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48740         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48741         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48742         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48743
48744         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48745         rename.
48746         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48747         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48748         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48749         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48750         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48751         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48752         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48753         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48754
48755 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48756
48757         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48758
48759 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48760
48761         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48762
48763         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48764         prediction.
48765         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48766
48767         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48768         Remove unused variable magic_bits.
48769         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48770
48771         * string/strnlen.c: Define and use STRNLEN macro.
48772         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48773         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48774         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48775         * wcsmbs/wcslen.c: Define and use WCSLEN.
48776         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48777         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48778         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48779         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48780         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48781         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48782         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48783
48784 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48785
48786         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48787         strnlen-sse2-no-bsf.
48788         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48789         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48790         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48791         Add strnlen support.
48792         (USE_AS_STRNLEN): New macro.
48793         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48794         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48795         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48796         * sysdeps/x86_64/wcslen.S: New file.
48797
48798 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48799
48800         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48801         XMM-moves are used for copying on small sizes.
48802
48803 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48804
48805         * wcsmbs/Makefile (strop-tests): Add wcschr.
48806         * wcsmbs/test-wcschr.c: New file.
48807         * string/test-strchr.c: Update.
48808         Add wcschr support.
48809         (WIDE): New macro.
48810
48811 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48812
48813         * wcsmbs/Makefile (strop-tests): Add wcslen.
48814         * wcsmbs/test-wcslen.c: New file.
48815         * string/test-strlen.c: Update.
48816         Add wcslen support.
48817         (WIDE): New macro.
48818
48819 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48820
48821         * po/it.po: Update from translation team.
48822
48823 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48824
48825         * sysdeps/x86_64/wcscmp.S: Update.
48826         Fix wrong comparison semantics.
48827         wcscmp shall use signed comparison not unsigned.
48828         Don't use substraction to avoid overflow bug.
48829         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48830         * wcsmbc/wcscmp.c: Likewise.
48831         * string/test-strcmp.c: Likewise.
48832         Add new tests to check cases with negative values.
48833
48834 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48835
48836         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48837         * sysdeps/x86_64/dla.h: ...here.  New file.
48838         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48839         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48840         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48841         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48842         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48843         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48844         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48845         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48846         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48847
48848 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48849
48850         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48851         __ynl_finite aliases.
48852
48853 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48854
48855         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48856
48857         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48858         define DLA_FMA.
48859         [DLA_FMA] (EMULV): Use DLA_FMA.
48860         [DLA_FMA] (MUL12): Use EMULV.
48861         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48862         that are not needed.
48863         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48864         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48865         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48866         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48867         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48868         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48869         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48870
48871 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48872
48873         * math/s_nan.c: Undef __nan.
48874         * math/s_nanf.c: Undef __nanf.
48875         * math/s_nanl.c: Undef __nanl.
48876         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48877         "math_private.h".
48878
48879 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48880
48881         * math/s_catan.c: Add branch predictions.
48882         * math/s_catanf.c: Likewise.
48883         * math/s_catanh.c: Likewise.
48884         * math/s_catanhf.c: Likewise.
48885         * math/s_catanhl.c: Likewise.
48886         * math/s_catanl.c: Likewise.
48887         * math/s_cexp.c: Likewise.
48888         * math/s_cexpf.c: Likewise.
48889         * math/s_cexpl.c: Likewise.
48890         * math/s_clog.c: Likewise.
48891         * math/s_clog10.c: Likewise.
48892         * math/s_clog10f.c: Likewise.
48893         * math/s_clog10l.c: Likewise.
48894         * math/s_clogf.c: Likewise.
48895         * math/s_clogl.c: Likewise.
48896         * math/s_csqrt.c: Likewise.
48897         * math/s_csqrtf.c: Likewise.
48898         * math/s_csqrtl.c: Likewise.
48899         * math/s_ctanf.c: Likewise.
48900         * math/s_ctanh.c: Likewise.
48901         * math/s_ctanhf.c: Likewise.
48902         * math/s_ctanhl.c: Likewise.
48903         * math/s_ctanl.c: Likewise.
48904
48905         * math/math_private.h: Define __nan, __nanf, __nanl.
48906         * math/s_cacosh.c: Include <math_private.h>.
48907         * math/s_cacoshl.c: Likewise.
48908         * math/s_casinh.c: Likewise.
48909         * math/s_casinhf.c: Likewise.
48910         * math/s_casinhl.c: Likewise.
48911         * math/s_ccos.c: Rely entire on ccosh.
48912         * math/s_ccosf.c: Rely entire on ccoshf.
48913         * math/s_ccosl.c: Rely entirely on ccoshl.
48914         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48915         Remove tests for FE_INVALID.
48916         * math/s_ccoshf.c: Likewise.
48917         * math/s_ccoshl.c: Likewise.
48918         * math/s_csin.c: Likewise.
48919         * math/s_csinf.c: Likewise.
48920         * math/s_csinh.c Likewise.
48921         * math/s_csinhf.c: Likewise.
48922         * math/s_csinhl.c: Likewise.
48923         * math/s_csinl.c: Likewise.
48924         * math/s_ctan.c: Likewise.
48925         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48926         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48927         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48928
48929 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48930
48931         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48932         compilation problems.
48933
48934         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48935         __builtin_expect.
48936
48937 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48938
48939         * sysdeps/i386/configure.in: Test for -mfma4 option.
48940         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48941         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48942         COMMON_CPUID_INDEX_80000001.
48943         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48944         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48945         use it if FMA3 is not supported.
48946         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48947
48948         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48949         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48950
48951 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48952
48953         [BZ #12892]
48954         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48955         it would create a cycle with a link time dependency.
48956
48957 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48958
48959         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48960         instruction.
48961         * string/Makefile (strop-tests): Add rawmemchr.
48962         * string/test-rawmemchr.c: New file.
48963
48964         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48965         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48966         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48967         when compiling str{,n}casecmp and when AVX is available.  Hook up
48968         new optimized code in initializers.
48969
48970 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48971
48972         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48973         __feraiseexcept instead of feraiseexcept.
48974
48975 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48976
48977         * math/math_private.h: Define defaults for libc_fetestexcept and
48978         libc_feupdateenv.
48979         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48980         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48981         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48982         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48983         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48984         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48985         libc_fetestexcept and libc_feupdateenv.
48986
48987         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48988         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48989         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48990         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48991         libc_feholdexcept_setround.
48992
48993         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48994         Add s_nearbyint-c and s_nearbyintf-c.
48995         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48996         nearbyintf inlines.
48997         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48998         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48999         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
49000         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
49001
49002         * math/math_private.h: Define defaults for libc_fegetround,
49003         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
49004         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
49005         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
49006         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
49007         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
49008         standard functions.
49009         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49010         Remove comments and hacks for old compiler versions.
49011         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49012         libc_fegetround, libc_fesetround, libc_feholdexcept, and
49013         libc_feholdexceptl.
49014
49015 2011-10-18  Andreas Schwab  <schwab@redhat.com>
49016
49017         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
49018         (__feraiseexcept_renamed): Add __NTH.
49019         (feraiseexcept): Add __NTH.  Rename local variables to fix
49020         namespace violations.
49021
49022 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
49023
49024         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
49025
49026         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
49027
49028         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
49029         recently added interfaces.
49030         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
49031
49032         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
49033         about macro parameter expansion.
49034
49035         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
49036         __NO_MATH_INLINES is defined.  Cleanups.
49037
49038         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
49039         and __floorf is target has SSE4.1.
49040         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
49041         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
49042         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
49043         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
49044
49045         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
49046         name.
49047         (floorf): Likewise.
49048
49049         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
49050
49051 2011-10-17  Andreas Schwab  <schwab@redhat.com>
49052
49053         * misc/sys/cdefs.h: Fix last change.
49054
49055         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
49056         database lookup.
49057
49058 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
49059
49060         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
49061
49062         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
49063         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49064         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49065         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49066         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49067         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49068         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49069         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49070         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49071         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
49072         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
49073         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
49074         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
49075         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
49076         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
49077         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
49078         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
49079         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
49080         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
49081         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
49082         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
49083         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
49084
49085         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
49086         ceil, ceilf, floor, floorf.
49087
49088         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
49089         Perform IRELATIVE relocations last.
49090
49091         * elf/do-rel.h: Add another parameter nrelative, replacing the
49092         local variable with the same name.  Change name of the function
49093         to end in Rel or Rela (uppercase).
49094         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
49095         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
49096         elf_dynamic_do_##reloc function.
49097
49098 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49099
49100         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
49101         is sufficient, at least on modern CPUs.
49102
49103         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
49104
49105         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
49106         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
49107
49108         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
49109         __expl_finite.
49110         * math/bits/math-finite.h: Add entries for exp.
49111         * math/e_expl.c: Add __*_finite alias.
49112         * sysdeps/i386/fpu/e_exp.S: Likewise.
49113         * sysdeps/i386/fpu/e_expf.S: Likewise.
49114         * sysdeps/i386/fpu/e_expl.c: Likewise.
49115         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49116         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49117         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
49118         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
49119         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
49120         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49121         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49122
49123         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
49124         is sufficient, at least on modern CPUs.
49125
49126         * ctype/ctype-info.c (__ctype_init): Define.
49127         * include/ctype.h (__ctype_init): Declare.
49128         (__ctype_b_loc): The variable is always initialized.
49129         (__ctype_toupper_loc): Likewise.
49130         (__ctype_tolower_loc): Likewise.
49131         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
49132         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
49133
49134 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
49135
49136         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
49137
49138         * configure.in: Also look in $cxxmachine/include for C++ system
49139         headers.
49140
49141 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49142
49143         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
49144         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
49145         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
49146         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
49147         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
49148         (USE_AS_WMEMCMP): New macro.
49149         Fixing indents.
49150         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
49151         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
49152         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
49153         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
49154         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49155         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
49156         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
49157         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
49158         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
49159         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
49160         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
49161         (USE_AS_WMEMCMP): New macro.
49162         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
49163         * sysdeps/string/test-memcmp.c: Update.
49164         Fix simple_wmemcmp.
49165         Add new tests.
49166         * wcsmbs/wmemcmp.c: Update.
49167         (WMEMCMP): New macro.
49168         Fix overflow bug.
49169
49170 2011-10-12  Andreas Jaeger  <aj@suse.de>
49171
49172         [BZ #13268]
49173         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
49174
49175 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49176
49177         * libio/iofwide.c (do_length): Avoid warning.
49178
49179         * ctype/ctype.h (__isctype_f): Add missing __THROW.
49180
49181 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
49182
49183         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49184
49185         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49186         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49187         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49188         * sysdeps/i386/i686/fpu/e_log.S: New file.
49189         * sysdeps/i386/i686/fpu/e_logf.S: New file.
49190         * sysdeps/i386/i686/fpu/e_logl.S: New file.
49191
49192         * ctype/ctype.h: Add support for inlined isXXX functions when
49193         compiling C++ code.
49194
49195 2011-10-14  Andreas Schwab  <schwab@redhat.com>
49196
49197         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49198
49199         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49200
49201 2011-10-13  Roland McGrath  <roland@hack.frob.com>
49202
49203         [BZ #13291]
49204         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49205
49206 2011-10-13  Andreas Schwab  <schwab@redhat.com>
49207
49208         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49209         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49210         feraiseexcept.
49211
49212         * sysdeps/x86_64/memrchr.S: Check for zero size.
49213
49214         * string/stratcliff.c: Add memrchr tests.
49215
49216 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49217
49218         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49219         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49220         rawmemchr-sse2 rawmemchr-sse2-bsf.
49221         * sysdeps/i386/i686/multiarch/memchr.S: New file.
49222         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49223         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49224         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49225         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49226         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49227         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49228         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49229         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49230         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49231         * string/memrchr.c (MEMRCHR): New macro.
49232
49233 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
49234
49235         Add integration with gcc's -ffinite-math-only and optimize wrapper
49236         functions in libm.
49237         * Versions.def: Define GLIBC_2.15 version for libm.
49238         * math/Makefile (headers): Add bits/math-finite.h.
49239         * math/bits/math-finite.h: New file.
49240         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49241         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49242         * math/e_acoshl.c: Add __*_finite alias.
49243         * math/e_acosl.c: Likewise.
49244         * math/e_asinl.c: Likewise.
49245         * math/e_atan2l.c: Likewise.
49246         * math/e_atanhl.c: Likewise.
49247         * math/e_coshl.c: Likewise.
49248         * math/e_exp10.c: Likewise.
49249         * math/e_exp10f.c: Likewise.
49250         * math/e_exp10l.c: Likewise.
49251         * math/e_exp2l.c: Likewise.
49252         * math/e_fmodl.c: Likewise.
49253         * math/e_gammal_r.c: Likewise.
49254         * math/e_hypotl.c: Likewise.
49255         * math/e_j0l.c: Likewise.
49256         * math/e_j1l.c: Likewise.
49257         * math/e_jnl.c: Likewise.
49258         * math/e_lgammal_r.c: Likewise.
49259         * math/e_log10l.c: Likewise.
49260         * math/e_log2l.c: Likewise.
49261         * math/e_logl.c: Likewise.
49262         * math/e_powl.c: Likewise.
49263         * math/e_sinhl.c: Likewise.
49264         * math/e_sqrtl.c: Likewise.
49265         * math/e_scalb.c: Completely rewritten and optimized.
49266         * math/e_scalbf.c: Likewise.
49267         * math/e_scalbl.c: Likewise.
49268         * math/w_acos.c: Likewise.
49269         * math/w_acosf.c: Likewise.
49270         * math/w_acosl.c: Likewise.
49271         * math/w_acosh.c: Likewise.
49272         * math/w_acoshf.c: Likewise.
49273         * math/w_acoshl.c: Likewise.
49274         * math/w_asin.c: Likewise.
49275         * math/w_asinf.c: Likewise.
49276         * math/w_asinl.c: Likewise.
49277         * math/w_atan2.c: Likewise.
49278         * math/w_atan2f.c: Likewise.
49279         * math/w_atan2l.c: Likewise.
49280         * math/w_atanh.c: Likewise.
49281         * math/w_atanhf.c: Likewise.
49282         * math/w_atanhl.c: Likewise.
49283         * math/w_exp10.c: Likewise.
49284         * math/w_exp10f.c: Likewise.
49285         * math/w_exp10l.c: Likewise.
49286         * math/w_fmod.c: Likewise.
49287         * math/w_fmodf.c: Likewise.
49288         * math/w_fmodl.c: Likewise.
49289         * math/w_j0.c: Likewise.
49290         * math/w_j0f.c: Likewise.
49291         * math/w_j0l.c: Likewise.
49292         * math/w_j1.c: Likewise.
49293         * math/w_j1f.c: Likewise.
49294         * math/w_j1l.c: Likewise.
49295         * math/w_jn.c: Likewise.
49296         * math/w_jnf.c: Likewise.
49297         * math/w_log.c: Likewise.
49298         * math/w_logf.c: Likewise.
49299         * math/w_logl.c: Likewise.
49300         * math/w_log10.c: Likewise.
49301         * math/w_log10f.c: Likewise.
49302         * math/w_log10l.c: Likewise.
49303         * math/w_log2.c: Likewise.
49304         * math/w_log2f.c: Likewise.
49305         * math/w_log2l.c: Likewise.
49306         * math/w_pow.c: Likewise.
49307         * math/w_powf.c: Likewise.
49308         * math/w_powl.c: Likewise.
49309         * math/w_remainder.c: Likewise.
49310         * math/w_remainderf.c: Likewise.
49311         * math/w_remainderl.c: Likewise.
49312         * math/w_scalb.c: Likewise.
49313         * math/w_scalbf.c: Likewise.
49314         * math/w_scalbl.c: Likewise.
49315         * math/w_sqrt.c: Likewise.
49316         * math/w_sqrtf.c: Likewise.
49317         * math/w_sqrtl.c: Likewise.
49318         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49319         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49320         used.
49321         * math/math_private.h: Declare __kernel_standard_f.
49322         * math/w_cosh.c: Remove cruft and optimize a bit.
49323         * math/w_coshf.c: Likewise.
49324         * math/w_coshl.c: Likewise.
49325         * math/w_exp2.c: Likewise.
49326         * math/w_exp2f.c: Likewise.
49327         * math/w_exp2l.c: Likewise.
49328         * math/w_hypot.c: Likewise.
49329         * math/w_hypotf.c: Likewise.
49330         * math/w_hypotl.c: Likewise.
49331         * math/w_lgamma.c: Likewise.
49332         * math/w_lgamma_r.c: Likewise.
49333         * math/w_lgammaf.c: Likewise.
49334         * math/w_lgammaf_r.c: Likewise.
49335         * math/w_lgammal.c: Likewise.
49336         * math/w_lgammal_r.c: Likewise.
49337         * math/w_sinh.c: Likewise.
49338         * math/w_sinhf.c: Likewise.
49339         * math/w_sinhl.c: Likewise.
49340         * math/w_tgamma.c: Likewise.
49341         * math/w_tgammaf.c: Likewise.
49342         * math/w_tgammal.c: Likewise.
49343         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49344         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49345         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49346         Minor optimizations.  Pretty printing.  Remove cruft.
49347         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49348         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49349         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49350         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49351         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49352         * sysdeps/i386/fpu/e_asin.S: Likewise.
49353         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49354         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49355         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49356         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49357         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49358         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49359         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49360         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49361         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49362         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49363         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49364         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49365         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49366         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49367         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49368         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49369         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49370         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49371         * sysdeps/i386/fpu/e_log.S: Likewise.
49372         * sysdeps/i386/fpu/e_log10.S: Likewise.
49373         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49374         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49375         * sysdeps/i386/fpu/e_log2.S: Likewise.
49376         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49377         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49378         * sysdeps/i386/fpu/e_logf.S: Likewise.
49379         * sysdeps/i386/fpu/e_logl.S: Likewise.
49380         * sysdeps/i386/fpu/e_pow.S: Likewise.
49381         * sysdeps/i386/fpu/e_powf.S: Likewise.
49382         * sysdeps/i386/fpu/e_powl.S: Likewise.
49383         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49384         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49385         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49386         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49387         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49388         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49389         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49390         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49391         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49392         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49393         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49394         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49395         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49396         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49397         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49398         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49399         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49400         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49401         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49402         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49403         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49404         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49405         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49406         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49407         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49408         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49409         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49410         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49411         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49412         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49413         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49414         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49415         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49416         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49417         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49418         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49419         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49420         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49421         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49422         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49423         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49424         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49425         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49426         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49427         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49428         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49429         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49430         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49431         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49432         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49433         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49434         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49435         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49436         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49437         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49438         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49439         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49440         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49441         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49442         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49443         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49444         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49445         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49446         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49447         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49448         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49449         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49450         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49451         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49452         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49453         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49454         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49455         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49456         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49457         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49458         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49459         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49460         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49461         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49462         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49463         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49464         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49465         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49466         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49467         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49468         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49469         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49470         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49471         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49472         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49473         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49474         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49475         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49476         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49477         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49478         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49479         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49480         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49481         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49482         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49483         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49484         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49485         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49486         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49487         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49488         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49489         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49490         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49491         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49492         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49493         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49494         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49495         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49496         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49497         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49498         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49499         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49500         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49501         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49502         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49503         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49504         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49505         (__isnanf): Likewise.
49506         (__isinf_ns): Likewise.
49507         (__isinf_nsf): Likewise.
49508         (__finite): Likewise.
49509         (__finitef): Likewise.
49510         (__ieee754_sqrt): Define as macro.
49511         (__ieee754_sqrtf): Define as macro.
49512         (__ieee754_sqrtl): Define as macro.
49513         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49514         inlined copy.
49515         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49516         __FINITE_MATH_ONLY__ consistent.
49517         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49518
49519 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49520
49521         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49522         of rawmemchr.
49523
49524         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49525
49526 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49527
49528         * po/ja.po: Update from translation team.
49529
49530 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49531
49532         * locale/programs/locarchive.c (prepare_address_space): New function.
49533         (create_archive, enlarge_archive, open_archive): Use it.
49534
49535         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49536         inside [SHARED], where it is used.
49537
49538         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49539
49540         * nss/getent.c (netgroup_keys): Remove unused variable.
49541         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49542
49543 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49544
49545         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49546         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49547         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49548         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49549         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49550         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49551         * math/Makefile (libm-calls): Add s_isinf_ns.
49552         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49553         * math/multc3.c: Likewise.
49554         * math/s_casin.c: Likewise.
49555         * math/s_casinf.c: Likewise.
49556         * math/s_casinl.c: Likewise.
49557         * math/s_ccos.c: Likewise.
49558         * math/s_ccosf.c: Likewise.
49559         * math/s_ccosl.c: Likewise.
49560         * math/s_ctan.c: Likewise.
49561         * math/s_ctanf.c: Likewise.
49562         * math/s_ctanh.c: Likewise.
49563         * math/s_ctanhf.c: Likewise.
49564         * math/s_ctanhl.c: Likewise.
49565         * math/s_ctanl.c: Likewise.
49566         * math/w_fmod.c: Likewise.
49567         * math/w_fmodf.c: Likewise.
49568         * math/w_fmodl.c: Likewise.
49569         * math/w_remainder.c: Likewise.
49570         * math/w_remainderf.c: Likewise.
49571         * math/w_remainderl.c: Likewise.
49572         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49573         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49574         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49575         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49576         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49577         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49578         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49579         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49580
49581         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49582         of the number.
49583         * stdio-common/printf_fphex.c: Likewise.
49584         * stdio-common/printf_size.c: Likewise.
49585
49586         * math/e_exp10.c: Include math_private.h using <...> not "...".
49587         * math/e_exp10f.c: Likewise.
49588         * math/e_exp10l.c: Likewise.
49589         * math/e_exp2l.c: Likewise.
49590         * math/e_j0l.c: Likewise.
49591         * math/e_j1l.c: Likewise.
49592         * math/e_jnl.c: Likewise.
49593         * math/e_lgammal_r.c: Likewise.
49594         * math/e_rem_pio2l.c: Likewise.
49595         * math/e_scalb.c: Likewise.
49596         * math/e_scalbf.c: Likewise.
49597         * math/e_scalbl.c: Likewise.
49598         * math/k_cosl.c: Likewise.
49599         * math/k_sinl.c: Likewise.
49600         * math/k_tanl.c: Likewise.
49601         * math/s_cacoshf.c: Likewise.
49602         * math/s_catan.c: Likewise.
49603         * math/s_catanf.c: Likewise.
49604         * math/s_catanh.c: Likewise.
49605         * math/s_catanhf.c: Likewise.
49606         * math/s_catanhl.c: Likewise.
49607         * math/s_catanl.c: Likewise.
49608         * math/s_ccosh.c: Likewise.
49609         * math/s_ccoshf.c: Likewise.
49610         * math/s_ccoshl.c: Likewise.
49611         * math/s_cexp.c: Likewise.
49612         * math/s_cexpf.c: Likewise.
49613         * math/s_cexpl.c: Likewise.
49614         * math/s_clog.c: Likewise.
49615         * math/s_clog10.c: Likewise.
49616         * math/s_clog10f.c: Likewise.
49617         * math/s_clog10l.c: Likewise.
49618         * math/s_clogf.c: Likewise.
49619         * math/s_clogl.c: Likewise.
49620         * math/s_csin.c: Likewise.
49621         * math/s_csinf.c: Likewise.
49622         * math/s_csinh.c: Likewise.
49623         * math/s_csinhf.c: Likewise.
49624         * math/s_csinhl.c: Likewise.
49625         * math/s_csinl.c: Likewise.
49626         * math/s_csqrt.c: Likewise.
49627         * math/s_csqrtf.c: Likewise.
49628         * math/s_csqrtl.c: Likewise.
49629         * math/s_ctan.c: Likewise.
49630         * math/s_ctanf.c: Likewise.
49631         * math/s_ctanh.c: Likewise.
49632         * math/s_ctanhf.c: Likewise.
49633         * math/s_ctanhl.c: Likewise.
49634         * math/s_ctanl.c: Likewise.
49635         * math/s_ldexp.c: Likewise.
49636         * math/s_ldexpf.c: Likewise.
49637         * math/s_ldexpl.c: Likewise.
49638         * math/s_significand.c: Likewise.
49639         * math/s_significandf.c: Likewise.
49640         * math/s_significandl.c: Likewise.
49641         * math/w_acos.c: Likewise.
49642         * math/w_acosf.c: Likewise.
49643         * math/w_acosh.c: Likewise.
49644         * math/w_acoshf.c: Likewise.
49645         * math/w_acoshl.c: Likewise.
49646         * math/w_acosl.c: Likewise.
49647         * math/w_asin.c: Likewise.
49648         * math/w_asinf.c: Likewise.
49649         * math/w_asinl.c: Likewise.
49650         * math/w_atan2.c: Likewise.
49651         * math/w_atan2f.c: Likewise.
49652         * math/w_atan2l.c: Likewise.
49653         * math/w_atanh.c: Likewise.
49654         * math/w_atanhf.c: Likewise.
49655         * math/w_atanhl.c: Likewise.
49656         * math/w_cosh.c: Likewise.
49657         * math/w_coshf.c: Likewise.
49658         * math/w_coshl.c: Likewise.
49659         * math/w_dremf.c: Likewise.
49660         * math/w_exp10.c: Likewise.
49661         * math/w_exp10f.c: Likewise.
49662         * math/w_exp10l.c: Likewise.
49663         * math/w_exp2.c: Likewise.
49664         * math/w_exp2f.c: Likewise.
49665         * math/w_fmod.c: Likewise.
49666         * math/w_fmodf.c: Likewise.
49667         * math/w_fmodl.c: Likewise.
49668         * math/w_hypot.c: Likewise.
49669         * math/w_hypotf.c: Likewise.
49670         * math/w_hypotl.c: Likewise.
49671         * math/w_j0.c: Likewise.
49672         * math/w_j0f.c: Likewise.
49673         * math/w_j0l.c: Likewise.
49674         * math/w_j1.c: Likewise.
49675         * math/w_j1f.c: Likewise.
49676         * math/w_j1l.c: Likewise.
49677         * math/w_jn.c: Likewise.
49678         * math/w_jnf.c: Likewise.
49679         * math/w_jnl.c: Likewise.
49680         * math/w_lgamma.c: Likewise.
49681         * math/w_lgamma_r.c: Likewise.
49682         * math/w_lgammaf.c: Likewise.
49683         * math/w_lgammaf_r.c: Likewise.
49684         * math/w_lgammal.c: Likewise.
49685         * math/w_lgammal_r.c: Likewise.
49686         * math/w_log.c: Likewise.
49687         * math/w_log10.c: Likewise.
49688         * math/w_log10f.c: Likewise.
49689         * math/w_log10l.c: Likewise.
49690         * math/w_log2.c: Likewise.
49691         * math/w_log2f.c: Likewise.
49692         * math/w_log2l.c: Likewise.
49693         * math/w_logf.c: Likewise.
49694         * math/w_logl.c: Likewise.
49695         * math/w_pow.c: Likewise.
49696         * math/w_powf.c: Likewise.
49697         * math/w_powl.c: Likewise.
49698         * math/w_remainder.c: Likewise.
49699         * math/w_remainderf.c: Likewise.
49700         * math/w_remainderl.c: Likewise.
49701         * math/w_scalb.c: Likewise.
49702         * math/w_scalbf.c: Likewise.
49703         * math/w_scalbl.c: Likewise.
49704         * math/w_sinh.c: Likewise.
49705         * math/w_sinhf.c: Likewise.
49706         * math/w_sinhl.c: Likewise.
49707         * math/w_sqrt.c: Likewise.
49708         * math/w_sqrtf.c: Likewise.
49709         * math/w_sqrtl.c: Likewise.
49710         * math/w_tgamma.c: Likewise.
49711         * math/w_tgammaf.c: Likewise.
49712         * math/w_tgammal.c: Likewise.
49713
49714         * po/ja.po: Update from translation team.
49715
49716 2011-09-29  Andreas Jaeger  <aj@suse.de>
49717
49718         [BZ #13179]
49719         * sunrpc/netname.c (netname2host): Fix logic.
49720
49721         [BZ #6779]
49722         [BZ #6783]
49723         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49724         correctly.
49725         * math/w_remainder.c (__remainder): Likewise.
49726         * math/w_remainderf.c (__remainderf): Likewise.
49727         * math/libm-test.inc (remainder_test): Add test cases.
49728
49729 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49730
49731         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49732         sdiv_qrnnd.
49733
49734 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49735
49736         * string/test-memcmp.c: Avoid unncessary #defines.
49737         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49738
49739 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49740
49741         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49742         Use new sse2 version for core i3 - i7 as it's faster
49743         than sse42 version.
49744         (bit_Prefer_PMINUB_for_stringop): New.
49745         * sysdeps/x86_64/rawmemchr.S: Update.
49746         Replace with faster SSE2 version.
49747         * sysdeps/x86_64/memrchr.S: New file.
49748         * sysdeps/x86_64/memchr.S: Update.
49749         Replace with faster SSE2 version.
49750
49751 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49752
49753         * elf/dl-load.c (lose): Add cast to avoid warning.
49754
49755 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49756
49757         * po/ca.po: Update from translation team.
49758
49759         * inet/getnetgrent_r.c: Hook up nscd.
49760         * nscd/Makefile (routines): Add nscd_netgroup.
49761         (nscd-modules): Add netgroupcache.
49762         (CFLAGS-netgroupcache.c): Define.
49763         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49764         (cache_search): Add const to second parameter.
49765         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49766         INNETGR.
49767         (dbs): Add netgrdb entry.
49768         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49769         (verify_persistent_db): Handle netgrdb.
49770         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49771         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49772         GETFDNETGR.
49773         (netgroup_response_header): Define.
49774         (innetgroup_response_header): Define.
49775         (datahead): Add netgroup_response_header and innetgroup_response_header
49776         elements.
49777         * nscd/nscd.conf: Add entries for netgroup cache.
49778         * nscd/nscd.h (dbtype): Add netgrdb.
49779         (_PATH_NSCD_NETGROUP_DB): Define.
49780         (netgroup_iov_disabled): Declare.
49781         (xmalloc, xcalloc, xrealloc): Move declarations here.
49782         (cache_search): Adjust prototype.
49783         Add netgroup-related prototypes.
49784         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49785         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49786         (__nscd_innetgr): Declare.
49787         * nscd/selinux.c (perms): Use access_vector_t as element type and
49788         add netgroup-related initializers.
49789         * nscd/netgroupcache.c: New file.
49790         * nscd/nscd_netgroup.c: New file.
49791         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49792         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49793         For four parameters use innetgr.
49794         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49795         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49796         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49797         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49798
49799         * nscd/connections.c (register_traced_file): Don't register file
49800         for disabled databases.
49801
49802 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49803
49804         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49805
49806         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49807         from tree and freeing node.
49808
49809 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49810
49811         * nss/nsswitch.c (__nss_database_lookup): Handle
49812         nss_parse_service_list out of memory case.
49813
49814 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49815
49816         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49817         out of memory case.
49818
49819 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49820
49821         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49822         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49823         pass it down.
49824         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49825         elf_machine_rela, elf_machine_lazy_rel.
49826         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49827         (ELF_DYNAMIC_DO_REL): Likewise.
49828         (ELF_DYNAMIC_DO_RELA): Likewise.
49829         (ELF_DYNAMIC_RELOCATE): Likewise.
49830         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49831         to ELF_DYNAMIC_DO_REL.
49832         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49833         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49834         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49835         elf_machine_rela.
49836         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49837         skip_ifunc, don't call ifunc function if non-zero.
49838         (elf_machine_rela): Likewise.
49839         (elf_machine_lazy_rel): Likewise.
49840         (elf_machine_lazy_rela): Likewise.
49841         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49842         (elf_machine_lazy_rel): Likewise.
49843         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49844         Likewise.
49845         (elf_machine_lazy_rel): Likewise.
49846         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49847         Likewise.
49848         (elf_machine_lazy_rel): Likewise.
49849         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49850         (elf_machine_lazy_rel): Likewise.
49851         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49852         (elf_machine_lazy_rel): Likewise.
49853         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49854         (elf_machine_lazy_rel): Likewise.
49855         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49856         (elf_machine_lazy_rel): Likewise.
49857         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49858         (elf_machine_lazy_rel): Likewise.
49859         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49860         (elf_machine_lazy_rel): Likewise.
49861
49862 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49863
49864         * nss/nss_files/files-init.c (_nss_files_init): Use static
49865         initialization for all the *_traced_file variables.
49866
49867 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49868
49869         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49870
49871 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49872
49873         [BZ #13226]
49874         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49875
49876 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49877
49878         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49879         Reread the line before reparsing it.
49880
49881 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49882
49883         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49884
49885 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49886             Maxim Kuvyrkov  <maxim@codesourcery.com>
49887             Joseph Myers  <joseph@codesourcery.com>
49888
49889         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49890         if needed for __stack_chk_guard.
49891
49892 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49893
49894         * sysdeps/posix/spawni.c (script_execute): Always define it.
49895         It will be optimized away if unused.
49896         (maybe_script_execute): New function.
49897         (__spawni): Call it.
49898
49899         * Makerules: Don't include tls.make.
49900         (config-tls): Always set to thread.
49901         * tls.make.c: File removed.
49902
49903 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49904
49905         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49906         * config.make.in (CPPFLAGS-config): New substituted variable.
49907
49908 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49909
49910         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49911
49912         [BZ #13192]
49913         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49914         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49915
49916 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49917
49918         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49919         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49920         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49921         (CALL_FAIL): Likewise.
49922         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49923         (CALL_FAIL): Macro removed.
49924         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49925
49926 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49927
49928         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49929         for __FINITE_MATH_ONLY__ == 1.
49930
49931 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49932
49933         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49934         __ieee754_sqrt instead of sqrt.
49935         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49936         __ieee754_sqrtf instead of sqrtf.
49937         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49938         __floorf instead of floorf.
49939         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49940         __floorf, __truncf instead of floorf, truncf.
49941
49942 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49943
49944         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49945
49946         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49947         __extern_always_inline.
49948         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49949         32-bit.
49950
49951 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49952
49953         * elf/rtld.c (dl_main): Also relocate in dependency order when
49954         doing symbol dependency testing.
49955
49956 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49957
49958         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49959         Always define `refsym'.
49960
49961 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49962
49963         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49964         (__FD_ELT): Renamed from __FDELT.
49965         * misc/bits/select2.h (__FD_ELT): Likewise.
49966         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49967         __FD_MASK instead of __FDELT, __FDMASK.
49968         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49969         Likewise.
49970         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49971         Likewise.
49972
49973         * elf/Makefile (gen-ldd): Fix pattern.
49974
49975         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49976         (init_tls): Likewise.
49977
49978 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49979
49980         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49981
49982 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49983
49984         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49985         `struct cmsghdr *' instead of `void *'.
49986         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49987         Likewise.
49988
49989 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49990
49991         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49992         if non-absolute.
49993         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49994         ldd_rewrite_script.
49995
49996 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49997
49998         * configure.in: Remove --with-tls option.
49999         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
50000         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
50001         out in case it is missing.
50002         * sysdeps/ia64/elf/configure.in: Likewise.
50003         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
50004         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
50005         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
50006         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
50007         * sysdeps/sh/elf/configure.in: Likewise.
50008         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
50009         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50010         * sysdeps/x86_64/elf/configure.in: Likewise.
50011         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
50012         * sysdeps/mach/hurd/tls.h: Likewise.
50013
50014         [BZ #13067]
50015         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
50016
50017         [BZ #13090]
50018         * configure.in: Fix use of AC_INIT.
50019
50020         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
50021
50022 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
50023
50024         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
50025         __set_errno.
50026         * malloc/hooks.c: Likewise.
50027
50028         [BZ #11929]
50029         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
50030         variables statically.
50031         (narenas): Initialize.
50032         (list_lock): Initialize.
50033         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
50034         initializtion of main_arena and list_lock.  Small cleanups.
50035         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
50036         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
50037         Add initializers to main_arena and mp_.
50038         (malloc_state): Remove pagesize member.  Change all users to use
50039         GLRO(dl_pagesize).
50040
50041         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
50042         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
50043         is always initialized.
50044
50045         * malloc/malloc.c: Removed unused configurations and dead code.
50046         * malloc/arena.c: Likewise.
50047         * malloc/hooks.c: Likewise.
50048         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
50049
50050         * include/tls.h: Removed.  USE___THREAD must always be defined.
50051         * bits/libc-tsd.h: Don't handle !USE___THREAD.
50052         * elf/dl-libc.c: Likewise.
50053         * elf/dl-tsd.c: Likewise.
50054         * include/errno.h: Likewise.
50055         * include/netdb.h: Likewise.
50056         * include/resolv.h: Likewise.
50057         * inet/herrno-loc.c: Likewise.
50058         * inet/herrno.c: Likewise.
50059         * malloc/arena.c: Likewise.
50060         * malloc/hooks.c: Likewise.
50061         * malloc/malloc.c: Likewise.
50062         * resolv/res-state.c: Likewise.
50063         * resolv/res_libc.c: Likewise.
50064         * sysdeps/i386/dl-machine.h: Likewise.
50065         * sysdeps/ia64/dl-machine.h: Likewise.
50066         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
50067         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
50068         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
50069         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
50070         * sysdeps/sh/dl-machine.h: Likewise.
50071         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50072         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50073         * sysdeps/unix/i386/sysdep.S: Likewise.
50074         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
50075         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
50076         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
50077         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
50078         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
50079         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
50080         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
50081         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50082         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50083         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
50084         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50085         * sysdeps/x86_64/dl-machine.h: Likewise.
50086         * tls.make.c: Likewise.
50087
50088         * configure.in: Remove --with-__thread option.  Make tests for
50089         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
50090         tls_model attribute fail if no support is available.  Remove
50091         USE_IN_LIBIO.
50092         * Makeconfig: Adjust for dropped configure option.  All features are
50093         now mandatory.
50094         * Makerules: Likewise.
50095         * Versions.def: Likewise.
50096         * argp/argp-fmtstream.c: Likewise.
50097         * argp/argp-fmtstream.h: Likewise.
50098         * argp/argp-help.c: Likewise.
50099         * assert/assert.c: Likewise.
50100         * config.h.in: Likewise.
50101         * config.make.in: Likewise.
50102         * configure: Likewise.
50103         * configure.in: Likewise.
50104         * csu/Versions: Likewise.
50105         * csu/init.c: Likewise.
50106         * elf/tst-audit2.c: Likewise.
50107         * elf/tst-tls10.c: Likewise.
50108         * elf/tst-tls10.h: Likewise.
50109         * elf/tst-tls11.c: Likewise.
50110         * elf/tst-tls12.c: Likewise.
50111         * elf/tst-tls14.c: Likewise.
50112         * elf/tst-tlsmod11.c: Likewise.
50113         * elf/tst-tlsmod12.c: Likewise.
50114         * elf/tst-tlsmod13.c: Likewise.
50115         * elf/tst-tlsmod13a.c: Likewise.
50116         * elf/tst-tlsmod14a.c: Likewise.
50117         * elf/tst-tlsmod15b.c: Likewise.
50118         * elf/tst-tlsmod16a.c: Likewise.
50119         * elf/tst-tlsmod16b.c: Likewise.
50120         * elf/tst-tlsmod7.c: Likewise.
50121         * elf/tst-tlsmod8.c: Likewise.
50122         * elf/tst-tlsmod9.c: Likewise.
50123         * gmon/gmon.c: Likewise.
50124         * grp/fgetgrent_r.c: Likewise.
50125         * grp/putgrent.c: Likewise.
50126         * hurd/fopenport.c: Likewise.
50127         * include/libc-symbols.h: Likewise.
50128         * include/tls.h: Likewise.
50129         * intl/gettextP.h: Likewise.
50130         * intl/loadinfo.h: Likewise.
50131         * locale/global-locale.c: Likewise.
50132         * locale/localeinfo.h: Likewise.
50133         * mach/devstream.c: Likewise.
50134         * malloc/arena.c: Likewise.
50135         * malloc/set-freeres.c: Likewise.
50136         * misc/err.c: Likewise.
50137         * misc/getttyent.c: Likewise.
50138         * misc/mntent_r.c: Likewise.
50139         * posix/getopt.c: Likewise.
50140         * posix/wordexp.c: Likewise.
50141         * pwd/fgetpwent_r.c: Likewise.
50142         * resolv/Versions: Likewise.
50143         * resolv/res_hconf.c: Likewise.
50144         * shadow/fgetspent_r.c: Likewise.
50145         * shadow/putspent.c: Likewise.
50146         * stdio-common/printf_fphex.c: Likewise.
50147         * stdio-common/tmpfile.c: Likewise.
50148         * stdlib/abort.c: Likewise.
50149         * stdlib/fmtmsg.c: Likewise.
50150         * sunrpc/auth_unix.c: Likewise.
50151         * sunrpc/clnt_perr.c: Likewise.
50152         * sunrpc/clnt_tcp.c: Likewise.
50153         * sunrpc/clnt_udp.c: Likewise.
50154         * sunrpc/clnt_unix.c: Likewise.
50155         * sunrpc/openchild.c: Likewise.
50156         * sunrpc/svc_simple.c: Likewise.
50157         * sunrpc/svc_tcp.c: Likewise.
50158         * sunrpc/svc_udp.c: Likewise.
50159         * sunrpc/svc_unix.c: Likewise.
50160         * sunrpc/xdr.c: Likewise.
50161         * sunrpc/xdr_array.c: Likewise.
50162         * sunrpc/xdr_rec.c: Likewise.
50163         * sunrpc/xdr_ref.c: Likewise.
50164         * sunrpc/xdr_stdio.c: Likewise.
50165
50166 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50167
50168         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50169
50170 2011-07-03  Andreas Jaeger  <aj@suse.de>
50171
50172         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
50173         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
50174         regenerate with gen-libm-tests.pl.
50175
50176 2010-05-12  Petr Baudis  <pasky@suse.cz>
50177
50178         [BZ #11589]
50179         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50180         around j0() zero points by switching to j1().
50181         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50182         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50183         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50184         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50185
50186 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50187
50188         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50189         instead of 0.
50190         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
50191         instead of 0.
50192         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50193         Patch in part by Pavel Roskin <proski@gnu.org>.
50194
50195         [BZ #13138]
50196         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50197         realloc.
50198         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
50199         Free memory block if necessary.
50200
50201         [BZ #12847]
50202         * libio/genops.c (INTDEF): For string streams the _lock pointer can
50203         be NULL.  Don't lock in this case.
50204
50205 2011-09-09  Roland McGrath  <roland@hack.frob.com>
50206
50207         * elf/elf.h (ELFOSABI_GNU): New macro.
50208         (ELFOSABI_LINUX): Define to that.
50209
50210 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
50211
50212         * string/strncat.c (strncat): Undef the symbol in case it has been
50213         defined in bits/string.h.
50214
50215 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50216
50217         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50218
50219         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
50220         link map.
50221
50222 2011-08-17  Andreas Jaeger  <aj@suse.de>
50223
50224         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50225
50226 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
50227             Ian Lance Taylor  <iant@google.com>
50228
50229         * math/libm-test.inc (lround_test): New testcase.
50230         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50231
50232 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
50233
50234         * Makefile: Remove support for automatic cvs check-ins.
50235         * Makerules: Likewise.
50236         * config.make.in: Likewise.
50237         * configure.in: Likewise.
50238         * intl/Makefile: Likewise.
50239         * locale/Makefile: Likewise.
50240         * po/Makefile: Likewise.
50241         * posix/Makefile: Likewise.
50242         * sysdeps/gnu/Makefile: Likewise.
50243         * sysdeps/mach/hurd/Makefile: Likewise.
50244         * sysdeps/sparc/sparc32/Makefile: Likewise.
50245
50246         [BZ #13118]
50247         * posix/Makefile (bug-regex32-ENV): Define.
50248         Patch by John Stanley <jpsinthemix@verizon.net>.
50249
50250         * misc/Makefile (headers): Add bits/select2.h.
50251         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50252         * misc/bits/select2.h: New file.
50253         * include/bits/select2.h: New file.
50254         * debug/Makefile (routines): Add fdelt_chk.
50255         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50256         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50257         FD_ISSET.
50258         * debug/fdelt_chk.c: New file.
50259
50260         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50261         * wcsmbs/test-wmemcmp.c: Likewise.
50262         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50263         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50264
50265 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50266
50267         * string/Makefile (strop-tests): Add memcmp.
50268         * string/test-wmemcmp.c: New file.
50269         * string/test-memcmp.c: Add wmemcmp support.
50270
50271 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50272
50273         [BZ #13153]
50274         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50275         2011-07-19 change.
50276
50277         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50278         garbage value in a __mach_port_mod_refs call in the cases of the
50279         task-self and thread-self ports.
50280
50281 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50282
50283         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50284
50285 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50286
50287         * elf/dl-load.c (lose): Check for non-null L.
50288
50289 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50290
50291         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50292
50293         * elf/dl-libc.c (dlerror_run): Pass back error code from
50294         dl_catch_error.
50295
50296         [BZ #13123]
50297         * elf/dl-load.c (lose): Free l_origin if it is valid.
50298
50299         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50300         names.
50301         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50302         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50303         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50304         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50305         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50306         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50307
50308 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50309
50310         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50311         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50312         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50313         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50314         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50315         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50316         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50317         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50318         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50319         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50320
50321 2011-08-15  Alan Modra  <amodra@gmail.com>
50322
50323         [BZ #13092]
50324         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50325         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50326         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50327         ppc_mcount to static-only-routines.
50328         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50329         __mcount_internal.
50330         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50331         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50332
50333 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50334
50335         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50336         for finite and infinity parameters.
50337
50338 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50339
50340         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50341         and add nop instructions for throughput optimization.
50342         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50343
50344 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50345
50346         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50347         aligned copy for power7 with vector-scalar instructions.
50348         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50349
50350 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50351
50352         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50353         AVX check.
50354
50355 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50356
50357         [BZ #13144]
50358         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50359         last change.
50360
50361 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50362
50363         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50364         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50365         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50366         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50367         clock_gettime.
50368
50369 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50370
50371         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50372         Forgot to demangle the pointer.
50373
50374         * sysdeps/i386/sysdep.h: Define atom_text_section.
50375         * sysdeps/x86_64/sysdep.h: Likewise.
50376         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50377         section with atom_text_section.
50378         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50379         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50380         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50381         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50382         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50383
50384         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50385         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50386         already be defined.  Change to take two parameters and don't assign
50387         result to variable.  Adjust all users.
50388         Define INTERNAL_GETTIME if not already defined.
50389         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50390         call.
50391         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50392         HAVE_CLOCK_GETTIME_VSYSCALL.
50393         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50394
50395         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50396         gettimeofday vsyscall, just use time.
50397
50398 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50399
50400         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50401         <errno.h>.
50402
50403 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50404
50405         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50406         syscall on x86-64.
50407         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50408         syscall.
50409         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50410         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50411         syscall if possible.
50412
50413 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50414
50415         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50416         e_ident.  Don't pass to find_mapsXX.
50417         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50418
50419 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50420
50421         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50422         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50423         * sysdeps/x86_64/multiarch/strchr.S: Update.
50424         Check bit_slow_BSF bit.
50425         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50426         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50427         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50428
50429 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50430
50431         [BZ #13134]
50432         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50433         before glibc 2.15.
50434         (tryshell): Define.
50435         (__spawni): Change last parameter to be flag.  Test
50436         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50437         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50438         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50439         * posix/spawni.c: Likewise.
50440         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50441         * posix/spawnp.c: Likewise.  Change normal version to use
50442         SPAWN_XFLAGS_USE_PATH.
50443         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50444         SPAWN_XFLAGS_TRY_SHELL.
50445
50446         [BZ #13150]
50447         * posix/glob.h: Remove gcc 1.x support.
50448
50449         [BZ #13068]
50450         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50451
50452 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50453
50454         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50455         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50456         strrchr-sse2-bsf
50457         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50458         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50459         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50460         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50461         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50462         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50463
50464 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50465
50466         * sysdeps/x86_64/wcscmp.S: New file.
50467
50468         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50469         wcscmp-c wcscmp-sse2
50470         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50471         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50472         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50473         * wcsmbs/wcscmp.c: Allow renaming.
50474
50475 2011-09-05  David S. Miller  <davem@davemloft.net>
50476
50477         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50478         stack slot, rather than the struct return pointer slot.
50479         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50480         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50481         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50482         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50483
50484 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50485
50486         * po/ja.po: Update from translation team.
50487
50488         [BZ #13144]
50489         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50490         kernel in 64-bit binaries.
50491
50492 2011-09-01  David S. Miller  <davem@davemloft.net>
50493
50494         * elf/elf.h (HWCAP_SPARC_*): Move to..
50495         * sysdeps/sparc/sysdep.h: this new file and add new values.
50496         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50497         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50498         _DL_HWCAP_COUNT to 24.
50499         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50500         entries.
50501         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50502         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50503         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50504         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50505         instead of magic constants.
50506         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50507
50508 2011-08-31  David S. Miller  <davem@davemloft.net>
50509
50510         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50511         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50512         Reimplement to do errno handling inline.
50513         (SYSCALL_ERROR_HANDLER): New macro.
50514         (__SYSCALL_STRING): Do not do errno handling in asm.
50515         (__CLONE_SYSCALL_STRING): Delete.
50516         (__INTERNAL_SYSCALL_STRING): Delete.
50517         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50518         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50519         (PSEUDO): Reimplement to do errno handling inline.
50520         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50521         (SYSCALL_ERROR_HANDLER): New macro.
50522         (__SYSCALL_STRING): Do not do errno handling in asm.
50523         (__CLONE_SYSCALL_STRING): Delete.
50524         (__INTERNAL_SYSCALL_STRING): Delete.
50525         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50526         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50527         i386.
50528         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50529         (inline_syscall*): Add 'err' argument.
50530         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50531         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50532         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50533         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50534
50535         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50536         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50537
50538 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50539
50540         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50541
50542 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50543
50544         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50545         directive.
50546
50547 2011-08-24  David S. Miller  <davem@davemloft.net>
50548
50549         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50550
50551 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50552
50553         * elf/Makefile: Add rules to build and run unload8 test.
50554         * elf/unload8.c: New file.
50555         * elf/unload8mod1.c: New file.
50556         * elf/unload8mod1x.c: New file.
50557         * elf/unload8mod2.c: New file.
50558         * elf/unload8mod3.c: New file.
50559
50560         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50561         it wasn't used.
50562
50563 2011-08-23  David S. Miller  <davem@davemloft.net>
50564
50565         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50566         subtract stack bias.
50567         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50568         %sp not %fp in calculations.
50569         (_JMPBUF_UNWINDS_ADJ): Likewise.
50570
50571         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50572         (aio_suspend): Call it to force an exception region around the
50573         AIO_MISC_WAIT() invocation.
50574
50575 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50576
50577         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50578         backslash.
50579
50580 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50581
50582         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50583         protection macro.
50584         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50585         and <dl-machine.h>.
50586         (Elf64_FuncDesc): Remove.
50587
50588 2011-08-22  David S. Miller  <davem@davemloft.net>
50589
50590         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50591         sigaltstack check, add missing cfi directives.
50592         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50593         missing cfi directives, and sigaltstack handling.
50594
50595 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50596
50597         [BZ #11724]
50598         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50599         object is seen twice.
50600         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50601
50602         * elf/Makefile (distribute): Add tst-initorder2.c.
50603         (tests): Add tst-initorder2.
50604         (modules-names): Add tst-initorder2a tst-initorder2b
50605         tst-initorder2c tst-initorder2d.  Add rules to build them.
50606         ($(objpfx)tst-initorder2.out): New rule.
50607         * elf/tst-initorder2.c: New file.
50608         * elf/tst-initorder2.exp: New file.
50609
50610 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50611
50612         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50613
50614         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50615         dependencies back to end of function.
50616
50617         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50618         $(elfobjdir)/ld.so.
50619
50620 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50621
50622         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50623         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50624         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50625         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50626         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50627         of __vdso_gettimeofday.
50628         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50629         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50630         attribute_hidden.
50631         (_libc_vdso_platform_setup): Remove initialization of
50632         __vdso_gettimeofday and __vdso_time.
50633
50634 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50635
50636         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50637         and fgetc_unlocked.
50638         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50639         getc_unlocked.
50640
50641         * elf/dl-open.c (add_to_global): Report additions to the global scope
50642         for LD_DEBUG=scopes.
50643         (dl_open_worker): Also print scope of newly loaded dependencies.
50644         (_dl_show_scope): Indicate if there is no scope.
50645
50646         [BZ #13114]
50647         * stdio-common/Makefile (tests): Add bug24.
50648         * stdio-common/bug24.c: New file.
50649
50650 2011-08-19  Andreas Jaeger  <aj@suse.de>
50651
50652         [BZ #13114]
50653         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50654         non-existant file when using close-on-exec mode.
50655
50656 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50657
50658         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50659         the very first instruction.
50660
50661         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50662         the CFI state in the end.
50663         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50664         inclusion of dl-trampoline.h.
50665         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50666
50667 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50668
50669         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50670         expectations for long double.
50671
50672         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50673         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50674
50675 2011-08-14  David S. Miller  <davem@davemloft.net>
50676
50677         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50678         artificual limit depends upon the system page size.
50679
50680 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50681
50682         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50683         * resolv/Makefile: Define CFLAGS-libresolv.
50684
50685 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50686
50687         * nss/makedb.c (compute_tables): Make variables used in nested
50688         function static.
50689
50690 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50691
50692         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50693         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50694         if buffer was too small.
50695
50696         * elf/pldd.c (main): Attach to all threads in the process.
50697         Rewrite /proc handling to use *at functions.
50698
50699 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50700
50701         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50702         specifies first scope to show.
50703         (dl_open_worker): Update callers.  Move printing scope of new
50704         object to before the relocation.
50705         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50706         * sysdeps/generic/ldsodefs.h: Update declaration.
50707
50708         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50709         string for the scope number.
50710
50711 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50712
50713         * nscd/servicescache.c (cache_addserv): Make sure written is always
50714         initialized.
50715
50716 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50717
50718         * sysdeps/i386/i486/bits/atomic.h
50719         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50720         statement expression, so as to suppress "set but not used" warning.
50721         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50722
50723         * string/strncat.c (STRNCAT): Use prototype definition.
50724
50725         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50726         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50727         -Iprograms here.
50728         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50729         (localedef-modules): Add localedef.
50730         (locale-modules): Add locale.
50731
50732         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50733         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50734         to avoid a warning.
50735
50736 2011-08-14  David S. Miller  <davem@davemloft.net>
50737
50738         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50739         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50740
50741 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50742
50743         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50744         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50745         * elf/rtld.c (dl_main): Set l_name of vDSO.
50746         Call _dl_show_scope when DL_DEBUG_SCOPES.
50747         (process_dl_debug): Recognize scopes flag and also set it for all.
50748         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50749         Declare _dl_show_scope.
50750
50751         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50752         (do_dlopen): Pass caller_dlopen to dl_open.
50753         (__libc_dlopen_mode): Initialize caller_dlopen.
50754
50755         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50756         of libc.  Make tolower call locale-independent.  Optimize a bit by
50757         using isdigit instead of isalnum.
50758         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50759
50760 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50761
50762         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50763         was a dependency or dynamically loaded.
50764
50765 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50766
50767         * intl/l10nflist.c: Allow architecture-specific pop function.
50768         * sysdeps/x86_64/l10nflist.c: New file.
50769
50770         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50771         classification.
50772
50773 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50774
50775         * include/dirent.h: Add libc_hidden_proto for scandirat and
50776         scandirat64.  Don't declare __scandirat64.
50777         * dirent/scandirat.c: Add libc_hidden_def.
50778         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50779         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50780
50781 2011-08-10  David S. Miller  <davem@davemloft.net>
50782
50783         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50784         enum.
50785         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50786         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50787         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50788
50789 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50790
50791         * Versions.def [libc]: Add GLIBC_2.15.
50792         * dirent/Makefile (routines): Add scandirat and scandirat64.
50793         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50794         GLIBC_2.15.
50795         * dirent/dirent.h: Declare scandirat and scandirat64.
50796         * dirent/scandirat.c: New file.
50797         * dirent/scandirat64.c: New file.
50798         * sysdeps/wordsize-64/scandirat.c: New file.
50799         * sysdeps/wordsize-64/scandirat64.c: New file.
50800         * dirent/opendir.c: Define opendirat.
50801         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50802         using scandirat.
50803         * dirent/scandir64.c: Adjust for scandir.c change.
50804         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50805         __scandirat64, and __scandir_cancel_handler.
50806         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50807         additional parameter and use openat instead of open (outside of ld.so).
50808         Add new __opendir as wrapper around __opendirat.
50809         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50810         here without requiring old scandirat implementation.
50811
50812 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50813
50814         * dirent/scandir.c (cancel_handler): Renamed to
50815         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50816         defined.  Adjust users.
50817         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50818         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50819
50820 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50821
50822         * string/test-string.h (IMPL): Use __STRING to expand name and then
50823         stringify it.
50824
50825         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50826         of cleanups.
50827
50828 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50829
50830         * string/Makefile: Update.
50831         (strop-tests): Append strncat.
50832         * string/test-wcscmp.c: New file.
50833         New comprehensive test for wcscmp.
50834         * string/test-strcmp.c: Update.
50835         (WIDE): New define.
50836
50837 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50838
50839         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50840         line.
50841
50842 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50843
50844         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50845         encoding to ACE if AI_IDN.
50846
50847 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50848
50849         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50850         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50851
50852 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50853
50854         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50855         Fix overflow bug in strncat.
50856         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50857
50858         * string/test-strncat.c: Update.
50859         Add new tests for checking overflow bugs.
50860
50861 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50862
50863         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50864         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50865         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50866         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50867         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50868         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50869         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50870         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50871         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50872
50873         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50874         (USE_AS_STRCAT): Define.
50875         Add strcat and strncat support.
50876         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50877
50878 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50879
50880         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50881         __n bigger than INT_MAX+1.
50882         (__strncmp_g): Likewise.
50883
50884 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50885
50886         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50887         * libio/stido.h: Likewise.
50888
50889         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50890         (AF_NFC): Define.
50891         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50892         (AF_NFC): Define.
50893
50894         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50895         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50896         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50897         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50898         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50899
50900         [BZ #13021]
50901         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50902         installed.
50903
50904         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50905         typo.
50906         (_dl_x86_64_save_sse): Likewise.
50907
50908 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50909
50910         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50911         OSXSAVE.
50912         (_dl_x86_64_save_sse): Likewise.
50913
50914         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50915
50916         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50917
50918 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50919
50920         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50921         change.
50922         (_dl_x86_64_save_sse): Use correct AVX check.
50923
50924 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50925
50926         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50927         bug in strncpy/strncat.
50928         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50929
50930 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50931
50932         * string/tester.c (test_strcat): Add tests for different alignments
50933         of source and destination.
50934         (test_strncat): Likewise.
50935
50936 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50937
50938         [BZ #12852]
50939         * posix/glob.c (glob): Check passed in values before using them in
50940         expressions to avoid some overflows.
50941         (glob_in_dir): Likewise.
50942
50943         [BZ #13007]
50944         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50945         check for AVX enablement so that we don't crash with old kernels and
50946         new hardware.
50947         * elf/tst-audit4.c: Add same checks here.
50948         * elf/tst-audit6.c: Likewise.
50949
50950         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50951
50952 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50953
50954         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50955
50956 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50957
50958         * po/cs.po: Update from translation team.
50959         * po/bg.po: Likewise.
50960
50961 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50962
50963         * misc/sys/cdefs.h: Add support for const attribute.
50964         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50965         to gnu_dev_{major,minor,makedev} functions.
50966
50967 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50968
50969         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50970
50971 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50972
50973         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50974         strlen results.
50975
50976 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50977
50978         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50979         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50980         register in order to avoid conflicts with the soft frame pointer
50981         being held in r11 when necessary.
50982         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50983         (INTERNAL_VSYSCALL_NCS): Likewise.
50984
50985 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50986
50987         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50988         * elf/dl-fini.c (_dl_fini): Adjust caller.
50989         * elf/dl-close.c (_dl_close_worker): Likewise.
50990         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50991
50992 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50993
50994         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50995         "aux_cache->nlibs < 0".
50996
50997         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50998         in the reload-count case.
50999
51000 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51001
51002         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51003         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
51004         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
51005         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
51006         * sysdeps/x86_64/multiarch/strcat.S: New file.
51007         * sysdeps/x86_64/multiarch/strncat.S: New file.
51008         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
51009         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
51010         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
51011         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
51012         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
51013         (USE_AS_STRCAT): Define.
51014         Add strcat and strncat support.
51015         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
51016         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
51017         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
51018         * string/strncat.c: Update.
51019         (USE_AS_STRNCAT): Define.
51020         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51021         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
51022         and i7.
51023         * sysdeps/x86_64/multiarch/init-arch.h
51024         (bit_Prefer_PMINUB_for_stringop): New.
51025         (index_Prefer_PMINUB_for_stringop): Likewise.
51026         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
51027         bit_Prefer_PMINUB_for_stringop.
51028
51029 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51030
51031         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
51032         buffer64.
51033         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
51034         of casting of buffer.
51035         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
51036         buffer32 and buffer64.
51037         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
51038         writes instead of casting of buffer.
51039         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
51040         buffer32.
51041         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
51042         casting of buffer.
51043
51044 2011-07-19  Andreas Schwab  <schwab@redhat.com>
51045
51046         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
51047
51048 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51049
51050         * nscd/nscd.c (termination_handler): Don't do anything for a database
51051         if it has not yet been initialized.
51052
51053 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51054
51055         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51056
51057 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51058
51059         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51060
51061 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51062
51063         * po/nl.po: Update from translation team.
51064         * po/sv.po: Likewise.
51065
51066 2011-07-16  Roland McGrath  <roland@hack.frob.com>
51067
51068         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
51069         now disallowed by GCC.
51070
51071         * configure.in (use-default-link): Default to yes if a test -shared
51072         link meets our qualifications.
51073         * configure: Regenerated.
51074
51075         * config.make.in (output-format): New variable.
51076         * configure.in: Check for ld --print-output-format support.
51077         * configure: Regenerated.
51078         * Makerules ($(common-objpfx)format.lds)
51079         [$(output-format) != unknown]: Just use $(output-format),
51080         instead of the linker-script munging.
51081
51082 2011-07-14  Roland McGrath  <roland@hack.frob.com>
51083
51084         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
51085         of $(common-objpfx)shlib.lds.
51086         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
51087
51088         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
51089         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
51090
51091         * configure.in (-z relro check): Adjust test code to add a large
51092         writable data section after it.
51093         * configure: Regenerated.
51094
51095 2011-07-11  Roland McGrath  <roland@hack.frob.com>
51096
51097         * configure.in (-z relro check): Fix test code to make the variable
51098         truly const.
51099         * configure: Regenerated.
51100
51101 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
51102
51103         * nscd/nscd.h (struct traced_file): Define.
51104         (struct database_dyn): Remove inotify_descr, reset_res, and filename
51105         elements.  Add traced_files.
51106         (inotify_fd): Declare.
51107         (register_traced_file): Declare.
51108         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
51109         (inotify_fd): Export.
51110         (resolv_conf_descr): Remove.
51111         (nscd_init): Move inotify descriptor creation to main.
51112         Don't register files for notification here.
51113         (register_traced_file): New function.
51114         (invalidate_cache): Don't use reset_res to determine whether to call
51115         res_init, go through the list of registered files.
51116         (main_loop_poll): The inotify descriptors are now stored in the
51117         structures for the traced files.
51118         (main_loop_epoll): Likewise
51119         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
51120         to __nss_disable_nscd.
51121         * nscd/cache.c (prune_cache): There is no single inotify descriptor
51122         for a database anymore.  Check the records for all the registered
51123         files instead.
51124         * nss/Makefile (libnss_files-routines): Add files-init.
51125         (libnss_db-routines): Add db-init.
51126         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
51127         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
51128         * nss/nss_db/db-init.c: New file.
51129         * nss/nss_files/files-init.c: New file.
51130         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
51131         __nss_lookup_function.
51132         (__nss_lookup_function): Call nss_load_library.
51133         (nss_load_all_libraries): New function.
51134         (__nss_disable_nscd): Take parameter with callback function for files
51135         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
51136         used for the cached services.
51137         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
51138         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
51139         options for features to all the files in nscd.
51140
51141         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
51142
51143 2011-07-10  Roland McGrath  <roland@hack.frob.com>
51144
51145         * csu/elf-init.c (__libc_csu_init): Comment typo.
51146
51147 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
51148
51149         * po/pl.po: Update from translation team.
51150         * po/ja.po: Likewise.
51151         * po/ru.po: Likewise.
51152         * po/ko.po: Likewise.
51153         * po/fr.po: Likewise.
51154
51155 2011-07-09  Roland McGrath  <roland@hack.frob.com>
51156
51157         * configure.in (.ctors/.dtors header and trailer check):
51158         Use an empirical test on a built program.
51159         * configure: Regenerated.
51160
51161         * configure.in (-z relro check): Use an empirical test on a built DSO.
51162         Detect, but do not require, on ia64.
51163         * configure: Regenerated.
51164
51165         * configure.in (READELF): Find it with AC_CHECK_TOOL.
51166         Update tests that use readelf to use $READELF instead.
51167         * configure: Regenerated.
51168
51169 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
51170
51171         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
51172         if the result is not used.
51173
51174 2011-07-05  Andreas Jaeger  <aj@suse.de>
51175
51176         [BZ#9696]
51177         * stdlib/tst-strtod.c: Add testcase.
51178
51179 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
51180
51181         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
51182         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
51183         The latter has a higher limit.  Take additional parameter to pass to
51184         the new function.
51185         (__pathconf): Pass file to __statfs_link_max.
51186         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51187         __statfs_link_max.
51188         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51189         __statfs_link_max.
51190
51191         [BZ #12868]
51192         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51193         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51194         Handle Lustre.
51195         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51196         (__statfs_filesize_max): Likewise.
51197         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51198
51199 2011-07-05  Andreas Jaeger  <aj@suse.de>
51200
51201         * resolv/res_comp.c (dn_skipname): Remove unused variable.
51202
51203 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
51204
51205         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51206         `status' variable.
51207         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51208         Likewise.
51209
51210 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
51211
51212         * Makefile (strop-tests): Add strncat.
51213         * string/test-strncat.c: New file.
51214
51215 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
51216
51217         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51218
51219 2011-06-21  Andreas Jaeger  <aj@suse.de>
51220
51221         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51222         Copy rule from iconvdata/Makefile.
51223
51224 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51225
51226         [BZ #12922]
51227         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51228         but no long options are defined, just return 'W'.
51229
51230 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
51231
51232         [BZ #9696]
51233         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51234
51235 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51236
51237         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51238         netgroups to read.
51239         (innetgr): Likewise.
51240
51241 2011-07-05  Roland McGrath  <roland@hack.frob.com>
51242
51243         * config.make.in (install_root): Default to $(DESTDIR).
51244
51245 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
51246
51247         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51248
51249 2011-07-02  Roland McGrath  <roland@hack.frob.com>
51250
51251         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51252
51253         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51254         containing directory rather than embedding absolute directory names.
51255
51256         * scripts/check-local-headers.sh: Rewritten using awk.
51257         Match by word, not by line.  Print error messages for matches.
51258         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51259
51260         * Makerules [shlib-lds-flags empty]:
51261         ($(common-objpfx)libc_pic.opts): New target.
51262         ($(common-objpfx)libc_pic.os.clean): New target.
51263         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51264
51265         * config.make.in (OBJCOPY): New variable.
51266         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51267         * configure: Regenerated.
51268
51269         * config.make.in (use-default-link): New variable.
51270         * configure.in (use_default_link): Grok --with-default-link to set it.
51271         * configure: Regenerated.
51272         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51273         (shlib-lds, shlib-lds-flags): Define to empty.
51274
51275         * Makerules (shlib-lds): New variable.
51276         (shlib-lds-flags): New variable.
51277         (build-shlib, build-moduile, build-module-asneeded): Use it.
51278         ($(common-objpfx)libc.so): Use $(shlib-lds).
51279         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51280         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51281
51282         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51283         DT_FLAGS/DT_FLAGS_1 with zero flags.
51284
51285         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51286         linker script munging.
51287
51288 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51289
51290         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51291         as 128-bit value.
51292         * crypt/sha512.c (sha512_process_block): Perform total addition using
51293         128-bit if possible.
51294         (__sha512_finish_ctx): Likewise.
51295         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51296         as 64-bit value.
51297         * crypt/sha256.c (SWAP64): Define.
51298         (sha256_process_block): Perform total addition using 64-bit if
51299         possible.
51300         (__sha256_finish_ctx): Likewise.
51301
51302 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51303
51304         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51305         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51306         * nscd/hstcache.c (cache_addhst): Likewise.
51307         * nscd/grpcache.c (cache_addgr): Likewise.
51308         * nscd/aicache.c (addhstaiX): Likewise
51309         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51310
51311 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51312
51313         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51314         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51315         * nscd/hstcache.c (cache_addhst): Likewise.
51316         * nscd/grpcache.c (cache_addgr): Likewise.
51317         * nscd/aicache.c (addhstaiX): Likewise
51318
51319 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51320
51321         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51322         domain only when needed.
51323
51324 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51325
51326         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51327         is always restored.
51328
51329 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51330
51331         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51332         are re-adding the entry.
51333         * nscd/servicescache.c (cache_addserv): Likewise.
51334
51335 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51336
51337         * sysdeps/generic/dl-irel.h: fix protection against multiple
51338         inclusions.
51339         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51340
51341 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51342
51343         [BZ #12935]
51344         * malloc/memusage.sh: Fix quoting in message.
51345         * debug/xtrace.sh: Likewise.
51346
51347         * configure.in: Remove support for --experimental-malloc option, make
51348         it the default.
51349         * config.make.in: Likewise.
51350         * malloc/Makefile: Likewise.
51351
51352 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51353
51354         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51355         two-byte characters.
51356
51357 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51358
51359         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51360         AC_CACHE_CHECK invocation.
51361         * configure: Regenerated.
51362
51363         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51364
51365 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51366
51367         [BZ #12350]
51368         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51369         bit from old_res_options.
51370
51371         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51372
51373         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51374         value type for setfct.
51375
51376 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51377
51378         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51379         __gettimeofday instead of gettimeofday.
51380
51381 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51382
51383         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51384
51385 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51386
51387         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51388
51389         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51390         info.
51391
51392 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51393
51394         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51395         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51396         strcpy-sse2-unaligned strncpy-sse2-unaligned
51397         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51398         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51399         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51400         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51401         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51402         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51403         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51404         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51405         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51406         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51407         (STRCPY): Support SSE2 and SSSE3 versions.
51408
51409 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51410
51411         [BZ #12874]
51412         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51413         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51414         kernels which artificially limit size of requests.
51415
51416 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51417
51418         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51419         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51420         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51421         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51422         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51423         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51424         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51425         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51426         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51427         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51428         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51429         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51430         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51431         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51432         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51433         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51434         Enable unaligned load optimization for Intel Core i3, i5 and i7
51435         processors.
51436         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51437         Define.
51438         (index_Fast_Unaligned_Load): Define.
51439         (HAS_FAST_UNALIGNED_LOAD): Define.
51440
51441 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51442
51443         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51444
51445 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51446
51447         [BZ #12907]
51448         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51449         until it is clear that the information is realy needed.
51450         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51451
51452 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51453
51454         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51455
51456 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51457
51458         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51459         /sys/devices/system/cpu/online if it is usable.
51460
51461         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51462         reading the information from the /proc filesystem to once a second.
51463
51464 2011-06-21  Andreas Jaeger  <aj@suse.de>
51465
51466         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51467         NULL after inclusion of kernel headers.
51468
51469 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51470
51471         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51472         calls to internal_setent.
51473
51474         [BZ #12885]
51475         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51476         addresses using gethostbyname4_r ignore IPv4 addresses.
51477
51478         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51479         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51480
51481         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51482
51483 2011-06-20  David S. Miller  <davem@davemloft.net>
51484
51485         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51486         inclusions.
51487         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51488
51489         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51490         (elf_irel): Use it.
51491         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51492         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51493         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51494         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51495         * sysdeps/x86_64/dl-irel.h: Likewise.
51496
51497         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51498         * elf/dl-sym.c: Likewise.
51499
51500 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51501
51502         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51503         need to dereference resplen2.
51504
51505 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51506
51507         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51508
51509 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51510
51511         * Makeconfig: Define vardbdir and inst_vardbdir.
51512         * nss/Makefile: Add rules to install db-Makefile.
51513
51514         * nss/nss_db/db-XXX.c: Cleanup.
51515
51516         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51517         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51518         GLIBC_PRIVATE.
51519         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51520         * nss/makedb.c: Implement -g option to specify that value strings
51521         are generated and should not be added to table iterated over for
51522         get*ent calls.
51523         * nss/nss_db/db-initgroups.c: New file.
51524
51525         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51526         interface.
51527
51528         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51529         (internal_getgrouplist): Adjust to name change.
51530         Update use_initgroups_entry if this is not the first call.
51531         * nss/databases.def: Add initgroups entry.
51532
51533         * nss/makedb.c (compute_tables): Check result of multiple hash table
51534         sizes to minimize maximum chain length.
51535
51536 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51537
51538         * Versions.def: Add entry for libnss_db.
51539         * shlib-versions: Likewise.
51540         * nss/Makefile: Add rules to build libnss_db.
51541         * nss/Versions: Add libnss_db information.  Organize libnss_files
51542         entries better.
51543         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51544         makedb progra.  Some minor improvements to generate smaller files.
51545         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51546         here from...
51547         * nss/makedb.c: ...here.
51548         Improve database format to be smaller and require less memory at
51549         runtime.
51550         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51551         db anymore.
51552         * nss/nss_db/db-netgrp.c: Likewise.
51553         * nss/nss_db/db-open.c: Likewise.
51554         * nss/nss_files/flies-XXX.x: Adjust comments.
51555         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51556         * nss/nss_files/files-grp.c: Likewise.
51557         * nss/nss_files/files-hosts.c: Likewise.
51558         * nss/nss_files/files-network.c: Likewise.
51559         * nss/nss_files/files-proto.c: Likewise.
51560         * nss/nss_files/files-pwd.c: Likewise.
51561         * nss/nss_files/files-rpc.c: Likewise.
51562         * nss/nss_files/files-service.c: Likewise.
51563         * nss/nss_files/files-sgrp.c: Likewise.
51564         * nss/nss_files/files-spwd.c: Likewise.
51565         * nss/nss_db/db-alias.c: Removed.
51566         * nss/nss_db/dummy-db.h: Removed.
51567
51568 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51569
51570         * nss/makedb.c: Rewritten to not use database library.
51571         * nss/Makefile: Update to build new makedb program.
51572
51573 2011-06-14  Andreas Jaeger  <aj@suse.de>
51574
51575         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51576         memset declaration.
51577
51578 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51579
51580         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51581         tmpbuf.
51582
51583 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51584
51585         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51586         * elf/Makefile ($(objpfx)ld.so): Likewise.
51587
51588         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51589         Don't list ld.so twice in dependencies.
51590
51591         * posix/bug-regex31.c: Include <stdlib.h>.
51592
51593         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51594
51595         * nis/nss_compat/compat-spwd.c
51596         (getspent_next_nss_netgr): Remove unused variable.
51597         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51598
51599         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51600         nonmembers" output to use the right array.
51601
51602         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51603
51604         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51605
51606         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51607         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51608         * catgets/gencat.c (read_input_file): Likewise.
51609         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51610
51611         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51612         variable definition inside #if's controlling its use.
51613
51614         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51615
51616         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51617
51618         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51619
51620         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51621         unreachable code.
51622
51623         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51624
51625         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51626         * configure: Regenerated.
51627
51628         * Makerules: Revert last change.
51629         * elf/Makefile: Likewise.
51630
51631 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51632
51633         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51634         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51635         (reloc-link): Likewise.
51636
51637 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51638
51639         * elf/Makefile: Add rules to build pldd.
51640         * elf/pldd.c: New file.
51641         * elf/pldd-xx.c: New file.
51642
51643 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51644
51645         * version.h: Update for 2.15 development version.
51646
51647 2011-06-07  David S. Miller  <davem@davemloft.net>
51648
51649         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51650         ifuncs.
51651         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51652         elf_machine_lazy_rel): Likewise.
51653         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51654         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51655         elf_machine_lazy_rel): Likewise.
51656         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51657         dl_hwcap via passed in argument.
51658         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51659         Likewise.
51660
51661 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51662
51663         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51664
51665 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51666
51667         [BZ #12849]
51668         * manual/fdl-1.1.texi: New file, verbatim from:
51669         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51670         * manual/lgpl-2.1.texi: New file, verbatim from:
51671         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51672         * manual/Makefile (licenses): New variable, list those new file names.
51673         (texis): Use it.
51674         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51675
51676         * manual/fdl.texi: File removed.
51677         * manual/lesser.texi: File removed.
51678         * manual/libc.texinfo (Copying, Documentation License):
51679         Use new @include file names, put @appendix directive before @include.
51680
51681 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51682
51683         [BZ #12841]
51684         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51685         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51686         (mq_open): Add __NTH.
51687
51688 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51689
51690         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51691         Assume Intel Core i3/i5/i7 processor if AVX is available.
51692
51693 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51694
51695         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51696         typo.
51697
51698 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51699
51700         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51701         memory.  Use alloca_account.  Fix memory leak when retrying.
51702
51703 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51704
51705         * version.h (RELEASE): Bump for 2.14 release.
51706         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51707
51708         * config.make.in (RANLIB): Remove entry.
51709
51710 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51711
51712         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51713         (libc.pot): Work around missing support for .ksh extension in xgettext.
51714
51715         [BZ #12684]
51716         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51717         if both request failed.
51718         (send_dg): In case of server errors clear resplen or *resplen2.
51719
51720         [BZ #12454]
51721         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51722         when there are multiple maps.
51723         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51724         (_dl_fini): Remove test here.
51725
51726         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51727
51728 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51729
51730         [BZ #12350]
51731         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51732         bit from old_res_options.
51733         (gaih_inet): Likewise.
51734
51735         [BZ #11099]
51736         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51737         as signed.
51738
51739         * resolv/res_init.c (res_setoptions): Make the code more compact.
51740
51741         [BZ #11558]
51742         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51743         set RES_USEVC.
51744
51745         [BZ #11634]
51746         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51747
51748         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51749
51750         [BZ #11781]
51751         * malloc/malloc.h: Declare malloc hook variables as volatile.
51752
51753         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51754         in last patch.
51755
51756         [BZ #11799]
51757         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51758         raise in the comment.
51759         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51760         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51761         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51762
51763 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51764
51765         [BZ #12811]
51766         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51767         grow the buffers more if it already has to be sufficient.
51768         (build_wcs_upper_buffer): Likewise.
51769         * posix/regexec.c (check_matching): Likewise.
51770         (clean_state_log_if_needed): Likewise.
51771         (extend_buffers): Don't enlarge buffers beyond size of the input
51772         buffer.
51773         Patches mostly by Emil Wojak <emil@wojak.eu>.
51774         * posix/bug-regex32.c: New file.
51775         * posix/Makefile (tests): Add bug-regex32.
51776
51777         * locale/findlocale.c (_nl_find_locale): Return right away if
51778         _nl_explode_name failed.
51779         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51780
51781         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51782
51783         * debug/xtrace.sh: Unify messages.
51784         * malloc/memusage.sh: Likewise.
51785
51786         [BZ #12813]
51787         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51788         time symbol from vDSO.  Substitute with vsyscall if not available.
51789         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51790         __vdso_time.
51791
51792         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51793         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51794         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51795         Add sendmmsg and internal_sendmmsg.
51796         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51797         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51798         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51799
51800         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51801         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51802         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51803
51804 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51805
51806         [BZ #12813]
51807         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51808         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51809         available.
51810         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51811         __vdso_getcpu.
51812
51813         [BZ #12814]
51814         * iconvdata/Makefile (tests): Add bug-iconv9.
51815         * iconvdata/bug-iconv9.c: New file.
51816
51817 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51818
51819         [BZ #12814]
51820         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51821
51822 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51823
51824         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51825         (struct user_regs_struct): Change intcs field back to cs.
51826
51827 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51828
51829         * po/ja.po: Update from translation team.
51830
51831 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51832
51833         [BZ #12795]
51834         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51835         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51836
51837 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51838
51839         * stdlib/longlong.h: Update from GCC.
51840
51841 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51842
51843         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51844         parameter name.
51845         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51846         Add parameter name.
51847         (__sysconf): Pass it down.
51848
51849 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51850
51851         [BZ #12671]
51852         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51853         some situations.
51854         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51855         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51856         add in in __libc_use_alloca calls.  Adjust callers.
51857         (glob): Use malloc in some situations.
51858
51859         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51860         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51861         pltexit.
51862
51863 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51864
51865         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51866         and CLOCK_BOOTTIME_ALARM.
51867
51868         [BZ #12782]
51869         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51870         is returned.
51871
51872         * string/_strerror.c (__strerror_r): Print negative errors as signed
51873         numbers.
51874
51875         [BZ #12777]
51876         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51877         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51878         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51879
51880         * configure.in: Fix typo in redirection and correct removal of test
51881         files in two cases.
51882
51883         [BZ #12788]
51884         * locale/setlocale.c (new_composite_name): Fix test to check for
51885         identical name of all categories.
51886
51887         [BZ #12792]
51888         * libio/filedoalloc.c (local_isatty): New function.
51889         (_IO_file_doallocate): Use local_isatty.
51890         * stdio-common/perror.c (perror): In case a new stream is used
51891         forward the stream error.
51892         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51893         error flag.
51894
51895 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51896
51897         [BZ #11869]
51898         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51899         alloca.
51900         * include/alloca.h (extend_alloca_account): Define.
51901
51902         [BZ #11857]
51903         * posix/regex.h: Fix comments with documentation of user-accessible
51904         fields after compilation and describe correct free'ing of pattern
51905         after re_compile_pattern.
51906         Patch by Reuben Thomas <rrt@sc3d.org>.
51907
51908 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51909
51910         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51911         and -mno-altivec to prevent the compiler from using Altivec and/or
51912         VSX instructions when the corresponding registers are not available.
51913
51914 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51915
51916         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51917
51918 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51919
51920         * libio/freopen.c (freopen): Use __dup2, not dup2.
51921         * libio/freopen64.c (freopen64): Likewise.
51922
51923 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51924
51925         [BZ #12775]
51926         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51927         * math/Makefile (tests): Add test-powl.
51928         (CFLAGS-test-powl.c): Define.
51929         * math/test-powl.c: New file.
51930
51931 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51932
51933         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51934
51935 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51936
51937         [BZ #11837]
51938         * iconvdata/gb18030.c: Update to GB18020-2005.
51939
51940 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51941
51942         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51943         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51944         Patch by Aharon Robbins <arnold@skeeve.com>.
51945
51946         [BZ #11892]
51947         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51948         on the stack.
51949
51950         [BZ #11895]
51951         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51952         through underflows.
51953
51954         [BZ #12766]
51955         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51956         point to strings before performing equality test for error_one_per_line
51957         mode.
51958
51959         [BZ #11697]
51960         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51961
51962         [BZ #11820]
51963         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51964         (struct user_fpregs_struct): Avoid __uint*_t types.
51965
51966         [BZ #6420]
51967         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51968         symbol info.  Use it instead of calling _dl_addr locally.
51969         (lock_and_info): New function.
51970         (tr_freehook): Call lock_and_info and pass symbol info as additional
51971         parameter to tr_where.
51972         (tr_mallochook): Likewise.
51973         (tr_reallochook): Likewise.
51974         (tr_memalignhook): Likewise.
51975
51976         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51977         used and couldn't be at all thread-safe.
51978
51979 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51980
51981         * libio/freopen.c (freopen): Don't close old file descriptor
51982         before the new one is opened.  Instead dup the new file descriptor
51983         to the old one after the new stream is created.
51984         * libio/freopen64.c (freopen64): Likewise.
51985         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51986         * libio/fileops.c (_IO_new_file_close_it): Handle new
51987         _IO_FLAGS2_NOCLOSE flag.
51988         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51989         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51990         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51991         _IO_FLAGS2_NOCLOSE flag.
51992         * include/unistd.h: Add hidden_proto for dup3.
51993         Define __have_dup3.
51994         * io/dup3.c: Define hidden symbol.
51995         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51996
51997         [BZ #7101]
51998         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51999         when an incomplete long option is used.
52000         * posix/tst-getopt_long1.c: New file.
52001         * posix/Makefile (tests): Add tst-getopt_long1.
52002
52003         [BZ #10138]
52004         * scripts/config.guess: Update from autoconf-2.68.
52005         * scripts/config.sub: Likewise.
52006
52007         [BZ #10157]
52008         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
52009         tests into ...
52010         (has_cpuclock): ...this.  New function.
52011         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
52012         macro here based on has_cpuclock code.
52013
52014         [BZ #10149]
52015         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52016         First byte (not low byte) is now always NUL.
52017         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
52018
52019         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52020         Use non-cancelable interfaces.
52021
52022         [BZ #9809]
52023         * locale/iso-639.def: Add entry for Sorani.
52024
52025         [BZ #11901]
52026         * include/stdlib.h: Move include protection to the right place.
52027         Define abort_msg_s.  Declare __abort_msg with it.
52028         * stdlib/abort.c (__abort_msg): Adjust type.
52029         * assert/assert.c (__assert_fail_base): New function.  Majority
52030         of code from __assert_fail.  Allocate memory for __abort_msg with
52031         mmap.
52032         (__assert_fail): Now call __assert_fail_base.
52033         * assert/assert-perr.c: Remove bulk of implementation.  Use
52034         __assert_fail_base.
52035         * include/assert.hL Declare __assert_fail_base.
52036         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
52037         mmap.
52038         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
52039
52040 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
52041
52042         [BZ #11952]
52043         [BZ #12453]
52044         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
52045         until all modules are registered in the DTV.
52046         * elf/Makefile: Add rules to build and run tst-tls19.
52047         * elf/tst-tls19.c: New file.
52048         * elf/tst-tls19mod1.c: New file.
52049         * elf/tst-tls19mod2.c: New file.
52050         * elf/tst-tls19mod3.c: New file.
52051         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
52052
52053         [BZ #12083]
52054         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
52055         correctly.
52056
52057         [BZ #12601]
52058         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
52059         two-byte sequence errors.
52060         * iconvdata/Makefile (tests): Add bug-iconv8.
52061         * iconvdata/bug-iconv8.c: New file.
52062
52063         [BZ #12626]
52064         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
52065         buf2 definition.
52066
52067         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
52068
52069         [BZ #12432]
52070         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
52071         (dummy_getcfa): New function.
52072         (init): Get _Unwind_GetCFA address, use dummy if not found.
52073         (backtrace_helper): In recursion check, also check whether CFA changes.
52074         (__backtrace): Completely initialize arg.
52075
52076         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
52077         storing incomplete byte sequence in state object.  Avoid testing for
52078         guaranteed too small input if we know there is enough data available.
52079
52080 2011-05-11  Andreas Schwab  <schwab@redhat.com>
52081
52082         * Makeconfig (+link-pie): Indent.
52083         * Rules (binaries-pie): Define if $(have-fpie) and
52084         $(build-shared).
52085         (binaries-shared): Also filter out $(binaries-pie).
52086         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
52087         * nscd/Makefile (others-pie): Add nscd.
52088         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
52089         ($(objpfx)nscd): Remove command override.
52090         * login/Makefile (others-pie): Add pt_chown.
52091         ($(objpfx)pt_chown): Remove command override.
52092         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
52093         remove command overrides.
52094
52095 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
52096
52097         * libio/tst_putwc.c: Fix error messages.
52098
52099         [BZ #12724]
52100         * libio/fileops.c (_IO_new_file_close_it): Always flush when
52101         currently writing and seek to current position when not.
52102         * libio/Makefile (tests): Add bug-fclose1.
52103         * libio/bug-fclose1.c: New file.
52104
52105 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
52106
52107         [BZ #12511]
52108         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
52109         don't set DF_1_NODELETE here.
52110         (do_lookup_x): When entering new entry test for copy relocation
52111         and if necessary set DF_1_NODELETE flag.
52112         * elf/tst-unique4.cc: New file.
52113         * elf/tst-unique4.h: New file.
52114         * elf/tst-unique4lib.cc: New file.
52115         * elf/Makefile: Add rules to build and run tst-unique4.
52116         Patch by Piotr Bury <pbury@goahead.com>.
52117
52118 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
52119
52120         [BZ #12052]
52121         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
52122
52123         [BZ #12625]
52124         * misc/mntent_r.c (addmntent): Flush the stream after the output
52125
52126         [BZ #12393]
52127         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
52128         (is_trusted_path_normalize): Skip initial colon.  Append slash
52129         to empty buffer.  Duplicate is_trusted_path code but allow
52130         constructed patch to be prefix.
52131         (is_dst): Allow $ORIGIN followed by /.
52132         (_dl_dst_substitute): Correct clearing of check_for_trusted.
52133         Correct testing of result of is_trusted_path_normalize
52134         (decompose_rpath): Fix warning.
52135
52136 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
52137
52138         [BZ #11257]
52139         * grp/initgroups.c (internal_getgrouplist): When we found the service
52140         list through the initgroups entry in nsswitch.conf do not always
52141         continue on a successful lookup.  Don't always use the
52142         __nss_group_database value if it is set.
52143         * nss/nsswitch.conf (initgroups): Change action for successful db
52144         lookup to continue for compatibility.
52145
52146 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
52147
52148         [BZ #11532]
52149         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
52150         and CP774 modules.
52151         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
52152         and CP774 modules.
52153         * iconvdata/tst-tables.sh: Likewise.
52154         * iconvdata/cp770.c: New file.
52155         * iconvdata/cp771.c: New file.
52156         * iconvdata/cp772.c: New file.
52157         * iconvdata/cp773.c: New file.
52158         * iconvdata/cp774.c: New file.
52159         * iconvdata/testdata/CP770: New file.
52160         * iconvdata/testdata/CP770..UTF8: New file.
52161         * iconvdata/testdata/CP771: New file.
52162         * iconvdata/testdata/CP771..UTF8: New file.
52163         * iconvdata/testdata/CP772: New file.
52164         * iconvdata/testdata/CP772..UTF8: New file.
52165         * iconvdata/testdata/CP773: New file.
52166         * iconvdata/testdata/CP773..UTF8: New file.
52167         * iconvdata/testdata/CP774: New file.
52168         * iconvdata/testdata/CP774..UTF8: New file.
52169
52170         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
52171         END CHARMAP line.
52172         * iconvdata/gen-8bit-gap.sh: Likewise.
52173         * iconvdata/gen-8bit.sh: Likewise.
52174
52175         * locale/iso-639.def: Add ary entry.
52176
52177         [BZ #11258]
52178         * locale/C-translit.h.in: Add U20A1 transliteration.
52179
52180         [BZ #12178]
52181         * locale/iso-639.def: Add wae entry.
52182         Patch by Kevin Bortis <bortis@translate-wae.ch>.
52183
52184         [BZ #12545]
52185         * locale/programs/localedef.c (construct_output_path): Use ssize_t
52186         for n.
52187
52188         [BZ #12711]
52189         * locale/C-translit.h.in: Add entry for U20B9.
52190         Patch by pravin.d.s@gmail.com.
52191
52192 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
52193
52194         [BZ #12713]
52195         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52196         ENAMETOOLONG use generic getcwd.
52197         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
52198         in rtld.  Use *stat64.
52199         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
52200         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
52201         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
52202         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52203         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52204         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52205         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52206         __fstatat64 macros.
52207         * include/dirent.h: Add libc_hidden_proto for rewinddir.
52208         * dirent/rewinddir.c: Add libc_hidden_def.
52209         * sysdeps/mach/hurd/rewinddir.c: Likewise.
52210         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
52211
52212         * include/dirent.h (__alloc_dir): Add flags parameter.
52213         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52214         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52215         __alloc_dir.
52216         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
52217         from fdopendir if O_CLOEXEC is already set.
52218
52219 2011-03-15  Alan Modra  <amodra@gmail.com>
52220
52221         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52222         l_tls_firstbyte_offset non-zero.  Save padding offset in
52223         l_tls_firstbyte_offset for later use.
52224         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52225         freeing static tls block.
52226
52227 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
52228
52229         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52230         where #ifdef was intended.  The intent is to prevent ARG_MAX from
52231         being defined by the kernel headers.
52232
52233 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
52234
52235         [BZ #12734]
52236         * resolv/resolv.h: Define RES_NOTLDQUERY.
52237         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52238         no-tld-query and set RES_NOTLDQUERY.
52239         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52240         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52241         modern BIND to search name as TLD unless forbidden.
52242
52243 2011-05-07  Petr Baudis  <pasky@suse.cz>
52244             Ulrich Drepper  <drepper@gmail.com>
52245
52246         [BZ #12393]
52247         * elf/dl-load.c (fillin_rpath): Move trusted path check...
52248         (is_trusted_path): ...to here.
52249         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
52250         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
52251         using is_trusted_path_normalize() in setuid scripts.
52252
52253 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52254
52255         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52256         __BEGIN/__END_DECLS.
52257
52258 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52259
52260         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52261         NSS_STATUS_NOTFOUND if no record was found.
52262
52263 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52264
52265         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52266         (headers-not-in-tirpc): Remove rpc/netdb.h
52267         * resolv/netdb.h: Revert last change.
52268
52269 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52270
52271         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52272         circular dependency between libgcc.a and libc.a.
52273
52274 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52275
52276         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52277         * nis/Makefile: Don't install rpcsvc/*.
52278         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52279         instead of <rpc/types.h>.
52280         (MAXHOSTNAMELEN): Define.
52281
52282 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52283
52284         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52285
52286 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52287
52288         [BZ #12714]
52289         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52290         gethostbyname4_r when IPv6 results are possible.
52291
52292 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52293
52294         [BZ #12723]
52295         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52296         _PC_PIPE_BUF handling.
52297
52298 2011-04-30  Bruno Haible  <bruno@clisp.org>
52299
52300         [BZ #12717]
52301         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52302         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52303         to 'int'.
52304         * inet/getnameinfo.c (getnameinfo): Likewise.
52305
52306 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52307
52308         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52309         to groups setting in database lookup.
52310         * nss/nsswitch.conf: Add initgroups entry.
52311
52312 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52313
52314         [BZ #12685]
52315         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52316         mode string.
52317         Patch by Eric Blake <eblake@redhat.com>.
52318
52319 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52320
52321         * sunrpc/Makefile (need-export-routines): Add svc_run.
52322         (routines): Remove svc_run.
52323         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52324         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52325         * sunrpc/svc_run.c (svc_run): Likewise.
52326         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52327
52328 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52329
52330         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52331         problem in reallocation in last patch.
52332
52333 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52334
52335         * sunrpc/Makefile: Move inclusion of Rules.
52336
52337 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52338
52339         * nss/nss_files/files-initgroups.c: New file.
52340         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52341         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52342         _nss_files_initgroups_dyn.
52343
52344 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52345
52346         * elf/elf.h (R_ARM_IRELATIVE): Define.
52347
52348 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52349
52350         * po/ru.po: Update from translation team.
52351
52352 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52353
52354         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52355         dependencies.
52356
52357 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52358
52359         [BZ #12653]
52360         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52361         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52362         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52363         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52364         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52365
52366 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52367
52368         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52369         differing bytes.
52370         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52371         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52372         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52373
52374 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52375
52376         [BZ #12420]
52377         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52378         storing it.
52379         * stdlib/bug-getcontext.c: New file.
52380         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52381
52382 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52383
52384         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52385         instructions into .machine "z9-109".
52386         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52387         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52388
52389 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52390
52391         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52392         between environment variables and auxiliary vector.
52393
52394 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52395
52396         * Makefile: Add rules to build linkobj/libc.so.
52397         * include/libc-symbols.h: Define libc_hidden_nolink.
52398         * include/rpc/auth.h: Mark functions which are to be hidden.
52399         * include/rpc/auth_des.h: Likewise.
52400         * include/rpc/auth_unix.h: Likewise.
52401         * include/rpc/clnt.h: Likewise.
52402         * include/rpc/des_crypt.h: Likewise.
52403         * include/rpc/key_prot.h: Likewise.
52404         * include/rpc/pmap_clnt.h: Likewise.
52405         * include/rpc/pmap_prot.h: Likewise.
52406         * include/rpc/pmap_rmt.h: Likewise.
52407         * include/rpc/rpc_msg.h: Likewise.
52408         * include/rpc/svc.h: Likewise.
52409         * include/rpc/svc_auth.h: Likewise.
52410         * include/rpc/xdr.h: Likewise.
52411         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52412         * nss/Makefile: Likewise.
52413         * sunrpc/Makefile: Don't install headers.  Build library with normal
52414         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52415         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52416         for the compat linking library.  Remove use of INTDEF/INTUSE.
52417         * sunrpc/auth_none.c: Likewise.
52418         * sunrpc/auth_unix.c: Likewise.
52419         * sunrpc/authdes_prot.c: Likewise.
52420         * sunrpc/authuxprot.c: Likewise.
52421         * sunrpc/clnt_gen.c: Likewise.
52422         * sunrpc/clnt_perr.c: Likewise.
52423         * sunrpc/clnt_raw.c: Likewise.
52424         * sunrpc/clnt_simp.c: Likewise.
52425         * sunrpc/clnt_tcp.c: Likewise.
52426         * sunrpc/clnt_udp.c: Likewise.
52427         * sunrpc/clnt_unix.c: Likewise.
52428         * sunrpc/des_crypt.c: Likewise.
52429         * sunrpc/des_soft.c: Likewise.
52430         * sunrpc/get_myaddr.c: Likewise.
52431         * sunrpc/key_call.c: Likewise.
52432         * sunrpc/key_prot.c: Likewise.
52433         * sunrpc/netname.c: Likewise.
52434         * sunrpc/pm_getmaps.c: Likewise.
52435         * sunrpc/pm_getport.c: Likewise.
52436         * sunrpc/pmap_clnt.c: Likewise.
52437         * sunrpc/pmap_prot.c: Likewise.
52438         * sunrpc/pmap_prot2.c: Likewise.
52439         * sunrpc/pmap_rmt.c: Likewise.
52440         * sunrpc/publickey.c: Likewise.
52441         * sunrpc/rpc_cmsg.c: Likewise.
52442         * sunrpc/rpc_common.c: Likewise.
52443         * sunrpc/rpc_dtable.c: Likewise.
52444         * sunrpc/rpc_prot.c: Likewise.
52445         * sunrpc/rpc_thread.c: Likewise.
52446         * sunrpc/rtime.c: Likewise.
52447         * sunrpc/svc.c: Likewise.
52448         * sunrpc/svc_auth.c: Likewise.
52449         * sunrpc/svc_authux.c: Likewise.
52450         * sunrpc/svc_raw.c: Likewise.
52451         * sunrpc/svc_run.c: Likewise.
52452         * sunrpc/svc_simple.c: Likewise.
52453         * sunrpc/svc_tcp.c: Likewise.
52454         * sunrpc/svc_udp.c: Likewise.
52455         * sunrpc/svc_unix.c: Likewise.
52456         * sunrpc/svcauth_des.c: Likewise.
52457         * sunrpc/xcrypt.c: Likewise.
52458         * sunrpc/xdr.c: Likewise.
52459         * sunrpc/xdr_array.c: Likewise.
52460         * sunrpc/xdr_float.c: Likewise.
52461         * sunrpc/xdr_intXX_t.c: Likewise.
52462         * sunrpc/xdr_mem.c: Likewise.
52463         * sunrpc/xdr_rec.c: Likewise.
52464         * sunrpc/xdr_ref.c: Likewise.
52465         * sunrpc/xdr_sizeof.c: Likewise.
52466         * sunrpc/xdr_stdio.c: Likewise.
52467
52468 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52469
52470         [BZ #12650]
52471         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52472         * sysdeps/ia64/dl-tls.h: Likewise.
52473         * sysdeps/powerpc/dl-tls.h: Likewise.
52474         * sysdeps/s390/dl-tls.h: Likewise.
52475         * sysdeps/sh/dl-tls.h: Likewise.
52476         * sysdeps/sparc/dl-tls.h: Likewise.
52477         * sysdeps/x86_64/dl-tls.h: Likewise.
52478         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52479
52480 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52481
52482         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52483         rpath element also skip the following colon.
52484         (expand_dynamic_string_token): Add is_path parameter and pass
52485         down to DL_DST_REQUIRED and _dl_dst_substitute.
52486         (decompose_rpath): Call expand_dynamic_string_token with
52487         non-zero is_path.  Ignore empty rpaths.
52488         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52489         with zero is_path.
52490
52491 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52492
52493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52494         Make cancelable.
52495
52496 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52497
52498         [BZ #12655]
52499         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52500         Patch by Filipe David Manana <fdmanana@apache.org>.
52501
52502 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52503
52504         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52505         Maintain aligned stack.
52506         (CHECK_RSP): Remove unused macro.
52507
52508 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52509
52510         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52511         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52512
52513 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52514
52515         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52516
52517         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52518
52519 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52520
52521         [BZ #12518]
52522         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52523         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52524         * sysdeps/x86_64/memmove.c: New file.
52525         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52526         (memcpy): Renamed to ...
52527         (__new_memcpy): This.
52528         (memcpy): Provide GLIBC_2_14 memcpy.
52529         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52530         (memcpy): Provide GLIBC_2_2_5 memcpy.
52531
52532 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52533
52534         [BZ #12631]
52535         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52536
52537 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52538
52539         * misc/syncfs.c: New file.
52540         * misc/Makefile (routines): Add syncfs.
52541         * posix/unistd.h: Declare syncfs.
52542         * sysdeps/unix/syscalls.list: Add syncfs.
52543
52544 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52545
52546         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52547         open_by_handle_at.
52548         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52549         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52550         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52551         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52552         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52553         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52554         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52555
52556 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52557
52558         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52559         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52560         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52561         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52562         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52563         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52564         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52565
52566         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52567         sync_file_range.c with -fexceptions.
52568         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52569         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52570         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52571         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52572         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52573         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52574         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52575         sync_file_range as cancellation point
52576         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52577         now a wrapper around __call_sync_file_range with cancellation handling.
52578         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52579         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52580         function name to __call_sync_file_range.
52581         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52582         Add call_sync_file_range.
52583
52584 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52585
52586         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52587         bits/timex.h.
52588
52589 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52590
52591         * iconv/iconv.h: Fix typo in comment.
52592         * io/fcntl.h: Likewise.
52593         * libio/stdio.h: Likewise.
52594         * posix/spawn.h: Likewise.
52595         * posix/unistd.h: Likewise.
52596         * stdlib/stdlib.h: Likewise.
52597         * time/time.h: Likewise.
52598         * wcsmbs/wchar.h: Likewise.
52599
52600         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52601         open_by_handle): Add.
52602         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52603         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52604         Augment a few comments.
52605         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52606         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52607         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52608         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52609         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52610         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52611         open_by_handle.
52612
52613         * io/fcntl.h (AT_EMPTY_PATH): Define.
52614
52615 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52616
52617         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52618         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52619         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52620         to...
52621         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52622         * Versions.def: Add GLIBC_2.14.
52623         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52624         Export.
52625
52626 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52627
52628         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52629         round counter.
52630         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52631
52632 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52633
52634         [BZ #12597]
52635         * string/test-strncmp.c (do_page_test): New function.
52636         (check2): Likewise.
52637         (test_main): Call check2.
52638         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52639
52640 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52641
52642         [BZ #12587]
52643         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52644         Handle cache information in CPU leaf 4.
52645         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52646
52647 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52648
52649         [BZ #12583]
52650         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52651         character representation.
52652         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52653
52654 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52655
52656         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52657         END(__isnan) to END(__isnanf) to match function entry point/label
52658         EALIGN(__isnanf,...).
52659
52660 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52661
52662         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52663
52664 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52665
52666         [BZ #12510]
52667         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52668         copy from the symbol referenced in the relocation to initialize the
52669         used variable.
52670         Patch by Piotr Bury <pbury@goahead.com>.
52671         * elf/Makefile: Add rules to build and tst-unique3.
52672         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52673         * elf/tst-unique3.cc: New file.
52674         * elf/tst-unique3.h: New file.
52675         * elf/tst-unique3lib.cc: New file.
52676         * elf/tst-unique3lib2.cc: New file.
52677
52678         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52679
52680 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52681
52682         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52683         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52684         to _start.
52685
52686 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52687
52688         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52689         to-be-loaded object along a path to loader is ld.so.
52690
52691 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52692             Ulrich Drepper  <drepper@gmail.com>
52693
52694         * sysdeps/x86_64/memset.S: After aligning destination, code
52695         branches to different locations depending on the value of
52696         misalignment, when multiarch is enabled. Fix this.
52697
52698 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52699
52700         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52701         Set _x86_64_preferred_memory_instruction for AMD processsors.
52702         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52703         Set bit_Prefer_SSE_for_memop for AMD processors.
52704
52705 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52706
52707         * libio/fmemopen.c (fmemopen): Optimize a bit.
52708
52709 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52710
52711         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52712
52713 2011-03-03  Roland McGrath  <roland@redhat.com>
52714
52715         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52716
52717 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52718
52719         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52720         __bzero_ultra1 instead of __memset_ultra1.
52721
52722 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52723             Ulrich Drepper  <drepper@gmail.com>
52724
52725         [BZ #12509]
52726         * include/link.h (struct link_map): Add l_orig_initfini.
52727         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52728         returning unsuccessfully.
52729         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52730         close of a file loaded at startup, restore the original l_initfini
52731         list.
52732         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52733         list, store the pointer.
52734         * elf/Makefile ($(objpfx)noload-mem): New rule.
52735         (noload-ENV): Define.
52736         (tests): Add $(objpfx)noload-mem.
52737         * elf/noload.c: Include <memcheck.h>.
52738         (main): Call mtrace.  Close all opened handles.
52739
52740 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52741
52742         [BZ #12454]
52743         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52744         dependencies are missing.
52745
52746 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52747
52748         Fix __if_freereq crash: Unlike the generic version which uses free,
52749         Hurd needs munmap.
52750         * sysdeps/mach/hurd/ifreq.h: New file.
52751
52752 2011-01-27  Petr Baudis  <pasky@suse.cz>
52753             Ulrich Drepper  <drepper@gmail.com>
52754
52755         [BZ 12445]#
52756         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52757         to extend_alloca().
52758         * stdio-common/bug23.c: New file.
52759         * stdio-common/Makefile (tests): Add bug23.
52760
52761 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52762             Ulrich Drepper  <drepper@gmail.com>
52763
52764         [BZ #12489]
52765         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52766         before performing relro protection.  At old place add assertion
52767         to make sure nothing changed.
52768
52769 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52770             Glauber de Oliveira Costa  <glommer@gmail.com>
52771
52772         * elf/elf.h: Add new ARM TLS relocs.
52773
52774 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52775
52776         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52777         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52778         cast from r3.
52779         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52780         'tests' variable.
52781         * sysdeps/wordsize-64/tst-writev.c: New file.
52782
52783 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52784
52785         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52786         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52787         insns in _dl_start to prevent a TOC reference before relocs are
52788         resolved.
52789
52790 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52791
52792         [BZ #12469]
52793         * Makeconfig: Remove RANLIB definition.
52794         * Makerules: Don't use RANLIB.
52795         * aclocal.m4: Remove ranlib test.
52796         * configure.in: No need to check for ranlib.
52797         * elf/rtld-Rules: Don't use RANLIB.
52798
52799 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52800
52801         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52802         protection macro.
52803         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52804         inclusion protection macro.
52805
52806         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52807         SIGRTMIN and SIGRTMAX and print information in that case only when
52808         SIGRTMIN is defined.
52809
52810 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52811
52812         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52813         arginfo fn returning -1.
52814
52815         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52816         and thousands string is zero terminated.
52817
52818 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52819
52820         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52821         sysdeps/unix/sysv/linux/bits/socket.h.
52822
52823 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52824
52825         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52826         (__CPU_COUNT): Remove old macros.
52827         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52828         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52829         (__CPU_ALLOC, __CPU_FREE): Add macros.
52830         (__sched_cpualloc, __sched_cpufree): Add declarations.
52831
52832 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52833
52834         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52835         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52836         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52837         (readdhstai): Return value of addhstaiX call.
52838         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52839         (addgrbyX): Return value returned by cache_addgr.
52840         (readdgrbyname): Return value returned by addgrbyX.
52841         (readdgrbygid): Likewise.
52842         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52843         (addpwbyX): Return value returned by cache_addpw.
52844         (readdpwbyname): Return value returned by addhstbyX.
52845         (readdpwbyuid): Likewise.
52846         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52847         (addservbyX): Return value returned by cache_addserv.
52848         (readdservbyname): Return value returned by addservbyX:
52849         (readdservbyport): Likewise.
52850         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52851         (addhstbyX): Return value returned by cache_addhst.
52852         (readdhstbyname): Return value returned by addhstbyX.
52853         (readdhstbyaddr): Likewise.
52854         (readdhstbynamev6): Likewise.
52855         (readdhstbyaddrv6): Likewise.
52856         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52857         (readdinitgroups): Return value returned by addinitgroupsX.
52858         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52859         (prune_cache): Keep track of timeout value of re-added entries.
52860         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52861         * nscd/nscd.h: Adjust prototypes of readd* functions.
52862
52863 2011-02-04  Roland McGrath  <roland@redhat.com>
52864
52865         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52866         (nis_stats): Likewise.
52867         * nis/nis_modify.c (nis_modify): Likewise.
52868         * nis/nis_remove.c (nis_remove): Likewise.
52869         * nis/nis_add.c (nis_add): Likewise.
52870
52871         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52872
52873         * posix/fnmatch_loop.c: Add some consts.
52874
52875         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52876
52877 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52878
52879         [BZ #12460]
52880         * config.make.in (config-cflags-novzeroupper): Define.
52881         * configure.in: Substitute libc_cv_cc_novzeroupper.
52882         * elf/Makefile (AVX-CFLAGS): Define.
52883         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52884         (CFLAGS-tst-auditmod4a.c): Likewise.
52885         (CFLAGS-tst-auditmod4b.c): Likewise.
52886         (CFLAGS-tst-auditmod6b.c): Likewise.
52887         (CFLAGS-tst-auditmod6c.c): Likewise.
52888         (CFLAGS-tst-auditmod7b.c): Likewise.
52889         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52890
52891 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52892
52893         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52894         function to the callback.
52895         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52896
52897 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52898
52899         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52900         of errno.
52901
52902 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52903
52904         [BZ #11724]
52905         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52906         of constructors.
52907         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52908         of destructors.
52909         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52910
52911         [BZ #11724]
52912         * elf/Makefile: Add rules to build and run new test.
52913         * elf/tst-initorder.c: New file.
52914         * elf/tst-initorder.exp: New file.
52915         * elf/tst-initordera1.c: New file.
52916         * elf/tst-initordera2.c: New file.
52917         * elf/tst-initordera3.c: New file.
52918         * elf/tst-initordera4.c: New file.
52919         * elf/tst-initorderb1.c: New file.
52920         * elf/tst-initorderb2.c: New file.
52921         * elf/tst-order-a1.c: New file.
52922         * elf/tst-order-a2.c: New file.
52923         * elf/tst-order-a3.c: New file.
52924         * elf/tst-order-a4.c: New file.
52925         * elf/tst-order-b1.c: New file.
52926         * elf/tst-order-b2.c: New file.
52927         * elf/tst-order-main.c: New file.
52928         New test case by George Gensure <werkt0@gmail.com>.
52929
52930 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52931
52932         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52933         decoding ACE if AI_CANONIDN.
52934
52935 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52936
52937         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52938
52939 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52940
52941         * version.h (RELEASE): Bump for 2.13 release.
52942         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52943
52944         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52945
52946         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52947         MADV_NOHUGEPAGE.
52948         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52949         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52950         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52951         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52952         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52953         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52954
52955         * posix/getconf.c: Update copyright year.
52956         * catgets/gencat.c: Likewise.
52957         * csu/version.c: Likewise.
52958         * debug/catchsegv.sh: Likewise.
52959         * debug/xtrace.sh: Likewise.
52960         * elf/ldconfig.c: Likewise.
52961         * elf/ldd.bash.in: Likewise.
52962         * elf/sprof.c (print_version): Likewise.
52963         * iconv/iconv_prog.c: Likewise.
52964         * iconv/iconvconfig.c: Likewise.
52965         * locale/programs/locale.c: Likewise.
52966         * locale/programs/localedef.c: Likewise.
52967         * malloc/memusage.sh: Likewise.
52968         * malloc/mtrace.pl: Likewise.
52969         * nscd/nscd.c (print_version): Likewise.
52970         * nss/getent.c: Likewise.
52971
52972         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52973         PF_CAIF, and PF_ALG.
52974         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52975
52976 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52977
52978         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52979         (modules-names): Use them.
52980         (ifunc-test-modules, ifunc-pie-tests): Define.
52981         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52982         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52983         (test-extras): Likewise.
52984         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52985         $(compile-command.c).
52986         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52987         (all-built-dso): Define.
52988         (check-textrel.out, check-execstack.out): Depend on it.
52989
52990         * configure.in: Don't override --enable-multi-arch.
52991
52992 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52993
52994         [BZ #6812]
52995         * nscd/hstcache.c (tryagain): Define.
52996         (cache_addhst): Return tryagain not notfound for temporary errors.
52997         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52998         failed.
52999
53000 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
53001
53002         [BZ #10563]
53003         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
53004         to make the syscall.
53005         * sysdeps/unix/sysv/linux/setgroups.c: New file.
53006
53007         [BZ #12378]
53008         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
53009         and fall back to matching as normal character if the string ends before
53010         the matching ']' is found.  This is what POSIX requires.
53011         * posix/testfnm.c: Adjust test result.
53012         * posix/globtest.sh: Adjust test result.  Add new test.
53013         * posix/tst-fnmatch.input: Likewise.
53014         * posix/tst-fnmatch2.c: Add new test.
53015
53016 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
53017
53018         * elf/Makefile (check-execstack): Revert last change.  Depend on
53019         check-execstack.h.
53020         (check-execstack.h): New target.
53021         (generated): Add check-execstack.h.
53022         * elf/check-execstack.c: Include "check-execstack.h".
53023         (main): Revert last change.
53024         (handle_file): Return zero if GNU_STACK is absent and
53025         DEFAULT_STACK_PERMS doesn't include PF_X.
53026
53027 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
53028
53029         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
53030         in child fails because the descriptor is already closed.
53031         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
53032         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
53033         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
53034
53035         [BZ #12397]
53036         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
53037         syscall.
53038
53039         [BZ #10484]
53040         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
53041         temporary buffer used to handle multi lookups locally.
53042         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
53043
53044 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53045
53046         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
53047         loader is ld.so.
53048
53049 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
53050
53051         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
53052         alignment for SSE2.
53053
53054 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53055
53056         [BZ #12394]
53057         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
53058         characters.  When rounding increased number of integer digits recompute
53059         number of groups.
53060         * stdio-common/tst-grouping.c: New file.
53061         * stdio-common/Makefile: Add rules to build and run tst-grouping.
53062
53063 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
53064
53065         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
53066         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
53067
53068         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
53069         void.
53070         * bits/select.h: Likewise.
53071
53072 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
53073
53074         * po/ja.po: Update from translation team.
53075
53076 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
53077
53078         [BZ #11155]
53079         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
53080         implementation just like for lxstat, fxstatat, et al.
53081
53082 2010-12-27  Jim Meyering  <meyering@redhat.com>
53083
53084         [BZ #12348]
53085         * posix/regexec.c (build_trtable): Return failure indication upon
53086         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
53087
53088 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
53089
53090         [BZ #12201]
53091         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
53092         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
53093         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
53094         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
53095
53096         [BZ #12207]
53097         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
53098
53099         [BZ #12204]
53100         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
53101         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
53102
53103 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
53104
53105         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
53106         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
53107         script has SORT_BY_INIT_PRIORITY.
53108         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
53109         NO_CTORS_DTORS_SECTIONS is defined.
53110         * elf/soinit.c: Likewise.
53111         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
53112         NO_CTORS_DTORS_SECTIONS is defined.
53113         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
53114         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
53115         * sysdeps/sh/init-first.c: Likewise.
53116         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
53117
53118 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
53119
53120         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
53121         always use the slow path.
53122
53123 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
53124
53125         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
53126         similar rule which adds the sysdep directories to the header search in
53127         order to pick up the correct platform stackinfo.h.
53128         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
53129         perform test if it is, otherwise return successfully without testing.
53130         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
53131         DEFAULT_STACK_PERMS define in stackinfo.h.
53132         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
53133         defined in stackinfo.h.
53134         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
53135         DEFAULT_STACK_PERMS defined in stackinfo.h.
53136         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
53137         * sysdeps/ia64/stackinfo.h: Likewise.
53138         * sysdeps/s390/stackinfo.h: Likewise.
53139         * sysdeps/sh/stackinfo.h: Likewise.
53140         * sysdeps/sparc/stackinfo.h: Likewise.
53141         * sysdeps/x86_64/stackinfo.h: Likewise.
53142         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
53143         PF_X for powerpc64.  Retain PF_X for powerpc32.
53144
53145 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
53146
53147         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
53148         accurately.
53149         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
53150         GETDENTS_64BIT_ALIGNED.
53151
53152 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
53153
53154         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
53155
53156 2010-12-10  Andreas Schwab  <schwab@redhat.com>
53157
53158         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
53159         _GNU_SOURCE.
53160
53161         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
53162         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
53163         Remove __restrict.
53164         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
53165         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
53166
53167 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
53168
53169         [BZ #11655]
53170         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
53171         are initialized.
53172
53173 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
53174
53175         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
53176
53177 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
53178
53179         * po/it.po: Update from translation team.
53180
53181 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
53182
53183         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53184         unused codes.
53185
53186 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
53187
53188         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53189
53190 2010-11-24  Andreas Schwab  <schwab@redhat.com>
53191
53192         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53193         specially.
53194         (gaih_getanswer_slice): Likewise.
53195
53196 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
53197
53198         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53199
53200 2010-05-31  Petr Baudis  <pasky@suse.cz>
53201
53202         [BZ #11149]
53203         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53204         silently even in the chroot mode.
53205
53206 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
53207
53208         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53209         last patch a bit.  Pretty printing
53210
53211 2010-05-31  Petr Baudis <pasky@suse.cz>
53212
53213         [BZ #10085]
53214         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53215         initialization of skip_initgroups_dyn.
53216
53217 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
53218
53219         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53220         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53221
53222 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
53223
53224         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53225
53226 2010-11-11  Andreas Schwab  <schwab@redhat.com>
53227
53228         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53229         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53230         (tst-fnmatch-ENV): Set MALLOC_TRACE.
53231         ($(objpfx)tst-fnmatch-mem): New rule.
53232         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53233         * posix/tst-fnmatch.c (main): Call mtrace.
53234
53235 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
53236
53237         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53238         Support Intel processor model 6 and model 0x2c.
53239
53240 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
53241
53242         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53243           signed comparison.
53244
53245 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
53246
53247         [BZ #12205]
53248         * string/test-strncasecmp.c (check_result): New function.
53249         (do_one_test): Use it.
53250         (check1): New function.
53251         (test_main): Use it.
53252         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53253         Support strcasecmp and strncasecmp.
53254
53255 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53256
53257         [BZ #12194]
53258         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53259         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53260
53261 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53262
53263         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53264         IFUNC support.
53265         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53266         memset-x86-64.
53267         * sysdeps/x86_64/multiarch/bzero.S: New file.
53268         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53269         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53270         * sysdeps/x86_64/multiarch/memset.S: New file.
53271         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53272         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53273         Set bit_Prefer_SSE_for_memop for Intel processors.
53274         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53275         Define.
53276         (index_Prefer_SSE_for_memop): Define.
53277         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53278
53279 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53280
53281         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53282         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53283
53284 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53285
53286         [BZ #12191]
53287         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53288         (__x86_64_raw_data_cache_size_half): Likewise.
53289         (__x86_64_raw_shared_cache_size): Likewise.
53290         (__x86_64_raw_shared_cache_size_half): Likewise.
53291
53292         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53293         (__x86_64_raw_data_cache_size_half): Likewise.
53294         (__x86_64_raw_shared_cache_size): Likewise.
53295         (__x86_64_raw_shared_cache_size_half): Likewise.
53296         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53297         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53298         and __x86_64_raw_shared_cache_size_half.  Round
53299         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53300         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53301         to multiple of 256 bytes.
53302
53303 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53304
53305         [BZ #12167]
53306         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53307         of inacessible symlinks.  Verify result of symlink before returning it.
53308         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53309         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53310
53311 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53312
53313         * math/math.h (isinf): Fix typo in comment.
53314
53315 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53316
53317         * po/da.po: Update from translation team.
53318
53319 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53320
53321         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53322         is added to the list.
53323
53324 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53325             Ulrich Drepper  <drepper@gmail.com>
53326
53327         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53328         the global list here.  Move code to...
53329         (_dl_add_to_namespace_list): ...here.  New function.
53330         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53331         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53332         * elf/dl-load.c (lose): Don't remove the element from the list.
53333         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53334         (_dl_map_object): Likewise.
53335
53336 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53337
53338         [BZ #12159]
53339         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53340         into all bytes of SSE register.
53341         Patch by Richard Li <richardpku@gmail.com>.
53342
53343 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53344
53345         [BZ #12140]
53346         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53347         perturbing.
53348
53349 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53350
53351         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53352         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53353         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53354         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53356         submachine.
53357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53358
53359 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53360
53361         * include/dlfcn.h (__RTLD_SECURE): Define.
53362         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53363         mode & __RTLD_SECURE instead.
53364         (open_path): Rename preloaded parameter to secure.
53365         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53366         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53367         * elf/dl-deps.c (openaux): Likewise.
53368         * elf/rtld.c (struct map_args): Remove is_preloaded.
53369         (map_doit): Don't use it.
53370         (dl_main): Likewise.
53371         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53372         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53373
53374 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53375
53376         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53377         (sysd-rules-targets): Remove duplicates.
53378         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53379         rtld-%.$o dependency.
53380
53381 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53382
53383         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53384         _dl_map_object do it.
53385
53386 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53387
53388         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53389         fast fma builtins, define the macros in the C99 standard.
53390         (FP_FAST_FMAF): Likewise.
53391         (FP_FAST_FMAL): Likewise.
53392         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53393
53394         * bits/mathdef.h: Update copyright year.
53395         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53396
53397 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53398
53399         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53400         builtins, define the macros in the C99 standard.
53401         (FP_FAST_FMAF): Likewise.
53402         (FP_FAST_FMAL): Likewise.
53403         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53404         multiply/add.
53405         (FP_FAST_FMAF): Likewise.
53406
53407 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53408
53409         [BZ #3268]
53410         * math/libm-test.inc (fma_test): Some new testcases.
53411         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53412         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53413         y and infinite z.  Do multiplication by C already in long double.
53414         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53415         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53416         y and infinite z.  Do bitwise or of inexact bit into u.d.
53417         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53418         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53419         * sysdeps/i386/fpu/s_fma.S: Removed.
53420         * sysdeps/i386/fpu/s_fmal.S: Removed.
53421
53422 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53423
53424         [BZ #3268]
53425         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53426         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53427         computation is not scheduled after fetestexcept.  Fix value
53428         of minimum denormal long double.
53429
53430 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53431
53432         [BZ #3268]
53433         * math/libm-test.inc (fma_test): Add some more tests.
53434         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53435         correctly.
53436
53437 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53438
53439         * scripts/data/localplt-s390-linux-gnu.data: New file.
53440         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53441
53442 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53443
53444         [BZ #3268]
53445         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53446         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53447         instead of dbl-64.
53448         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53449         inlines.
53450         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53451         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53452         if one of x and y is very large and the other is subnormal.
53453         * sysdeps/s390/fpu/s_fmaf.c: New file.
53454         * sysdeps/s390/fpu/s_fma.c: New file.
53455         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53456         * sysdeps/powerpc/fpu/s_fma.S: New file.
53457         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53458         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53459         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53460
53461 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53462
53463         [BZ #3268]
53464         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53465         fma tests.
53466         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53467         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53468         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53469         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53470         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53471         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53472         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53473
53474 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53475
53476         [BZ #12078]
53477         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53478         * posix/bug-regex31.input: Add test case.
53479
53480 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53481
53482         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53483         * posix/bug-regex31.input: New file.
53484
53485         [BZ #12078]
53486         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53487         (parse_sub_exp): Fix last change, use postorder.
53488
53489         * posix/bug-regex31.c: New file.
53490         * posix/Makefile: Add rules to build and run bug-regex31.
53491
53492         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53493
53494         [BZ #12078]
53495         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53496
53497         [BZ #12108]
53498         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53499         to have entries in sys_siglist.
53500
53501         [BZ #12093]
53502         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53503         be NULL.
53504
53505 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53506
53507         [BZ #3268]
53508         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53509         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53510         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53511         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53512         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53513         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53514         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53515         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53516         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53517         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53518         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53519         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53520         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53521         * math/ftestexcept.c (fetestexcept): Likewise.
53522         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53523         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53524         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53525         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53526         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53527         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53528         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53529
53530 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53531
53532         [BZ #12107]
53533         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53534         newline.
53535
53536 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53537
53538         * string/bug-strstr1.c: New file.
53539         * string/Makefile: Add rules to build and run bug-strstr1.
53540
53541 2010-10-05  Eric Blake  <eblake@redhat.com>
53542
53543         [BZ #12092]
53544         * string/str-two-way.h (two_way_long_needle): Always clear memory
53545         when skipping input due to the shift table.
53546
53547 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53548
53549         [BZ #12005]
53550         * malloc/mcheck.c: Handle large requests.
53551
53552         [BZ #12077]
53553         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53554         for strncmp and strncasecmp.
53555         * string/stratcliff.c: Add tests for strcmp and strncmp.
53556         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53557
53558 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53559
53560         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53561         __set_fpscr.
53562
53563 2010-09-30  Andreas Jaeger  <aj@suse.de>
53564
53565         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53566         (CGROUP_SUPER_MAGIC): Define.
53567         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53568         Handle btrfs and cgroup file systems.
53569         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53570         Likewise.
53571
53572 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53573
53574         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53575         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53576
53577 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53578
53579         [BZ #12067]
53580         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53581         trying to locate the ELF header.
53582
53583 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53584
53585         [BZ #11611]
53586         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53587         Mask out sign-bit copies when constructing f_fsid.
53588
53589 2010-09-24  Petr Baudis <pasky@suse.cz>
53590
53591         * debug/stack_chk_fail_local.c: Add missing licence exception.
53592         * debug/warning-nop.c: Likewise.
53593
53594 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53595
53596         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53597         implementing getdents64 using getdents syscall, set d_type if
53598         __ASSUME_GETDENTS32_D_TYPE.
53599
53600 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53601
53602         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53603         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53604
53605 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53606
53607         [BZ #12037]
53608         * posix/unistd.h: Undo change of feature selection for ftruncate from
53609         2010-01-11.
53610
53611 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53612
53613         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53614         detection.
53615
53616 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53617
53618         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53619         fanotify_mark.
53620         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53621
53622 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53623
53624         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53625         variables after CHECK_SP call.
53626         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53627
53628 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53629             Ulrich Drepper  <drepper@redhat.com>
53630
53631         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53632         re-relocationg ld.so.
53633         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53634         _dl_init_paths call.
53635         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53636         here anymore.
53637
53638 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53639
53640         * resolv/res_init.c (__res_vinit): Count the default server we added.
53641
53642 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53643             Ulrich Drepper  <drepper@redhat.com>
53644
53645         [BZ #11968]
53646         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53647         (____longjmp_chk): Use %ebx for saving value across system call.
53648         Add unwind info.
53649
53650 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53651
53652         * manual/Makefile: Don't mix pattern rules with normal rules.
53653
53654 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53655
53656         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53657         operation.
53658         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53659         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53660         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53661         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53662         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53663         Likewise.
53664
53665 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53666
53667         [BZ #11979]
53668         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53669         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53670
53671 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53672
53673         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53674         * sysdeps/x86_64/addmul_1.S: Likewise.
53675         * sysdeps/x86_64/lshift.S: Likewise.
53676         * sysdeps/x86_64/mul_1.S: Likewise.
53677         * sysdeps/x86_64/rshift.S: Likewise.
53678         * sysdeps/x86_64/sub_n.S: Likewise.
53679         * sysdeps/x86_64/submul_1.S: Likewise.
53680
53681 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53682
53683         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53684         Define __sched_param instead of SCHED_* and sched_param when
53685         <bits/sched.h> is included with __need_schedparam defined.
53686         * bits/sched.h [__need_schedparam]
53687         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53688         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53689         (__defined_schedparam): Define to 1.
53690         (__sched_param): New structure, identical to sched_param.
53691         (__need_schedparam): Undefine.
53692
53693 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53694
53695         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53696         (epoll_create1): Declare.
53697
53698         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53699
53700 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53701
53702         [BZ #7066]
53703         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53704         shifting retval into place.
53705
53706 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53707
53708         * nis/rpcsvc/nis.h: Update copyright notice.
53709         * nis/rpcsvc/nis.x: Likewise.
53710         * nis/rpcsvc/nis_callback.h: Likewise.
53711         * nis/rpcsvc/nis_callback.x: Likewise.
53712         * nis/rpcsvc/nis_object.x: Likewise.
53713         * nis/rpcsvc/nis_tags.h: Likewise.
53714         * nis/rpcsvc/yp.h: Likewise.
53715         * nis/rpcsvc/yp.x: Likewise.
53716         * nis/rpcsvc/ypupd.h: Likewise.
53717         * nis/yp_xdr.c: Likewise.
53718         * nis/ypupdate_xdr.c: Likewise.
53719
53720         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53721         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53722         (pmap_getport): Use __libc_rpc_getport.
53723         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53724         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53725         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53726
53727 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53728
53729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53730         fanotify_mark.
53731
53732 2010-08-27  Roland McGrath  <roland@redhat.com>
53733
53734         * sysdeps/i386/i686/multiarch/Makefile
53735         (CFLAGS-varshift.c): New variable.
53736
53737 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53738
53739         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53740         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53741
53742         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53743
53744         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53745
53746 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53747
53748         * sysdeps/x86_64/strlen.S: Unroll the loop.
53749         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53750         strlen-sse2 strlen-sse2-bsf.
53751         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53752         __strlen_no_bsf if bit_Slow_BSF is set.
53753         (__strlen_sse42): Removed.
53754         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53755         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53756
53757 2010-08-25  Roland McGrath  <roland@redhat.com>
53758
53759         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53760         * sysdeps/x86_64/multiarch/varshift.c: New file.
53761         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53762         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53763         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53764         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53765
53766 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53767
53768         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53769         strlen-sse2 strlen-sse2-bsf.
53770         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53771         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53772         (__strlen_sse2): Removed.
53773         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53774         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53775         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53776         bit_Slow_BSF for Atom.
53777         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53778         (index_Slow_BSF): Define.
53779         (HAS_SLOW_BSF): Define.
53780
53781 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53782
53783         [BZ #10851]
53784         * resolv/res_init.c (__res_vinit): When no server address at all
53785         is given default to loopback.
53786
53787 2010-08-24  Roland McGrath  <roland@redhat.com>
53788
53789         * configure.in: Remove config-name.h generation.
53790         * configure: Regenerated.
53791         * config-name.in: File removed.
53792         * scripts/config-uname.sh: New file.
53793         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53794         ($(objdir)config-name.h): New target.
53795
53796         * sunrpc/rpc_parse.h: Avoid nested comment.
53797
53798 2010-08-24  Richard Henderson  <rth@redhat.com>
53799             Ulrich Drepper  <drepper@redhat.com>
53800             H.J. Lu  <hongjiu.lu@intel.com>
53801
53802         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53803         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53804         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53805         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53806         _mm_alignr_epi8 with _mm_loadu_si128.
53807         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53808         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53809         (__m128i_shift_right): Removed.
53810         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53811         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53812         * sysdeps/x86_64/multiarch/varshift.h: New file.
53813         * sysdeps/x86_64/multiarch/varshift.S: New file.
53814
53815 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53816
53817         * configure.in: Move assembler checks to before sysdep dir checking.
53818
53819 2010-08-20  Petr Baudis  <pasky@suse.cz>
53820
53821         * LICENSES: Sync the sunrpc license.
53822
53823 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53824
53825         * sunrpc/auth_des.c: Update copyright notice once again.
53826         * sunrpc/auth_none.c: Likewise.
53827         * sunrpc/auth_unix.c: Likewise.
53828         * sunrpc/authdes_prot.c: Likewise.
53829         * sunrpc/authuxprot.c: Likewise.
53830         * sunrpc/bindrsvprt.c: Likewise.
53831         * sunrpc/clnt_gen.c: Likewise.
53832         * sunrpc/clnt_perr.c: Likewise.
53833         * sunrpc/clnt_raw.c: Likewise.
53834         * sunrpc/clnt_simp.c: Likewise.
53835         * sunrpc/clnt_tcp.c: Likewise.
53836         * sunrpc/clnt_udp.c: Likewise.
53837         * sunrpc/clnt_unix.c: Likewise.
53838         * sunrpc/des_crypt.c: Likewise.
53839         * sunrpc/des_soft.c: Likewise.
53840         * sunrpc/get_myaddr.c: Likewise.
53841         * sunrpc/getrpcport.c: Likewise.
53842         * sunrpc/key_call.c: Likewise.
53843         * sunrpc/key_prot.c: Likewise.
53844         * sunrpc/openchild.c: Likewise.
53845         * sunrpc/pm_getmaps.c: Likewise.
53846         * sunrpc/pm_getport.c: Likewise.
53847         * sunrpc/pmap_clnt.c: Likewise.
53848         * sunrpc/pmap_prot.c: Likewise.
53849         * sunrpc/pmap_prot2.c: Likewise.
53850         * sunrpc/pmap_rmt.c: Likewise.
53851         * sunrpc/rpc/auth.h: Likewise.
53852         * sunrpc/rpc/auth_unix.h: Likewise.
53853         * sunrpc/rpc/clnt.h: Likewise.
53854         * sunrpc/rpc/des_crypt.h: Likewise.
53855         * sunrpc/rpc/key_prot.h: Likewise.
53856         * sunrpc/rpc/netdb.h: Likewise.
53857         * sunrpc/rpc/pmap_clnt.h: Likewise.
53858         * sunrpc/rpc/pmap_prot.h: Likewise.
53859         * sunrpc/rpc/pmap_rmt.h: Likewise.
53860         * sunrpc/rpc/rpc.h: Likewise.
53861         * sunrpc/rpc/rpc_des.h: Likewise.
53862         * sunrpc/rpc/rpc_msg.h: Likewise.
53863         * sunrpc/rpc/svc.h: Likewise.
53864         * sunrpc/rpc/svc_auth.h: Likewise.
53865         * sunrpc/rpc/types.h: Likewise.
53866         * sunrpc/rpc/xdr.h: Likewise.
53867         * sunrpc/rpc_clntout.c: Likewise.
53868         * sunrpc/rpc_cmsg.c: Likewise.
53869         * sunrpc/rpc_common.c: Likewise.
53870         * sunrpc/rpc_cout.c: Likewise.
53871         * sunrpc/rpc_dtable.c: Likewise.
53872         * sunrpc/rpc_hout.c: Likewise.
53873         * sunrpc/rpc_main.c: Likewise.
53874         * sunrpc/rpc_parse.c: Likewise.
53875         * sunrpc/rpc_parse.h: Likewise.
53876         * sunrpc/rpc_prot.c: Likewise.
53877         * sunrpc/rpc_sample.c: Likewise.
53878         * sunrpc/rpc_scan.c: Likewise.
53879         * sunrpc/rpc_scan.h: Likewise.
53880         * sunrpc/rpc_svcout.c: Likewise.
53881         * sunrpc/rpc_tblout.c: Likewise.
53882         * sunrpc/rpc_util.c: Likewise.
53883         * sunrpc/rpc_util.h: Likewise.
53884         * sunrpc/rpcinfo.c: Likewise.
53885         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53886         * sunrpc/rpcsvc/key_prot.x: Likewise.
53887         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53888         * sunrpc/rpcsvc/mount.x: Likewise.
53889         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53890         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53891         * sunrpc/rpcsvc/rex.x: Likewise.
53892         * sunrpc/rpcsvc/rstat.x: Likewise.
53893         * sunrpc/rpcsvc/rusers.x: Likewise.
53894         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53895         * sunrpc/rpcsvc/spray.x: Likewise.
53896         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53897         * sunrpc/rtime.c: Likewise.
53898         * sunrpc/svc.c: Likewise.
53899         * sunrpc/svc_auth.c: Likewise.
53900         * sunrpc/svc_authux.c: Likewise.
53901         * sunrpc/svc_raw.c: Likewise.
53902         * sunrpc/svc_run.c: Likewise.
53903         * sunrpc/svc_simple.c: Likewise.
53904         * sunrpc/svc_tcp.c: Likewise.
53905         * sunrpc/svc_udp.c: Likewise.
53906         * sunrpc/svc_unix.c: Likewise.
53907         * sunrpc/svcauth_des.c: Likewise.
53908         * sunrpc/xcrypt.c: Likewise.
53909         * sunrpc/xdr.c: Likewise.
53910         * sunrpc/xdr_array.c: Likewise.
53911         * sunrpc/xdr_float.c: Likewise.
53912         * sunrpc/xdr_mem.c: Likewise.
53913         * sunrpc/xdr_rec.c: Likewise.
53914         * sunrpc/xdr_ref.c: Likewise.
53915         * sunrpc/xdr_sizeof.c: Likewise.
53916         * sunrpc/xdr_stdio.c: Likewise.
53917
53918         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53919         handling.
53920
53921 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53922
53923         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53924
53925 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53926
53927         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53928         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53929         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53930         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53931         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53932         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53933         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53934         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53935         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53936         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53937         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53938         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53939         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53940         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53941
53942 2010-07-26  Anton Blanchard  <anton@samba.org>
53943
53944         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53945         * malloc/arena.c (heap_trim): Likewise.
53946
53947 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53948
53949         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53950         here.  Not...
53951         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53952         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53953
53954 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53955
53956         * sysdeps/i386/elf/Makefile: New file.
53957
53958 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53959
53960         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53961         from fanotify_init.
53962         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53963         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53964
53965 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53966
53967         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53968         of strncasecmp_l.
53969         * sysdeps/multiarch/strcmp.S: Likewise.
53970
53971 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53972
53973         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53974         strncase_l-nonascii.
53975         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53976         Add strncase_l-ssse3.
53977         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53978         * sysdeps/x86_64/strcmp.S: Likewise.
53979         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53980         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53981         * sysdeps/x86_64/strncase.S: New file.
53982         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53983         * sysdeps/x86_64/strncase_l.S: New file.
53984         * string/Makefile (strop-tests): Add strncasecmp.
53985         * string/test-strncasecmp.c: New file.
53986
53987         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53988         warning.
53989
53990         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53991         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53992
53993 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53994
53995         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53996
53997 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53998
53999         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
54000         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
54001         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
54002
54003 2010-05-01  Alan Modra  <amodra@gmail.com>
54004
54005         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
54006         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
54007         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
54008         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
54009         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
54010         tidying.  Don't tail-call __sigjmp_save for static lib.
54011         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
54012         save location.
54013         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
54014         (CALL_MCOUNT): Add eh info, and nop after bl.
54015         (TAIL_CALL_SYSCALL_ERROR): New macro.
54016         (PSEUDO_RET): Use it.
54017         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
54018         Correct save location of integer regs and cr.
54019         (_dl_profile_resolve): Correct cr save location.  Delete nops
54020         after bl when SHARED.  Reduce cfi size a little by better
54021         placement of cfi directives.
54022         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
54023         make a stack frame.  Instead use parm save area as a temp.
54024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
54025         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
54026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
54027         Don't make a stack frame for parent, use parm save area.
54028         Increase child stack frame to 112 bytes.  Don't save unused reg,
54029         and adjust reg usage.  Set up cfi on error recovery and
54030         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
54031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
54032         (__makecontext): Add dummy nop after jump to exit.
54033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
54034         Use correct parm save area and cr save, reduce stack frame.
54035         Correct cfi for possible PSEUDO_RET frame setup.
54036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
54037         Branch to local label emitted by PSEUDO_RET rather than
54038         __syscall_error.
54039
54040 2010-08-12  Andreas Schwab  <schwab@redhat.com>
54041
54042         [BZ #11904]
54043         * locale/programs/locale.c (print_assignment): New function.
54044         (show_locale_vars): Use it.
54045
54046 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
54047
54048         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
54049         field.
54050         (struct statfs64): Likewise.
54051         (_STATFS_F_FLAGS): Define.
54052         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
54053         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54054         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
54055         (ST_VALID): Define locally.
54056         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
54057         __statvfs_getflags, use the provided value.
54058         * sysdeps/unix/sysv/linux/kernel-features.h: Define
54059         __ASSUME_STATFS_F_FLAGS.
54060
54061         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
54062
54063         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
54064         Add sys/fanotify.h.
54065         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
54066         fanotify_mask for GLIBC_2.13.
54067         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
54068         fanotify_init and fanotify_mark.
54069         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54070         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
54071
54072         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
54073         Add prlimit.
54074         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
54075         prlimit64 for GLIBC_2.13.
54076         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
54077         prlimit64.
54078         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
54079         syscall.
54080         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
54081         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
54082         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
54083         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
54084         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
54085         add prlimit alias.
54086         * sysdeps/unix/sysv/linux/prlimit.c: New file.
54087
54088         [BZ #11903]
54089         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
54090         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
54091
54092         * nss/Makefile: Add rules to build and run tst-nss-test1.
54093         * shlib-versions: Add entry for libnss_test1.
54094         * nss/nss_test1.c: New file.
54095         * nss/tst-nss-test1.c: New file.
54096
54097         * nss/nsswitch.c (__nss_database_custom): Define new variable.
54098         (__nss_configure_lookup): Set appropriate entry in
54099         __nss_configure_lookup to true.
54100         * nss/nsswitch.h: Define enum with indeces of databases in
54101         databases and __nss_database_custom arrays.  Declare
54102         __nss_database_custom.
54103         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
54104         to avoid using nscd when custom rules are installed.
54105         * nss/getXXbyYY_r.c: Likewise.
54106         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
54107
54108         * nss/nss_files/files-parse.c: Whitespace fixes.
54109
54110 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
54111
54112         [BZ #11883]
54113         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
54114         * posix/fnmatch_loop.c: Likewise.
54115
54116 2010-07-17  Andi Kleen  <ak@linux.intel.com>
54117
54118         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
54119         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
54120         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
54121         * Versions.def [GLIBC_2.13]: Add.
54122
54123 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
54124
54125         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54126         Also fail if tpwd after pwuid call is NULL.
54127
54128 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54129
54130         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
54131         when converting to ms.
54132
54133 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54134
54135         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
54136         EOPNOTSUPP errors with ENOTTY.
54137         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
54138         EOPNOTSUPP errors with ENOTTY.
54139
54140 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
54141
54142         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54143         Add strcasecmp_l-ssse3.
54144         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
54145         strcasecmp.
54146         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
54147         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
54148         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
54149
54150 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
54151
54152         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
54153
54154         * string/Makefile (strop-tests): Add strcasecmp.
54155         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54156         strcasecmp_l-nonascii.
54157         (gen-as-const-headers): Add locale-defines.sym.
54158         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
54159         * sysdeps/x86_64/strcasecmp.S: New file.
54160         * sysdeps/x86_64/strcasecmp_l.S: New file.
54161         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
54162         * sysdeps/x86_64/locale-defines.sym: New file.
54163         * string/test-strcasecmp.c: New file.
54164
54165         * string/test-strcasestr.c: Test both ends of the range of characters.
54166         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
54167
54168 2010-07-29  Roland McGrath  <roland@redhat.com>
54169
54170         [BZ #11856]
54171         * manual/locale.texi (Yes-or-No Questions): Fix example code.
54172
54173 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
54174
54175         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
54176         for ld.so.
54177
54178 2010-07-27  Andreas Schwab  <schwab@redhat.com>
54179
54180         * manual/memory.texi (Malloc Tunable Parameters): Document
54181         M_PERTURB.
54182
54183 2010-07-26  Roland McGrath  <roland@redhat.com>
54184
54185         [BZ #11840]
54186         * configure.in (-fgnu89-inline check): Set and substitute
54187         gnu89_inline, not libc_cv_gnu89_inline.
54188         * configure: Regenerated.
54189         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54190
54191 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
54192
54193         * string/test-strnlen.c: New file.
54194         * string/Makefile (strop-tests): Add strnlen.
54195         * string/tester.c (test_strnlen): Add a few more test cases.
54196         * string/tst-strlen.c: Better error reporting.
54197
54198         * sysdeps/x86_64/strnlen.S: New file.
54199
54200 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
54201
54202         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54203         lower-latency instructions.
54204
54205 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
54206
54207         * string/test-strcasestr.c: New file.
54208         * string/test-strstr.c: New file.
54209         * string/Makefile (strop-tests): Add strstr and strcasestr.
54210         * string/str-two-way.h: Don't undefine MAX.
54211         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54212
54213 2010-07-21  Andreas Schwab  <schwab@redhat.com>
54214
54215         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54216         strcasestr-nonascii.
54217         (CFLAGS-strcasestr-nonascii.c): Define.
54218         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54219         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54220         Remove unused attribute.
54221
54222 2010-07-20  Roland McGrath  <roland@redhat.com>
54223
54224         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54225         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
54226         ld.so.cache was broken.  With it, there is no way to disable dsocaps
54227         like LD_HWCAP_MASK can disable hwcaps.
54228
54229 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54230
54231         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54232
54233 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
54234
54235         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54236         call in strcasestr.
54237         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54238         __strcasestr_sse42_nonascii.
54239         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54240         strcasestr-nonascii.c.
54241         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54242
54243 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
54244
54245         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54246         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54247         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54248         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54249
54250 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54251
54252         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54253         fcntl.
54254
54255 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54256
54257         [BZ #11577]
54258         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54259         dl_signal_cerror.
54260
54261 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54262
54263         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54264         _PC_PIPE_BUF using F_GETPIPE_SZ.
54265
54266 2010-07-05  Roland McGrath  <roland@redhat.com>
54267
54268         * manual/arith.texi (Rounding Functions): Fix rint description
54269         implicit in round description.
54270
54271 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54272
54273         * elf/Makefile: Fix linking for a few tests to make recent linker
54274         happy.
54275
54276 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54277
54278         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54279         $(common-objpfx)libc_nonshared.a.
54280
54281 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54282
54283         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54284         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54285         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54286         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54287         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54288         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54289         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54290         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54291         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54293         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54296         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54305         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54306         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54307         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54308         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54309         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54310         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54311         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54312         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54313         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54314         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54315         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54316         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54317         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54318         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54319         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54320         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54322         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54324         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54325         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54331
54332 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54333
54334         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54335         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54336         * string/memmove.c (memmove): Renamed to ...
54337         (MEMMOVE): ...this.  Default to memmove.
54338         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54339         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54340         (END_CHK): Define.
54341         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54342         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54343         mempcpy-ssse3-back memmove-ssse3-back.
54344         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54345         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54346         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54347         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54348         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54349         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54350         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54351         * sysdeps/x86_64/multiarch/memmove.c: New file.
54352         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54353         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54354         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54355         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54356         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54357         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54358         Define.
54359         (index_Fast_Copy_Backward): Define.
54360         (HAS_ARCH_FEATURE): Define.
54361         (HAS_FAST_REP_STRING): Define.
54362         (HAS_FAST_COPY_BACKWARD): Define.
54363
54364 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54365
54366         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54367         Restore proper fallback handling.
54368
54369 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54370
54371         [BZ #11701]
54372         * posix/group_member.c (__group_member): Correct checking loop.
54373
54374         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54375         OOM in getpwuid_r correctly.  Return error number when the caller
54376         should return, otherwise -1.
54377         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54378         call returning > 0 value.
54379         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54380
54381 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54382
54383         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54384         libc_nonshared.a from targets in modules-names.
54385
54386 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54387
54388         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54389         requires it.
54390
54391 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54392
54393         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54394         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54395         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54396         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54397
54398 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54399
54400         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54401
54402 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54403
54404         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54405         and F_GETPIPE_SZ.
54406         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54407         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54408         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54409         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54410         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54411         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54412
54413 2010-06-14  Roland McGrath  <roland@redhat.com>
54414
54415         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54416
54417 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54418
54419         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54420         __REDIRECT followed by __THROW.
54421         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54422         * posix/getopt.h (getopt): Likewise.
54423
54424 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54425
54426         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54427         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54428         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54429         in AT_FLAGS.
54430         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54431         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54432
54433 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54434
54435         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54436
54437 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54438
54439         [BZ #11640]
54440         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54441         Properly check family and model.
54442
54443 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54444
54445         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54446
54447 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54448
54449         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54450
54451 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54452
54453         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54454         symbol reference.
54455
54456 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54457
54458         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54459         symbol reference.
54460
54461 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54462
54463         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54464         and internal_recvmmsg.
54465         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54466         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54467         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54468         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54469
54470         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54471         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54472         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54473
54474 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54475
54476         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54477
54478 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54479
54480         POWER7 optimizations.
54481         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54482         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54483
54484 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54485
54486         * version.h: Update for 2.13 development version.
54487
54488 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54489
54490         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54491         exceptions.  Return 0.
54492
54493 2010-05-07  Roland McGrath  <roland@redhat.com>
54494
54495         * elf/ldconfig.c (main): Add a const.
54496
54497 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54498
54499         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54500         (args_options): Add no-idn option.
54501         (ahosts_keys_int): Add idn_flags to ai_flags.
54502         (parse_option): Handle 'i' option to clear idn_flags.
54503
54504         * malloc/malloc.c (_int_free): Possible race in the most recently
54505         added check.  Only act on the data if no current modification
54506         happened.
54507
54508 See ChangeLog.17 for earlier changes.