Require bison 2.7 or newer for regenerating intl/plural.y
[platform/upstream/glibc.git] / ChangeLog
1 2014-12-22  Will Newton  <will.newton@linaro.org>
2
3         * manual/install.texi: Document that we require bison 2.7
4         or above.
5         * INSTALL: Regenerate.
6         * configure.ac: Use AC_CHECK_PROG_VER instead of
7         AC_PATH_PROG when checking for bison and check for
8         version 2.7 or above.
9         * configure: Regenerate.
10
11 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
12
13         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
14         * sysdeps/tile/ffsll.c (ffsll): To here.
15
16         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
17
18 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
19
20         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
21         if not defined.
22         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
23         definition.
24         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
25         hidden ___tls_get_addr.
26         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
27         hidden __tls_get_addr.
28         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
29         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
30         Likewise.
31
32 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
33
34         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
35         _dl_init call.
36
37 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
38
39         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
40         from "call _dl_init@PLT".
41         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
42
43 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
44
45         * manual/search.texi: (Array Sort Function): Clarify stable sorting
46         guarantees.
47
48 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
49
50         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
51
52 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
53
54         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
55         strnlen.
56
57 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
58
59         * string/strncat.c (STRNCAT): Simplify implementation.
60
61 2014-12-19  David S. Miller  <davem@davemloft.net>
62
63         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
64         access the quad as both a long double and as a series of 4 words.
65
66         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
67         link_map->l_info array access.
68
69 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
70
71         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
72
73         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
74         * math/atest-exp2.c (TIMEOUT): Likewise.
75         * math/atest-sincos.c (TIMEOUT): Likewise.
76
77 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
78
79         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
80         -Wno-error with -fno-builtin-lround.
81
82 2014-12-19  Torvald Riegel  <triegel@redhat.com>
83
84         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
85         Contains futex constants and functions moved over from ...
86         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
87         <lowlevellock-futex.h>.
88         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
89         (lll_timedwait_tid): Add comments and parentheses around macro
90         arguments.
91
92 2014-12-19  Torvald Riegel  <triegel@redhat.com>
93
94         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
95         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
96         (__lll_private_flag): Remove.
97         (lll_futex_wait): Likewise.
98         (lll_futex_timed_wait): Likewise.
99         (lll_futex_wake): Likewise.
100         (lll_futex_requeue): Likewise.
101         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
102         (__lll_timedwait_tid): Spell out argument names.
103         (lll_timedwait_tid): Add comments and parentheses around macro
104         arguments.
105         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
106         LLL_SHARED and LLL_PRIVATE usable from assembly code.
107
108 2014-12-19  Torvald Riegel  <triegel@redhat.com>
109
110         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
111         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
112         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
113         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
114         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
115         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
116         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
117         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
118         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
119         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
120         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
121         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
122         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
123         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
124         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
125         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
126         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
127         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
128         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
129
130 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
131
132         * sysdeps/x86_64/x32/Makefile: New file.
133
134 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
135
136         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
137         1L with (mp_limb_t) 1.
138
139 2014-12-17  Roland McGrath  <roland@hack.frob.com>
140
141         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
142         * nptl/libc_pthread_init.c: ... here.
143         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
144         * nptl/register-atfork.c: ... here.
145
146         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
147         Use pthread_sigmask rather than INTERNAL_SYSCALL.
148         Use assert_perror to check its return value.
149         (__gai_create_helper_thread): Likewise.
150
151         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
152
153         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
154
155 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
156
157         [BZ #17725]
158         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
159         __profil_counter.
160         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
161         Likewise.
162         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
163         Likewise.
164         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
165         Likewise.
166         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
167         (profil_counter): Likewise.
168         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
169         (profil_counter): Likewise.
170         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
171         Likewise.
172         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
173         Likewise.
174         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
175         (profil_counter): Likewise.
176         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
177         Likewise.
178         [!__profil_counter] (profil_counter): Define as weak alias of
179         __profil_counter.
180         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
181         (profil_counter): Rename to __profil_counter.
182         [!__profil_counter] (profil_counter): Define as weak alias of
183         __profil_counter.
184         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
185         (profil_counter): Rename to __profil_counter.
186         [!__profil_counter] (profil_counter): Define as weak alias of
187         __profil_counter.
188         * sysdeps/posix/profil.c: Update comment referring to
189         profil_counter.
190         (__profil): Use __profil_counter instead of profil_counter.
191         * sysdeps/posix/sprofil.c (profil_counter): Rename to
192         __profil_counter.  Use __profil_counter_ushort and
193         __profil_counter_uint in definitions.
194         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
195         instead of profil_counter_uint and profil_counter_ushort.
196
197         [BZ #17722]
198         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
199         define as weak alias of __inet_makeaddr.
200         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
201         as weak alias of __inet_addr.
202         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
203         as weak alias of __inet_pton.  Use libc_hidden_weak.
204         * include/arpa/inet.h (__inet_pton): Declare.  Use
205         libc_hidden_proto.
206         (inet_makeaddr): Don't use libc_hidden_proto.
207         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
208         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
209         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
210         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
211         Remove variable.
212         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
213         (test-xfail-POSIX/time.h/linknamespace): Likewise.
214
215 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
216
217         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
218
219 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
220
221         * stdio-common/bug-vfprintf-nargs.c (do_test):
222         Cast value to intptr_t to avoid format warning
223         for usage with PRIdPTR printing macro.
224
225 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
226
227         * libio/tst-widetext.c (do_test):
228         Use format type %td instead of %Zd for ptrdiff_t
229         in order to avoid format warning.
230
231 2014-12-17  Andreas Schwab  <schwab@suse.de>
232
233         * nscd/mem.c (gc): Add size_t cast to match printf format.
234
235 2014-12-16  Roland McGrath  <roland@hack.frob.com>
236
237         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
238         (init): Apply PTR_MANGLE to pointers before storing them.
239         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
240         before using them.
241
242 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
243
244         [BZ #17719]
245         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
246         define as weak alias of __memrchr.
247         (__memrchr): Do not define as strong alias of memrchr.
248         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
249         Remove variable.
250         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
251         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
252         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
253
254         [BZ #17717]
255         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
256         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
257         (if_indextoname): Rename to __if_indextoname and define as weak
258         alias of __if_indextoname.  Use libc_hidden_weak.
259         (if_freenameindex): Rename to __if_freenameindex and define as
260         weak alias of __if_freenameindex.
261         (if_nameindex): Rename to __if_nameindex and define as weak alias
262         of __if_nameindex.
263         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
264         __if_nametoindex and define as weak alias of __if_nametoindex.
265         Use libc_hidden_weak.
266         (if_freenameindex): Rename to __if_freenameindex and define as
267         weak alias of __if_freenameindex.
268         (if_nameindex): Rename to __if_nameindex and define as weak alias
269         of __if_nameindex.
270         (if_indextoname): Rename to __if_indextoname and define as weak
271         alias of __if_indextoname.  Use libc_hidden_weak.
272         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
273         __if_nametoindex and define as weak alias of __if_nametoindex.
274         Use libc_hidden_weak.
275         (if_freenameindex): Rename to __if_freenameindex and define as
276         weak alias of __if_freenameindex.  Use libc_hidden_weak.
277         (if_nameindex_netlink): Use __if_freenameindex instead of
278         if_freenameindex.
279         (if_nameindex): Rename to __if_nameindex and define as weak alias
280         of __if_nameindex.  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         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
284         libc_hidden_proto.
285         [!_ISOMAC] (__if_freenameindex): Likewise.
286         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
287         if_nametoindex.
288         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
289         variable.
290         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
291         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
292         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
293         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
294         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
295         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
296         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
297
298         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
299         Remove variable.
300         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
301         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
302
303 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
304
305         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
306         subscript above bounds'
307
308         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
309         bounds.
310
311 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
312
313         * libio/tst-fopenloc.c: Use test-skeleton.c.
314
315         * stdlib/tst-bsearch.c: Use test-skeleton.c.
316         (entry): Rename to ITEM.
317         (do_test, comp): Adjust.
318
319         * stdio-common/tst-fseek.c: Use test-skeleton.c.
320
321 2014-12-16  Torvald Riegel  <triegel@redhat.com>
322
323         * string/tester.c: Include <libc-internal.h>.
324         (test_memset): Ignore -Wmemset-transposed-args.
325
326 2014-12-16  Torvald Riegel  <triegel@redhat.com>
327
328         * misc/tst-mntent2.c (do_test): Fix warning.
329
330 2014-12-16  Torvald Riegel  <triegel@redhat.com>
331
332         * elf/tst-unique4lib.cc(a): Mark as used.
333
334 2014-12-16  Florian Weimer  <fweimer@redhat.com>
335
336         [BZ #17630]
337         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
338         names.
339
340 2014-12-16  Allan McRae  <allan@archlinux.org>
341
342         * stdio-common/Makefile (tests): Re-add bug26.
343
344 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
345
346         [BZ #17657]
347         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
348         static array.
349
350 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
351
352         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
353         (__lll_lock_wait): Likewise.
354         (__lll_timedlock_wait): Likewise.
355         (__lll_timedwait_tid): Likewise.
356         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
357         (__lll_robust_timedlock_wait): Likewise.
358         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
359         (lll_cond_trylock): Likewise.
360         (__lll_lock): Likewise.
361         (__lll_robust_lock): Likewise.
362         (__lll_cond_lock): Likewise.
363         (lll_robust_cond_lock): Likewise.
364         (__lll_timedlock): Likewise.
365         (__lll_robust_timedlock): Likewise.
366         (__lll_unlock): Likewise.
367         (__lll_robust_unlock): Likewise.
368         (lll_wait_tid): Likewise.
369         (lll_timedwait_tid): Likewise.
370
371 2014-12-15  Torvald Riegel  <triegel@redhat.com>
372
373         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
374
375 2014-12-15  Torvald Riegel  <triegel@redhat.com>
376
377         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
378
379 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
380
381         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
382         * stdio-common/tst-sprintf.c: Likewise.
383
384 2014-12-15  Torvald Riegel  <triegel@redhat.com>
385
386         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
387
388 2014-12-15  Jeff Law  <law@redhat.com>
389
390         [BZ #16617]
391         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
392         on the heap.  (CVE-2012-3406)
393         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
394         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
395         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
396
397 2014-12-15  Will Newton  <will.newton@linaro.org>
398
399         * manual/install.texi: Bump required version of texinfo
400         to 4.7 from 4.5.
401         * INSTALL: Regenerated.
402         * configure.ac: Check for makeinfo version 4.7 and above.
403         * configure: Regenerated.
404
405 2014-12-12  Roland McGrath  <roland@hack.frob.com>
406
407         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
408         PREFIX, string constant to insert between directory and name.
409         * sysdeps/posix/shm_open.c: Update caller.
410         * sysdeps/posix/shm_unlink.c: Likewise.
411         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
412         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
413         (SEM_SHM_PREFIX): New macro.
414         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
415         [$(have-thread-library) = no].
416         * nptl/Makefile (libpthread-routines): Add shm-directory.
417         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
418         * sysdeps/nptl/shm-directory.h: New file.
419         * sysdeps/posix/shm-directory.c
420         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
421         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
422         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
423         INTERNAL_SYSCALL.
424         (__where_is_shmfs): Function removed.
425         (mountpoint, defaultmount, defaultdir, __namedsem_once):
426         Variables removed.
427         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
428         Use SHM_GET_NAME.
429         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
430
431         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
432         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
433         unconditional for use inside libpthread.
434         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
435
436 2014-12-12  Roland McGrath  <roland@hack.frob.com>
437
438         * nptl/pthread_getaffinity.c: New file.
439         * nptl/pthread_setaffinity.c: New file.
440         * nptl/pthread_getname.c: New file.
441         * nptl/pthread_setname.c: New file.
442
443         * nptl/pthread_create.c (START_THREAD_DEFN)
444         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
445
446 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
447             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
448
449         * resolv/res_send.c (send_vc): Disable warning resplen may
450         be used uninitialized.
451
452 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
453
454         * nptl/tst-mutex6.c
455         (ATTR_NULL): New define checks ATTR against NULL.
456         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
457         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
458
459 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
460
461         [BZ #17581]
462         * malloc/hooks.c
463         (mem2mem_check): Revert my previous change.
464         (malloc_check_get_size): Revert my previous change.
465         (mem2chunk_check): Revert my previous change.
466
467 2014-12-11  Roland McGrath  <roland@hack.frob.com>
468
469         * sysdeps/posix/shm-directory.c: New file.
470         * sysdeps/posix/shm-directory.h: New file.
471         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
472         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
473         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
474         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
475         Transmute EPERM to EACCES.
476         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
477         from ...
478         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
479         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
480
481 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
482
483         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
484         pointer and cast to uintptr_t.
485         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
486         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
487         Add cast to avoid warning.
488         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
489
490 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
491
492         * nptl/semaphore.h: Move to ...
493         * sysdeps/pthread/semaphore.h: ... here.
494         * Makefile (installed-headers): Change nptl/semaphore.h to
495         sysdeps/pthread/semaphore.h.
496
497 2014-12-11  Roland McGrath  <roland@hack.frob.com>
498
499         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
500         generated error format strings.
501
502         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
503         -Wformat-extra-args warnings for scanf formats.
504         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
505         test of zero-length format (duh).
506         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
507         corner-case scanf format test.
508         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
509         generated fprintf format string.
510         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
511         corner-case sprintf format tests.
512         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
513         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
514         -Wformat-extra-args warnings throughout.
515         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
516         (CFLAGS-scanf4.c): Likewise.
517         (CFLAGS-scanf7.c): Likewise.
518         (CFLAGS-tst-sprintf.c): Likewise.
519         (CFLAGS-tst-printf.c): Likewise.
520         (CFLAGS-tst-printfsz.c): Likewise.
521
522 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
523
524         * include/cpio.h: New file.
525         * include/fmtmsg.h: Likewise.
526
527         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
528         corresponding format argument to size_t.
529         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
530         arguments.
531         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
532         corresponding format argument to size_t.
533         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
534         arguments.
535         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
536         corresponding format argument to size_t.
537         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
538         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
539         (CFLAGS-tst-mbswcs2.c): Likewise.
540         (CFLAGS-tst-mbswcs3.c): Likewise.
541         (CFLAGS-tst-mbswcs4.c): Likewise.
542         (CFLAGS-tst-mbswcs5.c): Likewise.
543         (CFLAGS-tst-trans.c): Likewise
544
545 2014-12-11  Roland McGrath  <roland@hack.frob.com>
546
547         * posix/regexbug1.c (main): Use "%s" format with regerror results,
548         rather than assuming they won't contain any '%'s.
549
550 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
551
552         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
553         inhibit_loop_to_libcall to avoid recursive calls.
554         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
555         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
556
557 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
558
559         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
560         prototype.
561
562 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
563
564         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
565         integer value instead of boolean.
566
567 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
568
569         * malloc/malloc.c: Fix powerof2 check.
570
571 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
572
573         * locale/programs/locfile.h (maybe_swap_uint32):
574         Remove inline and add unused attribute.
575
576 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
577
578         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
579         Truncating assembler expression to a .long expression.
580
581 2014-12-11  Andreas Schwab  <schwab@suse.de>
582
583         * elf/rtld.c (struct map_args): Constify str member.
584         (do_preload): Constify fname argument.
585
586 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
587
588         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
589         constants definition.
590
591 2014-12-11  Andreas Schwab  <schwab@suse.de>
592
593         [BZ #16657]
594         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
595         FORCE_ELISION instead of DO_ELISION.
596         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
597         Remove.
598         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
599         Likewise.
600
601         * iconvdata/gconv-modules: Remove duplicate entry.
602
603 2014-12-11  Will Newton  <will.newton@linaro.org>
604
605         Merge gettext 0.19.3 into intl/.
606
607         This involves a number of cosmetic changes to comments
608         and ANSI function definitions and prototypes throughout
609         all the files. The gettext copyright header is used but
610         with the date ranges taken from the glibc copy.
611
612         * NEWS: Add gettext merge to 2.21.
613         * intl/bindtextdom.c: Switch to gettext copyright.
614         Use ANSI definitions and prototypes.
615         Use gl_* locking primitives rather than __libc_* ones.
616         Use __builtin_expect rather than __glibc_likely/unlikely.
617         * intl/dcgettext.c: Switch to gettext copyright.
618         Use ANSI definitions and prototypes.
619         * intl/dcigettext.c: Switch to gettext copyright.
620         Use ANSI definitions and prototypes.
621         (INTDIV0_RAISES_SIGFPE): New define.
622         Use gl_* locking primitives rather than __libc_* ones.
623         Include eval-plural.h instead of plural-eval.c.
624         Use __builtin_expect rather than __glibc_likely/unlikely.
625         * intl/dcngettext.c: Switch to gettext copyright.
626         Use ANSI definitions and prototypes.
627         * intl/dgettext.c: Likewise.
628         * intl/dngettext.c: Likewise.
629         * intl/plural-eval.c: Renamed to...
630         * intl/eval-plural.h: ...this.
631         * intl/explodename.c: Switch to gettext copyright.
632         Use ANSI definitions and prototypes.
633         (_nl_explode_name): Use strchr instead of __rawmemchr.
634         * intl/finddomain.c: Switch to gettext copyright.
635         Use ANSI definitions and prototypes.
636         Use gl_* locking primitives rather than __libc_* ones.
637         (_nl_find_domain): Use malloc rather than alloca for
638         allocation of temporary locale name.
639         * intl/gettext.c: Switch to gettext copyright.
640         Use ANSI definitions and prototypes.
641         * intl/gettextP.h: Switch to gettext copyright.
642         Use ANSI definitions and prototypes.
643         Use gl_* locking primitives rather than __libc_* ones.
644         * intl/gmo.h: Switch to gettext copyright.
645         (struct sysdep_string): Move struct segment_pair outside of
646         struct definition.
647         * intl/hash-string.c: Use ANSI definitions and prototypes.
648         * intl/hash-string.h: Switch to gettext copyright.
649         Use ANSI definitions and prototypes.
650         * intl/l10nflist.c: Switch to gettext copyright.
651         Use ANSI definitions and prototypes.
652         (_nl_normalize_codeset): Avoid integer overflow.
653         * intl/loadinfo.h: Switch to gettext copyright.
654         Use ANSI definitions and prototypes.
655         (LIBINTL_DLL_EXPORTED): New define.
656         (PATH_SEPARATOR): New define.
657         * intl/loadmsgcat.c: Switch to gettext copyright.
658         * intl/localealias.c: Switch to gettext copyright.
659         Use ANSI definitions and prototypes.
660         (_nl_expand_alias): Use PATH_SEPARATOR.
661         * intl/ngettext.c: Switch to gettext copyright.
662         Use ANSI definitions and prototypes.
663         * intl/plural-exp.c: Likewise.
664         * intl/plural-exp.h: Switch to gettext copyright.
665         Use ANSI definitions and prototypes.
666         (struct expression): Move definition of enum operator outside
667         of struct definition.
668         * intl/plural.c: Regenerate.
669         * intl/plural.y: Switch to gettext copyright.
670         Use ANSI definitions and prototypes.
671         Port to bison 3.0.
672         * intl/textdomain.c: Switch to gettext copyright.
673         Use ANSI definitions and prototypes.
674         Use gl_* locking primitives rather than __libc_* ones.
675
676 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
677
678         * debug/warning-nop.c: Add used atrribute.
679
680 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
681
682         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
683
684         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
685         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
686         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
687
688 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
689             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
690
691         [BZ #17634]
692         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
693         Undefine after defining function.  Define as weak alias of
694         __wcschr.  Use libc_hidden_weak.
695         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
696         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
697         (libc_hidden_def): Also define __GI___wcschr alias.
698         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
699         __wcschr and define as weak alias of __wcschr.
700         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
701         __wcschr.
702         [!WCSCHR] (DEFAULT_WCSCHR): Define.
703         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
704         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
705         libc_hidden_weak.  Do not use libc_hidden_def.
706         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
707         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
708         __GI___wcschr alias.
709         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
710         [IS_IN (libc)] (wcschr): Define as macro expanding to
711         __redirect_wcschr.
712         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
713         [IS_IN (libc)] (__wcschr_power6): Likewise.
714         [IS_IN (libc)] (__wcschr_power7): Likewise.
715         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
716         instead of wcschr.
717         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
718         __libc_wcschr.
719         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
720         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
721         __wcschr and define as weak alias of __wcschr.  Use
722         libc_hidden_builtin_def.
723         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
724         as weak alias of __wcschr.  Use libc_hidden_weak.
725         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
726         wcschr.
727         * time/era.c (_nl_init_era_entries): Likewise.
728         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
729         variable.
730         (test-xfail-XPG3/time.h/linknamespace): Likewise.
731         (test-xfail-XPG4/time.h/linknamespace): Likewise.
732
733 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
734
735         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
736         format for long int variable.
737
738 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
739
740         [BZ #10672]
741         * manual/search.texi: (Array Sort Function): Remove claim how to make
742         qsort stable.
743
744 2014-12-10  Andreas Schwab  <schwab@suse.de>
745
746         [BZ #12847]
747         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
748         user-controlled locks.
749
750 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
751
752         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
753         register.
754
755 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
756
757         * configure.ac (--disable-werror): New configure option.
758         (enable_werror): New AC_SUBST.
759         * configure: Regenerated.
760         * config.make.in (enable-werror): New variable.
761         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
762         -Wno-error=undef.
763         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
764         * manual/install.texi (Configuring and compiling): Document
765         --disable-werror.
766         * INSTALL: Regenerated.
767         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
768         (CFLAGS-tst-chk2.c): Likewise.
769         (CFLAGS-tst-chk3.c): Likewise.
770         (CFLAGS-tst-chk4.cc): Likewise.
771         (CFLAGS-tst-chk5.cc): Likewise.
772         (CFLAGS-tst-chk6.cc): Likewise.
773         (CFLAGS-tst-lfschk1.c): Likewise.
774         (CFLAGS-tst-lfschk2.c): Likewise.
775         (CFLAGS-tst-lfschk3.c): Likewise.
776         (CFLAGS-tst-lfschk4.cc): Likewise.
777         (CFLAGS-tst-lfschk5.cc): Likewise.
778         (CFLAGS-tst-lfschk6.cc): Likewise.
779
780         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
781         (main): Disable -Wdeprecated-declarations around calls to
782         register_printf_function.
783
784         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
785         (do_test): Disable -Wdiv-by-zero around some calls to
786         fwrite_unlocked and fread_unlocked.
787
788         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
789         (DIAG_POP_NEEDS_COMMENT): Likewise.
790         (_DIAG_STR1): Likewise.
791         (_DIAG_STR): Likewise.
792         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
793         * stdio-common/bug21.c: Include <libc-internal.h>.
794         (do_test): Disable -Wformat around call to sscanf.
795         * stdio-common/scanf14.c: Include <libc-internal.h>.
796         (main): Disable -Wformat around some calls to scanf functions.
797
798 2014-12-09  Torvald Riegel  <triegel@redhat.com>
799
800         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
801
802 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
803
804         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
805         stack variable alignment.
806
807 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
808
809         [BZ #17682]
810         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
811         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
812         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
813         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
814         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
815         __getrlimit instead of getrlimit.
816         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
817         __gettimeofday instead of gettimeofday.
818         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
819         Likewise.
820         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
821         Likewise.
822         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
823         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
824         Remove variable.
825         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
826         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
827
828 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
829
830         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
831         for wide-character tests.
832
833 2014-12-04  Roland McGrath  <roland@hack.frob.com>
834
835         * io/openat64.c: #include <libc-internal.h>
836         (__openat64): Prototypify.  Use ignore_value on MODE.
837         * io/openat.c: Likewise.
838         * misc/reboot.c: #include <libc-internal.h>
839         (reboot): Prototypify.  Use ignore_value on HOWTO.
840         * misc/ptrace.c: #include <libc-internal.h>
841         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
842
843 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
844
845         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
846         XPG4, UNIX98 and XOPEN2K.
847         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
848         Remove variable.
849         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
850
851 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
852
853         * libio/fileops.c: Use ISO C style for function definitions.
854         * libio/iofopen.c: Likewise.
855         * libio/wfileops.c: Likewise.
856
857         [BZ #17653]
858         * libio/fileops.c (_IO_new_file_underflow): Unset cached
859         offset on EOF.
860         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
861         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
862         (fgets_func): Function pointer to fgets and fgetws.
863         (do_ftell_test): Add test to verify ftell value after read
864         EOF.
865         (do_test): Set fgets_func.
866
867         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
868         O_TRUNC flag for w and w+ modes.
869         (do_rewind_test): Likewise.
870         (do_ftell_test): Likewise.
871         (do_write_test): Likewise.
872
873         [BZ #17647]
874         * libio/fileops.c (do_ftell): Seek only when there are
875         unflushed writes.
876         * libio/wfileops.c (do_ftell_wide): Likewise.
877         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
878         test case.
879         (do_one_test): Call it.
880
881 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
882
883         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
884         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
885         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
886         Remove variable.
887         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
888         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
889         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
890
891 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
892
893         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
894         Remove variable.
895         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
896
897         [BZ #17668]
898         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
899         as weak alias of __getifaddrs.  Use libc_hidden_weak.
900         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
901         __freeifaddrs.  Use libc_hidden_weak.
902         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
903         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
904         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
905         __freeifaddrs.  Use libc_hidden_weak.
906         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
907         __getifaddrs and define as weak alias of __getifaddrs.  Use
908         libc_hidden_weak.
909         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
910         __freeifaddrs.  Use libc_hidden_weak.
911         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
912         Remove variable.
913         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
914         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
915
916 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
917
918         [BZ #17601]
919         * sysdeps/mips/start.S (__start): Use indirect jump to call
920         __libc_start_main.
921
922 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
923
924         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
925
926         * nptl/tst-mutex1.c: Include <stdbool.h>.
927         [!ATTR] (ATTR_NULL): New macro.
928         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
929         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
930         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
931
932         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
933         to char *.
934
935         [BZ #17665]
936         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
937         Change conditional to [__USE_MISC].
938
939         [BZ #17664]
940         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
941         fgets_unlocked.
942         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
943         __fgets_unlocked.
944         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
945         fgets_unlocked.
946         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
947         Remove variable.
948         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
949         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
950         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
951         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
952         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
953         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
954         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
955         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
956         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
957
958         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
959
960 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
961
962         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
963         Remove strpbrk objects.
964         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
965         (__libc_ifunc_impl_list): Remove strpbrk implementation.
966         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
967         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
968         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
969         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
970
971         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
972         Remove strcspn objects.
973         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
974         (__libc_ifunc_impl_list): Remove strcspn implementation.
975         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
976         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
977         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
978         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
979
980         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
981         Remove strspn objetcs.
982         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
983         (__libc_ifunc_impl_list): Remove strspn implementation.
984         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
985         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
986         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
987         * sysdeps/powerpc/powerpc64/strspn.S: New file.
988
989 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
990
991         [BZ #17581]
992         * malloc/hooks.c
993         (mem2mem_check): Add a terminator to the chain of checking blocks.
994         (malloc_check_get_size): Use it here.
995         (mem2chunk_check): Ditto.
996
997 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
998
999         * sysdeps/powerpc/powerpc64/strtok.S: New file.
1000         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
1001
1002 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
1003
1004         * bits/ioctl-types.h: Indent preprocessor directives correctly.
1005
1006         * nptl/nptl-init.c: Include libc-internal.h.
1007         (__pthread_initialize_minimal_internal): Use ROUND_UP.
1008
1009         * elf/ldconfig.c (search_dir): Expand comment.
1010
1011 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
1012
1013         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
1014         variable.
1015         (linknamespace-symlist-stdlibs-tests): Likewise.
1016         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
1017         instead of $(objpfx)symlist-stdlibs.
1018         (linknamespace-libs-isoc): New variable.
1019         (linknamespace-libs): Use $(linknamespace-libs-isoc).
1020         (linknamespace-libs-ISO): New variable.
1021         (linknamespace-libs-ISO99): Likewise.
1022         (linknamespace-libs-ISO11): Likewise.
1023         (linknamespace-libs-XPG3): Likewise.
1024         (linknamespace-libs-XPG4): Likewise.
1025         (linknamespace-libs-POSIX): Likewise.
1026         (linknamespace-libs-UNIX98): Likewise.
1027         (linknamespace-libs-XOPEN2K): Likewise.
1028         (linknamespace-libs-POSIX2008): Likewise.
1029         (linknamespace-libs-XOPEN2K8): Likewise.
1030         ($(objpfx)symlist-stdlibs): Replace by
1031         $(linknamespace-symlist-stdlibs-tests).  Use
1032         $(linknamespace-libs-$*) as set of libraries.
1033         ($(linknamespace-header-tests)): Update dependencies.  Use
1034         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
1035         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
1036         * conform/linknamespace.pl: Remove comment about considering
1037         definitions of symbols from irrelevant libraries.
1038
1039 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1040
1041         [BZ #13862]
1042         * elf/dl-tls.c: Include <atomic.h>.
1043         (oom): Remove #ifdef SHARED/#endif.
1044         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
1045         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
1046         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
1047         big enough.
1048         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
1049         * nptl/Makefile (tests): Add tst-stack4.
1050         (modules-names): Add tst-stack4mod.
1051         ($(objpfx)tst-stack4): New.
1052         (tst-stack4mod.sos): Likewise.
1053         ($(objpfx)tst-stack4.out): Likewise.
1054         ($(tst-stack4mod.sos)): Likewise.
1055         (clean): Likewise.
1056         * nptl/tst-stack4.c: New file.
1057         * nptl/tst-stack4mod.c: Likewise.
1058
1059 2014-11-27  J. Brown  <jb999@gmx.de>
1060
1061         * sysdeps/x86/bits/string.h: Add recent CPUs.
1062
1063 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1064
1065         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
1066         sigblock.
1067
1068         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
1069         feof.
1070
1071         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
1072         variable.
1073
1074 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
1075
1076         * nscd/connections.c: Include libc-internal.h because of macro
1077         usage ignore_value.
1078
1079 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1080
1081         * string/bits/string3.h (__warn_memset_zero_len): Don't
1082         declare for gcc newer than 5.0.
1083         (memset): Don't test for zero-length __LEN for gcc newer than
1084         5.0.
1085
1086 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1087
1088         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
1089         size_t for %zu format.
1090
1091         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
1092         difference, not %ju.
1093
1094 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1095
1096         * include/libc-internal.h (ignore_value): New macro.
1097         * nscd/connections.c (restart): Wrap calls to setuid and setgid
1098         with ignore_value.
1099
1100         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
1101         definition.
1102
1103         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
1104         pthread_cleanup_push to void *.
1105
1106         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
1107         Undefine.
1108
1109         [BZ #16619]
1110         [BZ #16740]
1111         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
1112         instead of 1L << 52.
1113
1114         * libio/bug-rewind.c (do_test): Check fwscanf return values.
1115         * libio/bug-rewind2.c (do_test): Likewise.
1116
1117         * debug/test-stpcpy_chk-ifunc.c: Remove file.
1118         * debug/test-strcpy_chk-ifunc.c: Likewise.
1119         * wcsmbs/test-wcschr-ifunc.c: Likewise.
1120         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
1121         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
1122         * wcsmbs/test-wcslen-ifunc.c: Likewise.
1123         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
1124         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
1125         * Rules [$(multi-arch) = no] (tests): Do not filter out
1126         $(tests-ifunc).
1127         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
1128         * debug/Makefile (tests-ifunc): Remove variable.
1129         (tests): Do not add $(tests-ifunc).
1130         * wcsmbs/Makefile (tests-ifunc): Remove variable.
1131         (tests): Do not add $(tests-ifunc).
1132         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
1133         [TEST_IFUNC]: Remove conditionals.
1134         * string/test-string.h (TEST_IFUNC): Remove macro.
1135         [TEST_IFUNC]: Remove conditionals.
1136
1137         * string/test-strchr.c [!WIDE] (L): New macro.
1138         [WIDE] (L): Likewise.
1139         (check1): Use CHAR instead of char.  Use L on string and character
1140         constants.
1141
1142 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
1143
1144         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
1145         tests.
1146         * sysdeps/powerpc/bits/atomic.h
1147         (__arch_atomic_exchange_and_add_32_acq): Add definition.
1148         (__arch_atomic_exchange_and_add_32_rel): Likewise.
1149         (atomic_exchange_and_add_acq): Likewise.
1150         (atomic_exchange_and_add_rel): Likewise.
1151         * sysdeps/powerpc/powerpc32/bits/atomic.h
1152         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1153         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1154         * sysdeps/powerpc/powerpc64/bits/atomic.h
1155         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1156         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1157
1158 2014-11-26  Torvald Riegel  <triegel@redhat.com>
1159
1160         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1161         Change synchronization of __sched_fifo_min_prio and
1162         __sched_fifo_max_prio.
1163         * nptl/pthread_mutexattr_getprioceiling.c
1164         (pthread_mutexattr_getprioceiling): Likewise.
1165         * nptl/pthread_mutexattr_setprioceiling.c
1166         (pthread_mutexattr_setprioceiling): Likewise.
1167         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1168         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1169         Likewise.
1170
1171 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1172
1173         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1174         void.
1175
1176 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1177
1178         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1179         third argument const.
1180
1181 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1182
1183         fnmatch: work around GCC compiler warning bug with uninit var
1184         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1185         This works around a bug with x86-64 GCC 4.9.2 and earlier
1186         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1187         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1188         used uninitialized in this function [-Wmaybe-uninitialized]".
1189
1190 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1191
1192         * posix/bug-regex31.c (main): Return RES not 0.
1193
1194 2014-11-25  Anton Blanchard <anton@samba.org>
1195
1196         * sysdeps/powerpc/bits/atomic.h
1197         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1198
1199 2014-11-24  Sterling Augustine  <saugustine@google.com>
1200
1201         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1202
1203 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
1204
1205         [BZ #17608]
1206         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1207
1208 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
1209
1210         [BZ #17633]
1211         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1212         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1213         variable.
1214         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1215         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1216
1217 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1218
1219         * string/strncpy.c (strncpy): Improve performance by using memset.
1220
1221 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1222
1223         * string/strcpy.c (strcpy):
1224         Improve performance by using strlen and memcpy.
1225
1226 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1227
1228         * string/strcoll_l.c (get_next_seq): __always_inline.
1229         * string/strcoll_l.c (do_compare): __always_inline.
1230
1231 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1232
1233         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1234         defined.
1235         * include/mqueue.h: Likewise.
1236         * include/stdlib.h: Likewise.
1237
1238         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1239         (get_null_defines): Adjust.
1240         * sunrpc/Makefile: Adjust comment.
1241         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1242         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1243         (CFLAGS-interp.c): Likewise.
1244         (CFLAGS-ldconfig.c): Likewise.
1245         (CPPFLAGS-.os): Likewise.
1246         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1247         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1248         * extra-modules.mk (extra-modules.mk): Likewise.
1249         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1250         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1251         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1252         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1253         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1254         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1255         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1256         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1257         * iconvdata/Makefile (CPPFLAGS): Likewise.
1258         (cpp-srcs-left): Add libof for all iconvdata routines.
1259         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1260         * include/assert.h: Likewise.
1261         * include/ctype.h: Likewise.
1262         * include/errno.h: Likewise.
1263         * include/libc-symbols.h: Likewise.
1264         * include/math.h: Likewise.
1265         * include/netdb.h: Likewise.
1266         * include/resolv.h: Likewise.
1267         * include/stdio.h: Likewise.
1268         * include/stdlib.h: Likewise.
1269         * include/string.h: Likewise.
1270         * include/sys/stat.h: Likewise.
1271         * include/wctype.h: Likewise.
1272         * intl/l10nflist.c: Likewise.
1273         * libidn/idn-stub.c: Likewise.
1274         * libio/libioP.h: Likewise.
1275         * nptl/libc_multiple_threads.c: Likewise.
1276         * nptl/pthreadP.h: Likewise.
1277         * posix/regex_internal.h: Likewise.
1278         * resolv/res_hconf.c: Likewise.
1279         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1280         * sysdeps/arm/memmove.S: Likewise.
1281         * sysdeps/arm/sysdep.h: Likewise.
1282         * sysdeps/generic/_itoa.h: Likewise.
1283         * sysdeps/generic/symbol-hacks.h: Likewise.
1284         * sysdeps/gnu/errlist.awk: Likewise.
1285         * sysdeps/gnu/errlist.c: Likewise.
1286         * sysdeps/i386/i586/memcpy.S: Likewise.
1287         * sysdeps/i386/i586/memset.S: Likewise.
1288         * sysdeps/i386/i686/memcpy.S: Likewise.
1289         * sysdeps/i386/i686/memmove.S: Likewise.
1290         * sysdeps/i386/i686/mempcpy.S: Likewise.
1291         * sysdeps/i386/i686/memset.S: Likewise.
1292         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1293         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1294         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1295         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1296         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1297         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1298         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1299         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1300         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1301         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1302         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1303         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1304         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1305         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1306         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1307         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1308         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1309         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1310         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1311         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1312         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1313         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1314         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1315         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1316         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1317         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1318         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1319         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1320         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1321         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1322         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1323         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1324         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1325         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1326         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1327         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1328         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1329         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1330         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1331         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1332         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1333         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1334         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1335         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1336         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1337         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1338         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1339         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1340         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1341         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1342         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1343         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1344         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1345         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1346         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1347         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1348         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1349         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1350         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1351         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1352         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1353         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1354         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1355         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1356         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1357         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1358         * sysdeps/posix/closedir.c: Likewise.
1359         * sysdeps/posix/opendir.c: Likewise.
1360         * sysdeps/posix/readdir.c: Likewise.
1361         * sysdeps/posix/rewinddir.c: Likewise.
1362         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1363         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1364         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1365         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1366         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1367         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1368         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1369         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1370         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1371         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1372         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1373         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1374         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1375         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1376         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1377         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1378         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1379         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1380         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1381         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1382         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1383         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1384         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1385         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1386         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1387         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1388         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1389         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1390         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1391         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1392         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1393         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1394         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1395         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1396         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1397         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1398         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1399         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1400         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1401         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1402         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1403         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1404         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1405         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1406         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1407         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1408         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1409         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1410         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1411         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1412         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1413         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1414         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1415         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1416         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1417         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1418         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1419         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1420         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1421         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1422         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1423         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1424         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1425         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1426         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1427         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1428         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1429         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1430         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1431         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1432         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1433         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1434         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1435         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1436         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1437         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1438         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1439         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1440         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1441         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1442         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1443         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1444         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1445         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1446         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1447         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1448         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1449         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1450         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1451         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1452         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1453         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1454         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1455         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1456         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1457         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1458         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1459         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1460         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1461         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1462         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1463         * sysdeps/unix/alpha/sysdep.S: Likewise.
1464         * sysdeps/unix/alpha/sysdep.h: Likewise.
1465         * sysdeps/unix/make-syscalls.sh: Likewise.
1466         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1467         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1468         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1469         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1470         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1471         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1472         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1473         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1474         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1475         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1476         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1477         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1478         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1479         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1480         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1481         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1482         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1483         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1484         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1485         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1486         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1487         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1488         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1489         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1490         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1491         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1492         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1495         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1496         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1497         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1498         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1499         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1500         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1501         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1502         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1503         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1504         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1505         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1506         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1507         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1508         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1509         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1510         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1511         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1512         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1513         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1514         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1515         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1516         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1517         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1518         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1519         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1520         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1521         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1522         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1523         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1524         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1525         * sysdeps/x86_64/memcpy.S: Likewise.
1526         * sysdeps/x86_64/memmove.c: Likewise.
1527         * sysdeps/x86_64/memset.S: Likewise.
1528         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1529         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1530         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1531         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1532         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1533         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1534         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1535         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1536         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1537         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1538         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1539         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1540         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1541         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1542         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1543         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1544         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1545         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1546         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1547         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1548         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1549         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1550         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1551         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1552         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1553         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1554         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1555         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1556         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1557         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1558         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1559         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1560         * sysdeps/x86_64/strcmp.S: Likewise.
1561
1562         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1563
1564         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1565         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1566         * elf/rtld-Rules: Likewise.
1567         * elf/setup-vdso.h: Likewise.
1568         * include/assert.h: Likewise.
1569         * include/bits/stdlib-float.h: Likewise.
1570         * include/errno.h: Likewise.
1571         * include/sys/stat.h: Likewise.
1572         * include/unistd.h: Likewise.
1573         * sysdeps/aarch64/setjmp.S: Likewise.
1574         * sysdeps/alpha/setjmp.S: Likewise.
1575         * sysdeps/arm/__longjmp.S: Likewise.
1576         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1577         * sysdeps/arm/setjmp.S: Likewise.
1578         * sysdeps/arm/sysdep.h: Likewise.
1579         * sysdeps/generic/_itoa.h: Likewise.
1580         * sysdeps/generic/dl-sysdep.h: Likewise.
1581         * sysdeps/generic/ldsodefs.h: Likewise.
1582         * sysdeps/i386/dl-tls.h: Likewise.
1583         * sysdeps/i386/setjmp.S: Likewise.
1584         * sysdeps/m68k/setjmp.c: Likewise.
1585         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1586         * sysdeps/mach/hurd/opendir.c: Likewise.
1587         * sysdeps/posix/getcwd.c: Likewise.
1588         * sysdeps/posix/opendir.c: Likewise.
1589         * sysdeps/posix/profil.c: Likewise.
1590         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1591         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1592         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1593         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1594         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1595         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1596         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1597         * sysdeps/s390/dl-tls.h: Likewise.
1598         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1599         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1600         * sysdeps/sh/sh3/setjmp.S: Likewise.
1601         * sysdeps/sh/sh4/setjmp.S: Likewise.
1602         * sysdeps/unix/alpha/sysdep.h: Likewise.
1603         * sysdeps/unix/arm/sysdep.S: Likewise.
1604         * sysdeps/unix/i386/sysdep.S: Likewise.
1605         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1606         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1607         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1608         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1609         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1610         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1611         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1612         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1613         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1614         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1615         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1616         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1617         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1620         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1621         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1622         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1623         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1624         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1625         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1626         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1627         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1628         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1629         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1630         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1631         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1632         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1633         * sysdeps/x86_64/setjmp.S: Likewise.
1634
1635         * include/math.h: Use IS_IN instead of IS_IN_libm.
1636         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1637         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1638         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1639         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1640         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1641         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1642         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1643         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1644         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1645         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1646         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1647         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1648         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1649         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1650         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1651         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1652         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1653         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1654         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1655         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1656         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1657         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1658         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1659         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1660         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1661         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1662         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1663         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1664         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1665         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1666         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1667         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1668         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1669         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1670         Likewise.
1671         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1672         Likewise.
1673         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1674         Likewise.
1675         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1676         Likewise.
1677         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1678         Likewise.
1679         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1680         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1681         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1682         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1683         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1684         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1685         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1686         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1687         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1688         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1689         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1690         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1691         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1692         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1693         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1694         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1695         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1696         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1697         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1698         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1699         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1700         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1701         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1702         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1703         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1704         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1705         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1706
1707         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1708         * nptl/pthreadP.h: Likewise.
1709         * nptl_db/structs.def: Likewise.
1710         * sysdeps/arm/sysdep.h: Likewise.
1711         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1712         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1713         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1714         * sysdeps/unix/alpha/sysdep.h: Likewise.
1715         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1716         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1717         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1718         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1719         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1720         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1721         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1722         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1723         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1724         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1725         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1726         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1727         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1728         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1730         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1731         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1732         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1733         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1734         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1735         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1736         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1737         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1738         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1739         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1740         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1741
1742         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1743         * nptl/pthreadP.h: Likewise.
1744         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1745         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1746         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1747         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1748         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1749         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1750         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1751         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1752         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1753         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1754         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1755         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1756         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1757         Likewise.
1758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1759         Likewise.
1760         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1761         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1762         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1763         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1764         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1765         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1766         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1767         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1768
1769         * dlfcn/dladdr.c: Use IS_IN.
1770         * dlfcn/dladdr1.c: Likewise.
1771         * dlfcn/dlclose.c: Likewise.
1772         * dlfcn/dlerror.c: Likewise.
1773         * dlfcn/dlinfo.c: Likewise.
1774         * dlfcn/dlmopen.c: Likewise.
1775         * dlfcn/dlopen.c: Likewise.
1776         * dlfcn/dlsym.c: Likewise.
1777         * dlfcn/dlvsym.c: Likewise.
1778
1779         * include/ifaddrs.h: Use IS_IN.
1780         * inet/check_pf.c: Likewise.
1781         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1782         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1783
1784         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1785         IS_IN_ldconfig.
1786         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1787         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1788
1789         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1790         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1791         IS_IN (libc).
1792
1793         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1794
1795         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1796         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1797         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1798         * include/libc-symbols.h (IS_IN_LIB): New macro.
1799         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1800         * include/netdb.h: Likewise.
1801         * include/stap-probe.h: Remove all uses of IN_LIB.
1802
1803         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1804         instead of IN_MODULE.
1805         * include/libc-symbols.h (IN_MODULE): Define using
1806         MODULE_NAME.
1807         (PASTE_NAME, PASTE_NAME1): New macros.
1808         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1809         of IN_LIB.
1810         (STAP_PROBE_ASM): Likewise.
1811
1812 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1813
1814         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1815         __mach_init in dlopened libc.
1816
1817 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1818
1819         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1820         * sysdeps/arm/preconfigure: Regenerate.
1821
1822 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1823
1824         * nptl/pthread_create.c (__pthread_create_2_1): Set
1825         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1826         when copying values from IATTR into PD.
1827
1828 2014-11-21  Will Newton  <will.newton@linaro.org>
1829             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1830
1831         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1832         Refactor inline-asm.  Also add comment.
1833
1834         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1835         ElfW macro instead of hardcoded Elf64 types.
1836         (la_aarch64_gnu_pltenter): Likewise.
1837         * sysdeps/aarch64/dl-machine.h
1838         (elf_machine_runtime_setup): Use ElfW(Addr).
1839
1840         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1841         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1842         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1843         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1844         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1845         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1846         (R_AARCH64_TLS_DTPMOD): This.
1847         (R_AARCH64_TLS_DTPREL64): Rename to ...
1848         (R_AARCH64_TLS_DTPREL): This.
1849         (R_AARCH64_TLS_TPREL64): Rename to ...
1850         (R_AARCH64_TLS_TPREL): This.
1851         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1852         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1853         R_AARCH64_TLS_TPREL64.
1854         (elf_machine_rela): Likewise.
1855
1856 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1857
1858         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1859         by setting it to 0.  64b atomics are not supported currently.
1860
1861 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1862
1863         [BZ #16469]
1864         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1865         search domain names.
1866
1867 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1868
1869         [BZ #16469]
1870         * NEWS: Update.
1871         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1872         trailing dot.
1873         * posix/tst-getaddrinfo5.c: New.
1874         * posix/Makefile (tests): Add it.
1875
1876 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1877
1878         [BZ #14498]
1879         * NEWS: Fixed.
1880         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1881         after parsing line but before break_if_match.
1882         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1883         if there is a protocol mismatch.
1884
1885 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1886
1887         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1888         because the potential race is on the user-supplied stream.
1889
1890 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1891
1892         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1893         string literal if not passed a buffer.
1894         * manual/job.texi (ctermid): Update reasoning, note deviation
1895         from posix, suggest mtasurace when not passed a buffer, for
1896         future non-preliminary safety notes.
1897
1898 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1899
1900         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1901         of not passing it a buffer.
1902         Reported by Peng Haitao.
1903
1904 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1905
1906         * manual/Makefile ($(objpfx)stamp-summary): Require
1907         check-safety.sh to pass.
1908         * manual/check-safety.sh: Wish for verification that every
1909         @deftypefn and @deftypefun is followed by a @safety remark.
1910
1911 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1912
1913         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1914
1915         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1916         PTHREAD_CANCEL_ASYNCHRONOUS.
1917         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1918         send SIGCANCEL.
1919
1920         * nptl/default-sched.h: New file.
1921         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1922         * nptl/pthread_create.c: Include it.
1923         (__pthread_create_2_1): Use collect_default_sched instead of making
1924         Linux syscalls here directly.
1925
1926 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1927
1928         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1929         __pthread_once): Use C11 atomics.
1930
1931 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1932
1933         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1934
1935 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1936
1937         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1938         atomic_thread_fence_acquire, atomic_thread_fence_release,
1939         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1940         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1941         atomic_compare_exchange_weak_relaxed,
1942         atomic_compare_exchange_weak_acquire,
1943         atomic_compare_exchange_weak_release,
1944         atomic_exchange_acquire, atomic_exchange_release,
1945         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1946         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1947         atomic_fetch_and_acquire,
1948         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1949
1950 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1951
1952         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1953         USE_ATOMIC_COMPILER_BUILTINS): Define.
1954         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1955         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1956         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1957         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1958         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1959         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1960         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1961         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1962         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1963         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1964         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1965         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1966         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1967         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1968         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1969         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1970         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1971         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1972         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1973         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1974         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1975         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1976         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1977         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1978         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1979         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1980         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1981         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1982         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1983         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1984         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1985         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1986         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1987         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1988         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1989         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1990         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1991         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1992         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1993         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1994
1995 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1996
1997         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1998         the sched_priority value here.  It was already checked when the user
1999         called pthread_attr_setschedparam.
2000
2001         * nptl/tst-bad-schedattr.c: New file.
2002         * nptl/Makefile (tests): Add it.
2003
2004 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
2005             Florian Weimer  <fweimer@redhat.com>
2006             Joseph Myers  <joseph@codesourcery.com>
2007             Adam Conrad  <adconrad@0c3.net>
2008             Andreas Schwab  <schwab@suse.de>
2009             Brooks  <bmoses@google.com>
2010
2011         [BZ #17625]
2012         * wordexp-test.c (__dso_handle): Add prototype.
2013         (__register_atfork): Likewise.
2014         (__app_register_atfork): New function.
2015         (registered_forks): New global.
2016         (register_fork): New function.
2017         (test_case): Add 3 new tests for WRDE_CMDSUB.
2018         (main): Call __app_register_atfork.
2019         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
2020         fork count is non-zero fail the test.
2021         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
2022         is set.
2023         (parse_dollars): Remove check for WRDE_NOCMD.
2024         (parse_dquote): Likewise.
2025
2026 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2027
2028         * Makeconfig (built-modules): List non-library modules to be
2029         built.
2030         (module-cppflags): Include libc-modules.h for
2031         everything except shlib-versions.v.i.
2032         (CPPFLAGS): Use it.
2033         (before-compile): Add libc-modules.h.
2034         ($(common-objpfx)libc-modules.h,
2035         $(common-objpfx)libc-modules.stmp): New targets.
2036         (common-generated): Add libc-modules.h and libc-modules.stmp.
2037         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
2038         * include/libc-symbols.h: Don't include libc-modules.h.
2039         * include/libc-modules.h: Remove file.
2040         * scripts/gen-libc-modules.awk: New script to generate
2041         libc-modules.h.
2042         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
2043         Depend on libc-modules.stmp.
2044
2045         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
2046
2047         * Makeconfig (in-module): Get value of libof set for the
2048         translation unit.
2049         (CPPFLAGS): Use $(in-module).
2050         * Makerules: Don't suffix routine names for nonlib.
2051         * include/libc-modules.h: New file.
2052         * include/libc-symbols.h: Include libc-modules.h
2053         (IS_IN): New macro to replace IS_IN_* macros.
2054         * elf/Makefile: Set libof-* for each routine.
2055         * elf/rtld-Rules: Likewise.
2056         * extra-modules.mk: Likewise.
2057         * iconv/Makefile: Likewise.
2058         * iconvdata/Makefile: Likewise.
2059         * locale/Makefile: Likewise.
2060         * malloc/Makefile: Likewise.
2061         * nss/Makefile: Likewise.
2062         * sysdeps/gnu/Makefile: Likewise.
2063         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
2064         * sysdeps/unix/sysv/linux/Makefile: Likewise.
2065         * sysdeps/s390/s390-64/Makefile: Likewise.
2066         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
2067         CPPFLAGS for nscd instead of nonlib.
2068
2069 2014-11-18  Roland McGrath  <roland@hack.frob.com>
2070
2071         * nptl/createthread.c: New file.
2072
2073         * nptl/createthread.c: Moved ...
2074         * sysdeps/unix/sysv/linux/createthread.c: ... here.
2075
2076         * nptl/createthread.c: Add proper top-line comment.
2077         (do_clone): Folded into ...
2078         (create_thread): ... here.  Take new arguments STOPPED_START and
2079         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
2080         increment __nptl_threads, do event-reporting logic, do
2081         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
2082         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
2083         resource cleanup if sched_setaffinity or sched_setscheduler fails,
2084         just send SIGCANCEL.
2085         * nptl/pthread_create.c: Forward-declare create_thread before
2086         including createthread.c.
2087         (start_thread): Use new macro START_THREAD_DEFN to replace defining
2088         declaration, and new macro START_THREAD_SELF to replace argument.
2089         Remove return statement.
2090         (report_thread_creation): New function.
2091         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
2092         synchronization logic, and __nptl_nthreads increment here, around
2093         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
2094         PD->parent_cancelhandling here, before create_thread.  When
2095         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
2096         __deallocate_stack, and ENOMEM translation here.
2097
2098 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
2099
2100         [BZ #17616]
2101         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
2102         (mptwo): Rename to __mptwo.
2103         (__inv): Use __mptwo instead of mptwo.
2104         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
2105         (mptwo): Rename to __mptwo.
2106         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
2107         of mpone and __mptwo instead of mptwo.
2108         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
2109         instead of mpone.
2110         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
2111         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
2112         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
2113         of mpone and __mptwo instead of mptwo.
2114         (__mpranred): Use __mpone instead of mpone.
2115         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
2116         variable.
2117         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2118         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2119         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2120         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2121         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2122         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2123         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2124         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2125         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2126         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2127         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2128         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2129         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2130         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2131         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2132         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2133         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2134         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2135         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2136
2137 2014-11-18  Tom de Vries  <tom@codesoucery.com>
2138
2139         * manual/signal.texi (Primitives Interrupted by Signals): In section,
2140         replace BSD Handler xref with BSD Signal Handling.
2141
2142 2014-11-17  Richard Henderson  <rth@redhat.com>
2143
2144         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
2145         (_FP_PACK_RAW_2): Remove.
2146         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
2147         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
2148         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
2149         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
2150         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
2151         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
2152         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
2153         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2154         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2155         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2156         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2157         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2158         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2159         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2160         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2161         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2162
2163 2014-11-14  Roland McGrath  <roland@hack.frob.com>
2164
2165         * signal/signal.h [__USE_MISC]
2166         (struct sigvec): Remove type.
2167         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2168         (sigvec): Remove declaration.
2169         * sysdeps/posix/sigvec.c: Moved ...
2170         * signal/sigvec.c: ... here, replacing old file.
2171         (struct sigvec): New type, copied from old signal.h definition.
2172         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2173         (__sigvec): Convert definition to prototype.
2174         (sigvec): Replace weak_alias with compat_symbol.
2175         * signal/Versions (libc: GLIBC_2.21): New version set.
2176         * include/signal.h: Remove __sigvec declaration.
2177         * sysdeps/unix/bsd/sigvec.c: Remove file.
2178         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2179         * manual/signal.texi (BSD Handler): Remove subsection.
2180         Move siginterrupt up to ...
2181         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
2182         (Blocking in BSD): Fold subsection into its parent.
2183         * NEWS: Mention sigvec removal.
2184
2185 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2186
2187         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2188         (DLA_FMS): Make definition conditional only on [__FMA4__].
2189         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2190         definition.
2191
2192         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2193         Make definition conditional only on [PROF].
2194         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2195         definition.
2196         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2197         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2198
2199         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2200         !__GNUC__].
2201         * include/signal.h (__sigpause): Move declaration above call to
2202         libc_hidden_proto.
2203         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2204         variable.
2205         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2206         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2207
2208 2014-11-14  David S. Miller  <davem@davemloft.net>
2209
2210         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2211         Define before including <string/memcpy.c> and <string/mempcpy.c>.
2212
2213 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2214
2215         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2216         * configure: Regenerated.
2217         * manual/install.texi (Tools for Compilation): Document a
2218         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2219         compiler verified to work.
2220         * INSTALL: Regenerated.
2221
2222         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2223         redeclare with asm name.
2224         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2225         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2226         including <string.h>.
2227         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2228         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2229         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2230         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2231         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2232         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2233         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2234
2235 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2236
2237         * stdlib/strtol.c (__strtol): Use prototype definition.
2238
2239         [BZ #17594]
2240         * stdlib/strtol.c (SYM__): New macro.
2241         (SYM__1): Likewise.
2242         (__strtol): Likewise.
2243         (strtol): Rename to __strtol and define as weak alias of
2244         __strtol.  Use libc_hidden_weak.
2245
2246 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2247
2248         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2249         Use numbered labels in inline assembly.
2250
2251 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2252
2253         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2254         Add setjmp LIBC_PROBE.
2255         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2256         Likewise.
2257         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2258         Add longjmp, longjmp_target LIBC_PROBE.
2259         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2260         Likewise.
2261
2262 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2263
2264         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2265         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2266         to get rid of unused variable warning.
2267
2268 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2269
2270         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2271         Check for unwind_backtrace ==  NULL only in SHARED case.
2272         (__backchain_backtrace): Compile only in SHARED case.
2273         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2274         Likewise.
2275         (__backchain_backtrace): Declare as static.
2276
2277 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2278
2279         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2280         (__libc_multiple_threads_ptr): Variable moved ...
2281         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2282
2283 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2284
2285         * conform/GlibcConform.pm: New file.
2286         * conform/conformtest.pl: Use GlibcConform module.
2287         * conform/linknamespace.pl: New file.
2288         * conform/list-header-symbols.pl: Likewise.
2289         * conform/Makefile (linknamespace-symlists-base): New variable.
2290         (linknamespace-symlists-tests): Likewise.
2291         (linknamespace-header-base): Likewise.
2292         (linknamespace-header-tests): Likewise.
2293         (tests-special): Add new tests.
2294         ($(linknamespace-symlists-tests)): New rule.
2295         (linknamespace-libs): New variable.
2296         ($(objpfx)symlist-stdlibs): New rule.
2297         ($(linknamespace-header-tests)): Likewise.
2298         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2299         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2300         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2301         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2302         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2303         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2304         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2305         (test-xfail-ISO/math.h/linknamespace): Likewise.
2306         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2307         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2308         (test-xfail-ISO/time.h/linknamespace): Likewise.
2309         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2310         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2311         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2312         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2313         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2314         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2315         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2316         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2317         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2318         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2319         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2320         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2321         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2322         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2323         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2324         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2325         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2326         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2327         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2328         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2329         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2330         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2331         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2332         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2333         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2334         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2335         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2336         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2337         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2338         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2339         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2340         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2341         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2342         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2343         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2344         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2345         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2346         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2347         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2348         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2349         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2350         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2351         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2352         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2353         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2354         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2355         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2356         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2357         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2358         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2359         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2360         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2361         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2362         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2363         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2364         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2365         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2366         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2367         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2368         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2369         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2370         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2371         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2372         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2373         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2374         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2375         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2376         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2377         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2378         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2379         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2380         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2381         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2382         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2383         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2384         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2385         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2386         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2387         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2388         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2389         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2390         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2391         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2392         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2393         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2394         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2395         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2396         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2397         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2398         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2399         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2400         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2401         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2402         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2403         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2404         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2405         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2406         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2407         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2408         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2409         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2410         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2411         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2412         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2413         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2414         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2415         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2416         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2417         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2418         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2419         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2420         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2421         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2422         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2423         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2424         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2425         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2426         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2427         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2428         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2429         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2430         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2431         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2432         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2433         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2434         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2435         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2436         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2437         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2438         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2439         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2440         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2441         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2442         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2443         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2444         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2445         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2446         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2447         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2448         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2449         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2450         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2451         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2452         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2453         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2454         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2455         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2456         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2457         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2458         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2459
2460         [BZ #17589]
2461         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2462         of fgets_unlocked.
2463
2464         [BZ #17585]
2465         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2466         (memmem): Rename to __memmem and define as weak alias of
2467         __memmem.  Use libc_hidden_weak.
2468         (__memmem): Use libc_hidden_def.
2469         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2470         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2471         memmem.
2472
2473         [BZ #17582]
2474         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2475         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2476         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2477         and define as weak alias of __fgets_unlocked.  Use
2478         libc_hidden_weak.
2479         (__fgets_unlocked): Use libc_hidden_def.
2480         * include/stdio.h (__fgets_unlocked): Declare.  Use
2481         libc_hidden_proto.
2482         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2483         __fgets_unlocked instead of fgets_unlocked.
2484         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2485         (GET_NPROCS_CONF_PARSER): Likewise.
2486         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2487         (GET_NPROCS_CONF_PARSER): Likewise.
2488
2489         [BZ #17574]
2490         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2491         weak alias of __wmemset.  Use libc_hidden_weak.
2492         (__wmemset): Use libc_hidden_def.
2493         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2494         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2495         of wmemset.
2496
2497         [BZ #17573]
2498         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2499         with asm name __mempcpy.
2500         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2501
2502         [BZ #17572]
2503         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2504         and define as weak alias of __rawmemchr.
2505         (__rawmemchr): Do not define as strong alias of rawmemchr.
2506
2507         [BZ #17571]
2508         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2509         alias of __qsort_r.
2510         (qsort): Call __qsort_r instead of qsort_r.
2511         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2512         (__qsort_r): Declare.  Call libc_hidden_proto.
2513         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2514         instead of qsort_r.
2515         * nscd/gai.c (__qsort_r): Define to qsort_r.
2516         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2517         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2518         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2519
2520         [BZ #17570]
2521         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2522         define as weak alias of __malloc_info.
2523
2524         [BZ #17584]
2525         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2526         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2527         (__rewinddir): Use libc_hidden_def.
2528         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2529         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2530         (__rewinddir): Use libc_hidden_def.
2531         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2532         weak alias of __rewinddir.  Don't use libc_hidden_def.
2533         (__rewinddir): Use libc_hidden_def.
2534         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2535         (__rewinddir): Use libc_hidden_proto.
2536         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2537         rewinddir.
2538         (__getcwd): Use __rewinddir instead of rewinddir.
2539
2540         [BZ #17583]
2541         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2542         alias of __fileno.  Use libc_hidden_weak.
2543         (__fileno): Use libc_hidden_def.
2544         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2545         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2546         alias of __ftello.
2547         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2548         __ftello.
2549         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2550         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2551         libc_hidden_def.
2552         (fread_unlocked): Don't use libc_hidden_ver.
2553         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2554         and define as weak alias of __fread_unlocked.  Don't use
2555         libc_hidden_def.
2556         (__fread_unlocked): Use libc_hidden_def.
2557         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2558         (ftello): Don't use libc_hidden_proto.
2559         (__ftello): Declare.  Use libc_hidden_proto.
2560         (fread_unlocked): Don't use libc_hidden_proto.
2561         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2562         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2563         and __ftello instead of fileno, fread_unlocked and ftello.
2564
2565 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2566
2567         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2568         GOT12.
2569         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2570         Likewise.
2571         (_dl_start_user): Likewise.
2572         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2573
2574 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2575             Siddhesh Poyarekar  <siddhesh@redhat.com>
2576
2577         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2578         Move argv and envp down instead of moving argc up.
2579         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2580
2581 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2582
2583         [BZ #17506]
2584         * test-skeleton.c (main): Return successful if one of
2585         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2586         * string/tst-strcoll-overflow.c: Define expected status.
2587
2588 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2589
2590         [BZ #17475]
2591         * locale/iso-639.def: Define Bhili and Tulu language codes.
2592
2593 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2594
2595         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2596
2597 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2598
2599         [BZ #17555]
2600         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2601
2602 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2603
2604         * configure.ac: Updated check of minimal required version to
2605         2.22.
2606         * manual/install.texi (Tools for Compilation): Updated version
2607         number.
2608         * configure: Regenerated.
2609         * INSTALL: Likewise.
2610
2611 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2612
2613         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2614         __tls_get_addr.
2615
2616 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2617
2618         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2619         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2620         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2621         libc_hidden_weak.
2622         (waitpid): Define as alias of __waitpid.
2623         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2624         __waitpid.
2625         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2626         libc_hidden_weak.
2627         (waitpid): Define as alias of __waitpid.
2628         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2629         __libc_waitpid alias.
2630         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2631         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2632         Likewise.
2633         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2634         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2635         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2636         alias.
2637         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2638         __waitpid.
2639         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2640         libc_hidden_weak.
2641         (waitpid): Define as alias of __waitpid.
2642
2643 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2644
2645         * manual/llio.texi: Add comment that write safety has been
2646         fixed in Linux.
2647
2648         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2649         (localplt-build-dso): Add elf/ld.so.
2650         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2651         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2652         and free for ld.so.
2653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2654         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2655         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2656         Likewise.
2657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2658         Likewise.
2659         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2660         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2661         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2662         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2663         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2664         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2665         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2666         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2667         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2668         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2669         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2670
2671 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2672
2673         [BZ #14132]
2674         * include/libc-symbols.h (INTUSE): Remove macro.
2675         (INTDEF): Likewise.
2676         (INTVARDEF): Likewise.
2677         (_INTVARDEF): Likewise.
2678         (INTDEF2): Likewise.
2679         (INTVARDEF2): Likewise.
2680         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2681         rtld_hidden_def instead of INTVARDEF.
2682         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2683         (_dl_starting_up_internal): Remove declaration.
2684         (_dl_starting_up): Use rtld_hidden_proto.
2685         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2686         declaration.
2687         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2688         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2689         _dl_starting_up.
2690         * elf/dl-writev.h (_dl_writev): Likewise.
2691         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2692         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2693         _dl_starting_up_internal.
2694
2695 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2696
2697         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2698         test-skeleton.c.
2699
2700 2014-11-05  Will Newton  <will.newton@linaro.org>
2701
2702         * benchtests/Makefile: (bench-malloc): Add malloc thread
2703         scalability benchmark.
2704         * benchtests/bench-malloc-threads.c: New file.
2705
2706 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2707
2708         * sysdeps/aarch64/strchrnul.S: New file.
2709
2710 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2711
2712         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2713         definition.
2714         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2715         Likwise.
2716         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2717         Likewise.
2718         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2719         Likewise.
2720         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2721         Likewise.
2722         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2723         Likewise.
2724
2725 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2726
2727         * catgets/test-gencat.c: Use test-skeleton.c.
2728         * catgets/tst-catgets.c: Likewise.
2729         * csu/tst-empty.c: Likewise.
2730         * elf/tst-audit2.c: Likewise.
2731         * elf/tst-global1.c: Likewise.
2732         * elf/tst-pathopt.c: Likewise.
2733         * elf/tst-piemod1.c: Likewise.
2734         * elf/tst-tls10.c: Likewise.
2735         * elf/tst-tls11.c: Likewise.
2736         * elf/tst-tls12.c: Likewise.
2737         * gnulib/tst-gcc.c: Likewise.
2738         * iconvdata/tst-e2big.c: Likewise.
2739         * iconvdata/tst-loading.c: Likewise.
2740         * iconv/tst-iconv1.c: Likewise.
2741         * iconv/tst-iconv2.c: Likewise.
2742         * inet/test-inet6_opt.c: Likewise.
2743         * inet/tst-gethnm.c: Likewise.
2744         * inet/tst-network.c: Likewise.
2745         * inet/tst-ntoa.c: Likewise.
2746         * intl/tst-codeset.c: Likewise.
2747         * intl/tst-gettext2.c: Likewise.
2748         * intl/tst-gettext3.c: Likewise.
2749         * intl/tst-ngettext.c: Likewise.
2750         * intl/tst-translit.c: Likewise.
2751         * io/test-stat.c: Likewise.
2752         * libio/test-fmemopen.c: Likewise.
2753         * libio/tst-freopen.c: Likewise.
2754         * libio/tst-sscanf.c: Likewise.
2755         * libio/tst-ungetwc1.c: Likewise.
2756         * libio/tst-ungetwc2.c: Likewise.
2757         * libio/tst-widetext.c: Likewise.
2758         * localedata/tst-ctype.c: Likewise.
2759         * localedata/tst-digits.c: Likewise.
2760         * localedata/tst-leaks.c: Likewise.
2761         * localedata/tst-mbswcs1.c: Likewise.
2762         * localedata/tst-mbswcs2.c: Likewise.
2763         * localedata/tst-mbswcs3.c: Likewise.
2764         * localedata/tst-mbswcs4.c: Likewise.
2765         * localedata/tst-mbswcs5.c: Likewise.
2766         * localedata/tst-setlocale.c: Likewise.
2767         * localedata/tst-trans.c: Likewise.
2768         * localedata/tst-wctype.c: Likewise.
2769         * localedata/tst-xlocale1.c: Likewise.
2770         * login/tst-grantpt.c: Likewise.
2771         * malloc/tst-calloc.c: Likewise.
2772         * malloc/tst-malloc.c: Likewise.
2773         * malloc/tst-mallocstate.c: Likewise.
2774         * malloc/tst-mcheck.c: Likewise.
2775         * malloc/tst-mtrace.c: Likewise.
2776         * malloc/tst-obstack.c: Likewise.
2777         * math/atest-exp2.c: Likewise.
2778         * math/atest-exp.c: Likewise.
2779         * math/atest-sincos.c: Likewise.
2780         * math/test-matherr.c: Likewise.
2781         * math/test-misc.c: Likewise.
2782         * math/test-powl.c: Likewise.
2783         * math/tst-definitions.c: Likewise.
2784         * misc/tst-dirname.c: Likewise.
2785         * misc/tst-efgcvt.c: Likewise.
2786         * misc/tst-fdset.c: Likewise.
2787         * misc/tst-hsearch.c: Likewise.
2788         * misc/tst-mntent2.c: Likewise.
2789         * nptl/tst-sem7.c: Likewise.
2790         * nptl/tst-sem8.c: Likewise.
2791         * nptl/tst-sem9.c: Likewise.
2792         * nss/test-netdb.c: Likewise.
2793         * posix/tst-fnmatch.c: Likewise.
2794         * posix/tst-getlogin.c: Likewise.
2795         * posix/tst-gnuglob.c: Likewise.
2796         * posix/tst-mmap.c: Likewise.
2797         * pwd/tst-getpw.c: Likewise.
2798         * resolv/tst-inet_ntop.c: Likewise.
2799         * rt/tst-timer.c: Likewise.
2800         * stdio-common/test-fseek.c: Likewise.
2801         * stdio-common/test-popen.c: Likewise.
2802         * stdio-common/test-vfprintf.c: Likewise.
2803         * stdio-common/tst-cookie.c: Likewise.
2804         * stdio-common/tst-fileno.c: Likewise.
2805         * stdio-common/tst-gets.c: Likewise.
2806         * stdio-common/tst-obprintf.c: Likewise.
2807         * stdio-common/tst-perror.c: Likewise.
2808         * stdio-common/tst-sprintf2.c: Likewise.
2809         * stdio-common/tst-sprintf3.c: Likewise.
2810         * stdio-common/tst-sprintf.c: Likewise.
2811         * stdio-common/tst-swprintf.c: Likewise.
2812         * stdio-common/tst-tmpnam.c: Likewise.
2813         * stdio-common/tst-unbputc.c: Likewise.
2814         * stdio-common/tst-wc-printf.c: Likewise.
2815         * stdlib/tst-environ.c: Likewise.
2816         * stdlib/tst-fmtmsg.c: Likewise.
2817         * stdlib/tst-limits.c: Likewise.
2818         * stdlib/tst-rand48-2.c: Likewise.
2819         * stdlib/tst-rand48.c: Likewise.
2820         * stdlib/tst-random2.c: Likewise.
2821         * stdlib/tst-random.c: Likewise.
2822         * stdlib/tst-strtol.c: Likewise.
2823         * stdlib/tst-strtoll.c: Likewise.
2824         * stdlib/tst-tls-atexit.c: Likewise.
2825         * stdlib/tst-xpg-basename.c: Likewise.
2826         * string/test-ffs.c: Likewise.
2827         * string/tst-bswap.c: Likewise.
2828         * string/tst-inlcall.c: Likewise.
2829         * string/tst-strtok.c: Likewise.
2830         * string/tst-strxfrm.c: Likewise.
2831         * sysdeps/x86_64/tst-audit10.c: Likewise.
2832         * sysdeps/x86_64/tst-audit3.c: Likewise.
2833         * sysdeps/x86_64/tst-audit4.c: Likewise.
2834         * sysdeps/x86_64/tst-audit5.c: Likewise.
2835         * time/tst-ftime_l.c: Likewise.
2836         * time/tst-getdate.c: Likewise.
2837         * time/tst-mktime3.c: Likewise.
2838         * time/tst-mktime.c: Likewise.
2839         * time/tst-posixtz.c: Likewise.
2840         * time/tst-strptime2.c: Likewise.
2841         * time/tst-strptime3.c: Likewise.
2842         * wcsmbs/tst-btowc.c: Likewise.
2843         * wcsmbs/tst-mbrtowc.c: Likewise.
2844         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2845         * wcsmbs/tst-wchar-h.c: Likewise.
2846         * wcsmbs/tst-wcpncpy.c: Likewise.
2847         * wcsmbs/tst-wcrtomb.c: Likewise.
2848         * wcsmbs/tst-wcsnlen.c: Likewise.
2849         * wcsmbs/tst-wcstof.c: Likewise.
2850
2851 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2852
2853         [BZ #14132]
2854         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2855         INTDEF.
2856         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2857         declaration.
2858         (_dl_mcount): Use rtld_hidden_proto.
2859         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2860         _dl_mcount.
2861         * elf/rtld.c (_rtld_global_ro): Likewise.
2862
2863         [BZ #14132]
2864         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2865         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2866         of _dl_init_internal.
2867         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2868         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2869         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2870         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2871         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2872         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2873         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2874         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2875         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2876         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2877         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2878         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2879         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2880         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2881         * sysdeps/tile/dl-start.S (_start): Likewise.
2882         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2883         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2884
2885         [BZ #14132]
2886         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2887         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2888         (rtld_progname): Make macro definition unconditional.
2889         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2890         INTDEF.
2891         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2892         (dl_main): Likewise.
2893         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2894         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2895         instead of _dl_argv_internal.
2896         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2897         __GI__dl_argv instead of INTUSE(_dl_argv).
2898         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2899         __GI__dl_argv instead of _dl_argv_internal.
2900
2901         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2902         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2903         macro.
2904         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2905         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2906         New macro.
2907         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2908         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2909         macro.
2910         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2911         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2912
2913 2014-11-04  Andreas Schwab  <schwab@suse.de>
2914
2915         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2916
2917 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2918
2919         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2920         mtvsrd instruction in binary form.
2921
2922 2014-11-03  Andreas Schwab  <schwab@suse.de>
2923
2924         [BZ #17522]
2925         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2926         for less than MB_LEN_MAX use a local buffer of that size.
2927         * libio/tst-fputws.c: New file.
2928         * libio/Makefile (tests): Add tst-fputws.
2929
2930 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2931
2932         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2933         the size of the fpu_fr.fpu_dregs[] array.
2934
2935 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2936
2937         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2938         (__nanosleep): Do not define as alias.
2939         (nanosleep): Define as alias of __nanosleep.
2940         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2941         __libc_nanosleep name.
2942
2943 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2944
2945         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2946         install.texi in comment.
2947
2948 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2949
2950         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2951         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2952         ... add here and use lwsync or sync ...
2953         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2954         ... and add here using lwsync.
2955
2956 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2957
2958         * elf/dl-machine-reject-phdr.h: New file.
2959         * elf/dl-load.c: #include that.
2960         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2961         if that returned true.
2962
2963 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2964
2965         [BZ #17496]
2966         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2967         gen-as-const-headers chunk.  Add a big scare comment after the last
2968         safe place to touch before-compile.
2969
2970 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2971
2972         * manual/install.texi (Tools for Compilation): Update autoconf
2973         version requirements.
2974         * INSTALL: Regenerated.
2975
2976         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2977         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2978         (__libc_pselect): Likewise.
2979
2980         [BZ #14138]
2981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2985
2986 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2987
2988         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2989         correct barrier instruction.
2990         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2991         Likewise.
2992         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2993         Likewise.
2994
2995 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2996
2997         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2998         after defining inlines.  Instead, just use parens to defeat macro
2999         expansion of __isctype in its declaration.
3000
3001 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3002
3003         * include/sys/uio.h (__libc_readv): Remove declaration.
3004         (__libc_writev): Likewise.
3005         * misc/readv.c (__libc_readv): Rename to __readv.
3006         (__readv): Do not define as alias.
3007         (readv): Define as alias of __readv.
3008         * misc/writev.c (__libc_writev): Rename to __writev.
3009         (__writev): Do not define as alias.
3010         (writev): Define as alias of __writev.
3011         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
3012         (__readv): Do not define as alias.
3013         (readv): Define unconditionally as alias of __readv.
3014         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
3015         (__writev): Do not define as alias.
3016         (writev): Define unconditionally as alias of __writev.
3017         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
3018         name.
3019         (writev): Do not define __libc_writev name.
3020
3021 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3022
3023         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
3024         (convert_charseq): New function, broken out of ...
3025         (use_from_charmap): ... here.  Call it.
3026         (use_to_charmap): Use convert_charseq and free instead of duplicating
3027         its code with a variable-length stack struct.
3028
3029 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3030
3031         * include/fcntl.h (__libc_creat): Remove declaration.
3032         * io/creat.c (__libc_creat): Rename to creat.
3033         (creat): Do not define as alias.
3034         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
3035         of creat instead of __libc_creat.
3036         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
3037         to creat.
3038         (creat): Do not define as alias.
3039         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
3040         __libc_creat.
3041         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
3042         __libc_creat name.
3043         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
3044         Likewise.
3045
3046 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
3047
3048         * manual/llio.texi: Add comments discussing why write() may be
3049         considered MT-unsafe on Linux.
3050
3051 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
3052
3053         * dl-load.c (local_strdup): Remove.
3054         (expand_dynamic_string_token): Use __strdup.
3055         (decompose_rpath): Likewise.
3056         (_dl_map_object): Likewise.
3057
3058 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
3059
3060         [BZ #14132]
3061         * sysdeps/generic/unwind-dw2-fde.c
3062         (__register_frame_info_bases_internal): Do not declare.
3063         (__register_frame_info_table_bases_internal): Likewise.
3064         (__deregister_frame_info_bases_internal): Likewise.
3065         (__register_frame_info_bases): Declare and use hidden_proto before
3066         definition.  Use hidden_def instead of INTDEF.
3067         (__register_frame_info_table_bases): Likewise.
3068         (__deregister_frame_info_bases): Likewise.
3069         (__register_frame_info): Do not use INTUSE.
3070         (__register_frame): Likewise.
3071         (__register_frame_info_table): Likewise.
3072         (__register_frame_table): Likewise.
3073         (__deregister_frame_info): Likewise.
3074         (__deregister_frame): Likewise.
3075
3076 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
3077
3078         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3079         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
3080         not undefine.
3081         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
3082         Likewise.
3083         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
3084         Likewise.
3085
3086 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
3087
3088         [BZ #14138]
3089         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
3090         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
3091         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3092         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
3093         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
3094         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
3095         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
3096         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
3097         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
3098         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
3099         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
3100         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
3101         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
3102         syscall.
3103         (setfsuid): Likewise.
3104         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
3105         (setfsuid): Likewise.
3106         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
3107         (setfsuid): Likewise.
3108         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
3109         Likewise.
3110         (setfsuid): Likewise.
3111         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
3112         (setfsuid): Likewise.
3113         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
3114         Likewise.
3115         (setfsuid): Likewise.
3116
3117 2014-10-27  Andreas Schwab  <schwab@suse.de>
3118
3119         [BZ #17501]
3120         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
3121         check for Slow_SSE4_2 feature bit.
3122         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
3123         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3124         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
3125         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
3126
3127 2014-10-24  Roland McGrath  <roland@hack.frob.com>
3128
3129         * configure.ac: Validate compiler version with a empirical test of
3130         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
3131         $CC -v output.
3132         * configure: Regenerated.
3133
3134         * inet/htons.c (htons): Prototypify.
3135         * inet/htonl.c (htonl): Likewise.
3136
3137 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3138
3139         * string/strncat.c (strncat): Improve performance by using strlen.
3140
3141 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3142
3143         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
3144
3145 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3146
3147         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
3148         Call libc_fetestexcept_aarch64.
3149
3150 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3151
3152         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
3153         Call libc_feholdexcept_aarch64.
3154
3155 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3156
3157         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3158         Call get_rounding_mode.
3159
3160 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3161
3162         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3163         Simplify logic.
3164
3165 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3166
3167         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3168         Simplify logic.
3169
3170 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
3171
3172         [BZ #14138]
3173         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3174         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3175         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3176         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3177         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3178         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3179         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3180         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3181         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3182         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3183         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3184         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3185         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3186         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3187         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3188         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3189         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3190         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3191         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3192         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3193         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3194         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3195         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3196         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3197         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3198         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3199         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3200         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3201         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3202         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3203         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3204         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3205         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3206         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3207         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3208         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3209         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3210         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3211         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3212         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3213         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3214         syscall.
3215         (geteuid): Likewise.
3216         (getgid): Likewise.
3217         (getuid): Likewise.
3218         (getresgid): Likewise.
3219         (getresuid): Likewise.
3220         (getgroups): Likewise.
3221         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3222         (geteuid): Likewise.
3223         (getgid): Likewise.
3224         (getuid): Likewise.
3225         (getresgid): Likewise.
3226         (getresuid): Likewise.
3227         (getgroups): Likewise.
3228         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3229         (geteuid): Likewise.
3230         (getgid): Likewise.
3231         (getuid): Likewise.
3232         (getresgid): Likewise.
3233         (getresuid): Likewise.
3234         (getgroups): Likewise.
3235         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3236         Likewise.
3237         (geteuid): Likewise.
3238         (getgid): Likewise.
3239         (getuid): Likewise.
3240         (getresgid): Likewise.
3241         (getresuid): Likewise.
3242         (getgroups): Likewise.
3243         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3244         (geteuid): Likewise.
3245         (getgid): Likewise.
3246         (getuid): Likewise.
3247         (getresgid): Likewise.
3248         (getresuid): Likewise.
3249         (getgroups): Likewise.
3250         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3251         Likewise.
3252         (geteuid): Likewise.
3253         (getgid): Likewise.
3254         (getuid): Likewise.
3255         (getgroups): Likewise.
3256
3257         [BZ #14138]
3258         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3259         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3260         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3261         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3262         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3263         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3264         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3265         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3266         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3267         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3268         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3269         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3270         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3271         __chown.
3272         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3273         (lchown): Likewise.
3274         (fchown): Likewise.
3275         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3276         Likewise.
3277         (lchown): Likewise.
3278         (fchown): Likewise.
3279         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3280         (lchown): Likewise.
3281         (fchown): Likewise.
3282         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3283         Likewise.
3284         (lchown): Likewise.
3285         (fchown): Likewise.
3286
3287 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3288
3289         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3290         Simplify logic.
3291
3292 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3293
3294         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3295         Cleanup logic.
3296
3297 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3298
3299         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3300         Remove unused include.
3301
3302 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3303
3304         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3305         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3306         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3307         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3308
3309 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3310             Helge Deller <deller@gmx.de>
3311
3312         [BZ #17508]
3313         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3314         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3315         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3316
3317 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3318
3319         [BZ #14132]
3320         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3321         Remove macro definition.
3322         (__ashrdi3_v_glibc20): Likewise.
3323         (__lshrdi3_v_glibc20): Likewise.
3324         (__cmpdi2_v_glibc20): Likewise.
3325         (__ucmpdi2_v_glibc20): Likewise.
3326         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3327         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3328         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3329         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3330         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3331         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3332
3333 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3334
3335         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3336         old GNU extension [0] syntax.
3337         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3338         alloca rather than an array member with variable length.
3339         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3340         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3341         (parse_opt): ... here.  Likewise use alloca there.
3342         Validate the -i argument before checking for rootness.
3343         (send_shutdown): New function, broken out of ...
3344         (parse_opt): ... here.
3345
3346 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3347
3348         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3349         macro to get at the _rt_local_ro field.
3350         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3351         ([PIC] case) or _dl_hwcap ([!PIC] case).
3352         * sysdeps/arm/setjmp.S: Likewise.
3353
3354         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3355         * sysdeps/arm/configure.ac: New check to define it.
3356         * sysdeps/arm/configure: Regenerated.
3357         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3358         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3359         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3360         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3361         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3362         Use move/movt pair instead of a load.
3363         (LDST_GLOBAL): Macro removed.
3364         (LDR_GLOBAL): New macro replaces it.
3365         (LDR_HIDDEN): New macro.
3366         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3367         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3368
3369         * setjmp/tst-setjmp-static.c: New file.
3370         * setjmp/Makefile (tests): Add it.
3371         (tests-static): New variable.
3372
3373 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3374
3375         [BZ #17485]
3376         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3377
3378 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3379
3380         [BZ #14132]
3381         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3382
3383 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3384
3385         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3386
3387 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3388
3389         * io/fts.c (dirent_not_directory): New function.
3390         (fts_build): Call it.
3391
3392 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3393
3394         * nptl/version.c (__nptl_main): Use normal __write rather than
3395         INTERNAL_SYSCALL.
3396         (banner): Update copyright years.
3397
3398         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3399         gettimeofday.
3400         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3401         * nptl/pthread_cond_timedwait.c: Likewise.
3402         * nptl/pthread_mutex_timedlock.c: Likewise.
3403         * nptl/sem_timedwait.c: Likewise.
3404
3405         * sysdeps/nptl/bits/libc-lock.h
3406         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3407         (__libc_lock_init_recursive): Return void, not 0.
3408         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3409         (__libc_rwlock_init): Likewise.
3410         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3411
3412 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3413
3414         [BZ #15215]
3415         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3416         (__pthread_once_slow): ... here.
3417         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3418         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3419
3420 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3421
3422         [BZ #15215]
3423         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3424         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3425         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3426         * nptl/pthread_once.c (__pthread_once): Likewise.
3427         Update comments.
3428
3429 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3430
3431         [BZ #14138]
3432         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3433         name.
3434         (writev): Use __libc_writev as strong name.
3435         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3436         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3437
3438 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3439
3440         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3441
3442         * sysdeps/i386/nptl/tls.h
3443         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3444         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3445         New macros.
3446         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3447         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3448         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3449         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3450         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3451         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3452
3453         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3454         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3455         on [__NR_futex].
3456         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3457         broken out of ...
3458         (__pthread_mutex_init): ... here.  Call it.
3459         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3460         Conditionalize PI cases on [__NR_futex].
3461         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3462         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3463         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3464
3465         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3466         conditional on [SIGSETXID].
3467         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3468         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3469         is defined.  Likewise for SIGSETXID.
3470         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3471         Conditionalize definitions on [SIGSETXID].
3472         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3473         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3474         unblocking on [SIGCANCEL].
3475
3476         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3477         [__NR_set_robust_list].
3478
3479 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3480
3481         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3482         (do_compare): Likewise.
3483
3484 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3485
3486         [BZ #15884]
3487         * string/strcoll_l.c: Don't include stdio.h.
3488         (coll_seq): Remove members idxarr and rulearr.
3489         (get_next_seq_cached): Remove function.
3490         (get_next_seq): Likewise.
3491         (get_next_seq_nocache): Rename to get_next_seq.
3492         (do_compare): Remove function.
3493         (do_compare_nocache): Rename to do_compare.
3494         (STRCOLL): Remove weight and rules cache.
3495
3496 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3497
3498         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3499         * sysdeps/arm/sfp-machine.h: ... to here.
3500         * sysdeps/arm/Implies: Remove arm/soft-fp.
3501
3502 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3503
3504         * conform/data/sys/utsname.h-data (*_t): Allow.
3505         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3506         [POSIX] (WEXITED): Do not expect constant.
3507         [POSIX] (WSTOPPED): Likewise.
3508         [POSIX] (WNOHANG): Likewise.
3509         [POSIX] (WNOWAIT): Likewise.
3510         [POSIX] (siginfo_t): Do not expect type or elements.
3511         [POSIX] (pid_t): Do not expect type.
3512         [POSIX] (signal.h): Do not allow header.
3513         [POSIX] (sys/resource.h): Likewise.
3514         [POSIX] (si_*): Do not allow pattern.
3515         [POSIX] (W*): Likewise.
3516         [POSIX] (P_*): Likewise.
3517         [POSIX] (BUS_*): Likewise.
3518         [POSIX] (CLD_*): Likewise.
3519         [POSIX] (FPE_*): Likewise.
3520         [POSIX] (ILL_*): Likewise.
3521         [POSIX] (POLL_*): Likewise.
3522         [POSIX] (SEGV_*): Likewise.
3523         [POSIX] (SI_*): Likewise.
3524         [POSIX] (TRAP_*): Likewise.
3525         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3526         variable.
3527
3528 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3529
3530         [BZ #12926]
3531         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3532         infinite loop when __recvmsg returns 0.
3533
3534 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3535
3536         * CANCEL-FCT-WAIVE: Remove file.
3537         * CANCEL-FILE-WAIVE: Likewise.
3538
3539         [BZ #14132]
3540         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3541         instead of INTVARDEF.
3542         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3543         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3544         rtld_hidden_data_def instead of INTVARDEF.
3545         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3546         * elf/dl-deps.c (expand_dst): Likewise.
3547         * elf/dl-load.c (_dl_dst_count): Likewise.
3548         (_dl_dst_substitute): Likewise.
3549         (decompose_rpath): Likewise.
3550         (_dl_init_paths): Likewise.
3551         (open_path): Likewise.
3552         (_dl_map_object): Likewise.
3553         * elf/rtld.c (dl_main): Likewise.
3554         (process_dl_audit): Likewise.
3555         (process_envvars): Likewise.
3556         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3557         Remove declaration.
3558         (__libc_enable_secure): Use rtld_hidden_proto.
3559
3560 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3561
3562         * elf/dl-load.c
3563         (add_path): New function broken out of _dl_rtld_di_serinfo.
3564         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3565
3566 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3567
3568         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3569         parentheses around macro arguments.
3570         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3571         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3572         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3573         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3574         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3575         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3576         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3577         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3578         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3579         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3580         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3581         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3582         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3583         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3584         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3585         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3586         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3587         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3588         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3589         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3590         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3591         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3592         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3593         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3594         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3595         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3596         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3597         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3598         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3599         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3600         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3601         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3602         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3603         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3604         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3605         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3606         Likewise.
3607         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3608         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3609         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3610         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3611         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3612         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3613         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3614         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3615         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3616         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3617         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3618         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3619         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3620         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3621         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3622         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3623         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3624         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3625         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3626         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3627         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3628         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3629         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3630         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3631         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3632         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3633         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3634         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3635         (_FP_FRAC_SRS_1): Likewise.
3636         (_FP_FRAC_CLZ_1): Likewise.
3637         (_FP_MUL_MEAT_1_imm): Likewise.
3638         (_FP_MUL_MEAT_1_wide): Likewise.
3639         (_FP_MUL_MEAT_1_hard): Likewise.
3640         (_FP_SQRT_MEAT_1): Likewise.
3641         (_FP_FRAC_ASSEMBLE_1): Likewise.
3642         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3643         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3644         (__FP_CLZ_2): Likewise.
3645         (_FP_MUL_MEAT_2_wide): Likewise.
3646         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3647         (_FP_MUL_MEAT_2_gmp): Likewise.
3648         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3649         (_FP_SQRT_MEAT_2): Likewise.
3650         (_FP_FRAC_ASSEMBLE_2): Likewise.
3651         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3652         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3653         (_FP_FRAC_CLZ_4): Likewise.
3654         (_FP_MUL_MEAT_4_wide): Likewise.
3655         (_FP_MUL_MEAT_4_gmp): Likewise.
3656         (_FP_SQRT_MEAT_4): Likewise.
3657         (_FP_FRAC_ASSEMBLE_4): Likewise.
3658         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3659         * soft-fp/op-common.h (_FP_CMP): Likewise.
3660         (_FP_CMP_EQ): Likewise.
3661         (_FP_CMP_UNORD): Likewise.
3662         (_FP_TO_INT): Likewise.
3663         (_FP_FROM_INT): Likewise.
3664         [!__FP_CLZ] (__FP_CLZ): Likewise.
3665         (_FP_DIV_HELP_imm): Likewise.
3666         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3667         Likewise.
3668         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3669         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3670         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3671         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3672         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3673         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3674         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3675         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3676         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3677         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3678         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3679         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3680         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3681         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3682         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3683         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3684         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3685         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3686         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3687         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3688         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3689         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3690         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3691         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3692         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3693         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3694         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3695         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3696         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3697         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3698         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3699         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3700         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3701         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3702         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3703         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3704         (FP_UNPACK_RAW_SP): Likewise.
3705         (FP_PACK_RAW_S): Likewise.
3706         (FP_PACK_RAW_SP): Likewise.
3707         (FP_UNPACK_S): Likewise.
3708         (FP_UNPACK_SP): Likewise.
3709         (FP_UNPACK_SEMIRAW_S): Likewise.
3710         (FP_UNPACK_SEMIRAW_SP): Likewise.
3711         (FP_PACK_S): Likewise.
3712         (FP_PACK_SP): Likewise.
3713         (FP_PACK_SEMIRAW_S): Likewise.
3714         (FP_PACK_SEMIRAW_SP): Likewise.
3715         (_FP_SQRT_MEAT_S): Likewise.
3716         (FP_CMP_S): Likewise.
3717         (FP_CMP_EQ_S): Likewise.
3718         (FP_CMP_UNORD_S): Likewise.
3719         (FP_TO_INT_S): Likewise.
3720         (FP_FROM_INT_S): Likewise.
3721
3722         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3723
3724         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3725         (FP_EX_INVALID_IMZ): Likewise.
3726         (FP_EX_INVALID_IMZ_FMA): Likewise.
3727         (FP_EX_INVALID_ISI): Likewise.
3728         (FP_EX_INVALID_ZDZ): Likewise.
3729         (FP_EX_INVALID_IDI): Likewise.
3730         (FP_EX_INVALID_SQRT): Likewise.
3731         (FP_EX_INVALID_CVI): Likewise.
3732         (FP_EX_INVALID_VC): Likewise.
3733         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3734         "invalid" exceptions.
3735         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3736         (_FP_ADD_INTERNAL): Likewise.
3737         (_FP_MUL): Likewise.
3738         (_FP_FMA): Likewise.
3739         (_FP_DIV): Likewise.
3740         (_FP_CMP_CHECK_NAN): Likewise.
3741         (_FP_SQRT): Likewise.
3742         (_FP_TO_INT): Likewise.
3743         (FP_EXTEND): Likewise.
3744
3745 2014-10-09  Allan McRae  <allan@archlinux.org>
3746
3747         * po/fr.po: Update French translation from translation project.
3748
3749 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3750
3751         [BZ #14132]
3752         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3753         of INTDEF.
3754         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3755         (__cxa_atexit): Use libc_hidden_proto.
3756         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3757
3758         [BZ #14132]
3759         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3760         declaration.
3761         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3762         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3763         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3764         [!_ISOMAC] (__iswctype_internal): Likewise.
3765         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3766         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3767         alias.
3768         (fcntl): Remove __fcntl_internal alias.
3769         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3770         __connect_internal alias.
3771         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3772         Likewise.
3773
3774         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3775         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3776         FP_DENORM_ZERO.
3777         (_FP_CHECK_FLUSH_ZERO): New macro.
3778         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3779         (_FP_CMP): Likewise.
3780         (_FP_CMP_EQ): Likewise.
3781         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3782         FP_DENORM_ZERO.
3783         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3784         (FP_TRUNC): Likewise.
3785
3786         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3787         treated as invalid conversion, not as normal exponent.
3788
3789         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3790         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3791         (_FP_CMP_EQ): Likewise.
3792         (_FP_CMP_UNORD): Likewise.
3793         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3794         (FP_CMP_EQ_D): Likewise.
3795         (FP_CMP_UNORD_D): Likewise.
3796         * soft-fp/extended.h (FP_CMP_E): Likewise.
3797         (FP_CMP_EQ_E): Likewise.
3798         (FP_CMP_UNORD_E): Likewise.
3799         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3800         (FP_CMP_EQ_Q): Likewise.
3801         (FP_CMP_UNORD_Q): Likewise.
3802         * soft-fp/single.h (FP_CMP_S): Likewise.
3803         (FP_CMP_EQ_S): Likewise.
3804         (FP_CMP_UNORD_S): Likewise.
3805         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3806         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3807         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3808         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3809         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3810         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3811         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3812         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3813         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3814         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3815         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3816         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3817         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3818         to FP_CMP_Q.
3819         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3820         FP_CMP_Q.
3821         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3822         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3823         FP_CMP_EQ_Q.
3824         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3825         FP_CMP_Q.
3826         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3827         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3828         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3829         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3830         FP_CMP_EQ_Q.
3831         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3832         FP_CMP_Q.
3833         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3834         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3835         FP_CMP_EQ_Q.
3836         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3837         FP_CMP_Q.
3838         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3839         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3840         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3841         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3842         FP_CMP_EQ_Q.
3843
3844         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3845         a subnormal result, set the underflow exception if trapping on
3846         underflow is enabled.
3847         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3848         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3849         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3850         redefine to 0.
3851         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3852         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3853         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3854         * soft-fp/extendxftf2.c (__extendxftf2): Use
3855         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3856
3857         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3858         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3859         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3860         FP_HANDLE_EXCEPTIONS.
3861         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3862         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3863         FP_HANDLE_EXCEPTIONS.
3864         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3865         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3866         FP_HANDLE_EXCEPTIONS.
3867         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3868         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3869         FP_HANDLE_EXCEPTIONS.
3870
3871 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3872
3873         [BZ #14132]
3874         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3875         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3876         use INTUSE.
3877         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3878         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3879         Remove alias.
3880         (__adjtimex): Define using libc_hidden_ver.
3881         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3882         Remove declaration.
3883         (ntp_gettime): Call __adjtimex directly.
3884         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3885         Remove declaration.
3886         (ntp_gettimex): Call __adjtimex directly.
3887         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3888         __adjtimex_internal alias.
3889
3890 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3891
3892         [BZ #17460]
3893         * nscd/nscd.c (more_help): Rewrite list of tables collection
3894         using xstrdup and asprintf.
3895
3896         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3897
3898 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3899             Roland McGrath  <roland@hack.frob.com>
3900
3901         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3902         (do_lookup_unique): ... local function 'enter' here; update callers.
3903
3904 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3905
3906         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3907         compat_symbol calls on [SHARED].
3908         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3909         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3910         Remove.
3911         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3912         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3913         (oldsetrlimit): Remove.
3914         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3916         (lchown): New syscall entry.
3917         (oldsetrlimit): Remove.
3918         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3919         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3920         (oldsetrlimit): Remove.
3921         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3922
3923         [BZ #14138]
3924         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3925         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3926         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3927         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3928         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3929         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3930         (fchown): Likewise.
3931         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3932         (fchown): Likewise.
3933         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3934         Likewise.
3935
3936 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3937
3938         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3939         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3940         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3941         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3942         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3943         Likewise.
3944         (__old_sem_post): Likewise.
3945
3946 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3947
3948         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3949         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3950         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3951         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3952         Use INLINE_VSYSCALL macro.
3953         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3954         __vdso_clock_gettime.
3955         * sysdeps/unix/sysv/linux/tile/init-first.c
3956         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3957         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3958         __vdso_clock_gettime.
3959
3960         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3961         to set up frame more cleanly.
3962
3963         * sysdeps/tile/memcmp.c: New file.
3964
3965         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3966
3967         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3968         * sysdeps/tile/tilegx/strcasestr.c: New file.
3969         * sysdeps/tile/tilegx/strnlen.c: New file.
3970         * sysdeps/tile/tilegx/strstr.c: New file.
3971
3972         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3973
3974 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3975
3976         * nptl/tst-setuid3.c: Write errors to stdout.
3977
3978 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3979
3980         * elf/dl-deps.c
3981         (preload): New functions broken out of _dl_map_object_deps.
3982         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3983
3984 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3985
3986         [BZ #14138]
3987         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3988         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3989
3990 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3991
3992         * sysdeps/mips/strcmp.S: New.
3993
3994 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3995
3996         [BZ #14138]
3997         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3998         (linkat): Likewise.
3999         (mkdirat): Likewise.
4000         (readlinkat): Likewise.
4001         (renameat): Likewise.
4002         (symlinkat): Likewise.
4003         (unlinkat): Likewise.
4004         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
4005         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
4006         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
4007         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
4008         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
4009         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
4010         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
4011
4012 2014-09-30  Will Newton  <will.newton@linaro.org>
4013
4014         * math/math.h: Define long double math functions if
4015         _LIBC_TEST is defined.
4016         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
4017
4018         * localedata/Makefile: Move assignment to tests-special
4019         into an ifdef testing run-built-tests.
4020         * timezone/Makefile: Likewise.
4021
4022 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
4023
4024         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
4025         with $(BASH) not $(SHELL).
4026
4027 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
4028             Matthew LeGendre  <legendre1@llnl.gov>
4029
4030         [BZ #17411]
4031         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
4032         l_reloc_result.
4033
4034 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4035
4036         * stdio-common/printf_fp.c
4037         (hack_digit): New function, broken out of ...
4038         (__printf_fp): ... local function here.  Update call sites.
4039         hack_digit now takes an additional parameter that is a pointer
4040         to a struct of the referenced locals.  Those locals moved inside
4041         the struct and references updated.
4042
4043 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
4044
4045         * aclocal.m4: Require autoconf 2.69.
4046         * configure: Regenerated.
4047         * sysdeps/aarch64/configure: Likewise.
4048         * sysdeps/alpha/configure: Likewise.
4049         * sysdeps/arm/armv7/configure: Likewise.
4050         * sysdeps/arm/configure: Likewise.
4051         * sysdeps/ia64/configure: Likewise.
4052         * sysdeps/mach/configure: Likewise.
4053         * sysdeps/mips/configure: Likewise.
4054         * sysdeps/s390/configure: Likewise.
4055         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
4056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
4057
4058         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
4059         file.
4060         * sysdeps/ia64/configure.ac: Likewise.
4061
4062 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
4063
4064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
4065         specify symbol version for ld.so.  Do not include entry for
4066         libpthread.
4067         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4068         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4069         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4070
4071         [BZ #14171]
4072         * Makeconfig [$(build-shared) = yes]
4073         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
4074         makefiles.
4075         [$(build-shared) = yes && $(soversions.mk-done) = t]
4076         ($(common-objpfx)gnu/lib-names.h): Remove rule.
4077         [$(build-shared) = yes && $(soversions.mk-done) = t]
4078         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
4079         to Makerules.
4080         [$(build-shared) = yes && $(soversions.mk-done) = t]
4081         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
4082         here.
4083         [$(build-shared) = yes && $(soversions.mk-done) = t]
4084         (common-generated): Don't append gnu/lib-names.h and
4085         gnu/lib-names.stmp here.
4086         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
4087         (lib-names-h-abi): New variable.
4088         [$(build-shared) = yes && $(soversions.mk-done) = t]
4089         (lib-names-stmp-abi): Likewise.
4090         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4091         abi-variants] (before-compile): Append
4092         $(common-objpfx)$(lib-names-h-abi).
4093         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4094         abi-variants] (common-generated): Append gnu/lib-names.h.
4095         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4096         abi-variants] (install-others-nosubdir): Depend on
4097         $(inst_includedir)/$(lib-names-h-abi).
4098         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4099         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
4100         [$(build-shared) = yes && $(soversions.mk-done) = t]
4101         ($(common-objpfx)$(lib-names-h-abi)): New rule.
4102         [$(build-shared) = yes && $(soversions.mk-done) = t]
4103         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
4104         [$(build-shared) = yes && $(soversions.mk-done) = t]
4105         (common-generated): Append $(lib-names-h-abi) and
4106         $(lib-names-stmp-abi).
4107         * scripts/lib-names.awk: Do not handle multi being set.
4108         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
4109         Remove variable.
4110         (abi-lp64_be-ld-soname): Likewise.
4111         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
4112         Likewise.
4113         (abi-hard-ld-soname): Likewise.
4114         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
4115         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
4116         Remove variable.
4117         (abi-o32_hard-ld-soname): Likewise.
4118         (abi-o32_soft_2008-ld-soname): Likewise.
4119         (abi-o32_hard_2008-ld-soname): Likewise.
4120         (abi-n32_soft-ld-soname): Likewise.
4121         (abi-n32_hard-ld-soname): Likewise.
4122         (abi-n32_soft_2008-ld-soname): Likewise.
4123         (abi-n32_hard_2008-ld-soname): Likewise.
4124         (abi-n64_soft-ld-soname): Likewise.
4125         (abi-n64_hard-ld-soname): Likewise.
4126         (abi-n64_soft_2008-ld-soname): Likewise.
4127         (abi-n64_hard_2008-ld-soname): Likewise.
4128         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
4129         Likewise.
4130         (abi-64-v2-ld-soname): Likewise.
4131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
4132         ld.so entries.
4133         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
4134         variable.
4135         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
4136         entry.
4137         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
4138         variable.
4139         (abi-64-ld-soname): Likewise.
4140         (abi-x32-ld-soname): Likewise.
4141         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
4142         entry.
4143         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4144
4145 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
4146
4147         [BZ #14138]
4148         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
4149         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4150         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
4151         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
4152         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
4153         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4154         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4155         syscall entry for GLIBC_2.2 symbol version.
4156         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4157         Likewise.
4158         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4159         (setrlimit): Likewise.
4160         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4161         Likewise.
4162
4163 2014-09-23  Will Newton  <will.newton@linaro.org>
4164
4165         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4166         _LINUX_ARM_SYSDEP_H include guard too.
4167         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4168         define.
4169
4170 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4171
4172         * sysdeps/unix/sysv/linux/eventfd.c:
4173         Make first argument unsigned.
4174         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4175         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4176
4177 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
4178
4179         * socket/recvmmsg.c (recvmmsg): Drop const argument.
4180         * socket/sys/socket.h: Likewise
4181         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4182
4183 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4184
4185         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4186
4187 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
4188
4189         * time/tst-ftime.c: New test.
4190         * time/Makefile (tests): Add tst-ftime.
4191
4192 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
4193
4194         * soft-fp/extended.h: Fix comment formatting.
4195         * soft-fp/op-1.h: Likewise.
4196         * soft-fp/op-2.h: Likewise.
4197         * soft-fp/op-4.h: Likewise.
4198         * soft-fp/op-8.h: Likewise.
4199         * soft-fp/op-common.h: Likewise.
4200         * soft-fp/soft-fp.h: Likewise.
4201
4202         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4203
4204 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
4205
4206         [BZ #6652]
4207         * Makeconfig (soversions-default-setname): Remove variable.
4208         ($(common-objpfx)soversions.i): Don't pass default_setname to
4209         soversions.awk.
4210         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4211         oldest_abi to abi-versions.awk.
4212         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4213         * config.make.in (oldest-abi): Remove variable.
4214         * configure.ac (--enable-oldest-abi): Remove configure option.
4215         * configure: Regenerated.
4216         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4217         text.
4218         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4219         * scripts/soversions.awk: Do not handle default_setname variable.
4220         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4221         variable.
4222         * sysdeps/mach/hurd/configure: Regenerated.
4223         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4224         variable.
4225         * sysdeps/unix/sysv/linux/configure: Regenerated.
4226
4227 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4228
4229         * elf/Makefile (CFLAGS-interp.c): Remove.
4230         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4231         path string.
4232         * elf/interp.c: Include generated runtime-linker.h
4233
4234         * Makerules (lib%.so): Don't include $(+interp) in
4235         prerequisites.
4236         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4237         * dlfcn/eval.c: Remove file.
4238
4239         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4240         macros.
4241
4242         [BZ #17266]
4243         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4244         4.2 and newer.
4245
4246         [BZ #17370]
4247         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4248
4249 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4250             Jakub Jelinek  <jakub@redhat.com>
4251
4252         [BZ #17266]
4253         * libio/stdio.h: Check definition of __fortify_function
4254         instead of __extern_always_inline to include bits/stdio2.h.
4255         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4256         check if __extern_always_inline is defined.
4257         [__USE_MISC || __USE_XOPEN]: Likewise.
4258         [__USE_ISOC99] Likewise.
4259         * misc/sys/cdefs.h (__fortify_function): Define only if
4260         __extern_always_inline is defined.
4261         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4262         __extern_always_inline and __extern_inline only for g++-4.3
4263         and newer or a compatible gcc.
4264
4265 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4266
4267         [BZ #17371]
4268         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4269         last change to handle zero prefix length.
4270
4271 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4272
4273         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4274         _SC_REGEX_VERSION.
4275
4276         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4277         _POSIX_RAW_SOCKETS.
4278
4279 2014-09-13  Allan McRae  <allan@archlinux.org>
4280
4281         * po/ru.po: Update Russian translation from translation project.
4282
4283 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4284
4285         * locale/programs/locale.c (show_locale_vars): Inline local function
4286         into its sole call site.  Clean up some style nits.
4287         (print_item): New function, broken out of ...
4288         (show_info): ... local function here.  Clean up style nits.
4289
4290         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4291         out of ...
4292         (set_class_defaults): ... local function set_default here.
4293         Define set_default as a macro locally to pass constant parameters.
4294         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4295         rather than a shared local.
4296
4297         * stdlib/rpmatch.c (try): New function, broken out of ...
4298         (rpmatch): ... local function here.  Also, prototypify definition.
4299
4300 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4301
4302         * scripts/soversions.awk: Do not handle configuration names.
4303         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4304         vendor and os variables to soversions.awk.
4305         * configure.ac: Do not modify gnu-* host_os.
4306         * configure: Regenerated
4307         * shlib-versions: Remove first column with configuration names.
4308         * nptl/shlib-versions: Likewise.
4309         * nptl_db/shlib-versions: Likewise.
4310         * sysdeps/hppa/shlib-versions: Likewise.
4311         * sysdeps/m68k/shlib-versions: Likewise.
4312         * sysdeps/mach/hurd/shlib-versions: Likewise.
4313         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4314         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4315         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4316         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4317         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4318         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4319         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4320         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4322         Likewise.
4323         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4324         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4325         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4326         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4327         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4328         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4329         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4330         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4331
4332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4333         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4335         Regenerated.
4336         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4338         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4339
4340         * shlib-versions: Remove OS-specific entries.  Moved to files in
4341         sysdeps.
4342         * sysdeps/mach/hurd/shlib-versions: New file.
4343         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4344
4345         * nptl/shlib-versions: Remove architecture-specific entries.
4346         Moved to files in sysdeps.
4347         * shlib-versions: Likewise.
4348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4349         file.
4350         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4351         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4352         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4353         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4354
4355         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4356         (UDP_NO_CHECK6_RX): Likewise.
4357
4358 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4359
4360         * sysdeps/posix/sysconf.c (__sysconf): Spell
4361         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4362
4363 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4364
4365         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4366         loading.
4367         * iconv/Versions (__gconv_transliterate): Export for use from
4368         gconv modules.
4369         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4370         (struct __gconv_trans_data, __gconv_trans_fct,
4371         __gconv_trans_context_fct, __gconv_trans_query_fct,
4372         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4373         definitions.
4374         (struct __gconv_step_data): Remove __trans member.
4375         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4376         longer hidden.  Remove unused trans_data argument.
4377         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4378         (__gconv_translit_find): Remove declaration.
4379         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4380         prototype.
4381         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4382         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4383         trans_data argument.  Add hidden definition.
4384         (__gconv_translit_find): Remove.
4385         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4386         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4387         * iconv/skeleton.c: Remove transliteration initialization.
4388         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4389         __gconv_step_data initialization.
4390         * libio/iofwide.c (__libio_translit_): Remove.
4391         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4392         * wcsmbs/btowc.c (__btowc): Likewise.
4393         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4394         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4395         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4396         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4397         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4398         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4399         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4400         * wcsmbs/wctob.c (wctob): Likewise.
4401
4402 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4403
4404         [BZ #16194]
4405         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4406         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4407         register usage.
4408         * sysdeps/x86/Makefile: Adjust.
4409
4410 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4411             Roland McGrath  <roland@hack.frob.com>
4412
4413         * locale/weight.h: Add include guard.
4414         (findidx): Make static rather than auto; take new parameters
4415         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4416         * locale/weightwc.h: Likewise.
4417         * posix/fnmatch_loop.c
4418         (FCT): Change type of EXTRA from int32_t to wint_t.
4419         Don't include either header inside the function.
4420         Call FINDIDX rather than findidx, and pass new arguments.
4421         #undef FINDIDX at the end of the file.
4422         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4423         FINDIDX before including fnmatch_loop.c for the non-wide version.
4424         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4425         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4426         for the wide version.
4427         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4428         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4429         Pass new arguments to findidx.
4430         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4431         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4432         Don't #include it inside the function.  Pass new arguments to findidx.
4433         * posix/regex_internal.h
4434         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4435         (re_string_elem_size_at): Don't #include it inside the function.
4436         Pass new arguments to findidx.
4437         * string/strcoll_l.c: #include WEIGHT_H at top level.
4438         (get_next_seq): Don't #include it inside the function.
4439         Pass new arguments to findidx.
4440         (get_next_seq_nocache): Likewise.
4441         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4442         (STRXFRM): Don't #include it inside the function.
4443         Pass new arguments to findidx.
4444
4445 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4446
4447         [BZ #17344]
4448         * malloc/malloc.c (unlink): Turn asserts into a call to
4449         malloc_printerr.
4450
4451 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4452
4453         [BZ #17370]
4454         * libio/wfileops (do_ftell_wide): Free OUT.
4455
4456 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4457
4458         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4459
4460 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4461
4462         [BZ #17363]
4463         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4464         group if the current group is empty.
4465
4466 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4467
4468         * benchtests/bench-memset.c (test_main): Add more test from size
4469         from 32 to 512 bytes.
4470         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4471         Add POWER8 memset object.
4472         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4473         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4474         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4475         implementation.
4476         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4477         Likewise.
4478         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4479         multiarch POWER8 memset optimization.
4480         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4481         POWER8 memset optimization.
4482
4483         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4484         Remove bzero multiarch objects.
4485         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4486         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4487         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4488         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4489         Remove define.
4490         [__bzero]: Redefine to specific name.
4491         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4492         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4493         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4494         define.
4495         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4496         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4497
4498 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4499
4500         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4501         warnings into errors.
4502
4503         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4504         __cxa_thread_atexit_impl prototype.
4505
4506 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4507
4508         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4509         Fix capitalization of error message.
4510
4511 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4512
4513         * sysdeps/mips/preconfigure: Modify ABI tests.
4514
4515 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4516
4517         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4518
4519 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4520             Carlos O'Donell  <carlos@systemhalted.org>
4521
4522         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4523         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4524         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4525         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4526         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4527         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4528         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4529         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4530         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4531         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4532         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4533         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4534         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4535         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4536         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4537         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4538         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4539         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4540         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4541         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4542         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4543         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4544         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4545         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4546         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4547         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4548         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4549         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4550         Deconditionalize the code that was previously under [RESET_PID].
4551         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4552         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4553         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4554         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4555         include sysdep.h.
4556
4557 2014-09-08  Allan McRae  <allan@archlinux.org>
4558
4559         * version.h (RELEASE): Set to "development".
4560         (VERSION): Set to "2.20.90"
4561
4562 2014-09-07  Allan McRae  <allan@archlinux.org
4563
4564         * version.h (RELEASE): Set to "stable".
4565         (VERSION): Set to "2.20"
4566         * include/features.h (__GLIBC_MINOR__): Set to 20.
4567
4568         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4569         Liebler.
4570
4571         * po/ko.po: Update Korean translation from translation project.
4572
4573 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4574
4575         [BZ #17354]
4576         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4577         macro for handling signed relocations.
4578
4579 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4580
4581         [BZ #17325]
4582         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4583         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4584         assert.
4585         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4586         * iconvdata/ibm935.c (BODY): Likewise.
4587         * iconvdata/ibm937.c (BODY): Likewise.
4588         * iconvdata/ibm939.c (BODY): Likewise.
4589         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4590         assert.
4591         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4592         script.
4593         * iconvdata/run-iconv-test.sh: New test loop for checking for
4594         decoder crashers.
4595
4596 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4597
4598         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4599         libm_hidden_ver.
4600
4601 2014-09-01  Allan McRae  <allan@archlinux.org>
4602
4603         * po/eo.po: Update Esperanto translation from translation project.
4604
4605         * po/ca.po: Update Catalan translation from translation project.
4606
4607 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4608
4609         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4610         __proc_dostop call.
4611
4612 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4613
4614         [BZ #17319]
4615         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4616         to call set_thread_area instead of hand written asm.
4617         (__NR_set_thread_area): Removed define.
4618         (TLS_FLAG_WRITABLE): Likewise.
4619         (__ASSUME_SET_THREAD_AREA): Remove check.
4620         (TLS_EBX_ARG): Remove define.
4621         (TLS_LOAD_EBX): Likewise.
4622
4623 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4624
4625         Simplify atomicity of socket creation in bind.
4626
4627         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4628         looking up the name after linking the file.
4629
4630 2014-08-27  Allan McRae  <allan@archlinux.org>
4631
4632         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4633
4634 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4635
4636         [BZ #17187]
4637         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4638         trans_compare, open_translit, __gconv_translit_find):
4639         Remove module loading code.
4640
4641 2014-08-26  Allan McRae  <allan@archlinux.org>
4642
4643         * po/vi.po: Update Vietnamese translation from translation project.
4644
4645         * po/uk.po: Update Ukrainian translation from translation project.
4646
4647         * po/fr.po: Update French translation from translation project.
4648
4649         * po/ru.po: Update Russian translation from translation project.
4650
4651         * po/pl.po: Update Polish translation from translation project.
4652
4653         * po/cs.po: Update Czech translation from translation project.
4654
4655         * po/de.po: Update German translation from translation project.
4656
4657         * po/bg.po: Update Bulgarian translation from translation project.
4658
4659         * po/sv.po: Update Sweedish translation from translation project.
4660
4661         * po/nl.po: Update Dutch translation from translation project.
4662
4663         * po/es.po: Update Spanish translation from translation project.
4664
4665 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4666
4667         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4668
4669         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4670         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4671         (CPPFLAGS-iconvconfig): Likewise.
4672         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4673
4674         * include/libc-symbols.h: Remove unnecessary check for
4675         NOT_IN_libc.
4676         * nptl/pthreadP.h: Likewise.
4677         * sysdeps/aarch64/setjmp.S: Likewise.
4678         * sysdeps/alpha/setjmp.S: Likewise.
4679         * sysdeps/arm/sysdep.h: Likewise.
4680         * sysdeps/i386/setjmp.S: Likewise.
4681         * sysdeps/m68k/setjmp.c: Likewise.
4682         * sysdeps/posix/getcwd.c: Likewise.
4683         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4684         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4685         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4686         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4687         * sysdeps/sh/sh3/setjmp.S: Likewise.
4688         * sysdeps/sh/sh4/setjmp.S: Likewise.
4689         * sysdeps/unix/alpha/sysdep.h: Likewise.
4690         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4691         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4692         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4693         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4694         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4696         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4697         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4698         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4699         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4700         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4701         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4702         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4703         * sysdeps/x86_64/setjmp.S: Likewise.
4704
4705 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4706
4707         [BZ #17263]
4708         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4709         <stdint.h>.
4710         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4711         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4712
4713 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4714
4715         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4716
4717         [BZ #17262]
4718         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4719         and __x86_64__ when disabling x87 inline functions.
4720
4721 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4722
4723         [BZ #17259]
4724         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4725         asm statement with __cpuid_count.
4726
4727 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4728
4729         * configure.ac: Change __ehdr_start code to dereference the struct.
4730         Run readelf on the output to look for relocations.
4731         * configure: Regenerated.
4732
4733 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4734
4735         [BZ #17261]
4736         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4737         value to 0.
4738         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4739
4740 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4741
4742         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4743
4744 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4745
4746         [BZ #16892]
4747         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4748         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4749
4750 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4751
4752         * malloc/malloc.c: Fix typo in comment.
4753
4754 2014-08-09  Allan McRae  <allan@archlinux.org>
4755
4756         * Regenerate libc.po.
4757
4758 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4759
4760         * intl/tst-gettext2.sh: Check every lang file for creation.
4761
4762 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4763
4764         * sysdeps/aarch64/fpu/math_private.h
4765         (libc_feholdsetround_noex_aarch64_ctx): New function.
4766
4767 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4768
4769         * sysdeps/arm/armv6/strcpy.S (strcpy):
4770         Fix performance issue in misaligned cases.
4771
4772 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4773
4774         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4775         Move definition from termios.h.
4776         (struct termio): Likewise.
4777         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4778         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4779         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4780         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4781         Likewise.
4782         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4783         Move definition to ioctl-types.h
4784         (struct termio): Likewise.
4785         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4786         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4787         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4788         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4789         Likewise.
4790
4791 2014-08-05  Richard Henderson  <rth@redhat.com>
4792
4793         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4794         exceptions.
4795         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4796         Add fraiseexcpt.
4797         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4798         Use __feraiseexcept.
4799         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4800         Protect libm symbols with IS_IN_libm.
4801
4802         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4803
4804 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4805
4806         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4807
4808 2014-08-04  Will Newton  <will.newton@linaro.org>
4809
4810         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4811         file.
4812
4813 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4814
4815         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4816         variants for each function.
4817
4818 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4819
4820         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4821         appended ...
4822         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4823         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4824         appended ...
4825         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4826         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4827         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4828         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4829         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4830         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4831         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4832         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4833         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4834         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4835         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4836         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4837         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4838         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4839         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4840         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4841         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4842         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4843         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4844         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4845         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4846         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4847         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4848         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4849         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4850         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4851         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4852         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4853         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4854         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4855         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4856         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4857         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4858         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4859         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4860         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4861         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4862         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4863         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4864         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4865         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4866         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4867         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4868         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4869         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4870         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4871         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4872         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4873         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4874         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4875         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4876         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4877         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4878         Update #include.
4879         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4880         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4881
4882 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4883
4884         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4885         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4886         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4887         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4888         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4889         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4890
4891 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4892
4893         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4894         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4895         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4896         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4897
4898 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4899
4900         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4901         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4902         (__libc_vfork): Define function under this name.
4903         (__vfork): Define as an alias.
4904         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4905         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4906
4907 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4908
4909         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4910         that was previously under [RESET_PID].
4911         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4912
4913 2014-08-04  Andreas Schwab  <schwab@suse.de>
4914
4915         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4916
4917 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4918
4919         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4920         (main): Likewise.
4921
4922 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4923
4924         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4925
4926 2014-08-01  Richard Henderon  <rth@redhat.com>
4927
4928         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4929         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4930         typo in exact zero test.
4931         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4932         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4933         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4934
4935 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4936
4937         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4938         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4939         * sysdeps/arm/sysdep.h: ... here.
4940         [!__ASSEMBLER__]: Include <stdint.h>.
4941
4942 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4943
4944         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4945         (HAVE_WCTYPE_H): Likewise.
4946         (HAVE_ISWCTYPE): Likewise.
4947         (ENABLE_NLS): Likewise.
4948         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4949         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4950
4951         * posix/regex_internal.c: Check if DEBUG is defined and is
4952         set.
4953
4954         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4955         (HAVE_MBSRTOWCS): Likewise.
4956         * posix/fnmatch.c: Include string.h unconditionally.
4957
4958 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4959
4960         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4961         reversal.
4962
4963 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4964
4965         * sysdeps/generic/safe-fatal.h: New file.
4966         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4967         * nptl/forward.c: Include it.
4968         (__pthread_unwind): Use __safe_fatal as default action, rather
4969         than a bogus use of INTERNAL_SYSCALL that could never work.
4970
4971         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4972         * configure.ac (libc_cv_builtin_trap): New test.
4973         * configure: Regenerated.
4974         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4975         (ABORT_INSTRUCTION): Define using __builtin_trap.
4976
4977         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4978         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4979         * sysdeps/nptl/nptl-signals.h: New file.
4980         * nptl/pthreadP.h: Include <nptl-signals.h>.
4981
4982 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4983
4984         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4985         (ONE_DIRECTION): Define.
4986         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4987         (ONE_DIRECTION): Define.
4988         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4989         (ONE_DIRECTION): Define.
4990
4991 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4992
4993         * sysdeps/s390/Makefile: Delete file.
4994         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4995         * sysdeps/s390/__longjmp.c: Delete file.
4996         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4997         Remove fields __flags and __reserved.
4998         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4999         and add versioning.
5000         * sysdeps/s390/rtld-__longjmp.c: Delete file.
5001         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
5002         * sysdeps/s390/rtld-setjmp.S: Likewise.
5003         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
5004         * sysdeps/s390/s390-32/__longjmp.c: ... here.
5005         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
5006         * sysdeps/s390/s390-32/setjmp.S: ... here.
5007         Add versioning.
5008         (__sigsetjmp): Remove setting __flags field.
5009         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
5010         * sysdeps/s390/s390-64/__longjmp.c: ... here.
5011         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
5012         * sysdeps/s390/s390-64/setjmp.S: ... here.
5013         Add versioning.
5014         (__sigsetjmp): Remove setting __flags field.
5015         * sysdeps/s390/setjmp.S: Delete file.
5016         * sysdeps/s390/sigjmp.c: Likewise.
5017         * sysdeps/s390/v1-longjmp.c: Likewise.
5018         * sysdeps/s390/v1-setjmp.h: Likewise.
5019         * sysdeps/s390/v1-sigjmp.c: Likewise.
5020         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
5021         Remove v1-longjmp_chk.
5022         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
5023         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
5024         Include debug/longjmp_chk.c and add versioning.
5025         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
5026         Include nptl/pt-longjmp.c and add versioning.
5027         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
5028         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
5029         Include __longjmp.c.
5030         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
5031         Move to ...
5032         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
5033         (__getcontext): Remove setting __flags field.
5034         Add versioning.
5035         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
5036         Don't restore upper high grps.
5037         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
5038         Likewise.
5039         (__swapcontext): Remove setting uc_flags field.
5040         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
5041         Delete file.
5042         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
5043         Include __longjmp.c.
5044         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
5045         Move to ...
5046         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
5047         (__getcontext): Remove setting __flags field.
5048         Add versioning.
5049         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
5050         (__swapcontext): Remove setting uc_flags field.
5051         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
5052         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
5053         Remove fields uc_high_gprs and __reserved.
5054         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
5055         New file with reverted content.
5056         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
5057         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
5058         Regenerated.
5059         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
5060         Regenerated.
5061
5062 2014-07-31  Andreas Schwab  <schwab@suse.de>
5063
5064         * config.h.in (HAVE_IFUNC): Define to 0.
5065         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
5066         definedness.
5067
5068 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
5069
5070         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5071         memmove-avx-unaligned, memcpy-avx-unaligned and
5072         mempcpy-avx-unaligned.
5073         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5074         Add tests for AVX memcpy functions.
5075         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
5076         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
5077         memcpy_chk.
5078         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
5079         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
5080         memmove_chk.
5081         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
5082         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
5083         mempcpy_chk.
5084         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
5085         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
5086         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
5087
5088 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5089
5090         [BZ #17213]
5091         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
5092         powerpc64le.
5093
5094 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
5095
5096         [BZ #16839]
5097         * manual/llio.texi: Add section about open file description locks.
5098         * manual/examples/ofdlocks.c: Example of open file description
5099         lock usage.
5100         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
5101         F_OFD_SETLK, and F_OFD_SETLKW.
5102
5103 2014-07-23  Allan McRae  <allan@archlinux.org>
5104
5105         * po/es.po: Update Spanish translation from translation project.
5106
5107 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
5108
5109         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
5110
5111 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
5112
5113         [BZ #17078]
5114         * sysdeps/arm/dl-machine.h (elf_machine_rela)
5115         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
5116         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
5117
5118 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
5119
5120         [BZ #17088]
5121         * math/fesetenv.c (__fesetenv)
5122         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
5123         * math/feupdateenv.c (__feupdateenv)
5124         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
5125
5126         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
5127         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5128         (__ASSUME_SOCKETCALL): Do not define.
5129
5130         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
5131         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
5132         (__ASSUME_SOCKETCALL): Do not define.
5133         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
5134         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5135         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5136         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5137         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5138         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
5139         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5140         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5141
5142         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
5143         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
5144         (__ASSUME_SOCKETCALL): Do not define.
5145         (__ASSUME_IPC64): Define unconditionally.
5146         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5147         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5148         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5149         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5150         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
5151         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5152         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
5153         Likewise.
5154
5155         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5156         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5157         (__ASSUME_SOCKETCALL): Do not define.
5158         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5159         (__ASSUME_FUTEX_LOCK_PI): Likewise.
5160         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5161         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5162         (__ASSUME_REQUEUE_PI): Define unconditionally.
5163         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5164         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5165         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5166         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5167         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5168         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5169
5170         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5171         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5172         (__ASSUME_SOCKETCALL): Do not define.
5173         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5174         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5175         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5176         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5177         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5178         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5179
5180         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5181         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5182         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5183         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5184         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5185         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5186         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5187         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5188         (__ASSUME_GETCPU_SYSCALL): Likewise.
5189
5190         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5191         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
5192         cases for individual architectures.
5193         * sysdeps/gnu/configure: Regenerated.
5194         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5195         LIBC_SLIBDIR_RTLDDIR.
5196         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5197         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5198         LIBC_SLIBDIR_RTLDDIR.
5199         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5201         LIBC_SLIBDIR_RTLDDIR.
5202         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5203         Regenerated.
5204         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5205         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5206         file.
5207         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5208         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5209         file.
5210         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5211         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5212         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5213         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5214
5215         * sysdeps/aarch64/shlib-versions: Move to ...
5216         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5217         * sysdeps/alpha/shlib-versions: Move to ...
5218         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5219         * sysdeps/arm/shlib-versions: Move to ...
5220         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5221         * sysdeps/hppa/shlib-versions: Move all contents except for
5222         libgcc_s entry to ...
5223         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
5224         entry from ...
5225         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
5226         * sysdeps/ia64/shlib-versions: Move to ...
5227         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5228         entry from ...
5229         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5230         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5231         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5232         * sysdeps/microblaze/shlib-versions: Move to ...
5233         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5234         * sysdeps/mips/shlib-versions: Move to ...
5235         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5236         entry from ...
5237         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5238         * sysdeps/tile/shlib-versions: Move to ...
5239         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5240         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5241         from ...
5242         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5243         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5244         entry from ...
5245         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5246
5247 2014-07-17  Will Newton  <will.newton@linaro.org>
5248
5249         * sysdeps/arm/bits/atomic.h
5250         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5251         (__arch_compare_and_exchange_bool_16_int): Likewise.
5252         (__arch_compare_and_exchange_bool_64_int): Likewise.
5253
5254         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5255         into an #else block.
5256
5257 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5258
5259         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5260         just Linux configurations.  Test empirically that the compiler sets
5261         __ARM_EABI__, rather than using the tuple to decide.
5262         * sysdeps/arm/preconfigure: Regenerated.
5263         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5264         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5265         contents appended ...
5266         * sysdeps/arm/configure.ac: ... here.
5267         * sysdeps/arm/configure: Regenerated.
5268
5269 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5270
5271         * nptl/pthread_kill.c: New file.
5272         * nptl/pthread_sigmask.c: New file.
5273         * nptl/pthread_sigqueue.c: New file.
5274
5275         * sysdeps/nptl/lowlevellock.h: New file.
5276         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5277         * sysdeps/nptl/lowlevellock-futex.h: New file.
5278
5279         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5280         Remove dead declarations.
5281
5282 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5283
5284         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5285         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5286         config-cflags-avx2.
5287         * sysdeps/x86_64/configure.ac: Likewise.
5288         * sysdeps/i386/configure: Regenerated.
5289         * sysdeps/x86_64/configure: Likewise.
5290         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5291         memset-avx2 only if config-cflags-avx2 is yes.
5292         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5293         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5294         defined.
5295         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5296         only if HAVE_AVX2_SUPPORT is defined.
5297         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5298
5299 2014-07-14  Alan Modra  <amodra@gmail.com>
5300
5301         [BZ #17153]
5302         * elf/elf.h (DT_PPC64_NUM): Correct value.
5303         * NEWS: Add to fixed bug list.
5304
5305 2014-07-13  Jim Meyering  <meyering@fb.com>
5306
5307         [BZ 17150]
5308         regex: don't deref NULL upon heap allocation failure
5309         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5310         failure in one more place.
5311         To trigger the segfault, configure grep -with-included-regex,
5312         build it, and run these commands:
5313         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5314
5315 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5316
5317         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5318
5319 2014-07-11  Richard Henderson  <rth@redhat.com>
5320
5321         * sysdeps/aarch64/libm-test-ulps: Update.
5322
5323 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5324
5325         [BZ #17135]
5326         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5327         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5328         (__nptl_setxid): Initialize error member.  Call
5329         __nptl_setxid_error.
5330         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5331         * nptl/descr.h (struct xid_command): Add error member.
5332         * nptl/tst-setuid3.c: New file.
5333         * nptl/Makefile (tests): Add it.
5334
5335 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5336
5337         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5338         New define.
5339         (__lll_trylock): Use __lll_base_trylock.
5340         (__lll_cond_trylock): Likewise.
5341
5342 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5343
5344         * nptl/pthread_create.c (start_thread): Use atomic_or and
5345         lll_futex_wake directly rather than lll_robust_dead.
5346         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5347         (lll_robust_dead): Macro removed.
5348         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5349         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5350         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5351         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5352         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5353         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5354         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5355         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5356         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5357         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5358         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5359         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5360         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5361         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5362         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5363
5364         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5365         Use atomic_compare_and_exchange_val_acq directly rather than
5366         lll_robust_trylock.
5367         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5368         (__lll_robust_trylock, lll_robust_trylock): Removed.
5369         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5370         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5371         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5372         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5373         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5374         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5375         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5376         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5377         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5378         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5379         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5380         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5381         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5382         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5383
5384 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5385
5386         * manual/locale.texi (Locale Names): New section documenting
5387         locale name syntax.  Adjust menu and node chaining accordingly.
5388         (Choosing Locale): Reference Locale Names, Locale Categories.
5389         Mention setting LC_ALL=C.  Reflect that name syntax is now
5390         documented.
5391         (Locale Categories): New section title.  Reference Locale Names.
5392         LC_ALL is an environment variable, but not a category.
5393         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5394         description, now in Locale Name.  Reference that section.  Locale
5395         name syntax is now documented.
5396
5397 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5398
5399         [BZ #17137]
5400         * locale/findlocale.c (name_present, valid_locale_name): New
5401         functions.
5402         (_nl_find_locale): Use the loc_name variable to store name
5403         candidates.  Call name_present and valid_locale_name to check and
5404         validate locale names.  Return an error if the locale is invalid.
5405
5406 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5407
5408         * locale/setlocale.c (setlocale): Use strdup for allocating
5409         composite name copy.
5410
5411 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5412
5413         Sync up with gnulib.
5414         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5415         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5416         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5417         and _GL_ARG_NONNULL.
5418         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5419         [!_LIBC]: Include code for Windows and Cygwin.
5420         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5421         Include prototype for int strerror_r.
5422         [!_LIBC] (is_open): New function.
5423         (flush_stdout): New function.
5424         (print_errno_message): Use it.
5425         (error): Likewise.
5426         (error_at_line): Likewise.
5427         (error_tail) Add function attribute macros.  Use
5428         __builtin_expect.
5429
5430         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5431
5432         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5433
5434         * io/ftw.c: Include sys/param.h unconditionally.
5435
5436         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5437
5438         [BZ #17125]
5439         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5440         libc_freeres_ptr.
5441         (freecache): New function to free CACHE on exit.
5442
5443         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5444         initialization.
5445
5446 2014-07-09  David S. Miller  <davem@davemloft.net>
5447
5448         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5449
5450         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5451         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5452         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5453         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5454         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5455         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5456         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5457         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5458         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5459         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5460         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5461         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5462         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5463
5464 2014-07-09  Andreas Schwab  <schwab@suse.de>
5465
5466         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5467         output.
5468         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5469         (do_test): Likewise.
5470
5471         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5472
5473 2014-07-09  Will Newton  <will.newton@linaro.org>
5474
5475         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5476         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5477         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5478         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5479         * sysdeps/hppa/start.S (_start): Likewise.
5480
5481 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5482
5483         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5484
5485         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5486         defined.
5487
5488 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5489
5490         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5491         after checking that it is non-NULL.
5492
5493         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5494
5495 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5496
5497         * sysdeps/powerpc/memmove.c: Remove file.
5498         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5499         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5500         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5501         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5502         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5503         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5504         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5505         string memmove instead of removed powerpc one.
5506
5507         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5508         [weak_alias]: Fix compiler warning due trailing data.
5509         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5510         [weak_alias]: Likewise.
5511         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5512         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5513
5514         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5515         (__libc_ifunc_impl_list): Add memmove functions.
5516
5517 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5518
5519         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5520         Remove code.
5521         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5522         Likewise
5523         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5524         Likewise
5525         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5526         Likewise
5527         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5528         Likewise
5529         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5530         Likewise
5531         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5532         Likewise
5533         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5534         Likewise
5535         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5536         Likewise
5537         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5538         Likewise
5539         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5540         Likewise
5541         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5542         Likewise
5543         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5544         Likewise
5545         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5546         Likewise
5547         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5548         Likewise
5549         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5550         Likewise
5551         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5552         Likewise
5553
5554 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5555
5556         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5557         to avoid alignment traps in non-cacheable memory.
5558         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5559
5560         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5561         multiarch objects.
5562         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5563         file: multiarch power7 memmove.
5564         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5565         multiarch default memmove.
5566         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5567         multiarch memove for powerpc32/power4.
5568
5569         * string/bcopy.c: Use full path to include memmove.c.
5570         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5571         multiarch objects.
5572         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5573         bcopy for powerpc64.
5574         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5575         bcopy for powerpc64.
5576         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5577         and memmove implementations.
5578         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5579         optimized multiarch memmove for POWER7/powerpc64.
5580         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5581         default multiarch memmove for powerpc64.
5582         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5583         multiarch for powerpc64.
5584         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5585         for POWER7/powerpc64.
5586         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5587         memmove for POWER7/powerpc64.
5588
5589         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5590         glibc default one.
5591
5592         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5593         __ELF_NATIVE_CLASS equal to 64.
5594
5595 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5596
5597         * sysdeps/nptl/lowlevellock.h: File removed.
5598
5599         * NEWS: NPTL is no longer an add-on!
5600         * nptl/internaltypes.h: Moved ...
5601         * sysdeps/nptl/internaltypes.h: ... here.
5602         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5603         * sysdeps/nptl/fork.c: Likewise.
5604         * sysdeps/nptl/gai_misc.h: Likewise.
5605         * sysdeps/nptl/librt-cancellation.c: Likewise.
5606         * sysdeps/nptl/jmp-unwind.c: Likewise.
5607         * sysdeps/nptl/setxid.h: Likewise.
5608         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5609         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5610         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5611         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5612         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5613         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5614         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5615         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5616         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5617         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5618         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5619         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5620         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5621         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5622         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5623         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5624         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5625         * nptl/Makeconfig: Moved ...
5626         * sysdeps/nptl/Makeconfig: ... here.
5627         * nptl/configure: File removed.
5628         * nptl/ANNOUNCE: File removed.
5629         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5630         * sysdeps/unix/sysv/linux/configure: Regenerated.
5631
5632         * nptl/Makefile (routines): Add libc_pthread_init,
5633         libc_multiple_threads, register-atfork and unregister-atfork.
5634         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5635         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5636         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5637         pthread-pi-defines.sym, structsem.sym.
5638         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5639         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5640         [$(subdir) = nptl] (tests): Add tst-setgetname.
5641         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5642         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5643         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5644         [!LIBC_SIGACTION]: Remove aliases.
5645         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5646         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5647         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5648         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5649         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5650         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5651         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5652         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5653         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5654         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5655         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5656         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5657         __libc_allocate_rtsig_private.
5658         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5659         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5660         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5661         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5662         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5663         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5664         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5665         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5666         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5667         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5668         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5669         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5670         * nptl/internaltypes.h: ... here.
5671         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5672         * sysdeps/nptl/jmp-unwind.c: ... here.
5673         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5674         * nptl/libc-lowlevellock.c: ... here.
5675         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5676         * nptl/libc_multiple_threads.c: ... here.
5677         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5678         * nptl/libc_pthread_init.c: ... here.
5679         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5680         * nptl/lowlevelbarrier.sym: ... here.
5681         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5682         * nptl/lowlevelcond.sym: ... here.
5683         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5684         * nptl/lowlevellock.c: ... here.
5685         * nptl/lowlevellock.h: Moved ...
5686         * sysdeps/nptl/lowlevellock.h: ... here.
5687         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5688         * nptl/lowlevelrobustlock.c: ... here.
5689         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5690         * nptl/lowlevelrobustlock.sym: ... here.
5691         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5692         * nptl/lowlevelrwlock.sym: ... here.
5693         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5694         * nptl/pt-fork.c: ... here.
5695         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5696         * nptl/pthread-pi-defines.sym: ... here.
5697         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5698         * nptl/pthread_attr_getaffinity.c: ... here.
5699         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5700         * nptl/pthread_attr_setaffinity.c: ... here.
5701         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5702         * nptl/pthread_mutex_cond_lock.c: ... here.
5703         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5704         Update #include.
5705         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5706         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5707         * nptl/pthread_once.c: ... here, replacing old file.
5708         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5709         * nptl/pthread_yield.c: ... here.
5710         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5711         * nptl/register-atfork.c: ... here.
5712         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5713         * nptl/sem_post.c: ... here.
5714         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5715         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5716         * nptl/sem_timedwait.c: ... here.
5717         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5718         * nptl/sem_trywait.c: ... here.
5719         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5720         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5721         * nptl/sem_wait.c: ... here.
5722         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5723         * nptl/structsem.sym: ... here.
5724         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5725         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5726         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5727         * nptl/unregister-atfork.c: ... here.
5728         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5729         * nptl/unwindbuf.sym: ... here.
5730         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5731         * sysdeps/nptl/fork.c: ... here.
5732         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5733         * sysdeps/nptl/fork.h: ... here.
5734         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5735         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5736         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5737         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5738         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5739         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5740         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5741         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5742         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5743         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5744         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5745         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5746         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5747         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5748         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5749         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5750         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5751         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5752         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5753         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5754         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5755         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5756         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5757         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5758         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5759         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5760         * sysdeps/unix/sysv/linux/raise.c: ... here.
5761         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5762         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5763         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5764         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5765         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5766         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5767         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5768         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5769         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5770         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5771         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5772         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5773         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5774         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5775         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5776
5777 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5778
5779         * sysdeps/generic/memcopy.h: Add comment for
5780         MEMCPY_OK_FOR_FWD_MEMMOVE.
5781
5782 2014-07-04  Will Newton  <will.newton@linaro.org>
5783
5784         * string/memchr.c: Merge from gnulib.
5785         [_LIBC]: Remove conditionals.
5786         (__ptr_t): Remove define.
5787         (LONG_MAX_32_BITS): Likewise.
5788         (LONG_MAX): Likewise.
5789         (MEMCHR): Use ANSI prototype and optimize algorithm.
5790
5791         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5792
5793 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5794
5795         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5796         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5797
5798         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5799         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5800         in a bare environment with no <stdlib.h> installed.
5801         * sysdeps/nptl/configure: Regenerated.
5802
5803         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5804
5805         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5806         AC_EGREP_CPP for kernel header checks, so they only succeed if
5807         including <linux/version.h> actually works right.
5808         * sysdeps/unix/sysv/linux/configure: Regenerated.
5809
5810         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5811         value so it's not diagnosed as unused.
5812
5813         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5814         thing) with "ifeq ($(subdir),rt)".
5815
5816 2014-07-03  Richard Henderson  <rth@redhat.com>
5817
5818         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5819         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5820         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5821
5822         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5823         (math_force_eval): New.
5824
5825         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5826         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5827
5828         * sysdeps/alpha/fpu/s_round.c: Remove file.
5829         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5830
5831         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5832         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5833         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5834         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5835         (_dl_start, print_statistics): Likewise.
5836         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5837         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5838
5839         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5840         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5841         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5842         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5843         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5844         (HP_SMALL_TIMING_AVAIL): Define.
5845         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5846         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5847         (HP_SMALL_TIMING_AVAIL): Define.
5848         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5849         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5850
5851         * sysdeps/aarch64/hp-timing.h: New file.
5852
5853         * sysdeps/generic/hp-timing.h: Remove dead comment.
5854         * sysdeps/generic/hp-timing-common.h: New file.
5855         * sysdeps/alpha/hp-timing.h: Include it.
5856         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5857         * sysdeps/i386/i686/hp-timing.h: Likewise.
5858         * sysdeps/ia64/hp-timing.h: Likewise.
5859         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5860         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5861         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5862         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5863         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5864         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5865         (hp_timing_t): New.
5866
5867         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5868         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5869         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5870         * elf/rtld.c (_dl_start_final): Likewise.
5871         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5872         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5873         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5874         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5875         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5876         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5877         (HP_TIMING_DIFF_INIT): Remove.
5878         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5879         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5880         (HP_TIMING_DIFF_INIT): Remove.
5881         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5882         * sysdeps/i386/i686/hp-timing.c: Remove file.
5883         * sysdeps/x86_64/hp-timing.c: Remove file.
5884         * sysdeps/ia64/hp-timing.c: Remove file.
5885         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5886         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5887         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5888         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5889
5890         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5891         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5892         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5893         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5894         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5895         (HP_TIMING_ACCUM): Remove.
5896         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5897         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5898         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5899
5900         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5901         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5902         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5903         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5904         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5905         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5906         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5907         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5908
5909         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5910
5911 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5912
5913         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5914
5915 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5916
5917         Sync up with gettext.
5918         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5919         [_MSC_VER]: Include malloc.h
5920         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5921         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5922         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5923         TEMP_FAILURE_RETRY.  Cast return of alloca.
5924         [!_LIBC] Call gl_rwlock_init.
5925         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5926
5927 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5928
5929         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5930         before checking its value.
5931
5932 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5933
5934         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5935
5936         * debug/memcpy_chk.c: Don't include pagecopy.h.
5937         * debug/mempcpy_chk.c: Likewise.
5938         * string/memcpy.c: Likewise.
5939         * string/memmove.c: Likewise.
5940         * sysdeps/powerpc/memmove.c: Likewise.
5941         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5942         definition of PAGE_COPY_FWD_MAYBE here...
5943         * sysdeps/generic/pagecopy.h: ... from here.
5944         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5945
5946 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5947             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5948
5949         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5950         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5951         optimizations.
5952         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5953         (__libc_ifunc_impl_list): Likewise.
5954         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5955         multiarch strcat for PPC64.
5956         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5957         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5958
5959 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5960
5961         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5962
5963 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5964
5965         * intl/loadmsgcat.c: Remove declaration of
5966         get_sysdep_segment_value.
5967         (get_sysdep_segment_value): Use ISO C style.
5968         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5969         semicolon.  Fix typo and formatting in comment.
5970         (_nl_unload_domain): Use ISO C style.
5971
5972         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5973
5974 2014-07-02  Will Newton  <will.newton@linaro.org>
5975
5976         * malloc/obstack.c: Merge from gnulib master.
5977         [HAVE_CONFIG_H]: Remove conditional code.
5978         [!_LIBC]: Include config.h.
5979         [!ELIDE_CODE]: Don't include inttypes.h, include
5980         stdint.h unconditionally.
5981         (print_and_abort): Mark as _Noreturn.
5982         (_obstack_allocated_p): Mark as __attribute_pure__.
5983         (obstack_free): Rename to __obstack_free.
5984         [!__attribute__]: Remove conditional code.
5985         * malloc/obstack.h: Merge from gnulib master.
5986         [__cplusplus]: Move conditional down.
5987         [!__attribute_pure__]: Define __attribute_pure__ here
5988         if it is not already defined.
5989         (_obstack_memory_used): Mark as __attribute_pure__.
5990         [!__obstack_free]: Define as obstack_free.
5991         [__GNUC__]: Remove check for ancient NeXT gcc.
5992
5993 2014-07-02  Will Newton  <will.newton@linaro.org>
5994             Paul Eggert  <eggert@cs.ucla.edu>
5995
5996         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5997
5998 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5999
6000         * resolv/gethnamaddr.c: Add comment warning that the file is
6001         not maintained.
6002
6003 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
6004
6005         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
6006         entries.
6007
6008         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
6009         entry for aio_cancel and aio_cancel64.
6010         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
6011         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
6012         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
6013         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
6014         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
6015         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
6016         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
6017         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
6018         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
6019         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
6020         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
6021         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
6022         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
6023
6024 2014-07-01  Roland McGrath  <roland@hack.frob.com>
6025
6026         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
6027         * nptl/pthread_mutex_lock.c: Likewise.
6028         * nptl/pthread_mutex_timedlock.c: Likewise.
6029         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
6030
6031 2014-07-01  Richard henderson  <rth@redhat.com>
6032
6033         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
6034         (__isnan, __isnanl): Remove.
6035         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
6036
6037         * sysdeps/alpha/fpu/libm-test-ulps: Update.
6038
6039 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6040
6041         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6042
6043 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6044
6045         * resolv/nss_dns/dns-host.c (getanswer_r)
6046         [MULTI_PTRS_ARE_ALIASES]: Remove code.
6047
6048 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
6049
6050         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6051         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
6052         undefine.
6053         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
6054         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
6055
6056 2014-07-01  Roland McGrath <roland@hack.frob.com>
6057
6058         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
6059         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
6060
6061         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
6062         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
6063
6064         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
6065         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
6066         ... here.
6067         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
6068         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
6069
6070         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
6071         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
6072         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
6073         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
6074
6075         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
6076         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
6077         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
6078         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
6079         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
6080         Moved ...
6081         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
6082         ... here.
6083         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
6084         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
6085         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
6086         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
6087         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
6088         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
6089         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
6090         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
6091         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
6092         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
6093         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
6094         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
6095         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
6096         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
6097         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
6098         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
6099         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
6100         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
6101         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
6102         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
6103         ... here.
6104         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
6105         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
6106         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
6107         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
6108         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
6109         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
6110         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
6111         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
6112
6113 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
6114
6115         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
6116         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
6117         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
6118         Add sysdep.
6119
6120 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6121
6122         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6123
6124 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6125
6126         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
6127         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6128
6129         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6130
6131         * sysdeps/arm/libm-test-ulps: Regenerated.
6132
6133 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6134             Roland McGrath <roland@hack.frob.com>
6135
6136         * test-skeleton.c (signal_handler): Kill the whole process group
6137         before killing the child individually.
6138         (main): Report any failure on `setpgid'.
6139
6140 2014-06-30  Roland McGrath  <roland@hack.frob.com>
6141
6142         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
6143         from _TLS_H to _ARM_NPTL_TLS_H.
6144         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
6145         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
6146
6147 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6148
6149         [BZ #16539]
6150         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
6151         (__expm1l): Return argument unchanged when small but not
6152         subnormal.
6153
6154         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6155         include macro name.
6156         (_FP_UNPACK_RAW_1_P): Likewise.
6157         (_FP_PACK_RAW_1): Likewise.
6158         (_FP_PACK_RAW_1_P): Likewise.
6159         (_FP_MUL_MEAT_1_wide): Likewise.
6160         (_FP_MUL_MEAT_DW_1_hard): Likewise.
6161         (_FP_MUL_MEAT_1_hard): Likewise.
6162         (_FP_DIV_MEAT_1_imm): Likewise.
6163         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6164         (_FP_DIV_MEAT_1_udiv): Likewise.
6165         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6166         (_FP_UNPACK_RAW_2): Likewise.
6167         (_FP_UNPACK_RAW_2_P): Likewise.
6168         (_FP_PACK_RAW_2): Likewise.
6169         (_FP_PACK_RAW_2_P): Likewise.
6170         (_FP_MUL_MEAT_DW_2_wide): Likewise.
6171         (_FP_MUL_MEAT_2_wide): Likewise.
6172         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6173         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6174         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6175         (_FP_MUL_MEAT_2_gmp): Likewise.
6176         (_FP_DIV_MEAT_2_udiv): Likewise.
6177         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6178         (_FP_FRAC_SRL_4): Likewise.
6179         (_FP_FRAC_SRST_4): Likewise.
6180         (_FP_FRAC_SRS_4): Likewise.
6181         (_FP_UNPACK_RAW_4): Likewise.
6182         (_FP_UNPACK_RAW_4_P): Likewise.
6183         (_FP_PACK_RAW_4): Likewise.
6184         (_FP_PACK_RAW_4_P): Likewise.
6185         (_FP_MUL_MEAT_DW_4_wide): Likewise.
6186         (_FP_MUL_MEAT_4_wide): Likewise.
6187         (_FP_MUL_MEAT_4_gmp): Likewise.
6188         (umul_ppppmnnn): Likewise.
6189         (_FP_DIV_MEAT_4_udiv): Likewise.
6190         (__FP_FRAC_ADD_4): Likewise.
6191         (__FP_FRAC_SUB_3): Likewise.
6192         (__FP_FRAC_SUB_4): Likewise.
6193         (__FP_FRAC_DEC_3): Likewise.
6194         (__FP_FRAC_DEC_4): Likewise.
6195         (__FP_FRAC_ADDI_4): Likewise.
6196         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6197         (_FP_FRAC_SRL_8): Likewise.
6198         (_FP_FRAC_SRS_8): Likewise.
6199
6200         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6201         include macro name.
6202         (FP_UNPACK_RAW_EP): Likewise.
6203         (FP_PACK_RAW_E): Likewise.
6204         (FP_PACK_RAW_EP): Likewise.
6205         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6206         (_FP_ISSIGNAN): Likewise.
6207         (_FP_ADD_INTERNAL): Likewise.
6208         (_FP_FMA): Likewise.
6209         (_FP_CMP): Likewise.
6210         (_FP_SQRT): Likewise.
6211         (_FP_TO_INT): Likewise.
6212         (_FP_FROM_INT): Likewise.
6213         (FP_EXTEND): Likewise.
6214         (_FP_DIV_MEAT_N_loop): Likewise.
6215
6216 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6217
6218         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6219         throughout.
6220
6221 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
6222
6223         [BZ #17097]
6224         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6225         result with correct sign in case of exponents that produce
6226         overflow except for X very close to 1.
6227
6228 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6229
6230         mktime: merge #if/#ifdef usage from glibc
6231         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6232         as that works with both Glibc's and Gnulib's style.
6233         See thread starting at Siddhesh Poyarekar's bug report at:
6234         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6235
6236 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6237
6238         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6239         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6240         * sysdeps/tile/tilegx/memmove.c: Remove file.
6241
6242 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6243
6244         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6245         abi-name definition.
6246         * scripts/soversions.awk: Do not handle or generate ABI lines.
6247         * shlib-versions: Remove ABI entries.
6248         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6249         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6250
6251 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6252
6253         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6254         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6255         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6256         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6257         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6258         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6259         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6260         Moved ...
6261         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6262         ... here.
6263         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6264         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6265         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6266         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6267         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6268         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6269         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6270         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6271         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6272         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6273         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6274         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6275         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6276         Moved ...
6277         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6278         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6279         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6280         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6281         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6282         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6283         Moved ...
6284         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6285         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6286         Moved ...
6287         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6288         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6289         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6290         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6291         Moved ...
6292         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6293         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6294         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6295         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6296         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6297         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6298         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6299         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6300         Moved ...
6301         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6302         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6303         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6304         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6305         Moved ...
6306         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6307         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6308         Moved ...
6309         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6310         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6311         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6312         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6313         Moved ...
6314         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6315         ... here.
6316         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6317         Identical file removed.
6318         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6319         Moved ...
6320         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6321         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6322         Identical file removed.
6323         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6324         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6325         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6326         Moved ...
6327         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6328         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6329         Identical file removed.
6330         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6331         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6332         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6333         Identical file removed.
6334         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6335         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6336         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6337         Identical file removed.
6338         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6339         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6340         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6341         Identical file removed.
6342         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6343         Moved ...
6344         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6345         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6346         Identical file removed.
6347         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6348         Moved ...
6349         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6350         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6351         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6352         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6353         Identical file removed.
6354         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6355         Moved ...
6356         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6357         ... here.
6358         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6359         Identical file removed.
6360         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6361         Moved ...
6362         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6363         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6364         Identical file removed.
6365         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6366         Moved ...
6367         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6368         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6369         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6370         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6371         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6372         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6373         Moved ...
6374         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6375         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6376         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6377
6378         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6379         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6380         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6381         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6382         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6383
6384 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6385
6386         [BZ #17092]
6387         * nscd/nscd.c (monitor_child): Return exit status of child
6388         instead of return value from wait syscall.
6389
6390 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6391
6392         * configure.ac (libc_commonpagesize): Remove variable.
6393         (libc_relro_required): Likewise.
6394         (libc_cv_z_relro): Remove configure test.
6395         * configure: Regenerated.
6396         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6397         variable.
6398         (libc_relro_required): Likewise.
6399         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6400         (libc_relro_required): Likewise.
6401         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6402         (libc_relro_required): Likewise.
6403         * sysdeps/arm/preconfigure: Regenerated.
6404         * sysdeps/ia64/preconfigure: Remove file.
6405         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6406         variable.
6407         (libc_relro_required): Likewise.
6408
6409         [BZ #16561]
6410         [BZ #16562]
6411         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6412         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6413         recompute overflowing results in original rounding mode.
6414         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6415         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6416         recompute overflowing results in original rounding mode.
6417         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6418         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6419         recompute overflowing results in original rounding mode.
6420         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6421         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6422         recompute overflowing results in original rounding mode.
6423         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6424         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6425         recompute overflowing results in original rounding mode.
6426         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6427         (libc_feholdsetround_ctx): New macro.
6428         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6429         * sysdeps/i386/fpu/libm-test-ulps: Update.
6430         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6431
6432 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6433
6434         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6435         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6436         corresponding .cpsetup call.
6437
6438 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6439
6440         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6441         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6442         * sysdeps/arm/Makefile [$(subdir) = csu]
6443         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6444         (static-only-routines): Add aeabi_read_tp here.
6445         (shared-only-routines): Add libc-aeabi_read_tp here.
6446         (CFLAGS-libc-start.c): Add -fexceptions here.
6447         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6448         (sysdep_routines, static-only-routines, shared-only-routines):
6449         Don't add to these here.
6450         (CFLAGS-libc-start.c): Likewise.
6451
6452         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6453         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6454         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6455         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6456         * sysdeps/arm/Makefile [$(subdir) = rt]
6457         (librt-sysdep_routines, librt-shared-only-routines):
6458         Append rt-aeabi_unwind_cpp_pr1 here.
6459         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6460         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6461         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6462         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6463         Append nptl-aeabi_unwind_cpp_pr1 here.
6464         (tests): Filter out tst-cleanupx4 here.
6465         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6466         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6467         Don't do those here.
6468
6469 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6470
6471         * scripts/list-sources.sh: Do not handle ports specially.
6472
6473 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6474
6475         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6476         * sysdeps/arm/feupdateenv.c: Likewise.
6477
6478         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6479
6480 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6481
6482         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6483         trailing whitespace removed.
6484         * scripts/config.guess: Update to version 2014-03-23.
6485         * scripts/config.sub: Update to version 2014-05-01
6486         * scripts/install-sh: Update to version 2013-12-25.23.
6487         * scripts/move-if-change: Update from gnulib.
6488
6489 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6490
6491         * debug/memmove_chk.c: Remove pagecopy.h include.
6492
6493 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6494
6495         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6496         identical to gnulib mktime.
6497
6498 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6499
6500         * configure.ac: Do not test for machine being rs6000.  Do not test
6501         for powerpc*-*soft.
6502         * configure: Regenerated.
6503
6504         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6505         test.
6506         * configure: Regenerated.
6507         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6508         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6509         Remove configure test.
6510         * sysdeps/arm/configure: Regenerated.
6511         * sysdeps/nptl/configure.ac: Do not check
6512         libc_cv_asm_cfi_directives.
6513         * sysdeps/nptl/configure: Regenerated.
6514         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6515         * sysdeps/x86_64/nptl/configure: Remove generated file.
6516         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6517         unconditional.
6518         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6519
6520 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6521
6522         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6523         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6524         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6525         it is defined.
6526
6527         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6528         instead of whether it is defined.
6529         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6530         * sysdeps/hppa/dl-machine.h: Likewise.
6531         * sysdeps/ia64/dl-machine.h: Likewise.
6532         * sysdeps/m68k/dl-machine.h: Likewise.
6533         * sysdeps/microblaze/dl-machine.h: Likewise.
6534         * sysdeps/mips/dl-machine.: Likewise.
6535         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6536         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6537         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6538         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6539         * sysdeps/sh/dl-machine.h: Likewise.
6540         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6541         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6542         * sysdeps/tile/dl-machine.h: Likewise.
6543         * sysdeps/x86_64/dl-machine.h: Likewise.
6544
6545         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6546         code.
6547         (verify_persistent_db): Likewise.
6548
6549 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6550
6551         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6552         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6553         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6554         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6555         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6556         Moved ...
6557         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6558         ... here.
6559         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6560         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6561         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6562         Identical file removed.
6563         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6564         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6565         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6566         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6567         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6568         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6569         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6570         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6571         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6572         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6573         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6574         Moved ...
6575         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6576         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6577         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6578         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6579         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6580         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6581         Moved ...
6582         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6583         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6584         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6585         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6586         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6587         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6588         Identical file removed.
6589         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6590         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6591         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6592         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6593         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6594         Moved ...
6595         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6596         ... here.
6597         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6598         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6599         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6600         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6601         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6602         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6603         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6604         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6605         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6606         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6607         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6608         Moved ...
6609         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6610         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6611         Moved ...
6612         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6613         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6614         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6615         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6616         Moved ...
6617         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6618         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6619         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6620
6621         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6622         folded into ...
6623         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6624         * sysdeps/unix/sysv/linux/s390/Versions
6625         (libpthread: GLIBC_2.19): New version set.
6626         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6627         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6628         (librt: GLIBC_2.3.3): New version set.
6629         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6630         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6631         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6632         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6633         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6634         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6635         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6636         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6637         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6638         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6639         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6640         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6641         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6642         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6643         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6644         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6645         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6646         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6647         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6648         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6649         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6650         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6651         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6652         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6653         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6654         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6655         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6656         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6657         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6658         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6659         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6660         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6661         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6662         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6663         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6664         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6665         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6666         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6667         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6668         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6669         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6670         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6671         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6672         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6673         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6674
6675         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6676         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6677         (__libc_vfork): Define the function under this name.
6678         [!NOT_IN_libc] (__vfork): Make this an alias.
6679         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6680         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6681         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6682         (__libc_vfork): Define the function under this name.
6683         [!NOT_IN_libc] (__vfork): Make this an alias.
6684         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6685         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6686         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6687         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6688         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6689         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6690
6691         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6692         code that was previously under [RESET_PID].
6693         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6694         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6695         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6696
6697         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6698         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6699         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6700         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6701         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6702         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6703         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6704         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6705         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6706         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6707         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6708         Moved ...
6709         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6710         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6711         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6712         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6713         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6714         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6715         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6716         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6717         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6718         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6719         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6720         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6721         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6722         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6723         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6724         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6725         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6726         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6727         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6728         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6729         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6730         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6731         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6732         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6733         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6734         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6735         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6736         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6737         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6738
6739 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6740
6741         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6742         that was previously under [RESET_PID].
6743         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6744
6745 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6746
6747         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6748         not undefine and redefine.
6749         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6750         [O_CLOEXEC]: Make code unconditional.
6751         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6752         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6753         <kernel-features.h>.
6754         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6755         conditional variable definition.
6756         (shm_open) [O_CLOEXEC]: Make code unconditional.
6757         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6758         code.
6759
6760         * configure.ac (USE_REGPARMS): Don't define here.
6761         * configure: Regenerated.
6762         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6763         * sysdeps/i386/configure: Regenerated.
6764
6765         * nptl/createthread.c: Don't include kernel-features.h.
6766         * nptl/pthread_cancel.c: Likewise.
6767         * nptl/pthread_condattr_setclock.c: Likewise.
6768         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6769         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6770         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6771         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6772         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6773         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6774         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6775         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6776         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6777         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6778         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6779         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6780         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6781         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6782         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6783         * nscd/gai.c: Likewise.
6784         * nss/nss_db/db-open.c: Likewise.
6785         * sysdeps/generic/ldsodefs.h: Likewise.
6786         * sysdeps/sh/nptl/tls.h: Likewise.
6787         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6788         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6789         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6790         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6791         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6792         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6793         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6794         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6795         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6796         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6797         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6798         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6799         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6800         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6801         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6802         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6803         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6804         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6805         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6806         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6807         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6808         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6809         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6810         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6811         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6812         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6813         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6814         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6815         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6816         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6817         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6818         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6819         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6820         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6821         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6822         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6823         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6824         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6825         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6826         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6827         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6828         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6829         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6830         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6831         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6832         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6833         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6834         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6835         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6836         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6837         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6838         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6839         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6840         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6841         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6842         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6843         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6844         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6845         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6856         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6858         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6860         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6867         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6868         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6869         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6870         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6871         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6872         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6873         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6874         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6875         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6876         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6877         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6878         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6879         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6880         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6881         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6882         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6883         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6884         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6885         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6886         * sysdeps/unix/sysv/linux/system.c: Likewise.
6887         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6888         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6889         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6890         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6891         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6892         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6893         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6894
6895         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6896         * configure: Regenerated.
6897         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6898
6899         * configure.ac (base_machine): Do not set specially for particular
6900         machines here.
6901         * configure: Regenerated.
6902         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6903         settings from configure.ac.
6904         * sysdeps/i386/preconfigure: New file.
6905         * sysdeps/s390/preconfigure: Likewise.
6906         * sysdeps/sh/preconfigure: Likewise.
6907         * sysdeps/sparc/preconfigure: Likewise.
6908
6909 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6910
6911         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6912         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6913         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6914         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6915         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6916         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6917         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6918         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6919         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6920         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6921         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6922         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6923         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6924         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6925         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6926         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6927         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6928         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6929         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6930
6931         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6932         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6933         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6934         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6935         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6936         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6937         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6938         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6939         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6940         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6941         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6942         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6943         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6944         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6945         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6946         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6947         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6948         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6949         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6950         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6951         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6952         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6953         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6954         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6955         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6956         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6957         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6958         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6959         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6960         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6961         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6962         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6963         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6964         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6965         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6966         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6967         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6968         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6969
6970         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6971         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6972         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6973         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6974         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6975         Moved ...
6976         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6977         ... here.
6978         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6979         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6980         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6981         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6982         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6983         Moved ...
6984         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6985         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6986         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6987         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6988         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6989         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6990         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6991         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6992         Moved ...
6993         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6994         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6995         Moved ...
6996         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6997         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6998         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6999         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
7000         Moved ...
7001         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
7002         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
7003         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
7004         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
7005         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
7006         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
7007         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
7008         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
7009         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
7010         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
7011         Moved ...
7012         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
7013         ... here.
7014         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
7015         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
7016         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
7017         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
7018         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
7019         Moved ...
7020         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
7021         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
7022         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
7023         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
7024         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
7025         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
7026         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
7027         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
7028         Moved ...
7029         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
7030         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
7031         Moved ...
7032         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
7033         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
7034         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
7035         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
7036         Moved ...
7037         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
7038         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
7039         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
7040         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
7041         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
7042
7043 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7044
7045         * timezone/checktab.awk: Update from tzcode 2014e.
7046         * timezone/private.h: Likewise.
7047         * timezone/tzfile.h: Likewise.
7048         * timezone/zdump.c: Likewise.
7049         * timezone/zic.c: Likewise.
7050
7051         * sysdeps/unix/sysv/linux/kernel-features.h
7052         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
7053         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
7054         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
7055         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
7056         Remove conditional code.
7057
7058 2014-06-25  Will Newton  <will.newton@linaro.org>
7059
7060         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
7061         (_dl_arm_cap_flags): Add HWCAP2 values.
7062         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
7063         (_DL_HWCAP_COUNT): Increase to 37.
7064         (_DL_HWCAP_LAST): New define.
7065         (_DL_HWCAP2_LAST): New define.
7066         (_dl_procinfo): Add support for printing
7067         AT_HWCAP2 entries.
7068         (_dl_string_hwcap): Use _dl_hwcap_string.
7069
7070 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7071
7072         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7073
7074 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7075
7076         * README: Do not mention ports directory.
7077
7078         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
7079         Remove macro.
7080         * sysdeps/unix/sysv/linux/futimes.c: Do not include
7081         <kernel-features.h>.
7082         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
7083         conditional variable definition.
7084         (__futimes): Update comment.
7085         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
7086         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
7087
7088         [BZ #16560]
7089         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
7090         arguments close to 0.
7091         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
7092         Likewise.
7093         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
7094         Likewise.
7095         * math/auto-libm-test-in: Add more tests of exp10.
7096         * math/auto-libm-test-out: Regenerated.
7097         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7098
7099         * sysdeps/unix/sysv/linux/kernel-features.h
7100         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
7101         * sysdeps/unix/sysv/linux/readv.c: Do not include
7102         <kernel-features.h>.
7103         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7104         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7105         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7106         unconditional.
7107         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7108         conditional code.
7109         * sysdeps/unix/sysv/linux/writev.c: Do not include
7110         <kernel-features.h>.
7111         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7112         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7113         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7114         unconditional.
7115         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7116         conditional code.
7117
7118 2014-06-25  Will Newton  <will.newton@linaro.org>
7119
7120         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
7121         comment changes throughout the file.  Remove checks
7122         for HAVE_*_H definitions that are not required.
7123         (__gen_tempname): Call abort if an unknown kind value is
7124         passed.
7125
7126 2014-06-25  Andreas Schwab  <schwab@suse.de>
7127
7128         [BZ #17086]
7129         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
7130         scalbln, scalblnf, scalblnl in libc.
7131
7132 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
7133
7134         [BZ #17086]
7135         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
7136         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7137         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7138
7139 2014-06-24  Roland McGrath  <roland@hack.frob.com>
7140
7141         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
7142         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
7143         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
7144         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
7145         Update #include.
7146         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
7147         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
7148         Update #include.
7149         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
7150         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
7151         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
7152         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
7153         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7154         * sysdeps/x86/bits/pthreadtypes.h: ... here.
7155         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7156         * sysdeps/x86/bits/semaphore.h: ... here.
7157         * sysdeps/x86/nptl/elide.h: Moved ...
7158         * sysdeps/x86/elide.h: ... here.
7159         * sysdeps/x86_64/nptl/Implies: File removed.
7160         * sysdeps/i386/nptl/Implies: File removed.
7161
7162 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
7163
7164         [BZ #16539]
7165         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7166         return the argument for normal arguments with exponent below -64.
7167         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7168         Likewise.
7169         * math/auto-libm-test-in: Add another test of expm1.
7170         * math/auto-libm-test-out: Regenerated.
7171
7172         [BZ #16287]
7173         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7174         calling __erfcl for arguments at least 16.
7175         * math/auto-libm-test-in: Add more tests of erf.
7176         * math/auto-libm-test-out: Regenerated.
7177
7178         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7179         individual architectures.
7180         * sysdeps/unix/sysv/linux/configure: Regenerated.
7181         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7182         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7183         * sysdeps/unix/sysv/linux/powerpc/configure.ac
7184         (ldd_rewrite_script): Define variable.
7185         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7187         file.
7188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7189         generated file.
7190         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7191         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7192         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7193         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7194         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7195         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7196         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7197         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7198
7199 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7200
7201         [BZ #17084]
7202         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7203         Rename member __data.d to __data.__elision_data.
7204
7205 2014-06-24  Wilco  <wdijkstr@arm.com>
7206
7207         * NEWS: Add 16918 to fixed bug list.
7208
7209 2014-06-24  Wilco  <wdijkstr@arm.com>
7210
7211         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7212
7213 2014-06-24  Wilco  <wdijkstr@arm.com>
7214
7215         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7216         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7217         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7218         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7219         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7220         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7221         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7222         Use _FPU_MASK_RM.
7223
7224 2014-06-24  Wilco  <wdijkstr@arm.com>
7225
7226         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7227
7228 2014-06-24  Wilco  <wdijkstr@arm.com>
7229
7230         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7231         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7232         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7233         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7234
7235 2014-06-24  Wilco  <wdijkstr@arm.com>
7236
7237         [BZ #16918]
7238         * sysdeps/arm/feupdateenv.c (feupdateenv):
7239         Rewrite to reduce FPSCR accesses and fix return value.
7240
7241 2014-06-24  Wilco  <wdijkstr@arm.com>
7242
7243         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7244         Optimize to avoid unnecessary FPSCR writes.
7245         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7246         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7247         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7248         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7249
7250 2014-06-24  Wilco  <wdijkstr@arm.com>
7251
7252         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7253         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7254         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7255         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7256         Call libc_fetestexcept_vfp.
7257         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7258         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7259         __SOFTFP__ ifdef so that they can be built for softfp.
7260
7261 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7262
7263         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7264         argument type signed char.
7265
7266         * Makerules (check-abi): Dump diff of symlist if the test
7267         fails.
7268
7269 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7270
7271         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7272         using abort.
7273
7274         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7275         Remove unused variable ST.
7276
7277 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7278
7279         [BZ #16354]
7280         [BZ #17061]
7281         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7282         small arguments before calling __expm1.
7283         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7284         small arguments before calling __expm1f.
7285         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7286         small arguments before calling __expm1l.
7287         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7288         Likewise.
7289         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7290         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7291         spurious underflow for some cosh tests.
7292         * math/auto-libm-test-out: Regenerated.
7293         * sysdeps/i386/fpu/libm-test-ulps: Update.
7294
7295         [BZ #17050]
7296         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7297         (__ieee754_y1): Set errno if return value overflows.
7298         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7299         (__ieee754_y1f): Set errno if return value overflows.
7300         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7301         (__ieee754_y1l): Set errno if return value overflows.
7302         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7303         (__ieee754_y1l): Set errno if return value overflows.
7304         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7305         * math/auto-libm-test-out: Regenerated.
7306
7307         * math/gen-auto-libm-tests.c: Document use of
7308         ignore-zero-inf-sign.
7309         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7310         (input_flags): Add ignore-zero-inf-sign.
7311         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7312         * math/gen-libm-test.pl (generate_testfile): Handle
7313         ignore-zero-inf-sign.
7314         * math/auto-libm-test-in: Mark some cpow tests with
7315         ignore-zero-inf-sign and some with xfail-rounding.
7316         * math/auto-libm-test-out: Regenerated.
7317         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7318         * sysdeps/i386/fpu/libm-test-ulps: Update.
7319         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7320
7321         [BZ #16315]
7322         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7323         overflowing or underflowing operations take place with sign of
7324         result.
7325         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7326         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7327         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7328         (__ieee754_pow): Recompute overflowing and underflowing results in
7329         original rounding mode.
7330         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7331         (__powl_helper): Allow negative argument X and scale negated value
7332         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7333         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7334         overflowing or underflowing operations take place with sign of
7335         result.
7336         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7337         Include <math.h>.
7338         * math/auto-libm-test-in: Add more tests of pow.
7339         * math/auto-libm-test-out: Regenerated.
7340         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7341         (pow_tonearest_test_data): Remove.
7342         (pow_test_tonearest): Likewise.
7343         (pow_towardzero_test_data): Likewise.
7344         (pow_test_towardzero): Likewise.
7345         (pow_downward_test_data): Likewise.
7346         (pow_test_downward): Likewise.
7347         (pow_upward_test_data): Likewise.
7348         (pow_test_upward): Likewise.
7349         (main): Don't call removed functions.
7350         * sysdeps/i386/fpu/libm-test-ulps: Update.
7351         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7352
7353 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7354
7355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7356         Moved ...
7357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7359         Moved ...
7360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7362         Moved ...
7363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7365         Moved ...
7366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7368         File removed.
7369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7370         File removed.
7371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7372         File removed.
7373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7374         File removed.
7375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7376         File removed.
7377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7378         File removed.
7379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7380         File removed.
7381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7382         File removed.
7383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7384         File removed.
7385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7386         File removed.
7387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7388         File removed.
7389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7390         File removed.
7391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7392         Moved ...
7393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7395         Moved ...
7396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7397         ... here.
7398         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7399         Moved ...
7400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7402         Moved ...
7403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7405         Moved ...
7406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7408         Moved ...
7409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7411         Moved ...
7412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7414         Moved ...
7415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7416         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7417         Moved ...
7418         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7419         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7421         ... here.
7422         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7423         Moved ...
7424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7426         Moved ...
7427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7428         ... here.
7429         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7430         Moved ...
7431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7432         ... here.
7433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7434         Moved ...
7435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7436         ... here.
7437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7438         Moved ...
7439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7441         Moved ...
7442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7446         Moved ...
7447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7448         ... here.
7449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7450         Moved ...
7451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7452         ... here.
7453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7454         Moved ...
7455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7457         Moved ...
7458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7460         Moved ...
7461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7463         Moved ...
7464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7466         Moved ...
7467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7468         ... here.
7469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7470         Moved ...
7471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7473         Moved ...
7474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7476         Moved ...
7477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7479         Moved ...
7480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7484         Moved ...
7485         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7487         Moved ...
7488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7490         Moved ...
7491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7492         ... here.
7493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7494         Moved ...
7495         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7496         ... here.
7497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7498         Moved ...
7499         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7500         ... here.
7501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7502         Moved ...
7503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7505         Moved ...
7506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7508         Moved ...
7509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7511         Moved ...
7512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7513         ... here.
7514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7515         Moved ...
7516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7517         ... here.
7518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7519         Moved ...
7520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7521         ... here.
7522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7523         Moved ...
7524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7526         Moved ...
7527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7528
7529 2014-06-23  Will Newton  <will.newton@linaro.org>
7530             Wilco  <wdijkstr@arm.com>
7531
7532         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7533         implementation.  Include get-rounding-mode.h.
7534         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7535         [!libc_feholdsetround_noex_ctx]: Define
7536         libc_feholdsetround_noex_ctx.
7537         [!libc_feholdsetround_noexf_ctx]: Define
7538         libc_feholdsetround_noexf_ctx.
7539         [!libc_feholdsetround_noexl_ctx]: Define
7540         libc_feholdsetround_noexl_ctx.
7541         (libc_feholdsetround_ctx): New function.
7542         (libc_feresetround_ctx): New function.
7543         (libc_feholdsetround_noex_ctx): New function.
7544         (libc_feresetround_noex_ctx): New function.
7545
7546 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7547
7548         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7549         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7550         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7551         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7552         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7553         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7554
7555         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7556         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7557         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7558         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7559         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7560         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7561         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7562         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7563         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7564         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7565         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7566         Moved ...
7567         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7568         ... here.
7569         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7570         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7571         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7572         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7573         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7574         Moved ...
7575         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7576         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7577         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7578         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7579         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7580         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7581         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7582         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7583         Moved ...
7584         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7585         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7586         Moved ...
7587         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7588         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7589         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7590         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7591         Moved ...
7592         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7593         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7594         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7595         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7596         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7597         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7598         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7599         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7600         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7601         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7602         Moved ...
7603         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7604         ... here.
7605         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7606         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7607         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7608         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7609         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7610         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7611         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7612         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7613         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7614         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7615         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7616         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7617         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7618         Moved ...
7619         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7620         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7621         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7622         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7623         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7624         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7625         Moved ...
7626         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7627         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7628         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7629         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7630         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7631
7632         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7633         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7634         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7635         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7636         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7637         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7638         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7639         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7640         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7641         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7642         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7643         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7644         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7645         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7646         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7647         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7648         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7649         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7650         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7651         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7652         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7653         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7654         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7655         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7656         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7657         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7658         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7659         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7660
7661 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7662
7663         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7664         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7665         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7666         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7667         (IPV6_PMTUDISC_INTERFACE): Likewise.
7668         (IPV6_PMTUDISC_OMIT): Likewise.
7669
7670 2014-06-23  Andreas Schwab  <schwab@suse.de>
7671
7672         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7673         Remove unused errout label.
7674
7675 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7676
7677         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7678         macro: hardware supports Vector Crypto instructions.
7679
7680 2014-06-23  Will Newton  <will.newton@linaro.org>
7681
7682         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7683         rather than __builtin_expect.
7684
7685         * elf/dl-lookup.c (undefined_msg): Remove variable.
7686         (_dl_lookup_symbol_x): Replace undefined_msg with string
7687         literal.
7688
7689         * elf/dl-lookup.c (do_lookup_unique): New function.
7690         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7691         to a separate function.
7692
7693 2014-06-23  Andreas Schwab  <schwab@suse.de>
7694
7695         [BZ #17079]
7696         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7697         before reading the next line.
7698
7699 2014-06-23  Will Newton  <will.newton@linaro.org>
7700
7701         * test-skeleton.c (signal_handler): Use printf and %m
7702         rather than perror.  Use printf rather than fprintf to
7703         stderr.  Use puts rather than fputs to stderr.
7704         (main): Likewise.
7705
7706 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7707
7708         * nscd/nscd.c (thread_info_t): Remove typedef.
7709         (thread_info): Remove variable.
7710
7711 2014-06-21  Allan McRae  <allan@archlinux.org>
7712
7713         * NEWS: Mention CVE-2014-4043.
7714
7715 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7716
7717         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7718         * nptl/smp.h: ... here.
7719
7720         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7721
7722         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7723         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7724         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7725         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7726
7727         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7728         * nptl/stack-aliasing.h: New file.
7729         * sysdeps/i386/i686/stack-aliasing.h: New file.
7730         * sysdeps/i386/i686/nptl/Makefile: File removed.
7731         * sysdeps/x86_64/stack-aliasing.h: New file.
7732         * sysdeps/x86_64/nptl/Makefile
7733         (CFLAGS-pthread_create.c): Variable removed.
7734
7735         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7736         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7737         old file.
7738         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7739         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7740         old file.
7741
7742 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7743
7744         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7745         (__ASSUME_SIGFRAME_V2): Remove macro.
7746         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7747         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7748         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7749         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7750         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7751         Declare as function.  Remove conditional macro definitions.
7752         (__default_rt_sa_restorer): Likewise.
7753         (__default_sa_restorer_v1): Remove declaration.
7754         (__default_sa_restorer_v2): Likewise.
7755         (__default_rt_sa_restorer_v1): Likewise.
7756         (__default_rt_sa_restorer_v2): Likewise.
7757         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7758         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7759         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7760
7761 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7762
7763         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7764         (libpthread-routines): Add sysdep.
7765         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7766         * sysdeps/unix/sysv/linux/sparc/Versions
7767         (libpthread: GLIBC_2.3.3): New version set.
7768         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7769         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7770         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7771         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7772         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7773         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7774         Moved ...
7775         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7776         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7777         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7778         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7779         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7780         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7781         * sysdeps/sparc/nptl/sem_init.c: ... here.
7782         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7783         * sysdeps/sparc/nptl/sem_post.c: ... here.
7784         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7785         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7786         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7787         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7788         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7789         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7790         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7791         (libpthread-routines): Add cpu_relax.
7792         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7793         File removed.
7794         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7795         (librt: GLIBC_2.3.3): New version set.
7796         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7797         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7798         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7799         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7800         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7801         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7802         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7803         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7804         Moved ...
7805         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7806         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7807         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7808         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7809         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7810         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7811         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7812         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7813         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7814         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7815         Moved ...
7816         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7817         Update #include.
7818         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7819         Moved ...
7820         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7821         Update #include.
7822         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7823         Moved ...
7824         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7825         Update #include.
7826         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7827         Moved ...
7828         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7829         Update #include.
7830         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7831         Moved ...
7832         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7833         Update #include.
7834         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7835         Moved ...
7836         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7837         Update #include.
7838         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7839         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7840         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7841         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7842         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7843         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7844         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7845         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7846         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7847         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7848         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7849         Moved ...
7850         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7851         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7852         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7853         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7854         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7855
7856 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7857
7858         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7859         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7860         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7861         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7862         * nscd/nscd.c: Likewise.
7863         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7864         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7865         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7866         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7867
7868         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7869         <kernel-features.h>.
7870         (init_mq_netlink): Remove conditional have_sock_cloexec
7871         definitions.  Remove code conditional on have_sock_cloexec < 0.
7872         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7873         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7874         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7875         <kernel-features.h>.
7876         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7877         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7878
7879 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7880
7881         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7882         Add tests for memset_chk and memset.
7883
7884         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7885         with AVX2_Usable.
7886
7887 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7888
7889         [BZ #16046]
7890         * elf/tst-dl-iter-static.c: New file.
7891         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7892
7893         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7894         error.
7895
7896 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7897
7898         * sysdeps/unix/sysv/linux/kernel-features.h
7899         (__ASSUME_F_GETOWN_EX): Remove macro.
7900         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7901         <kernel-features.h>.
7902         (miss_F_GETOWN_EX): Remove variable or macro.
7903         (do_fcntl): Do not check miss_F_GETOWN_EX.
7904         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7905
7906         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7907         Remove macro.
7908         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7909         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7910         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7911
7912         * sysdeps/unix/sysv/linux/kernel-features.h
7913         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7914         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7915         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7916         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7917
7918 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7919
7920         [BZ #17075]
7921         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7922         Fix calculation of the symbol's value.
7923         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7924         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7925         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7926         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7927         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7928         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7929         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7930         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7931         (modules-names): Add `tst-armtlsdescmod',
7932         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7933         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7934         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7935         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7936         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7937         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7938         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7939         ($(objpfx)tst-armtlsdescloc): New dependency.
7940         ($(objpfx)tst-armtlsdescextnow): Likewise.
7941         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7942         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7943         TLS scheme support.
7944         * sysdeps/arm/configure: Regenerate.
7945
7946 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7947
7948         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7949         (__atfct_seterrno_2): Likewise.
7950         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7951         <kernel-features.h>.
7952         (__ASSUME_ATFCTS): Do not undefine and redefine.
7953         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7954         (__have_atfcts): Remove conditional definition.
7955         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7956         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7957         unreachable if [__ASSUME_ATFCTS].
7958         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7959         not undefine and redefine.
7960         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7961         <kernel-features.h>.
7962         (faccessat) [__NR_faccessat]: Make code unconditional.
7963         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7964         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7965         <kernel-features.h>.
7966         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7967         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7968         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7969         <kernel-features.h>.
7970         (fchownat) [__NR_fchownat]: Make code unconditional.
7971         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7972         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7973         <kernel-features.h>.
7974         (futimesat) [__NR_futimesat]: Make code unconditional.
7975         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7976         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7977         <kernel-features.h>.
7978         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7979         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7980         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7981         <kernel-features.h>.
7982         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7983         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7984         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7985         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7986         <kernel-features.h>.
7987         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7988         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7989         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7990         <kernel-features.h>.
7991         (linkat) [__NR_linkat]: Make code unconditional.
7992         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7993         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7994         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7995         <kernel-features.h>.
7996         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7997         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7998         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7999         <kernel-features.h>.
8000         (mkdirat) [__NR_mkdirat]: Make code unconditional.
8001         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
8002         * sysdeps/unix/sysv/linux/openat.c: Do not include
8003         <kernel-features.h>.
8004         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
8005         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
8006         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
8007         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
8008         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
8009         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
8010         <kernel-features.h>.
8011         (readlinkat) [__NR_readlinkat]: Make code unconditional.
8012         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
8013         result of INLINE_SYSCALL directly, not via int variable.
8014         * sysdeps/unix/sysv/linux/renameat.c: Do not include
8015         <kernel-features.h>.
8016         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
8017         (renameat) [__NR_renameat]: Make code unconditional.
8018         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
8019         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
8020         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
8021         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
8022         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
8023         (__ASSUME_ATFCTS): Do not undefine and redefine.
8024         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
8025         <kernel-features.h>.
8026         (symlinkat) [__NR_symlinkat]: Make code unconditional.
8027         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8028         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
8029         <kernel-features.h>.
8030         (unlinkat) [__NR_unlinkat]: Make code unconditional.
8031         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8032         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
8033         (__ASSUME_ATFCTS): Do not undefine and redefine.
8034         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
8035         <kernel-features.h>.
8036         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8037         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8038         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
8039         <kernel-features.h>.
8040         (__xmknodat) [__NR_mknodat]: Make code unconditional.
8041         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8042
8043 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
8044
8045         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
8046
8047 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
8048
8049         [BZ #17069]
8050         * posix/regcomp.c (parse_reg_exp): Deallocate partially
8051         constructed tree before returning error.
8052         * posix/bug-regexp36.c: Expand test case.
8053
8054 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
8055
8056         [BZ #6803]
8057         * math/libm-test.inc (scalbln_test_date):
8058         Add errno expectations.
8059         * math/w_scalblnf.c: New File.
8060         Add wrapper which checks for setting errno to ERANGE.
8061         Add weak_alias for corresponding scalbln function.
8062         * math/w_scalbln.c: Likewise.
8063         * math/w_scalblnl.c: Likewise.
8064         * math/Makefile (libm-calls): Add w_scalbln.
8065         * sysdeps/ieee754/flt-32/s_scalblnf.c:
8066         Remove weak_alias for corresponding scalbln function.
8067         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
8068         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
8069         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
8070         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
8071         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
8072         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8073         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
8074         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8075         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
8076         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
8077         Remove long_double_symbol for scalblnl function in libm, libc.
8078         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
8079         Add wrapper which checks for setting errno to ERANGE.
8080         Add long_double_symbol for scalblnl function in libm, libc.
8081         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
8082         Remove long_double_symbol for scalblnl in libm.
8083         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
8084         Add wrapper which checks for setting errno to ERANGE.
8085         Add long_double_symbol for scalblnl function in libm.
8086         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
8087         Do not use wrapper because of own implementation.
8088
8089 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
8090
8091         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
8092         3 bytes for __pad1 for x32.
8093         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
8094
8095 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
8096             H.J. Lu  <hongjiu.lu@intel.com>
8097
8098         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
8099         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
8100         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8101         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8102         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8103
8104 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
8105
8106         [BZ #17069]
8107         * posix/regcomp.c (parse_expression): Deallocate partially
8108         constructed tree before returning error.
8109         * posix/Makefile.c (tests): Add bug-regex36.
8110         (generated): Add bug-regex36.mtrace.
8111         (tests-special): Add $(objpfx)bug-regex36-mem.out
8112         (bug-regex36-ENV): New variable.
8113         ($(objpfx)bug-regex36-mem.out): New rule.
8114         * posix/bug-regex36.c: New file.
8115
8116 2014-06-19  Will Newton  <will.newton@linaro.org>
8117
8118         * malloc/malloc.c (systrim): If extra is zero then return
8119         early.
8120
8121 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
8122
8123         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
8124
8125 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
8126
8127         * sysdeps/aarch64/strchr.S: New file.
8128
8129 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8130
8131         [BZ #17022]
8132         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
8133         from arguments -2 or below.
8134         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8135         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8136
8137 2014-06-18  Andreas Schwab  <schwab@suse.de>
8138
8139         [BZ #17062]
8140         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
8141         of a bracket expr not to run off the end of the string.
8142         * posix/Makefile (tests): Add tst-fnmatch3.
8143         * posix/tst-fnmatch3.c: New file.
8144
8145 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8146
8147         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
8148         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8149         [$(cross-compiling) = no]: Likewise.
8150         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8151         [$(cross-compiling) = no]: Likewise.
8152
8153 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8154
8155         [BZ #17031]
8156         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8157         double, adjusted for any remainder from the high double.
8158         * math/libm-test.inc (nearbyint): Add tests.
8159         (rint): Likewise.
8160
8161 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8162
8163         * nptl/sysdeps/powerpc/Makefile: Moved ...
8164         * sysdeps/powerpc/nptl/Makefile: ... here.
8165         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8166         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8167         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8168         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8169         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8170         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8171         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8172         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8173         * nptl/sysdeps/powerpc/tls.h: Moved ...
8174         * sysdeps/powerpc/nptl/tls.h: ... here.
8175
8176 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
8177
8178         [BZ #16681]
8179         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8180         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8181         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8182         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8183         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8184         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8185         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8186         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8187         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8188
8189 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
8190
8191         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8192
8193 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
8194
8195         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8196         defined operator.
8197
8198         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8199         $TIMEOUTFACTOR.
8200
8201 2014-06-16  Florian Weimer  <fweimer@redhat.com>
8202
8203         [BZ #17058]
8204         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8205         non-executed part of the test.
8206
8207 2014-06-16  Andreas Schwab  <schwab@suse.de>
8208
8209         * string/bits/string2.h (strdup, strndup): Update feature guard.
8210
8211 2014-06-14  David S. Miller  <davem@davemloft.net>
8212
8213         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8214
8215 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8216
8217         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8218         that was previously under [RESET_PID].
8219         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8220
8221         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8222         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8223         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8224         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8225         (__libc_vfork): New strong alias.
8226         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8227
8228 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8229
8230         * sysdeps/generic/elide.h: New file.
8231
8232 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8233
8234         * Makefile (installed-headers): Adjust path of pthread.h header.
8235
8236 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8237
8238         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8239         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8240         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8241         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8242
8243         * nptl/sysdeps/s390/Makefile: Moved ...
8244         * sysdeps/s390/nptl/Makefile: ... here.
8245         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8246         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8247         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8248         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8249         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8250         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8251         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8252         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8253         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8254         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8255         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8256         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8257         * nptl/sysdeps/s390/tls.h: Moved ...
8258         * sysdeps/s390/nptl/tls.h: ... here.
8259
8260         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8261         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8262
8263 2014-06-13  David S. Miller  <davem@davemloft.net>
8264
8265         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8266         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8267         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8268         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8269         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8270         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8271         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8272         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8273         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8274         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8275         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8276         Remove RESET_PID cpp guards.
8277         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8278         Remove RESET_PID cpp guards.
8279         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8280
8281 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8282
8283         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8284         __sp to uintptr_t.
8285
8286 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8287
8288         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8289         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8290         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8291         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8292         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8293         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8294         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8295         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8296         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8297         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8298         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8299         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8300         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8301         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8302         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8303         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8304         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8305         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8306         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8307         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8308
8309         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8310         (pthread_rwlock_rdlock): Add elision.
8311         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8312         (pthread_rwlock_wrlock): Add elision.
8313         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8314         (pthread_rwlock_trywrlock): Add elision.
8315         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8316         (pthread_rwlock_tryrdlock): Add elision.
8317         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8318         (pthread_rwlock_tryrdlock): Add elision unlock.
8319         * nptl/sysdeps/pthread/pthread.h:
8320         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8321         (PTHREAD_RWLOCK_INITIALIZER,
8322         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8323         Handle new elision field.
8324         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8325         * sysdeps/arm/nptl/bits/pthreadtypes.h
8326         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8327         * sysdeps/sh/nptl/bits/pthreadtypes.h
8328         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8329         * sysdeps/tile/nptl/bits/pthreadtypes.h
8330         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8331         * sysdeps/a/nptl/bits/pthreadtypes.h
8332         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8333         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8334         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8335         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8336         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8337         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8338         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8339         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8340         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8341         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8342         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8343         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8344         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8345         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8346         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8347         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8348         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8349         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8350         (elision_init): Set try_xbegin to zero when no RTM.
8351         * sysdeps/x86/nptl/bits/pthreadtypes.h
8352         (pthread_rwlock_t): Change __pad1 to __rwelision.
8353         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8354
8355 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8356
8357         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8358         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8359         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8360         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8361
8362 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8363
8364         [BZ #16996]
8365         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8366         that the cached result has been set before returning it.
8367
8368 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8369
8370         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8371         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8372         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8373         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8374         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8375         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8376
8377         * nptl/sysdeps/sparc/Makefile: Moved ...
8378         * sysdeps/sparc/nptl/Makefile: ... here.
8379         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8380         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8381         * nptl/sysdeps/sparc/tls.h: Moved ...
8382         * sysdeps/sparc/nptl/tls.h: ... here.
8383         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8384         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8385         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8386         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8387         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8388         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8389         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8390         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8391         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8392         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8393         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8394         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8395         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8396         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8397         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8398         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8399         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8400         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8401         Update #include.
8402         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8403         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8404         Update #include.
8405         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8406         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8407         Update #include.
8408         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8409         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8410         Update #include.
8411
8412         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8413
8414         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8415         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8416
8417         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8418         (struct list_links): Type removed.
8419         (struct thread_node, struct timer_node): Replace struct list_links
8420         with struct list_head.
8421         (list_unlink_ip): Likewise.
8422         * sysdeps/pthread/timer_routines.c
8423         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8424         (list_append, list_insbefore): Likewise.
8425         (list_init): Function removed.
8426         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8427         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8428         * sysdeps/pthread/Makefile: ... here, new file.
8429
8430         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8431         * sysdeps/nptl/Implies: ... here.
8432         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8433         * nptl/sysdeps/pthread/list.h: Moved ...
8434         * include/list.h: ... here.
8435         * nptl/sysdeps/pthread/createthread.c: Moved ...
8436         * nptl/createthread.c: ... here.
8437         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8438         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8439         * nptl/pt-longjmp.c: ... here.
8440         * nptl/sysdeps/pthread/Makefile: Moved ...
8441         * sysdeps/nptl/Makefile: ... here.
8442         * nptl/sysdeps/pthread/Subdirs: Moved ...
8443         * sysdeps/nptl/Subdirs: ... here.
8444         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8445         * sysdeps/nptl/aio_misc.h: ... here.
8446         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8447         * sysdeps/nptl/bits/libc-lock.h: ... here.
8448         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8449         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8450         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8451         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8452         * nptl/sysdeps/pthread/configure: Moved ...
8453         * sysdeps/nptl/configure: ... here.
8454         * nptl/sysdeps/pthread/configure.ac: Moved ...
8455         * sysdeps/nptl/configure.ac: ... here.
8456         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8457         * sysdeps/nptl/gai_misc.h: ... here.
8458         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8459         * sysdeps/nptl/librt-cancellation.c: ... here.
8460         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8461         * sysdeps/nptl/malloc-machine.h: ... here.
8462         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8463         * sysdeps/nptl/pthread-functions.h: ... here.
8464         * nptl/sysdeps/pthread/pthread.h: Moved ...
8465         * sysdeps/nptl/pthread.h: ... here.
8466         * nptl/sysdeps/pthread/setxid.h: Moved ...
8467         * sysdeps/nptl/setxid.h: ... here.
8468         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8469         * sysdeps/nptl/sigfillset.c: ... here.
8470         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8471         * sysdeps/nptl/tcb-offsets.h: ... here.
8472         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8473         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8474         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8475         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8476         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8477         * sysdeps/pthread/allocalim.h: ... here.
8478         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8479         * sysdeps/pthread/bits/sigthread.h: ... here.
8480         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8481         * sysdeps/pthread/flockfile.c: ... here.
8482         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8483         * sysdeps/pthread/ftrylockfile.c: ... here.
8484         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8485         * sysdeps/pthread/funlockfile.c: ... here.
8486         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8487         * sysdeps/pthread/posix-timer.h: ... here.
8488         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8489         * sysdeps/pthread/timer_create.c: ... here.
8490         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8491         * sysdeps/pthread/timer_delete.c: ... here.
8492         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8493         * sysdeps/pthread/timer_getoverr.c: ... here.
8494         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8495         * sysdeps/pthread/timer_gettime.c: ... here.
8496         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8497         * sysdeps/pthread/timer_routines.c: ... here.
8498         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8499         * sysdeps/pthread/timer_settime.c: ... here.
8500         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8501         * sysdeps/pthread/tst-timer.c: ... here.
8502         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8503         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8504
8505         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8506         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8507
8508         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8509         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8510         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8511         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8512         Update #include target.
8513         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8514         * sysdeps/i386/i686/nptl/Makefile: ... here.
8515         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8516         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8517         Update #include target.
8518         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8519         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8520         * nptl/sysdeps/i386/Makefile: Moved ...
8521         * sysdeps/i386/nptl/Makefile: ... here.
8522         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8523         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8524         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8525         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8526         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8527         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8528         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8529         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8530         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8531         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8532         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8533         * nptl/sysdeps/i386/tls.h: Moved ...
8534         * sysdeps/i386/nptl/tls.h: ... here.
8535
8536         * sysdeps/sh/Makefile [$(subdir) = csu]
8537         (gen-as-const-headers): Add tcb-offsets.sym.
8538         * nptl/sysdeps/sh/Makefile: File removed.
8539         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8540         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8541         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8542         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8543         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8544         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8545         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8546         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8547         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8548         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8549         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8550         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8551         * nptl/sysdeps/sh/tls.h: Moved ...
8552         * sysdeps/sh/nptl/tls.h: ... here.
8553         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8554         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8555         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8556         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8557         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8558         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8559         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8560         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8561         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8562         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8563         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8564         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8565         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8566         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8567         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8568         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8569         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8570         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8571         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8572         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8573         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8574         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8575         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8576         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8577         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8578         Moved ...
8579         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8580         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8581         Moved ...
8582         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8583         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8584         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8585         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8586         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8587         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8588         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8589         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8590         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8591         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8592         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8593         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8594         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8595         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8596         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8597         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8598         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8599         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8600         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8601
8602 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8603
8604         * posix/spawn_faction_addopen.c: Include string.h.
8605
8606 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8607
8608         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8609         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8610         * nptl/sysdeps/x86_64/Makefile: Moved ...
8611         * sysdeps/x86_64/nptl/Makefile: ... here.
8612         * nptl/sysdeps/x86_64/configure: Moved ...
8613         * sysdeps/x86_64/nptl/configure: ... here.
8614         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8615         * sysdeps/x86_64/nptl/configure.ac: ... here.
8616         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8617         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8618         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8619         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8620         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8621         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8622         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8623         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8624         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8625         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8626         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8627         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8628         * nptl/sysdeps/x86_64/tls.h: Moved ...
8629         * sysdeps/x86_64/nptl/tls.h: ... here.
8630         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8631         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8632         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8633         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8634
8635         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8636
8637 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8638
8639         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8640
8641 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8642
8643         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8644         type.
8645         [POSIX] (off_t): Likewise.
8646         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8647         [POSIX] (S_ISBLK): Require macro.
8648         [POSIX] (S_ISCHR): Likewise.
8649         [POSIX] (S_ISDIR): Likewise.
8650         [POSIX] (S_ISFIFO): Likewise.
8651         [POSIX] (S_ISREG): Likewise.
8652         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8653         optional-macro.
8654         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8655         type.
8656         [POSIX] (time_t): Likewise.
8657         [POSIX] (timer_t): Likewise.
8658
8659 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8660
8661         [BZ #17048]
8662         * posix/spawn_int.h (struct __spawn_action): Make the path string
8663         non-const to support deallocation.
8664         * posix/spawn_faction_addopen.c
8665         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8666         * posix/spawn_faction_destroy.c
8667         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8668         path in all spawn_do_open actions.
8669         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8670         posix_spawn_file_actions_addopen.
8671
8672 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8673
8674         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8675         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8676         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8677         conditional code always true.
8678         (__libc_vfork): New alias.
8679
8680 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8681
8682         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8683         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8684
8685         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8686
8687         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8688         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8689
8690         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8691         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8692
8693         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8694         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8695
8696 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8697
8698         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8699         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8700         multiarch strcmp for PPC64.
8701         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8702         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8703         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8704         multiarch optimizations.
8705         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8706         (__libc_ifunc_impl_list): Likewise.
8707
8708 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8709
8710         * benchtests/scripts/validate_benchout.py: New script.
8711         * benchtests/Makefile (bench-func): Call it.
8712         * benchtests/scripts/benchout.schema.json: New file.
8713
8714 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8715
8716         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8717         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8718         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8719         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8720         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8721         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8722         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8723         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8724         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8725         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8726         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8727         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8728         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8729         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8730         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8731         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8732         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8733         Moved ...
8734         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8735         ... here.
8736         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8737         Moved ...
8738         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8739         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8740         Moved ...
8741         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8742         ... here.
8743         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8744         Moved ...
8745         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8746         ... here.
8747         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8748         Moved ...
8749         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8750         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8751         Moved ...
8752         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8753         ... here.
8754         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8755         Moved ...
8756         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8757         ... here.
8758         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8759         Moved ...
8760         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8761         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8762         Moved ...
8763         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8764         ... here.
8765         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8766         Moved ...
8767         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8768         ... here.
8769         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8770         Moved ...
8771         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8772         ... here.
8773         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8774         Moved ...
8775         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8776         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8777         Moved ...
8778         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8779         ... here.
8780         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8781         Moved ...
8782         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8783         ... here.
8784         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8785         Moved ...
8786         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8787         ... here.
8788         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8789         Moved ...
8790         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8791         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8792         Moved ...
8793         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8794         ... here.
8795         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8796         Moved ...
8797         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8798         ... here.
8799         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8800         Moved ...
8801         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8802         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8803         Moved ...
8804         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8805         ... here.
8806         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8807         Moved ...
8808         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8809         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8810         Moved ...
8811         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8812         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8813         Moved ...
8814         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8815         ... here.
8816         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8817         Moved ...
8818         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8819         ... here.
8820         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8821         Moved ...
8822         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8823         ... here.
8824         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8825         Moved ...
8826         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8827         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8828         Moved ...
8829         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8830         ... here.
8831         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8832         Moved ...
8833         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8834         ... here.
8835         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8836         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8837         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8838         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8839         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8840         Moved ...
8841         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8842         ... here.
8843         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8844         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8845         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8846         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8847         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8848         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8849         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8850         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8851         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8852         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8853         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8854         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8855         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8856         Moved ...
8857         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8858         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8859         Moved ...
8860         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8861         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8862         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8863         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8864         Moved ...
8865         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8866         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8867         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8868         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8869         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8870         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8871         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8872
8873 2014-06-10  Wilco  <wdijkstr@arm.com>
8874
8875         * math/test-fenv-return.c: New file.
8876         * math/Makefile: Add new test test-fenv-return.
8877
8878 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8879
8880         [BZ #17042]
8881         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8882         when x - 1 is zero.
8883         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8884         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8885         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8886         0.0L for an argument of 1.0L.
8887         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8888         Likewise.
8889         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8890         value when x - 1 is zero.
8891         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8892         * sysdeps/i386/fpu/libm-test-ulps: Update.
8893         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8894
8895 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8896
8897         [BZ #15119]
8898         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8899
8900 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8901
8902         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8903         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8904
8905 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8906
8907         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8908         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8909
8910         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8911         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8912
8913         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8914         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8915
8916         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8917         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8918
8919         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8920         if not already defined.
8921         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8922         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8923         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8924         (TLS_INIT_TP): Use it.
8925         (TLS_DEFINE_INIT_TP): New macro.
8926         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8927
8928 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8929
8930         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8931         constant.
8932         [POSIX] (IXANY): Likewise.
8933         [POSIX] (OLCUC): Likewise.
8934         [POSIX || POSIX2008] (CBAUD): Do not allow.
8935         [POSIX || POSIX2008] (DEFECHO): Likewise.
8936         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8937         [POSIX || POSIX2008] (ECHOKE): Likewise.
8938         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8939         [POSIX || POSIX2008] (EXTA): Likewise.
8940         [POSIX || POSIX2008] (EXTB): Likewise.
8941         [POSIX || POSIX2008] (FLUSHO): Likewise.
8942         [POSIX || POSIX2008] (LOBLK): Likewise.
8943         [POSIX || POSIX2008] (PENDIN): Likewise.
8944         [POSIX || POSIX2008] (SWTCH): Likewise.
8945         [POSIX || POSIX2008] (VDISCARD): Likewise.
8946         [POSIX || POSIX2008] (VDSUSP): Likewise.
8947         [POSIX || POSIX2008] (VLNEXT): Likewise.
8948         [POSIX || POSIX2008] (VREPRINT): Likewise.
8949         [POSIX || POSIX2008] (VSTATUS): Likewise.
8950         [POSIX || POSIX2008] (VWERASE): Likewise.
8951         (B*): Change to B[0123456789]*.
8952         * conform/data/time.h-data [POSIX || UNIX98]
8953         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8954         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8955         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8956         [POSIX] (tm_*): Do not allow.
8957
8958 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8959
8960         * Makefile (install): Don't set LANGUAGE.
8961         * Makefile.in (install): Likewise.
8962         * assert/Makefile (test-assert-ENV): Remove variable.
8963         (test-assert-perr-ENV): Likewise.
8964         * elf/Makefile (neededtest4-ENV): Likewise.
8965         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8966         [$(cross-compiling) = no]: Don't set LANGUAGE.
8967         * io/ftwtest-sh (LANG): Remove variable.
8968         * libio/Makefile (tst-widetext-ENV): Likewise.
8969         * manual/install.texi (Running make install): Don't refer to
8970         environment settings for make install.
8971         * INSTALL: Regenerated.
8972         * nptl/tst-tls6.sh: Don't set LANG.
8973         * posix/globtest.sh (LANG): Remove variable.
8974         * string/Makefile (tester-ENV): Likewise.
8975         (inl-tester-ENV): Likewise.
8976         (noinl-tester-ENV): Likewise.
8977         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8978         [$(cross-compiling) = no]: Don't set LANGUAGE.
8979         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8980         without explicit environment settings.
8981
8982 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8983
8984         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8985         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8986         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8987         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8988
8989 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8990
8991         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8992         other files in the crypt directory.
8993         * crypt/crypt.c: Remove duplicate includes.
8994         * crypt/crypt-entry.c: Likewise.
8995         * crypt/crypt_util.c: Likewise.
8996
8997 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8998
8999         * Makeconfig (run-program-env): New variable.
9000         (run-program-prefix-before-env): Likewise.
9001         (run-program-prefix-after-env): Likewise.
9002         (run-program-prefix): Define in terms of new variables.
9003         (built-program-cmd-before-env): New variable.
9004         (built-program-cmd-after-env): Likewise.
9005         (built-program-cmd): Define in terms of new variables.
9006         (test-program-prefix-before-env): New variable.
9007         (test-program-prefix-after-env): Likewise.
9008         (test-program-prefix): Define in terms of new variables.
9009         (test-program-cmd-before-env): New variable.
9010         (test-program-cmd-after-env): Likewise.
9011         (test-program-cmd): Define in terms of new variables.
9012         * Rules (make-test-out): Use $(run-program-env).
9013         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
9014         (help): Do not mention environment variables.  Mention
9015         --timeoutfactor option.
9016         (timeoutfactor): New variable.
9017         (blacklist_exports): Remove function.
9018         (exports): Remove variable.
9019         (command): Do not include ${exports}.
9020         * manual/install.texi (Configuring and compiling): Do not mention
9021         test wrappers preserving environment variables.  Mention that last
9022         assignment to a variable must take precedence.
9023         * INSTALL: Regenerated.
9024         * benchtests/Makefile (run-bench): Use $(run-program-env).
9025         * catgets/Makefile ($(objpfx)test1.cat): Use
9026         $(built-program-cmd-before-env), $(run-program-env) and
9027         $(built-program-cmd-after-env).
9028         ($(objpfx)test2.cat): Do not specify environment variables
9029         explicitly.
9030         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
9031         $(run-program-env) and $(built-program-cmd-after-env).
9032         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
9033         $(run-program-env) and $(test-program-cmd-after-env).
9034         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
9035         explicitly.
9036         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
9037         run_program_env and test_program_cmd_after_env arguments.
9038         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
9039         * elf/tst-pathopt.sh: Use run_program_env argument.
9040         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
9041         $(test-wrapper-env) and $(run-program-env).
9042         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
9043         run_program_env arguments.
9044         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
9045         * intl/Makefile ($(objpfx)tst-gettext.out): Use
9046         $(test-program-prefix-before-env), $(run-program-env) and
9047         $(test-program-prefix-after-env).
9048         ($(objpfx)tst-gettext2.out): Likewise.
9049         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
9050         run_program_env and test_program_prefix_after_env arguments.
9051         * intl/tst-gettext2.sh: Likewise.
9052         * intl/tst-gettext4.sh: Do not set environment variables
9053         explicitly.
9054         * intl/tst-gettext6.sh: Likewise.
9055         * intl/tst-translit.sh: Likewise.
9056         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
9057         $(test-program-prefix-before-env), $(run-program-env) and
9058         $(test-program-prefix-after-env).
9059         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
9060         run_program_env and test_program_prefix_after_env arguments.
9061         * math/Makefile (run-regen-ulps): Use $(run-program-env).
9062         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
9063         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
9064         explicitly with each use of ${test_wrapper_env}.
9065         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
9066         $(test-program-prefix-before-env), $(run-program-env) and
9067         $(test-program-prefix-after-env).
9068         * posix/tst-getconf.sh: Do not set environment variables
9069         explicitly.
9070         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
9071         run_program_env and test_program_prefix_after_env arguments.
9072         * stdio-common/tst-printf.sh: Do not set environment variables
9073         explicitly.
9074         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
9075         $(test-program-prefix-before-env), $(run-program-env) and
9076         $(test-program-prefix-after-env).
9077         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
9078         run_program_env and test_program_prefix_after_env arguments.
9079         Split $test calls into $test_pre and $test.
9080         * timezone/Makefile (build-testdata): Use
9081         $(built-program-cmd-before-env), $(run-program-env) and
9082         $(built-program-cmd-after-env).
9083
9084 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9085
9086         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
9087         strlen for non SHARED builds.
9088
9089 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
9090
9091         * nptl/allocatestack.c (check_list): Inlined function...
9092         (__reclaim_stacks): ... here.
9093
9094 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9095
9096         [BZ #15698]
9097         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9098         memory overrun.
9099
9100 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
9101
9102         * Rules (make-test-out): Include
9103         LOCPATH=$(common-objpfx)localedata in default environment.
9104         * debug/Makefile (tst-chk1-ENV): Remove variable.
9105         (tst-chk2-ENV): Likewise.
9106         (tst-chk3-ENV): Likewise.
9107         (tst-chk4-ENV): Likewise.
9108         (tst-chk5-ENV): Likewise.
9109         (tst-chk6-ENV): Likewise.
9110         (tst-lfschk1-ENV): Likewise.
9111         (tst-lfschk2-ENV): Likewise.
9112         (tst-lfschk3-ENV): Likewise.
9113         (tst-lfschk4-ENV): Likewise.
9114         (tst-lfschk5-ENV): Likewise.
9115         (tst-lfschk6-ENV): Likewise.
9116         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
9117         (tst-iconv7-ENV): Likewise.
9118         * intl/Makefile (LOCPATH-ENV): Likewise.
9119         (tst-codeset-ENV): Likewise.
9120         (tst-gettext3-ENV): Likewise.
9121         (tst-gettext5-ENV): Likewise.
9122         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
9123         (tst-fopenloc-ENV): Likewise.
9124         (tst-fgetws-ENV): Remove variable.
9125         (tst-ungetwc1-ENV): Likewise.
9126         (tst-ungetwc2-ENV): Likewise.
9127         (bug-ungetwc2-ENV): Likewise.
9128         (tst-swscanf-ENV): Likewise.
9129         (bug-ftell-ENV): Likewise.
9130         (tst-fgetwc-ENV): Likewise.
9131         (tst-fseek-ENV): Likewise.
9132         (tst-ftell-partial-wide-ENV): Likewise.
9133         (tst-ftell-active-handler-ENV): Likewise.
9134         (tst-ftell-append-ENV): Likewise.
9135         * posix/Makefile (tst-fnmatch-ENV): Likewise.
9136         (tst-regexloc-ENV): Likewise.
9137         (bug-regex1-ENV): Likewise.
9138         (tst-regex-ENV): Likewise.
9139         (tst-regex2-ENV): Likewise.
9140         (bug-regex5-ENV): Likewise.
9141         (bug-regex6-ENV): Likewise.
9142         (bug-regex17-ENV): Likewise.
9143         (bug-regex18-ENV): Likewise.
9144         (bug-regex19-ENV): Likewise.
9145         (bug-regex20-ENV): Likewise.
9146         (bug-regex22-ENV): Likewise.
9147         (bug-regex23-ENV): Likewise.
9148         (bug-regex25-ENV): Likewise.
9149         (bug-regex26-ENV): Likewise.
9150         (bug-regex30-ENV): Likewise.
9151         (bug-regex32-ENV): Likewise.
9152         (bug-regex33-ENV): Likewise.
9153         (bug-regex34-ENV): Likewise.
9154         (bug-regex35-ENV): Likewise.
9155         (tst-rxspencer-ENV): Likewise.
9156         (tst-rxspencer-no-utf8-ENV): Likewise.
9157         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9158         (tst-sscanf-ENV): Likewise.
9159         (tst-swprintf-ENV): Likewise.
9160         (tst-swscanf-ENV): Likewise.
9161         (test-vfprintf-ENV): Likewise.
9162         (scanf13-ENV): Likewise.
9163         (bug14-ENV): Likewise.
9164         (tst-grouping-ENV): Likewise.
9165         * stdlib/Makefile (tst-strtod-ENV): Likewise.
9166         (tst-strtod3-ENV): Likewise.
9167         (tst-strtod4-ENV): Likewise.
9168         (tst-strtod5-ENV): Likewise.
9169         (testmb2-ENV): Likewise./
9170         * string/Makefile (tst-strxfrm-ENV): Likewise.
9171         (tst-strxfrm2-ENV): Likewise.
9172         (bug-strcoll1-ENV): Likewise.
9173         (test-strcasecmp-ENV): Likewise.
9174         (test-strncasecmp-ENV): Likewise.
9175         * time/Makefile (tst-strptime-ENV): Likewise.
9176         (tst-ftime_l-ENV): Likewise.
9177         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9178         (tst-mbrtowc-ENV): Likewise.
9179         (tst-wcrtomb-ENV): Likewise.
9180         (tst-mbrtowc2-ENV): Likewise.
9181         (tst-c16c32-1-ENV): Likewise.
9182         (tst-mbsnrtowcs-ENV): Likewise.
9183
9184 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9185
9186         * manual/resource.texi (How to get information about the memory
9187         subsystem?): Fix typo.
9188         Reported by Peon de la Parra Ivan <peon@keba.com>
9189
9190 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
9191
9192         [BZ #16882]
9193         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9194         (pthread_spin_lock): Branch out of spin loop to proper location.
9195         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9196         (pthread_spin_lock): Likewise.
9197
9198         * nptl/tst-spin4.c: New test.
9199         * nptl/Makefile (tests): Add tst-spin4.
9200
9201 2014-06-03  Andreas Schwab  <schwab@suse.de>
9202
9203         [BZ #15946]
9204         * resolv/res_send.c (send_dg): Reload file descriptor after
9205         calling reopen.
9206
9207 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
9208
9209         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9210
9211 2014-06-03  Richard Henderson  <rth@redhat.com>
9212
9213         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9214         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9215         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9216         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
9217         in the SAVE_PID block.
9218         (__libc_vfork): New alias.
9219         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
9220
9221         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9222         child in registers, not on the stack.  Remove RESET_PID conditionals.
9223         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9224
9225 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9226
9227         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9228
9229 2014-06-03  Wilco  <wdijkstr@arm.com>
9230
9231         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9232         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9233         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9234         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9235         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9236         Likewise.
9237
9238 2014-06-03  Wilco  <wdijkstr@arm.com>
9239
9240         * sysdeps/aarch64/fpu/math_private.h
9241         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9242         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9243         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9244         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9245         Fix declarations.
9246
9247 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9248
9249         * crypt/crypt-private.h: Include ufc-crypt.h.
9250         (__b64_from_24bit): Declare extern.
9251         * crypt/crypt_util.c(__b64_from_24bit): New function.
9252         (b64t): New static const variable.
9253         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9254         (b64t): Remove variable.
9255         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9256         * crypt/sha256-crypt.c: Include crypt-private.h.
9257         (b64t): Remove variable.
9258         (__sha256_crypt_r): Remove b64_from_24bit and replace
9259         with __b64_from_24bit.
9260         * crypt/sha512-crypt.c: Likewise.
9261
9262 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9263
9264         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9265         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9266         Label the code __libc_vfork rather than __vfork.
9267         [!NOT_IN_libc] (vfork): Define as weak alias.
9268         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9269         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9270         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9271
9272 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9273
9274         * malloc/malloc.c (malloc_info): Fix format specifier for
9275         n_mmaps.
9276
9277 2014-06-02  Wilco  <wdijkstr@arm.com>
9278
9279         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9280         FPCR write.
9281
9282 2014-06-02  Wilco  <wdijkstr@arm.com>
9283
9284         [BZ #17009]
9285         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9286         Rewrite to reduce FPCR/FPSR accesses.
9287
9288 2014-06-01  David S. Miller  <davem@davemloft.net>
9289
9290         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9291
9292 2014-05-31  David S. Miller  <davem@davemloft.net>
9293
9294         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9295         to occur in round to nearest mode when |x| >= 2.0
9296
9297 2014-05-30  Richard Henderson  <rth@twiddle.net>
9298
9299         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9300         (PSEUDO_RET_NOERRNO): Remove.
9301         (ret): Don't redefine.
9302         (ret_NOERRNO): Define in terms of ret.
9303         (ret_ERRVAL): Likewise.
9304
9305         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9306         use of PSEUDO_RET; perform the error check directly.
9307
9308 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9309
9310         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9311         with __int128_t.
9312
9313 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9314
9315         * malloc/malloc (malloc_info): Fix formatting.
9316
9317 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9318             Roland McGrath  <roland@hack.frob.com>
9319
9320         * malloc/malloc (malloc_info): Also print mmapped statistics.
9321
9322 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9323
9324         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9325         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9326
9327 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9328
9329         * malloc/malloc.c (malloc_info): Inline mi_arena.
9330
9331 2014-05-29  Richard Henderson  <rth@twiddle.net>
9332
9333         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9334         Remove comma before expanding ASM_ARGS_##nr.
9335         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9336         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9337         of ASM_ARGS_##nr.
9338         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9339         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9340         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9341         (ASM_ARGS_1): Add leading comma.
9342
9343         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9344         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9345         to __errno_location.
9346         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9347         Remove the expected plt for __errno_location.
9348
9349         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9350         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9351         call to __read_tp.
9352
9353         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9354         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9355         it and break it down.
9356         (DOCARGS_0, DOCARGS_1): Do nothing.
9357         (DOCARGS_2): Update to store into the new stack frame.
9358         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9359         (UNDOCARGS_1): Update to restore from the new stack frame.
9360         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9361         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9362
9363         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9364         (SINGLE_THREAD_P): New parameter for result regno.
9365         (PSEUDO): Update to match; use cbz instead of beq.
9366
9367         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9368         Use ENTRY to define the _nocancel entry point.  Share the syscall
9369         and syscall error check paths with the cancel path.
9370         (PSEUDO_END): New.
9371
9372         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9373         whitespace; tabs before and after asm mnemonics.
9374
9375 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9376
9377         [BZ #15132]
9378         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9379         Call fstat64 or stat64 internally, depending on arguments passed.
9380         Replace stat buffer argument with file descriptor argument.
9381         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9382         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9383         Pass fd to __internal_statvfs instead of calling fstat64.
9384         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9385         Pass fd to __internal_statvfs64 instead of calling fstat64.
9386         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9387         Pass -1 to __internal_statvfs instead of calling stat64.
9388         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9389         Pass -1 to __internal_statvfs64 instead of calling stat64.
9390
9391 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9392
9393         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9394         that was previously under [RESET_PID].
9395         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9396
9397         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9398         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9399
9400 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9401
9402         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9403
9404         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9405         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9406
9407 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9408
9409         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9410
9411 2014-05-27  Andreas Schwab  <schwab@suse.de>
9412
9413         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9414         TLS_INIT_TP macro.
9415         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9416         * elf/rtld.c (init_tls, dl_main): Likewise.
9417         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9418         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9419         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9420         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9421         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9422         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9423         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9424         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9425         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9426         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9427         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9428         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9429         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9430         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9431         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9432         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9433         * sysdeps/generic/tls.h: Update description.
9434
9435 2014-05-27  Will Newton  <will.newton@linaro.org>
9436
9437         [BZ #16990]
9438         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9439         and restore r2 rather than just restoring.
9440
9441 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9442
9443         [BZ #16724]
9444         * libio/tst-ftell-append.c: New test case.
9445         * libio/Makefile (tests): Add test case.
9446         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9447         append mode.
9448         * libio/wfileops.c (do_ftell_wide): Likewise.
9449
9450 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9451
9452         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9453
9454         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9455         ...
9456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9458         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9459         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9460         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9461         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9462         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9463         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9464         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9465         Moved ...
9466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9467         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9468         Moved ...
9469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9470         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9471         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9472         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9473         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9474         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9475         ...
9476         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9477         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9478         Moved ...
9479         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9480         here.
9481         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9482         ...
9483         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9484         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9485         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9486
9487         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9488         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9489         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9490         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9491
9492         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9493         merge into ...
9494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9495         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9496         ...
9497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9498         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9499         ...
9500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9501         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9502         Moved ...
9503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9504         here.
9505         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9506         Moved ...
9507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9508         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9509         Moved ...
9510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9511
9512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9513         conditional [RESET_PID].
9514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9515         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9516         removed.
9517         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9518         removed.
9519
9520         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9521         <tcb-offsets.h>.
9522         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9523         (__libc_vfork): New strong alias.
9524         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9525         removed.
9526         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9527         Removed.
9528
9529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9530         <tcb-offsets.h>.
9531         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9532         (__libc_vfork): New strong alias.
9533         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9534         removed.
9535         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9536         removed.
9537
9538 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9539
9540         * malloc/malloc.c (mi_arena): New function.
9541         (malloc_info): Remove nested function mi_arena. Call non-nosted
9542         function mi_arena.
9543
9544 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9545
9546         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9547         by insrwi.
9548         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9549         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9550         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9551         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9552         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9553         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9554         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9555
9556 2014-05-26  Andreas Schwab  <schwab@suse.de>
9557
9558         [BZ #16984]
9559         * locale/programs/repertoire.c (repertoire_read): Add slash
9560         between I18NPATH element and file name.
9561         * locale/programs/locfile.c (locfile_read): Likewise.
9562
9563 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9564
9565         * nptl/pthread_mutexattr_settype.c
9566         (__pthread_mutexattr_settype):
9567         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9568
9569 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9570
9571         * nptl/tst-mutex5 (do_test):
9572         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9573
9574 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9575
9576         * benchtests/README: Document 'init' directive.
9577         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9578         BENCH_INIT.
9579         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9580         (parse_file): Recognize 'init' directive.
9581
9582 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9583
9584         [BZ #16796]
9585         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9586         alignment of struct pthread.
9587
9588 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9589
9590         [BZ #16878]
9591         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9592         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9593         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9594         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9595
9596 2014-05-25  Richard Henderson  <rth@twiddle.net>
9597
9598         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9599         (SINGLE_THREAD_P_PIC): Remove.
9600         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9601         (SINGLE_THREAD_P_PIC): Remove.
9602
9603         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9604         branch to syscall error ...
9605         (PSEUDO): ... here.
9606         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9607         from __local_syscall_error to .Lsyscall_error.
9608         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9609         (SYSCALL_ERROR): Update label name.
9610
9611         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9612         Do not use DOARGS/UNDOARGS.
9613         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9614         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9615         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9616         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9617         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9618
9619         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9620         block comment.
9621
9622         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9623         define if !NOT_IN_libc.
9624         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9625         define with non-default symbol versions.
9626
9627 2014-05-23  Richard Henderson  <rth@twiddle.net>
9628
9629         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9630         (vfork, __vfork): Define via compat_symbol.
9631
9632         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9633         [!HAVE_IFUNC] (vfork_compat): Remove.
9634         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9635
9636 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9637
9638         [BZ #16978]
9639         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9640         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9641         variable.
9642
9643 2014-05-23  Richard Henderson  <rth@twiddle.net>
9644
9645         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9646         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9647         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9648         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9649
9650         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9651         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9652         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9653         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9654         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9655         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9656         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9657         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9658         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9659         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9660         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9661         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9662         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9663         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9664         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9665         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9666         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9667         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9668         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9669         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9670         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9671         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9672         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9673         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9674         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9675         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9676         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9677         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9678         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9679         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9680         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9681         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9682         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9683         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9684         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9685         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9686         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9687         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9688         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9689         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9690         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9691         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9692         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9693         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9694         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9695         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9696         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9697         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9698         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9699         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9700         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9701         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9702         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9703         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9704         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9705         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9706
9707         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9708         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9709         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9710         before exiting on error.
9711         (__libc_vfork): New strong alias.
9712         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9713         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9714
9715         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9716         that was previously under [RESET_PID].
9717         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9718
9719         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9720
9721 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9722
9723         [BZ #16977]
9724         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9725         value when x - 1 is zero.
9726         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9727         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9728         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9729         0.0L for an argument of 1.0L.
9730         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9731         Likewise.
9732         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9733         value when x - 1 is zero.
9734         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9735         * sysdeps/i386/fpu/libm-test-ulps: Update.
9736         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9737
9738 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9739
9740         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9741         alphasort and versionsort.
9742
9743 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9744
9745         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9746         macro.
9747         [copysignf]: Likewise.
9748
9749 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9750
9751         * crypt/md5-crypt.c: Fix formatting.
9752
9753 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9754
9755         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9756         (b64_from_24bit): New function.
9757
9758 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9759
9760         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9761         libc_hidden_builtin_def to ifunc.
9762         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9763         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9764
9765 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9766
9767         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9768         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9769
9770 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9771
9772         * nscd/Depend (linuxthreads): Remove.
9773         (nptl): Add.
9774         * resolv/Depend (linuxthreads): Remove.
9775         * rt/Depend (linuxthreads): Remove.
9776
9777         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9778         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9779         $(common-objpfx)elf/.
9780         (link-libc-before-gnulib): Likewise.
9781         (elfobjdir): Remove variable.
9782         * Makefile (install): Use $(elf-objpfx) instead of
9783         $(common-objpfx)elf/.
9784         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9785         $(elfobjdir)/.
9786         (link-libc-deps): Likewise.
9787         ($(common-objpfx)libc.so): Likewise.
9788         ($(common-objpfx)linkobj/libc.so): Likewise.
9789         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9790         instead of $(common-objpfx)elf/.
9791         (symbolic-link-list): Likewise.
9792         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9793         [$(cross-compiling) = no]: Likewise.
9794         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9795         $(elfobjdir)/.
9796         (static-gnulib-arch): Likewise.
9797         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9798         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9799         $(common-objpfx)elf/.
9800
9801 2014-05-21  Richard Henderson  <rth@redhat.com>
9802
9803         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9804         (SINGLE_THREAD_P): Use the correct width load.  Fold
9805         into the ldr offset.
9806
9807         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9808         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9809
9810 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9811
9812         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9813         (libgcc_s_resume): Use __attribute_used__.
9814         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9815         Likewise.
9816
9817 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9818
9819         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9820         optimization when used with float constants.
9821
9822         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9823
9824 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9825
9826         [BZ #16915]
9827         * locale/nl_langinfo_l.c: Make direct reference to every
9828         _nl_current_CATEGORY symbol.
9829         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9830         (tests-static): Add tst-langinfo-static.
9831         (tests-special): Add tst-langinfo-static.out.
9832         ($(objpfx)tst-langinfo.out): Redirect output.
9833         ($(objpfx)tst-langinfo-static.out): New.
9834         * localedata/tst-langinfo.sh: Send output to stdout.
9835         * localedata/tst-langinfo-static.c: New file.
9836
9837         [BZ #16965]
9838         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9839         when the shift amount is modulo the limb size.
9840
9841 2014-05-20  Richard Henderson  <rth@redhat.com>
9842
9843         [BZ #16967]
9844         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9845         Change type of sa_flags from unsigned int to int.
9846
9847         [BZ #16966]
9848         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9849
9850         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9851
9852 2014-05-20  Will Newton  <will.newton@linaro.org>
9853
9854         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9855         Test the return value of the system call in the nocancel case.
9856
9857 2014-05-20  Will Newton  <will.newton@linaro.org>
9858             Yvan Roux  <yvan.roux@linaro.org>
9859
9860         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9861         #include of asm/ptrace.h.
9862         (PTRACE_GET_THREAD_AREA): Remove #undef.
9863         (PTRACE_GETHBPREGS): Likewise.
9864         (PTRACE_SETHBPREGS): Likewise.
9865         (struct user_regs_struct): New structure.
9866         (struct user_fpsimd_struct): New structure.
9867         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9868         #include of asm/ptrace.h and second #include of sys/user.h.
9869         (PTRACE_GET_THREAD_AREA): Remove #undef.
9870         (PTRACE_GETHBPREGS): Likewise.
9871         (PTRACE_SETHBPREGS): Likewise.
9872         (ELF_NGREG): Use new struct user_regs_struct.
9873         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9874
9875 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9876
9877         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9878         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9879
9880 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9881
9882         [BZ #16958]
9883         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9884         membar to avoid block loads/stores to overlap previous stores.
9885
9886 2014-05-17  Richard Henderson  <rth@redhat.com>
9887
9888         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9889         Create the __##syscall_name##_nocancel entry point.
9890         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9891         Remove; let the sysdep-cancel.h code create it.
9892
9893 2014-05-17  David S. Miller  <davem@davemloft.net>
9894
9895         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9896         Protect with __USE_GNU.
9897         (TIOCSET_TEMPT): Likewise.
9898         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9899         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9900         these are already provided in bits/ioctl-types.h
9901
9902 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9903
9904         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9905         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9906
9907         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9908         Use wait4 regardless of [__NR_waitpid].
9909
9910 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9911
9912         PR libgcc/60166
9913         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9914         (_FP_NANSIGN_Q): Set the quiet bit.
9915
9916 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9917
9918         * benchtests/Makefile
9919         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9920         not $(common-objpfx)math/libm.so.
9921         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9922         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9923         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9924         $(common-objpfx)dlfcn/libdl.so.
9925         ($(objpfx)tst-audit8): Depend on $(libm), not
9926         $(common-objpfx)math/libm.so.
9927         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9928         not $(common-objpfx)dlfcn/libdl.so.
9929         * math/Makefile
9930         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9931         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9932         [$(build-shared) = yes].
9933         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9934         $(common-objpfx)nptl/libpthread.so.
9935         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9936         $(common-objpfx)math/libm.so$(libm.so-version) or
9937         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9938         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9939         $(common-objpfx)dlfcn/libdl.so.
9940         * setjmp/Makefile (link-libm): Remove variable.
9941         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9942         * stdio-common/Makefile (link-libm): Remove variable.
9943         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9944         * stdlib/Makefile (link-libm): Remove variable.
9945         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9946         ($(objpfx)tst-strtod-round): Likewise.
9947         ($(objpfx)tst-tininess): Likewise.
9948         ($(objpfx)tst-strtod-underflow): Likewise.
9949         ($(objpfx)tst-strtod6): Likewise.
9950         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9951         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9952         $(common-objpfx)dlfcn/libdl.so.
9953
9954 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9955
9956         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9957         BSD terminal modes definitions.
9958
9959 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9960
9961         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9962         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9963
9964         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9965         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9966         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9967         Don't do #include_next.
9968         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9969         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9970         Don't do #include_next.
9971         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9972         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9973         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9974         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9975
9976 2014-05-16  Allan McRae  <allan@archlinux.org>
9977
9978         * po/sv.po: Update Swedish translation from translation project.
9979
9980         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9981         in sed expression.
9982
9983 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9984
9985         [BZ #16917]
9986         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9987         errno if the TIOCGPTN ioctl fails with an error different than
9988         EINVAL.
9989         * login/tst-ptsname.c: New file.
9990         * login/Makefile (tests): Add tst-ptsname.
9991
9992         [BZ #16943]
9993         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9994         and prlimit64.
9995
9996 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9997
9998         [BZ #16849]
9999         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
10000         herrno to return EAI_AGAIN.
10001
10002 2014-05-14  Roland McGrath  <roland@hack.frob.com>
10003
10004         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
10005         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
10006         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
10007         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
10008         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
10009         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
10010         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
10011         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
10012         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
10013         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
10014         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
10015         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
10016         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
10017         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
10018         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
10019         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
10020         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
10021         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
10022         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
10023         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
10024         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
10025         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
10026         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
10027         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
10028         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
10029         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
10030         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
10031         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
10032         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
10033         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
10034         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
10035         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
10036         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
10037         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
10038         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
10039         Moved ...
10040         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
10041         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
10042         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
10043         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
10044         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
10045         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
10046         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
10047         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
10048         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
10049         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
10050         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
10051         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
10052         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
10053         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
10054         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
10055         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
10056         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
10057         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
10058         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
10059         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
10060         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
10061         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
10062         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
10063         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
10064         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
10065         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
10066         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
10067         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
10068         Moved ...
10069         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
10070         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
10071         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
10072         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
10073         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
10074         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
10075         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
10076         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
10077         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
10078         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
10079         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
10080         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
10081         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
10082         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
10083         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
10084         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
10085         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
10086         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
10087         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
10088         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
10089         Moved ...
10090         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
10091         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
10092         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
10093
10094         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
10095         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
10096         (libpthread-sysdep_routines): Add elision-related stuff here instead.
10097         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
10098         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
10099         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
10100         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
10101         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
10102         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
10103         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
10104         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
10105         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
10106         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
10107         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
10108         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
10109         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
10110         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
10111         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
10112         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
10113         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
10114         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
10115         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
10116         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
10117         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
10118         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
10119         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
10120         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
10121         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
10122         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
10123         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
10124         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
10125
10126         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
10127         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
10128
10129         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
10130         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
10131         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
10132         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
10133         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
10134         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
10135         Moved ...
10136         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
10137         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
10138         Moved ...
10139         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
10140         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
10141         Moved ...
10142         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
10143         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
10144         Moved ...
10145         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
10146         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
10147         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
10148         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
10149         Moved ...
10150         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
10151         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
10152         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
10153         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10154         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10155         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10156         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10157         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10158         Moved ...
10159         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10160         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10161         Moved ...
10162         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10163         ... here.
10164         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10165         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10166         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10167         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10168         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10169         Moved ...
10170         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10171         ... here.
10172         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10173         Moved ...
10174         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10175         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10176         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10177         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10178         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10179         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10180         Moved ...
10181         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10182         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10183         Moved ...
10184         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10185         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10186         Moved ...
10187         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10188         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10189         Moved ...
10190         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10191         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10192         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10193         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10194         Moved ...
10195         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10196         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10197         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10198         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10199         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10200         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10201         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10202         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10203         Moved ...
10204         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10205         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10206         Moved ...
10207         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10208         ... here.
10209         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10210         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10211         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10212         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10213         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10214         Moved ...
10215         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10216         ... here.
10217         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10218         Moved ...
10219         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10220         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10221         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10222         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10223         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10224         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10225         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10226         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10227         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10228         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10229         Moved ...
10230         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10231         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10232         Moved ...
10233         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10234         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10235         Moved ...
10236         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10237         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10238         Moved ...
10239         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10240         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10241         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10242         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10243         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10244         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10245         Moved ...
10246         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10247         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10248         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10249         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10250         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10251         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10252         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10253         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10254         Moved ...
10255         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10256         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10257         Moved ...
10258         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10259         ... here.
10260         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10261         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10262         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10263         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10264         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10265         Moved ...
10266         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10267         ... here.
10268         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10269         Moved ...
10270         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10271         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10272         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10273         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10274         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10275         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10276         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10277         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10278         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10279         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10280         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10281
10282         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10283         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10284
10285         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10286         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10287
10288         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10289         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10290         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10291         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10292         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10293         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10294         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10295         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10296         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10297         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10298         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10299         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10300         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10301         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10302         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10303         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10304         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10305         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10306         Moved ...
10307         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10308         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10309         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10310         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10311         Moved ...
10312         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10313         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10314         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10315         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10316         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10317         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10318         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10319         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10320         Moved ...
10321         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10322         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10323         Moved ...
10324         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10325         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10326         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10327         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10328         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10329         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10330         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10331         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10332         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10333         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10334         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10335         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10336         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10337         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10338         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10339         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10340         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10341
10342         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10343         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10344         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10345         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10346         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10347
10348         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10349         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10350         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10351         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10352         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10353         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10354         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10355         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10356         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10357         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10358
10359         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10360         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10361
10362         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10363         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10364         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10365         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10366         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10367         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10368         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10369         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10370         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10371         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10372         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10373         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10374         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10375         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10376         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10377         Update #include.
10378         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10379         Likewise.
10380         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10381         Likewise.
10382         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10383         Likewise.
10384         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10385         Likewise.
10386         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10387         Likewise.
10388         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10389         Likewise.
10390         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10391         Likewise.
10392         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10393         Likewise.
10394         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10395         Likewise.
10396         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10397         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10398         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10399         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10400         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10401         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10402         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10403         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10404         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10405         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10406         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10407         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10408         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10409         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10410         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10411
10412         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10413         that was previously under [RESET_PID].
10414         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10415         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10416         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10417
10418         * sysdeps/i386/nptl/Implies: New file.
10419         * sysdeps/x86_64/nptl/Implies: New file.
10420         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10421         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10422         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10423         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10424
10425         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10426         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10427         (__libc_vfork): New strong alias.
10428         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10429         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10430
10431         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10432         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10433         (__libc_vfork): New strong alias.
10434         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10435         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10436
10437         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10438         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10439         (__libc_vfork): New strong alias.
10440         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10441         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10442         * nptl/pt-vfork.c: New file.
10443         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10444         (libpthread: GLIBC_2.20): New version set (empty).
10445
10446 2014-05-14  Will Newton  <will.newton@linaro.org>
10447
10448         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10449         rather than #if.
10450
10451 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10452
10453         [BZ #16564]
10454         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10455         arguments with exponent 65 or above.
10456         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10457         arguments 0x1p113L or above.
10458         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10459         to arguments 0x1p107L or above.
10460         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10461         positive arguments with exponent 65 or above.
10462         * math/auto-libm-test-in: Add more tests of log1p.
10463         * math/auto-libm-test-out: Regenerated.
10464
10465         [BZ #16928]
10466         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10467         non-finite arguments is +0.
10468         * math/s_cacosf.c (__cacosf): Likewise.
10469         * math/s_cacosl.c (__cacosl): Likewise.
10470         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10471         * sysdeps/i386/fpu/libm-test-ulps: Update.
10472         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10473
10474         [BZ #16927]
10475         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10476         value.
10477         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10478         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10479         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10480         for explicit high bit of mantissa when testing for argument equal
10481         to 1.
10482         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10483         * sysdeps/i386/fpu/libm-test-ulps: Update.
10484         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10485
10486         [BZ #16516]
10487         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10488         (__erf): Scale by 16 instead of 8 in potentially underflowing
10489         case.  Ensure exception if result actually underflows.
10490         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10491         (__erff): Scale by 16 instead of 8 in potentially underflowing
10492         case.  Ensure exception if result actually underflows.
10493         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10494         (efx8): Remove variable.
10495         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10496         case.  Ensure exception if result actually underflows.
10497         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10498         (efx8): Remove variable.
10499         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10500         case.  Ensure exception if result actually underflows.
10501         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10502         (efx8): Remove variable.
10503         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10504         case.  Ensure exception if result actually underflows.
10505         * math/auto-libm-test-in: Add more tests of erf.
10506         * math/auto-libm-test-out: Regenerated.
10507
10508 2014-05-14  Andreas Schwab  <schwab@suse.de>
10509
10510         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10511         Remove code conditionalized on USE___THREAD.
10512
10513         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10514         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10515         not definedness.
10516
10517 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10518
10519         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10520         Define unconditionally.
10521         (__ASSUME_O_CLOEXEC): Likewise.
10522         (__ASSUME_SOCK_CLOEXEC): Likewise.
10523         (__ASSUME_IN_NONBLOCK): Likewise.
10524         (__ASSUME_PIPE2): Likewise.
10525         (__ASSUME_EVENTFD2): Likewise.
10526         (__ASSUME_SIGNALFD4): Likewise.
10527         (__ASSUME_DUP3): Likewise.
10528         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10529         (__ASSUME_DUP3): Do not define.
10530         (__ASSUME_EVENTFD2): Likewise.
10531         (__ASSUME_IN_NONBLOCK): Likewise.
10532         (__ASSUME_O_CLOEXEC): Likewise.
10533         (__ASSUME_PIPE2): Likewise.
10534         (__ASSUME_SIGNALFD4): Likewise.
10535         (__ASSUME_SOCK_CLOEXEC): Likewise.
10536         (__ASSUME_UTIMES): Undefine.
10537         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10538         (__ASSUME_UTIMES): Do not define.
10539         (__ASSUME_O_CLOEXEC): Likewise.
10540         (__ASSUME_SOCK_CLOEXEC): Likewise.
10541         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10542         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10543         0x020621].
10544         (__ASSUME_PIPE2): Likewise.
10545         (__ASSUME_EVENTFD2): Likewise.
10546         (__ASSUME_SIGNALFD4): Likewise.
10547         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10548         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10549         Do not define.
10550         (__ASSUME_EVENTFD2): Likewise.
10551         (__ASSUME_SIGNALFD4): Likewise.
10552         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10553         (__ASSUME_32BITUIDS): Likewise.
10554         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10555         (__ASSUME_IPC64): Likewise.
10556         (__ASSUME_ST_INO_64_BIT): Likewise.
10557         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10558         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10559         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10560         (__ASSUME_UTIMES): Do not define.
10561         (__ASSUME_PSELECT): Likewise.
10562         (__ASSUME_PPOLL): Likewise.
10563         (__ASSUME_O_CLOEXEC): Likewise.
10564         (__ASSUME_SOCK_CLOEXEC): Likewise.
10565         (__ASSUME_IN_NONBLOCK): Likewise.
10566         (__ASSUME_PIPE2): Likewise.
10567         (__ASSUME_EVENTFD2): Likewise.
10568         (__ASSUME_SIGNALFD4): Likewise.
10569         (__ASSUME_DUP3): Likewise.
10570         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10571         (__ASSUME_UTIMES): Likewise.
10572         (__ASSUME_O_CLOEXEC): Likewise.
10573         (__ASSUME_SOCK_CLOEXEC): Likewise.
10574         (__ASSUME_IN_NONBLOCK): Likewise.
10575         (__ASSUME_PIPE2): Likewise.
10576         (__ASSUME_EVENTFD2): Likewise.
10577         (__ASSUME_SIGNALFD4): Likewise.
10578         (__ASSUME_DUP3): Likewise.
10579         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10580         (__ASSUME_UTIMES): Likewise.
10581         (__ASSUME_O_CLOEXEC): Likewise.
10582         (__ASSUME_SOCK_CLOEXEC): Likewise.
10583         (__ASSUME_IN_NONBLOCK): Likewise.
10584         (__ASSUME_PIPE2): Likewise.
10585         (__ASSUME_EVENTFD2): Likewise.
10586         (__ASSUME_SIGNALFD4): Likewise.
10587         (__ASSUME_DUP3): Likewise.
10588         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10589         Likewise.
10590         (__ASSUME_UTIMES): Likewise.
10591         (__ASSUME_EVENTFD2): Likewise.
10592         (__ASSUME_SIGNALFD4): Likewise.
10593         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10594         (__ASSUME_O_CLOEXEC): Likewise.
10595         (__ASSUME_SOCK_CLOEXEC): Likewise.
10596         (__ASSUME_IN_NONBLOCK): Likewise.
10597         (__ASSUME_PIPE2): Likewise.
10598         (__ASSUME_EVENTFD2): Likewise.
10599         (__ASSUME_SIGNALFD4): Likewise.
10600         (__ASSUME_DUP3): Likewise.
10601         (__ASSUME_UTIMES): Undefine.
10602
10603         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10604         feclearexcept.  Remove symbol versioning code.
10605         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10606         symbol versioning code.
10607         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10608         symbol versioning code.
10609         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10610         feupdateenv.  Remove symbol versioning code.
10611         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10612         fegetexceptflag.  Remove symbol versioning code.
10613         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10614         fesetexceptflag.  Remove symbol versioning code.
10615         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10616         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10617         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10618         (__posix_fadvise64_l32): Remove prototype.
10619         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10620         code.
10621
10622 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10623
10624         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10625         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10626         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10627         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10628
10629 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10630
10631         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10632         current working directory
10633
10634 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10635
10636         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10637         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10638         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10639         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10640         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10641         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10642         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10643         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10644         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10645         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10646         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10647         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10648         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10649         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10650         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10651         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10652         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10653         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10654         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10655         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10656         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10657         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10658         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10659         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10660         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10661         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10662         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10663         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10664         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10665         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10666         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10667         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10668         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10669         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10670         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10671         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10672         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10673         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10674         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10675         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10676         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10677         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10678
10679         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10680         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10681
10682         * sysdeps/unix/sysv/linux/arm/Makefile
10683         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10684         Add rt-aeabi_unwind_cpp_pr1.
10685         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10686         Add nptl-aeabi_unwind_cpp_pr1.
10687         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10688         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10689         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10690         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10691         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10692         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10693
10694         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10695         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10696         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10697         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10698
10699         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10700         Deconditionalize the code that was previously under [RESET_PID].
10701         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10702
10703         * sysdeps/generic/exit-thread.h: New file.
10704         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10705         * include/unistd.h (__exit_thread): Remove declaration.
10706         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10707         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10708         * csu/libc-start.c: Include <exit-thread.h>.
10709         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10710         * nptl/pthread_create.c: Include <exit-thread.h>.
10711         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10712         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10713         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10714         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10715         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10716         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10717         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10718         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10719         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10720         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10721         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10722         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10723         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10724         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10725         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10726         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10727         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10728
10729 2014-05-13  Andreas Schwab  <schwab@suse.de>
10730
10731         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10732
10733 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10734
10735         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10736         (__ASSUME_UTIMES): Do not condition on kernel version.
10737         (__ASSUME_PSELECT): Define unconditionally.
10738         (__ASSUME_PPOLL): Likewise.
10739         (__ASSUME_ATFCTS): Likewise.
10740         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10741         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10742         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10743         (__ASSUME_UTIMENSAT): Define unconditionally.
10744         (__ASSUME_PRIVATE_FUTEX): Likewise.
10745         (__ASSUME_FALLOCATE): Likewise.
10746         (__ASSUME_O_CLOEXEC): Likewise.
10747         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10748         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10749         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10750         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10751         (__ASSUME_IN_NONBLOCK): Likewise.
10752         (__ASSUME_PIPE2): Likewise.
10753         (__ASSUME_EVENTFD2): Likewise.
10754         (__ASSUME_SIGNALFD4): Likewise.
10755         (__ASSUME_DUP3): Likewise.
10756         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10757         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10758         (__ASSUME_AT_RANDOM): Likewise.
10759         (__ASSUME_PREADV): Likewise.
10760         (__ASSUME_PWRITEV): Likewise.
10761         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10762         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10763         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10764         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10765         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10766         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10767         (__ASSUME_O_CLOEXEC): Define unconditionally.
10768         (__ASSUME_PSELECT): Do not undefine conditionally.
10769         (__ASSUME_PPOLL): Likewise.
10770         (__ASSUME_ATFCTS): Likewise.
10771         (__ASSUME_SET_ROBUST_LIST): Likewise.
10772         (__ASSUME_UTIMENSAT): Likewise.
10773         (__ASSUME_FDATASYNC): Define unconditionally.
10774         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10775         (__ASSUME_SIGFRAME_V2): Likewise.
10776         )__ASSUME_EVENTFD2): Likewise.
10777         (__ASSUME_SIGNALFD4): Likewise.
10778         (__ASSUME_PSELECT): Do not undefine conditionally.
10779         (__ASSUME_PPOLL): Likewise.
10780         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10781         (__ASSUME_PSELECT): Define unconditionally.
10782         (__ASSUME_PPOLL): Likewise.
10783         (__ASSUME_O_CLOEXEC): Likewise.
10784         (__ASSUME_SOCK_CLOEXEC): Likewise.
10785         (__ASSUME_IN_NONBLOCK): Likewise.
10786         (__ASSUME_PIPE2): Likewise.
10787         (__ASSUME_EVENTFD2): Likewise.
10788         (__ASSUME_SIGNALFD4): Likewise.
10789         (__ASSUME_DUP3): Likewise.
10790         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10791         (__ASSUME_O_CLOEXEC): Likewise.
10792         (__ASSUME_SOCK_CLOEXEC): Likewise.
10793         (__ASSUME_IN_NONBLOCK): Likewise.
10794         (__ASSUME_PIPE2): Likewise.
10795         (__ASSUME_EVENTFD2): Likewise.
10796         (__ASSUME_SIGNALFD4): Likewise.
10797         (__ASSUME_DUP3): Likewise.
10798         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10799         (__ASSUME_EVENTFD2): Likewise.
10800         (__ASSUME_SIGNALFD4): Likewise.
10801         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10802
10803 2014-05-12  Andreas Schwab  <schwab@suse.de>
10804
10805         [BZ #16932]
10806         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10807         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10808         than maximum RPC packet size.
10809         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10810         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10811         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10812         (_nss_nis_getservbyport_r): Likewise.
10813
10814 2014-05-12  Will Newton  <will.newton@linaro.org>
10815
10816         * malloc/Makefile (tests): Add tst-mallopt.
10817         * malloc/tst-mallopt.c: New file.
10818
10819 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10820
10821         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10822         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10823
10824 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10825
10826         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10827         (tst-tlsmod6.so): Likewise.
10828
10829 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10830
10831         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10832
10833 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10834
10835         [BZ #16064]
10836         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10837         and <dl-procinfo.h>.
10838         (__fegetenv): Save SSE state in envp->__eip if supported.
10839         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10840         envp->__eip if supported.
10841         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10842         and <dl-procinfo.h>.
10843         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10844         __data_offset and __data_selector in environment to 0.  Set SSE
10845         state if supported.
10846         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10847         test-fenv-sse.
10848         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10849         -mfpmath=sse.
10850         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10851
10852 2014-05-09  Will Newton  <will.newton@linaro.org>
10853
10854         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10855         and libc_relro_required for ARM.
10856         * sysdeps/arm/preconfigure: Regenerate.
10857
10858 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10859             Stefan Liebler  <stli@linux.vnet.ibm.com>
10860
10861         * config.make.in (enable-lock-elision): New Makefile variable.
10862         * configure.ac: Likewise.
10863         * configure: Regenerate.
10864         * sysdeps/s390/configure.ac:
10865         Add check for gcc transactions support.
10866         * sysdeps/s390/configure: Regenerate.
10867         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10868         Build elision files if enabled.
10869         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10870         Add lock elision support for s390.
10871         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10872         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10873         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10874         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10875         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10876         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10877         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10878         Likewise.
10879         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10880         Likewise.
10881         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10882         Likewise.
10883         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10884         Likewise.
10885         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10886         (__lll_timedlock_elision, __lll_lock_elision)
10887         (__lll_unlock_elision, __lll_trylock_elision)
10888         (lll_timedlock_elision, lll_lock_elision)
10889         (lll_unlock_elision, lll_trylock_elision): Add.
10890         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10891         (pthread_mutex_t): Add lock elision support for s390.
10892
10893 2014-05-14  Wilco  <wdijkstr@arm.com>
10894
10895         * sysdeps/arm/fclrexcpt.c: Cleanup.
10896         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10897         * sysdeps/arm/feenablxcpt.c: Cleanup.
10898         * sysdeps/arm/fegetenv.c: Cleanup.
10899         * sysdeps/arm/fegetexcept.c: Cleanup.
10900         * sysdeps/arm/fegetround.c: Cleanup.
10901         * sysdeps/arm/feholdexcpt.c: Cleanup.
10902         * sysdeps/arm/fesetenv.c: Cleanup.
10903         * sysdeps/arm/fesetround.c: Cleanup.
10904         * sysdeps/arm/feupdateenv.c: Cleanup.
10905         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10906         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10907         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10908         * sysdeps/arm/ftestexcept.c: Cleanup.
10909         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10910         * sysdeps/arm/setfpucw.c: Cleanup.
10911
10912 2014-05-09  Will Newton  <will.newton@linaro.org>
10913
10914         * sysdeps/arm/armv7/strcmp.S: New file.
10915         * NEWS: Mention addition of ARMv7 optimized strcmp.
10916
10917 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10918
10919         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10920         look for %.ac rather than %.in.
10921
10922         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10923         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10924         * sysdeps/mach/hurd/configure: Regenerated.
10925         * sysdeps/unix/sysv/linux/configure: Regenerated.
10926
10927         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10928
10929 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10930
10931         [BZ# 16922]
10932         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10933         (LONG_SUB): Ditto.
10934         (PTR_SUB): Ditto.
10935
10936 2014-05-07  Andreas Schwab  <schwab@suse.de>
10937
10938         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10939         when skipping over non-matching result from nscd.
10940
10941 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10942
10943         [BZ #16876]
10944         * nptl/sockperf.c (client): Check socket return value.
10945
10946         [BZ #16877]
10947         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10948         nscd security class.
10949
10950 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10951
10952         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10953         * sysdeps/arm/unwind.h: ... here.
10954
10955 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10956
10957         [BZ# 16916]
10958         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10959         Define.
10960
10961 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10962
10963         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10964         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10965         multiarch strncpy for PPC64.
10966         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10967         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10968         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10969         multiarch optimizations.
10970         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10971         (__libc_ifunc_impl_list): Likewise.
10972         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10973         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10974         multiarch stpncpy for PPC64.
10975         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10976         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10977
10978 2014-05-06  Andreas Schwab  <schwab@suse.de>
10979
10980         [BZ #16912]
10981         * gmon/mcount.c (_MCOUNT_DECL): Use
10982         atomic_compare_and_exchange_bool_acq instead of
10983         catomic_compare_and_exchange_bool_acq.
10984
10985 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10986
10987         * elf/Makefile (others, install-bin): Remove pldd.
10988         (pldd-modules): Variable removed.
10989         ($(objpfx)pldd): Target removed.
10990         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10991         (others, install-bin): Append pldd here.
10992         ($(objpfx)pldd): New target.
10993
10994         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10995         to 0, so the first #if test emitted later doesn't see it undefined.
10996         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10997         * sysdeps/gnu/errlist.c: Regenerated.
10998
10999 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11000
11001         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11002         [libc_hidden_builtin_def]: Define to empty value.
11003         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
11004         [libc_hidden_builtin_def]: Likewise.
11005         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
11006         [libc_hidden_builtin_def]: Likewise.
11007         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
11008         [libc_hidden_builtin_def]: Likewise.
11009         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
11010         __redirect_memcpy and define ifunc as default hidden symbol.
11011         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
11012         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
11013
11014 2014-05-04  Adam Conrad  <adconrad@0c3.net>
11015
11016         * locale/iso-4217.def: Reintroduce XDR currency.
11017
11018 2014-05-04  Allan McRae  <allan@archlinux.org>
11019
11020         * po/eo.po: Update Esperanto translation from translation project.
11021
11022 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
11023
11024         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
11025         and FEATURE_INDEX_MAX to 1.
11026         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
11027
11028 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11029
11030         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
11031         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
11032         * iconvdata/big5.c (ONE_DIRECTION): Define.
11033         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
11034         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
11035         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
11036         * iconvdata/cp932.c (ONE_DIRECTION): Define.
11037         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
11038         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
11039         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
11040         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
11041         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
11042         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
11043         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
11044         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
11045         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
11046         * iconvdata/gbk.c (ONE_DIRECTION): Define.
11047         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
11048         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
11049         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
11050         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
11051         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
11052         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
11053         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
11054         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
11055         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
11056         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
11057         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
11058         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
11059         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
11060         * iconvdata/iso646.c (ONE_DIRECTION): Define.
11061         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
11062         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
11063         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
11064         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
11065         * iconvdata/johab.c (ONE_DIRECTION): Define.
11066         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
11067         * iconvdata/sjis.c (ONE_DIRECTION): Define.
11068         * iconvdata/t.61.c (ONE_DIRECTION): Define.
11069         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
11070         * iconvdata/tscii.c (ONE_DIRECTION): Define.
11071         * iconvdata/uhc.c (ONE_DIRECTION): Define.
11072         * iconvdata/unicode.c (ONE_DIRECTION): Define.
11073         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
11074         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
11075         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
11076
11077 2014-05-01  Roland McGrath  <roland@hack.frob.com>
11078
11079         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
11080         (_IO_JUMPS_OFFSET): Define to 0.
11081
11082         * nptl/sysdeps/pthread/bits/libc-lock.h
11083         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
11084         (__libc_lock_define_initialized_recursive): Always define using
11085         initializer.  Modern compilers treat uninitialized (implicit zero) and
11086         explicit zero initializers the same (i.e. put the datum in bss).
11087
11088 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11089
11090         * nscd/nscd-client.h: Include <string.h>.
11091
11092 2014-05-01  David S. Miller  <davem@davemloft.net>
11093
11094         [BZ #16885]
11095         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
11096         multiple zero bytes exist at the end of a string.
11097         Reported by Aurelien Jarno <aurelien@aurel32.net>
11098
11099         * string/test-strcmp.c (check): Add explicit test for situations where
11100         there are multiple zero bytes after the first.
11101
11102 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11103
11104         [BZ #16890]
11105         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
11106         when compiling wprintf.
11107         * stdio-common/tstdiomisc.c (t3): New function.
11108         (main): Call it.
11109
11110 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11111
11112         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
11113         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
11114         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
11115         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
11116
11117 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11118
11119         * stdlib/longlong.h: Updated from GCC.
11120
11121 2014-05-01  Will Newton  <will.newton@linaro.org>
11122             Bernard Ogden  <bernie.ogden@linaro.org>
11123
11124         * NEWS: Update fixed bug list.
11125
11126         [BZ #15119]
11127         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
11128
11129 2014-04-30  David S. Miller  <davem@davemloft.net>
11130
11131         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
11132         (libc_feholdexcept_setround_sparc_ctx): New function.
11133         (libc_fesetenv_sparc_ctx): Likewise.
11134         (libc_feupdateenv_sparc_ctx): Likewise.
11135         (libc_feholdsetround_sparc_ctx): Likewise.
11136         (libc_feholdexcept_setround_ctx): Define.
11137         (libc_feholdexcept_setroundf_ctx): Likewise.
11138         (libc_feholdexcept_setroundl_ctx): Likewise.
11139         (libc_fesetenv_ctx): Likewise.
11140         (libc_fesetenvf_ctx): Likewise.
11141         (libc_fesetenvl_ctx): Likewise.
11142         (libc_feupdateenv_ctx): Likewise.
11143         (libc_feupdateenvf_ctx): Likewise.
11144         (libc_feupdateenvl_ctx): Likewise.
11145         (libc_feresetround_ctx): Likewise.
11146         (libc_feresetroundf_ctx): Likewise.
11147         (libc_feresetroundl_ctx): Likewise.
11148         (libc_feholdsetround_ctx): Likewise.
11149         (libc_feholdsetroundf_ctx): Likewise.
11150         (libc_feholdsetroundl_ctx): Likewise.
11151
11152         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11153         with __USE_GNU instead of XOPEN cpp guards.
11154
11155         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11156         0.
11157
11158         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11159         with XOPEN cpp guards.
11160
11161 2014-04-30  Julian Brown  <julian@codesourcery.com>
11162
11163         [BZ #16888]
11164         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11165         handling.
11166
11167 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
11168
11169         [BZ #9894]
11170         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11171         Change to 2.6.32.
11172         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11173         * sysdeps/unix/sysv/linux/configure: Regenerated.
11174         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11175         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11176         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11177         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11178         * README: Update reference to required Linux kernel version.
11179         * manual/install.texi (Linux): Update reference to required Linux
11180         kernel headers version.
11181         * INSTALL: Regenerated.
11182
11183         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11184         header inclusion.
11185         [POSIX] (limits.h): Likewise.
11186         [POSIX] (math.h): Likewise.
11187         [POSIX] (sys/wait.h): Likewise.
11188         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11189         function.
11190         [POSIX] (stddef.h): Do not allow header inclusion.
11191
11192 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11193
11194         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
11195
11196 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
11197
11198         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11199         Return immediately after lll_futex_wake.
11200
11201 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11202
11203         [BZ #16791]
11204         * nscd/nscd-client.h (datahead_init_common): Initialize entire
11205         structure.
11206         (datahead_init_pos): Call datahead_init_common early.
11207         (datahead_init_neg): Likewise.
11208
11209         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11210         datahead_init_neg): New functions.
11211         * nscd/aicache.c (addhstaiX): Use them.
11212         * nscd/grpcache.c (cache_addgr): Likewise.
11213         * nscd/hstcache.c (cache_addhst): Likewise.
11214         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11215         * nscd/netgroupcache.c (do_notfound): Likewise.
11216         (addgetnetgrentX): Likewise.
11217         (addinnetgrX): Likewise.
11218         * nscd/pwdcache.c (cache_addpw): Likewise.
11219         * nscd/servicescache.c (cache_addserv): Likewise.
11220
11221 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11222             Atsushi Onoe  <atsushi@onoe.org>
11223
11224         [BZ #14308]
11225         [BZ #12994]
11226         [BZ #13651]
11227         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11228         one response is valid.
11229         * resolv/res_send.c (send_dg): Check for validity of other
11230         response if the current response is a referral.
11231
11232 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11233
11234         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11235
11236 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11237
11238         [BZ #16823]
11239         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11240         Always divide by positive zero when computing -Inf result.
11241         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11242         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11243
11244 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11245
11246         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11247         FPSCR if value do not change.
11248         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11249         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11250         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11251         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11252         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11253         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11254         function.
11255
11256 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11257
11258         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11259         * sysdeps/unix/sysv/linux/hppa: Move directory from
11260         ports/systeps/unix/sysv/linux/hppa.
11261         * README: Update listing for hppa-*-linux-gnu.
11262
11263 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11264
11265         [BZ #16754]
11266         * manual/stdio.texi (Hook functions): Fix types of stream hook
11267         functions.
11268         [BZ #16854]
11269         * socket/sys/socket.h: Fix typo in comment.
11270
11271 2014-04-28  Wilco  <wdijkstr@arm.com>
11272
11273         * sysdeps/arm/fenv_private.h: New file.
11274         * sysdeps/arm/math_private.h: New file.
11275         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11276
11277 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11278
11279         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11280         with __int128_t.
11281         (La_x86_64_retval): Likewise.
11282
11283 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11284
11285         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11286         fpsr if value didn't change.
11287         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11288         to fpcr if value didn't change.
11289         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11290         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11291         fpsr or fpcr if value didn't change.
11292         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11293         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11294         fpcr if value didn't change.
11295         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11296         to fpsr if value didn't change.
11297
11298 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11299
11300         * nptl/tst-sem3.c: Use test-skeleton.c
11301         (main): Rename to do_test.  Use return instead of
11302         exit.
11303         * nptl/tst-sem4.c: Use test-skeleton.c
11304         (main): Rename to do_test.
11305
11306 2014-04-22  David S. Miller  <davem@davemloft.net>
11307
11308         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11309         (struct sigaction): New struct member __glibc_reserved0, change
11310         type of sa_flags to int.
11311
11312 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11313
11314         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11315         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11316
11317 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11318
11319         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11320         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11321
11322 2014-04-22  Will Newton  <will.newton@linaro.org>
11323             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11324
11325         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11326         (__longjmp): Add longjmp and longjmp_target SystemTap
11327         probes.
11328         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11329         (__sigsetjmp): Add setjmp SystemTap probe.
11330
11331 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11332
11333         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11334         match manual order.
11335
11336 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11337
11338         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11339
11340         * sysdeps/powerpc/fpu/fenv_private.h
11341         (libc_feholdexcept_setroundl_ctx): Define to
11342         libc_feholdexcept_setround_ppc_ctx.
11343         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11344         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11345         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11346         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11347
11348 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11349
11350         * sysdeps/aarch64/math-tests.h: New file.
11351
11352 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11353
11354         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11355         New.
11356         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11357         Check and set bit_AVX2_Usable.
11358         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11359         macro.
11360         (bit_AVX2): Likewise.
11361         (index_AVX2_Usable): Likewise.
11362         (CPUID_AVX2): Likewise.
11363         (HAS_AVX2): Likewise.
11364
11365 2014-04-17  Will Newton  <will.newton@linaro.org>
11366
11367         * manual/setjmp.texi (System V contexts): Add note that
11368         calling setcontext on a context created by a call to a
11369         signal handler is undefined.  Update text to note that
11370         setcontext from a signal handler is possible but not
11371         recommended.
11372
11373         [BZ #16629]
11374         * stdlib/tst-setcontext.c: Include signal.h.
11375         (main): Check that the signal stack before and
11376         after swapcontext is the same.
11377
11378         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11379         Re-implement to restore registers in user code and avoid
11380         rt_sigreturn system call.
11381
11382 2014-04-17  Wilco  <wdijkstr@arm.com>
11383
11384         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11385         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11386         * math/test-fenv.c: Skip exception trap tests on targets which only
11387         support non-stop mode.
11388
11389 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11390             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11391
11392         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11393         (libc_feholdsetround_aarch64_ctx)
11394         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11395         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11396         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11397         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11398         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11399         (libc_feresetround_noexl_ctx): Define.
11400
11401 2014-04-16  Richard Henderson  <rth@redhat.com>
11402
11403         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11404
11405         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11406         unwind tables.
11407
11408         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11409         const from the non-libc, non-ldso copy.
11410
11411         * sysdeps/alpha/libm-test-ulps: Regenerate.
11412
11413 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11414             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11415
11416         * sysdeps/aarch64/fpu/math_private.h: New file.
11417
11418 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11419
11420         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11421
11422 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11423
11424         [BZ #16275]
11425         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11426         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11427         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11428         Intel MPX bound registers before _dl_profile_fixup.
11429         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11430         registers after _dl_profile_fixup.  Save and restore bound
11431         registers bnd0/bnd1 when calling _dl_call_pltexit.
11432         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11433         (LR_BND_OFFSET): Likewise.
11434         (LRV_BND0_OFFSET): Likewise.
11435         (LRV_BND1_OFFSET): Likewise.
11436
11437 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11438
11439         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11440         to...
11441         * sysdeps/mach/hurd/i386/tls.h: ... here.
11442         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11443         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11444         fields.
11445
11446 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11447
11448         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11449
11450 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11451
11452         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11453
11454 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11455
11456         [BZ #14770]
11457         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11458         * sysdeps/s390/configure: Regenerate.
11459
11460         [BZ #16824]
11461         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11462         Set round-to-nearest internally to reduce error accumulation.
11463
11464 2014-04-16  Alan Modra  <amodra@gmail.com>
11465
11466         [BZ #16740]
11467         [BZ #16619]
11468         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11469         * math/libm-test.inc (frexp_test_data): Add tests.
11470         * NEWS: Update fixed bug list.
11471
11472 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11473
11474         * benchtests/Makefile: Depend on libraries in build directory.
11475         (bench-math): Separate out math tests.
11476         (bench-pthread): Separate out pthread tests.
11477         (bench): Include math and pthread tests.
11478
11479 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11480
11481         [BZ #16831]
11482         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11483         _dl_debug_initialize.
11484
11485         * configure.ac: Remove SELinux header check.
11486         * configure: Regenerate.
11487         * nscd/selinux.c (perms): Array of const char* to permission names.
11488         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11489         default policy. Call string_to_security_class and string_to_av_perm to
11490         translate strings. Enforce default policy and call avs_has_perm with
11491         results of translated strings.
11492
11493 2014-04-13  David S. Miller  <davem@davemloft.net>
11494
11495         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11496
11497 2014-04-12  Allan McRae  <allan@archlinux.org>
11498
11499         [BZ #16838]
11500         * manual/string.texi (Collation Functions): Fix qsort argument
11501         order in example.
11502         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11503
11504 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11505
11506         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11507         Make the test a no-op if there are no exceptions defined.
11508
11509 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11510
11511         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11512         enable-hardcoded-path-in-tests
11513
11514 2014-04-11  Will Newton  <will.newton@linaro.org>
11515
11516         * benchtests/Makefile (extra-objs): Add json-lib.o.
11517         (bench-func): Tidy up JSON output.
11518         * benchtests/bench-skeleton.c: Include json-lib.h.
11519         (main): Use JSON library functions to do output of
11520         benchmark results.
11521         * benchtests/bench-timing-type.c (main): Output the
11522         timing type simply, leaving formatting to the user.
11523         * benchtests/json-lib.c: New file.
11524         * benchtests/json-lib.h: Likewise.
11525
11526 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11527
11528         [BZ #15215]
11529         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11530         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11531         memory barriers.  Add comments.
11532         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11533         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11534         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11535         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11536         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11537         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11538
11539 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11540
11541         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11542         * sysdeps/s390/s390-64/configure.ac: ... this ...
11543         * sysdeps/s390/configure.ac: ... to here.
11544         * sysdeps/s390/s390-32/configure: Delete file.
11545         * sysdeps/s390/s390-64/configure: Delete file.
11546         * sysdeps/s390/configure: Regenerate.
11547
11548 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11549
11550         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11551
11552 2014-04-11  Will Newton  <will.newton@linaro.org>
11553
11554         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11555         to zero if it is not defined elsewhere.  (mtrim): Test
11556         the value of MALLOC_DEBUG with #if rather than #ifdef.
11557
11558 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11559
11560         * benchtests/pthread_once-inputs: New file.
11561         * benchtests/pthread_once-source.c: New file.
11562         * benchtests/README: Update documentation.
11563
11564 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11565             H.J. Lu  <hongjiu.lu@intel.com>
11566
11567         [BZ #16275]
11568         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11569         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11570         * sysdeps/x86_64/configure: Regenerated.
11571         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11572         macro.
11573         (REGISTER_SAVE_RAX): Likewise.
11574         (REGISTER_SAVE_RCX): Likewise.
11575         (REGISTER_SAVE_RDX): Likewise.
11576         (REGISTER_SAVE_RSI): Likewise.
11577         (REGISTER_SAVE_RDI): Likewise.
11578         (REGISTER_SAVE_R8): Likewise.
11579         (REGISTER_SAVE_R9): Likewise.
11580         (REGISTER_SAVE_BND0): Likewise.
11581         (REGISTER_SAVE_BND1): Likewise.
11582         (REGISTER_SAVE_BND2): Likewise.
11583         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11584         bound registers when calling _dl_fixup.
11585
11586 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11587
11588         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11589         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11590         of its definition.
11591         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11592         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11593         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11594         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11595         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11596         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11597         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11598
11599 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11600
11601         [BZ #15514]
11602         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11603         pathconf(_PC_NAME_MAX).
11604
11605 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11606
11607         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11608         Remove macro usage.
11609         (__PTHREAD_SPINS): Move definition to ...
11610         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11611         (__PTHREAD_SPINS): ... here.
11612         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11613         (__PTHREAD_SPIN): Likewise.
11614         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11615         (__PTHREAD_SPIN): Likewise.
11616         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11617         (__PTHREAD_SPIN): Likewise.
11618         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11619         (__PTHREAD_SPIN): Likewise.
11620         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11621         (__PTHREAD_SPIN): Likewise.
11622         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11623         (__PTHREAD_SPIN): Likewise.
11624         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11625         (__PTHREAD_SPIN): Likewise.
11626         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11627         (__PTHREAD_SPIN): Likewise.
11628         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11629         (__PTHREAD_SPIN): Likewise.
11630         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11631         (__PTHREAD_SPIN): Likewise.
11632         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11633         (__PTHREAD_SPIN): Likewise.
11634         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11635         (__PTHREAD_SPIN): Likewise.
11636
11637         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11638         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11639         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11640         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11641         imply folder.
11642         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11643         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11644         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11645         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11646         correct imply path.
11647         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11648         strlen symbol for non multi-arch builds.
11649         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11650         missing hidden_def and weak_alias.
11651
11652 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11653
11654         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11655
11656 2014-04-07  Will Newton  <will.newton@linaro.org>
11657
11658         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11659         and contents.  [!_LIBC] Remove #ifndef and contents.
11660         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11661         * string/memccpy.c (__memccpy): Use ANSI prototype.
11662         * string/memfrob.c (memfrob): Likewise.
11663         * string/strcoll.c (STRCOLL): Likewise.
11664         * string/strlen.c (strlen): Likewise.
11665         * string/strtok.c (STRTOK): Likewise.
11666         * string/strcat.c: Remove unused #include of memcopy.h.
11667         (strcat): Use ANSI prototype.
11668         * string/strchr.c: Remove unused #include of memcopy.h.
11669         (strchr): Use ANSI prototype.
11670         * string/strcmp.c: Remove unused #include of memcopy.h.
11671         (strcmp): Use ANSI prototype.
11672         * string/strcpy.c: Remove unused #include of memcopy.h.
11673         (strcpy): Use ANSI prototype.
11674
11675 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11676
11677         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11678         * config.make.in (config-extra-cppflags): Set it from
11679         libc_extra_cppflags.
11680         * configure.ac (libc_extra_cflags): Make it accumulate over
11681         configure fragments.
11682         (libc_extra_cppflags): New flag.
11683         * configure. Regenerate.
11684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11685         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11686         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11688
11689         [BZ #16815]
11690         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11691         result for FE_DOWNWARD rounding mode.
11692         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11693         Likewise.
11694         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11695
11696 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11697
11698         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11699         in function argument name.
11700
11701 2014-04-03  David Svoboda  <svoboda@cert.org>
11702
11703         [BZ #5666]
11704         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11705         explicitly.
11706
11707 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11708
11709         * elf/dl-unmap-segments.h: New file.
11710         * sysdeps/generic/ldsodefs.h
11711         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11712         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11713         * elf/dl-fptr.c: Likewise.
11714         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11715         * sysdeps/aarch64/tlsdesc.c: Likewise.
11716         * sysdeps/arm/tlsdesc.c: Likewise.
11717         * sysdeps/i386/tlsdesc.c: Likewise.
11718         * sysdeps/tile/dl-runtime.c: Likewise.
11719         * sysdeps/x86_64/tlsdesc.c: Likewise.
11720         * elf/dl-load.h: New file.
11721         * elf/dl-load.c: Include it.
11722         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11723         Macros moved to dl-load.h.
11724         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11725         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11726         Use _dl_unmap_segments in place of __munmap.
11727         Break out segment-mapping loop into ...
11728         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11729
11730 2014-04-03  Will Newton  <will.newton@linaro.org>
11731
11732         * elf/dl-lookup.c (do_lookup_x): Remove comment
11733         referring to nested function and move variable
11734         declarations down to before first use.
11735
11736 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11737
11738         [BZ #16799]
11739         [BZ #16800]
11740         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11741         with 0 numerator.
11742         * math/s_catanf.c (__catanf): Likewise.
11743         * math/s_catanh.c (__catanh): Likewise.
11744         * math/s_catanhf.c (__catanhf): Likewise.
11745         * math/s_catanhl.c (__catanhl): Likewise.
11746         * math/s_catanl.c (__catanl): Likewise.
11747         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11748         by positive zero when computing -Inf result.
11749         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11750         (catanh_test): Likewise.
11751         * sysdeps/i386/fpu/libm-test-ulps: Update.
11752         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11753
11754         [BZ #16789]
11755         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11756         instead of using underflowing value in computing result.
11757         * math/s_clog10.c (__clog10): Likewise.
11758         * math/s_clog10f.c (__clog10f): Likewise.
11759         * math/s_clog10l.c (__clog10l): Likewise.
11760         * math/s_clogf.c (__clogf): Likewise.
11761         * math/s_clogl.c (__clogl): Likewise.
11762         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11763         (clog10_test): Likewise.
11764         * sysdeps/i386/fpu/libm-test-ulps: Update.
11765         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11766
11767 2014-04-02  Alan Modra  <amodra@gmail.com>
11768
11769         [BZ #16739]
11770         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11771         output when value is near a power of two.  Use int64_t for lx and
11772         remove casts.  Use decimal rather than hex exponent constants.
11773         Don't use long double multiplication when double will suffice.
11774         * math/libm-test.inc (nextafter_test_data): Add tests.
11775         * NEWS: Add 16739 and 16786 to bug list.
11776
11777         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11778
11779         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11780
11781 2014-04-01  Will Newton  <will.newton@linaro.org>
11782
11783         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11784         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11785
11786 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11787
11788         [BZ #13347]
11789         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11790         * nptl/tst-setuid2.c: New file.
11791         * nptl/Makefile (xtests): Add tst-setuid2.
11792
11793 2014-04-01  Alan Modra  <amodra@gmail.com>
11794
11795         [BZ #16786]
11796         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11797
11798 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11799
11800         [BZ #6803]
11801         [BZ #6804]
11802         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11803         set errno as appropriate.
11804         * math/w_scalbf.c (__scalbf): Likewise.
11805         * math/w_scalbl.c (__scalbl): Likewise.
11806         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11807         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11808         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11809         Add more NaN tests.
11810
11811         [BZ #16349]
11812         * math/w_atan2.c: Include <errno.h>.
11813         (__atan2): Set errno for result underflowing to zero.
11814         * math/w_atan2f.c: Include <errno.h>.
11815         (__atan2f): Set errno for result underflowing to zero.
11816         * math/w_atan2l.c: Include <errno.h>.
11817         (__atan2l): Set errno for result underflowing to zero.
11818         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11819         tests.
11820         * math/auto-libm-test-out: Regenerated.
11821
11822 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11823
11824         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11825         Encode instruction correctly in little endian.
11826         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11827         Likewise.
11828         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11829         Likewise.
11830         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11831         Likewise.
11832         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11833         Likewise.
11834
11835 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11836
11837         [BZ #9894]
11838         * sysdeps/unix/sysv/linux/kernel-features.h
11839         [__sparc__ && !__arch64__ && !__sparc_v9__]
11840         (__ASSUME_SET_ROBUST_LIST): Do not define.
11841         [__sparc__ && !__arch64__ && !__sparc_v9__]
11842         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11843         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11844         Likewise.
11845         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11846         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11847         (__ASSUME_REQUEUE_PI): Likewise.
11848         (__ASSUME_SET_ROBUST_LIST): Likewise.
11849         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11850         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11851         Undefine.
11852         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11853         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11854         Likewise.
11855         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11856         Likewise.
11857         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11858         Likewise.
11859         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11860         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11861         Undefine.
11862         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11863         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11864         Likewise.
11865
11866         [BZ #16648]
11867         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11868         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11869         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11870
11871 2014-03-31  Will Newton  <will.newton@linaro.org>
11872
11873         * benchtests/Makefile (bench): Add ffs and ffsll to list
11874         of tests.
11875         * benchtests/ffs-inputs: New file.
11876         * benchtests/ffsll-inputs: Likewise.
11877
11878 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11879
11880         [BZ #16770]
11881         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11882         too large before casting to int.
11883         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11884         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11885         * math/libm-test.inc (scalb_test_data): Add more tests.
11886
11887 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11888
11889         * benchtests/Makefile (DETAILED_OPT): New make option.
11890         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11891         set.
11892         * benchtests/bench-skeleton.c: Include stdbool.h.
11893         (main): Store and print timings per input.
11894         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11895         member to each argument value.
11896         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11897         (_print_arg_data): Initialize per-input timing to 0.
11898
11899         * benchtests/Makefile (timing-type): New binary.
11900         (bench-clean): Also remove bench-timing-type.
11901         (bench): New target for timing-type.
11902         (bench-func): Print output in JSON format.
11903         * benchtests/bench-skeleton.c (main): Print output in JSON
11904         format.
11905         * benchtests/bench-timing-type.c: New file.
11906         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11907         (TIMING_PRINT_STATS): Remove.
11908         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11909         name separately.
11910
11911         * benchtests/bench-modf.c: Remove.
11912         * benchtests/modf-inputs: New inputs file.
11913
11914 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11915
11916         [BZ #16362]
11917         * math/s_clog10.c (M_PI_LOG10E): New macro.
11918         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11919         imaginary parts are 0.
11920         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11921         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11922         imaginary parts are 0.
11923         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11924         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11925         imaginary parts are 0.
11926         * math/libm-test.inc (clog10_test_data): Update expected results
11927         for when real and imaginary parts are 0.
11928
11929 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11930
11931         * elf/dl-load.c: Finish conversion of __builtin_expect into
11932         __glibc_{un}likely.
11933
11934 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11935
11936         [BZ #16348]
11937         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11938         1+x for argument with exponent below -67.
11939         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11940         Likewise.
11941         * math/auto-libm-test-in: Add more tests of exp.
11942         * math/auto-libm-test-out: Regenerated.
11943
11944 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11945
11946         [BZ #16759]
11947         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11948         (nscd_getnetgrent): Use it.
11949
11950         [BZ #16760]
11951         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11952         of stpcpy.
11953
11954 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11955
11956         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11957         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11958         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11959         (lll_robust_unlock): Remove out of line section. Use cfi
11960         intrinsics.
11961         (LLL_STUB_UNWIND_INFO*): Remove.
11962         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11963         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11964         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11965         (lll_robust_unlock): Remove out of line section. Use cfi
11966         intrinsics.
11967         (LLL_STUB_UNWIND_INFO*): Remove.
11968
11969 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11970
11971         [BZ #16758]
11972         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11973         blank values.
11974
11975 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11976
11977         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11978
11979 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11980
11981         [BZ #16198]
11982         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11983         fnstenv.
11984         * math/test-fenv-preserve.c: New file.
11985         * math/Makefile (tests): Add test-fenv-preserve.
11986
11987 2014-03-26  Will Newton <will.newton@linaro.org>
11988
11989         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11990
11991 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11992
11993         * scripts/versionlist.awk: Partition the version sets and emit all
11994         GLIBC_* (sorted) before all others (sorted).
11995
11996 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11997
11998         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11999         GLIBC_2.2.5 version.
12000
12001 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12002
12003         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
12004         calls.
12005
12006         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
12007         previous change.
12008
12009         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12010
12011 2014-03-25  Andreas Schwab  <schwab@suse.de>
12012
12013         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
12014         label to be used after in6ailist is initialized.
12015
12016 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12017
12018         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
12019         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12020
12021 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12022
12023         [BZ #16357]
12024         [BZ #16599]
12025         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
12026         min_plus_half.
12027         (fp_formats): Update initializers.
12028         (init_fp_formats): Initialize new field.
12029         (output_for_one_input_case): Allow underflow for results up to
12030         min_plus_half.
12031         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
12032         * math/auto-libm-test-in: Don't mark some underflows from asin and
12033         atanh as spurious.
12034         * math/auto-libm-test-out: Regenerated.
12035         * sysdeps/i386/fpu/libm-test-ulps: Update.
12036         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12037
12038 2014-03-25  Andreas Schwab  <schwab@suse.de>
12039
12040         * libio/Makefile (tst-ftell-partial-wide-ENV)
12041         (tst-ftell-active-handler-ENV): Define.
12042
12043 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
12044
12045         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
12046
12047 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12048
12049         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
12050
12051 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12052
12053         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
12054         * sysdeps/x86_64/fpu/multiarch/e_exp.c
12055         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
12056
12057 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12058
12059         [BZ #16634]
12060         * elf/dl-load.c (open_verify): Add mode parameter.
12061         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
12062         (open_path): Change from boolean 'secure' to complete flag 'mode'
12063         (_dl_map_object): Adjust.
12064         * elf/Makefile (tests): Add tst-dlopen-aout.
12065         * elf/tst-dlopen-aout.c: New test.
12066
12067 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
12068
12069         [BZ #16714]
12070         * sysdeps/unix/sysv/linux/s390/bits/stat.h
12071         (struct stat): Rename member pad0 to __glibc_reserved0.
12072
12073         [BZ #16712]
12074         * sysdeps/s390/s390-32/bits/wordsize.h
12075         (__WORDSIZE32_SIZE_ULONG): New define.
12076         * sysdeps/s390/s390-64/bits/wordsize.h
12077         (__WORDSIZE32_SIZE_ULONG): Likewise.
12078         * sysdeps/generic/stdint.h (SIZE_MAX):
12079         Define as UL if __WORDSIZE32_SIZE_ULONG.
12080
12081         [BZ #16713]
12082         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
12083         (__glibc_reserved0): New variable.
12084         (sa_flags): Change type to int.
12085
12086         * posix/Makefile (before-compile): Use += before-compile instead
12087         of a :=.
12088
12089         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12090         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12091
12092 2014-03-20  Andreas Schwab  <schwab@suse.de>
12093
12094         [BZ #16743]
12095         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
12096         non-matching result from nscd.
12097
12098 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12099
12100         * scripts/bench.py: Moved to ...
12101         * benchtests/scripts/bench.py: ... here.
12102         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
12103
12104 2014-03-24  Andreas Schwab  <schwab@suse.de>
12105
12106         [BZ #16002]
12107         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
12108         alloca_account and account alloca use for struct in6ailist.
12109
12110 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12111
12112         [BZ #16284]
12113         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
12114         rounding mode to recompute results that overflow to infinity or
12115         underflow to zero.
12116         * math/auto-libm-test-in: Don't mark tests as expected to fail for
12117         bug 16284.
12118         * math/auto-libm-test-out: Regenerated.
12119         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
12120         (ccosh_test): Likewise.
12121         (csin_test_data): Use plus_oflow.
12122         (csin_test): Use ALL_RM_TEST.
12123         (csinh_test_data): Use plus_oflow.
12124         (csinh_test): Use ALL_RM_TEST.
12125         * sysdeps/i386/fpu/libm-test-ulps: Update.
12126         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12127
12128 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
12129
12130         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
12131         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
12132         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
12133
12134         [BZ #16731]
12135         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
12136         when x - 1 is zero.
12137         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12138         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12139         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12140         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
12141         argument is 1.
12142         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
12143         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
12144         zero.
12145         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
12146         * sysdeps/i386/fpu/libm-test-ulps: Update.
12147         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12148
12149 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12150
12151         * scripts/bench.pl: Remove file.
12152         * scripts/bench.py: New benchmark script.
12153         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12154         * benchtests/README: Mention python dependency.
12155         * scripts/pylintrc: New file.
12156         * scripts/pylint: New file.
12157
12158         * bits/mathdef.h: Use #ifdef instead of #if.
12159         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12160         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12161         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12162         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12163         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12164         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12165
12166 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12167             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12168
12169         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12170         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12171         and strpbrk-ppc64 objects.
12172         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12173         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12174         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12175         multiarch strpbrk for POWER7.
12176         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12177         multiarch strpbrk for PPC64.
12178         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12179         ifunc selector.
12180         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12181         strpbrk for POWER7.
12182
12183 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12184
12185         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12186         (atan_test): Likewise.
12187         (atanh_test_data): Use NO_TEST_INLINE for two tests.
12188         (atanh_test): Use ALL_RM_TEST.
12189         (atan2_test_data): Likewise.
12190         (cabs_test): Likewise.
12191         (cacosh_test): Likewise.
12192         (carg_test): Likewise.
12193         (casin_test): Likewise.
12194         (casinh_test): Likewise.
12195         (cbrt_test): Likewise.
12196         (csqrt_test): Likewise.
12197         (erf_test): Likewise.
12198         (erfc_test): Likewise.
12199         (pow10_test): Likewise.
12200         (exp2_test): Likewise.
12201         (hypot_test): Likewise.
12202         (j0_test): Likewise.
12203         (j1_test): Likewise.
12204         (lgamma_test): Likewise.
12205         (gamma_test): Likewise.
12206         (sincos_test): Likewise.
12207         (tanh_test): Likewise.
12208         (y0_test): Likewise.
12209         (y1_test): Likewise.
12210         * sysdeps/i386/fpu/libm-test-ulps: Update.
12211         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12212
12213 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12214
12215         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12216         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
12217         and strcspn-ppc64 objects.
12218         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12219         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12220         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12221         multiarch strcspn for POWER7.
12222         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12223         multiarch strcspn for PPC64.
12224         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12225         ifunc selector.
12226         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12227         strcspn for POWER7.
12228
12229 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12230
12231         * math/gen-libm-test.pl (generate_testfile): Expect only function
12232         name as argument to AUTO_TESTS_* and pass results for all rounding
12233         modes to parse_args.
12234         (parse_auto_input): Separate inputs of automatic tests from
12235         outputs before storing in %auto_tests.
12236         * math/libm-test.inc (acos_test_data): Update call to
12237         AUTO_TESTS_f_f.
12238         (acos_test): Use ALL_RM_TEST.
12239         (acos_tonearest_test_data): Remove.
12240         (acos_test_tonearest): Likewise.
12241         (acos_towardzero_test_data): Likewise.
12242         (acos_test_towardzero): Likewise.
12243         (acos_downward_test_data): Likewise.
12244         (acos_test_downward): Likewise.
12245         (acos_upward_test_data): Likewise.
12246         (acos_test_upward): Likewise.
12247         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12248         (asin_test_data): Likewise.
12249         (asin_test): Use ALL_RM_TEST.
12250         (asin_tonearest_test_data): Remove.
12251         (asin_test_tonearest): Likewise.
12252         (asin_towardzero_test_data): Likewise.
12253         (asin_test_towardzero): Likewise.
12254         (asin_downward_test_data): Likewise.
12255         (asin_test_downward): Likewise.
12256         (asin_upward_test_data): Likewise.
12257         (asin_test_upward): Likewise.
12258         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12259         (atan_test_data): Likewise.
12260         (atanh_test_data): Likewise.
12261         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12262         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12263         (carg_test_data): Likewise.
12264         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12265         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12266         (ccosh_test_data): Likewise.
12267         (cexp_test_data): Likewise.
12268         (clog_test_data): Likewise.
12269         (clog10_test_data): Likewise.
12270         (cos_test_data): Update call to AUTO_TESTS_f_f.
12271         (cos_test): Use ALL_RM_TEST.
12272         (cos_tonearest_test_data): Remove.
12273         (cos_test_tonearest): Likewise.
12274         (cos_towardzero_test_data): Likewise.
12275         (cos_test_towardzero): Likewise.
12276         (cos_downward_test_data): Likewise.
12277         (cos_test_downward): Likewise.
12278         (cos_upward_test_data): Likewise.
12279         (cos_test_upward): Likewise.
12280         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12281         (cosh_test): Use ALL_RM_TEST.
12282         (cosh_tonearest_test_data): Remove.
12283         (cosh_test_tonearest): Likewise.
12284         (cosh_towardzero_test_data): Likewise.
12285         (cosh_test_towardzero): Likewise.
12286         (cosh_downward_test_data): Likewise.
12287         (cosh_test_downward): Likewise.
12288         (cosh_upward_test_data): Likewise.
12289         (cosh_test_upward): Likewise.
12290         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12291         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12292         (ctan_test_data): Likewise.
12293         (ctan_test): Use ALL_RM_TEST.
12294         (ctan_tonearest_test_data): Remove.
12295         (ctan_test_tonearest): Likewise.
12296         (ctan_towardzero_test_data): Likewise.
12297         (ctan_test_towardzero): Likewise.
12298         (ctan_downward_test_data): Likewise.
12299         (ctan_test_downward): Likewise.
12300         (ctan_upward_test_data): Likewise.
12301         (ctan_test_upward): Likewise.
12302         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12303         (ctanh_test): Use ALL_RM_TEST.
12304         (ctanh_tonearest_test_data): Remove.
12305         (ctanh_test_tonearest): Likewise.
12306         (ctanh_towardzero_test_data): Likewise.
12307         (ctanh_test_towardzero): Likewise.
12308         (ctanh_downward_test_data): Likewise.
12309         (ctanh_test_downward): Likewise.
12310         (ctanh_upward_test_data): Likewise.
12311         (ctanh_test_upward): Likewise.
12312         (erf_test_data): Update call to AUTO_TESTS_f_f.
12313         (erfc_test_data): Likewise.
12314         (exp_test_data): Likewise.
12315         (exp_test): Use ALL_RM_TEST.
12316         (exp_tonearest_test_data): Remove.
12317         (exp_test_tonearest): Likewise.
12318         (exp_towardzero_test_data): Likewise.
12319         (exp_test_towardzero): Likewise.
12320         (exp_downward_test_data): Likewise.
12321         (exp_test_downward): Likewise.
12322         (exp_upward_test_data): Likewise.
12323         (exp_test_upward): Likewise.
12324         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12325         (exp10_test): Use ALL_RM_TEST.
12326         (exp10_tonearest_test_data): Remove.
12327         (exp10_test_tonearest): Likewise.
12328         (exp10_towardzero_test_data): Likewise.
12329         (exp10_test_towardzero): Likewise.
12330         (exp10_downward_test_data): Likewise.
12331         (exp10_test_downward): Likewise.
12332         (exp10_upward_test_data): Likewise.
12333         (exp10_test_upward): Likewise.
12334         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12335         (expm1_test_data): Likewise.
12336         (expm1_test): Use ALL_RM_TEST.
12337         (expm1_tonearest_test_data): Remove.
12338         (expm1_test_tonearest): Likewise.
12339         (expm1_towardzero_test_data): Likewise.
12340         (expm1_test_towardzero): Likewise.
12341         (expm1_downward_test_data): Likewise.
12342         (expm1_test_downward): Likewise.
12343         (expm1_upward_test_data): Likewise.
12344         (expm1_test_upward): Likewise.
12345         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12346         (fma_test): Use ALL_RM_TEST.
12347         (fma_towardzero_test_data): Remove.
12348         (fma_test_towardzero): Likewise.
12349         (fma_downward_test_data): Likewise.
12350         (fma_test_downward): Likewise.
12351         (fma_upward_test_data): Likewise.
12352         (fma_test_upward): Likewise.
12353         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12354         (j0_test_data): Update call to AUTO_TESTS_f_f.
12355         (j1_test_data): Likewise.
12356         (jn_test_data): Update call to AUTO_TESTS_if_f.
12357         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12358         (log_test_data): Update call to AUTO_TESTS_f_f.
12359         (log10_test_data): Likewise.
12360         (log1p_test_data): Likewise.
12361         (log2_test_data): Likewise.
12362         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12363         (pow_tonearest_test_data): Likewise.
12364         (sin_test_data): Update call to AUTO_TESTS_f_f.
12365         (sin_test): Use ALL_RM_TEST.
12366         (sin_tonearest_test_data): Remove.
12367         (sin_test_tonearest): Likewise.
12368         (sin_towardzero_test_data): Likewise.
12369         (sin_test_towardzero): Likewise.
12370         (sin_downward_test_data): Likewise.
12371         (sin_test_downward): Likewise.
12372         (sin_upward_test_data): Likewise.
12373         (sin_test_upward): Likewise.
12374         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12375         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12376         (sinh_test): Use ALL_RM_TEST.
12377         (sinh_tonearest_test_data): Remove.
12378         (sinh_test_tonearest): Likewise.
12379         (sinh_towardzero_test_data): Likewise.
12380         (sinh_test_towardzero): Likewise.
12381         (sinh_downward_test_data): Likewise.
12382         (sinh_test_downward): Likewise.
12383         (sinh_upward_test_data): Likewise.
12384         (sinh_test_upward): Likewise.
12385         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12386         (sqrt_test): Use ALL_RM_TEST.
12387         (sqrt_tonearest_test_data): Remove.
12388         (sqrt_test_tonearest): Likewise.
12389         (sqrt_towardzero_test_data): Likewise.
12390         (sqrt_test_towardzero): Likewise.
12391         (sqrt_downward_test_data): Likewise.
12392         (sqrt_test_downward): Likewise.
12393         (sqrt_upward_test_data): Likewise.
12394         (sqrt_test_upward): Likewise.
12395         (tan_test_data): Update call to AUTO_TESTS_f_f.
12396         (tan_test): Use ALL_RM_TEST.
12397         (tan_tonearest_test_data): Remove.
12398         (tan_test_tonearest): Likewise.
12399         (tan_towardzero_test_data): Likewise.
12400         (tan_test_towardzero): Likewise.
12401         (tan_downward_test_data): Likewise.
12402         (tan_test_downward): Likewise.
12403         (tan_upward_test_data): Likewise.
12404         (tan_test_upward): Likewise.
12405         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12406         (tgamma_test_data): Likewise.
12407         (y0_test_data): Likewise.
12408         (y1_test_data): Likewise.
12409         (yn_test_data): Update call to AUTO_TESTS_if_f.
12410         (main): Do not call removed functions.
12411
12412 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12413
12414         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12415         (ldexp_test_data): Remove.
12416         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12417         scalbn_test_data.
12418         (scalb_test): Use ALL_RM_TEST.
12419
12420 2014-03-19  Andreas Schwab  <schwab@suse.de>
12421
12422         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12423
12424 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12425
12426         [BZ #16649]
12427         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12428         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12429         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12430         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12431         (__ASSUME_PREADV): Undefine.
12432         (__ASSUME_PWRITEV): Likewise.
12433
12434 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12435
12436         * bits/mman-linux.h: Add comment about non-Linux use.
12437         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12438         bits/mman-linux.h resting place.
12439
12440         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12441         * bits/mman-linux.h: ... here.
12442
12443 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12444
12445         * conform/conformtest.pl: Add standard definition when calling C
12446         preprocessor on data files.
12447         (checknamespace): Remove unused variable.
12448
12449 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12450
12451         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12452         minus_oflow, plus_uflow and minus_uflow in expected results.
12453         * math/libm-test.inc (scalbn_test_data): Add more tests of
12454         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12455         minus_uflow.
12456         (scalbn_test): Use ALL_RM_TEST.
12457         (scalbln_test_data): Add more tests of negative arguments.  Use
12458         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12459         (scalbln_test): Use ALL_RM_TEST.
12460
12461 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12462
12463         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12464
12465 2014-03-18  Will Newton  <will.newton@linaro.org>
12466
12467         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12468         inaccurate comment.
12469
12470 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12471
12472         * Makerules [!subdir] (check-abi): Exit with error status if a
12473         test failed.
12474
12475 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12476
12477         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12478         for rint.  Include results for all rounding modes.
12479         (nearbyint_test): Use ALL_RM_TEST.
12480         (rint_test_data): Include all tests used for nearbyint.
12481
12482 2014-03-17  Will Newton  <will.newton@linaro.org>
12483
12484         * nptl/sysdeps/pthread/pthread.h: Revert previous
12485         change.
12486
12487         * sysdeps/generic/ldsodefs.h: Revert previous
12488         change.
12489
12490         * libio/genops.c: Revert previous change.
12491         * libio/libioP.h: Likewise.
12492         * stdio-common/vfprintf.c: Likewise.
12493
12494         * sysdeps/generic/math_private.h: Revert previous
12495         change.
12496
12497         * sysdeps/generic/math_private.h: Check whether
12498         HAVE_RM_CTX is defined with #ifdef rather
12499         than #if.
12500
12501         * argp/argp-fmtstream.h: Check whether
12502         __STRICT_ANSI__ is defined with #ifdef rather
12503         than #if.
12504         * argp/argp.h: Likewise.
12505
12506         * libio/genops.c: Check whether
12507         _IO_JUMPS_OFFSET is defined with #ifdef rather
12508         than #if.
12509         * libio/libioP.h: Likewise.
12510         * stdio-common/vfprintf.c: Likewise.
12511
12512         * sysdeps/generic/ldsodefs.h: Check whether
12513         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12514         than #if.
12515
12516         * nptl/sysdeps/pthread/pthread.h: Check
12517         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12518         its value.
12519
12520 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12521
12522         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12523         setting O_APPEND.
12524         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12525         test case.
12526
12527         [BZ #16680]
12528         * libio/fileops.c (_IO_file_open): Seek to end of file but
12529         don't cache the offset.
12530         (get_file_offset): Remove function.
12531         (do_ftell): Use cached offset when available.
12532         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12533         don't cache the offset.
12534         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12535         case.
12536         (do_one_test): Call it.
12537         (do_ftell_test): Fix up expected old offset for a+ mode.
12538         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12539         available.
12540
12541         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12542         up test status with function return status.
12543         (do_write_test): Likewise.
12544         (do_append_test): Likewise.
12545
12546         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12547         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12548         Remove.
12549
12550 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12551
12552         * math/gen-libm-test.pl (parse_args): Handle results specified for
12553         each rounding mode separately.
12554         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12555         tests and results from lrint_tonearest_test_data,
12556         lrint_towardzero_test_data, lrint_downward_test_data and
12557         lrint_upward_test_data.
12558         (lrint_test): Use ALL_RM_TEST.
12559         (lrint_tonearest_test_data): Remove.
12560         (lrint_test_tonearest): Likewise.
12561         (lrint_towardzero_test_data): Likewise.
12562         (lrint_test_towardzero): Likewise.
12563         (lrint_downward_test_data): Likewise.
12564         (lrint_test_downward): Likewise.
12565         (lrint_upward_test_data): Likewise.
12566         (lrint_test_upward): Likewise.
12567         (llrint_test_data): Merge in per-rounding-mode tests and results
12568         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12569         llrint_downward_test_data and llrint_upward_test_data.
12570         (llrint_test): Use ALL_RM_TEST.
12571         (llrint_tonearest_test_data): Remove.
12572         (llrint_test_tonearest): Likewise.
12573         (llrint_towardzero_test_data): Likewise.
12574         (llrint_test_towardzero): Likewise.
12575         (llrint_downward_test_data): Likewise.
12576         (llrint_test_downward): Likewise.
12577         (llrint_upward_test_data): Likewise.
12578         (llrint_test_upward): Likewise.
12579         (rint_test_data): Merge in per-rounding-mode tests and results
12580         from rint_tonearest_test_data, rint_towardzero_test_data,
12581         rint_downward_test_data and rint_upward_test_data.  Add
12582         per-rounding-mode results for tests not in those arrays.
12583         (rint_test): Use ALL_RM_TEST.
12584         (rint_tonearest_test_data): Remove.
12585         (rint_test_tonearest): Likewise.
12586         (rint_towardzero_test_data): Likewise.
12587         (rint_test_towardzero): Likewise.
12588         (rint_downward_test_data): Likewise.
12589         (rint_test_downward): Likewise.
12590         (rint_upward_test_data): Likewise.
12591         (rint_test_upward): Likewise.
12592         (main): Don't call removed functions.
12593
12594 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12595
12596         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12597         "Compiled on ..." crapola.  It is anti-useful.
12598
12599 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12600
12601         * scripts/evaluate-test.sh: Handle fourth argument to determine
12602         whether test run should stop on failure.
12603         * Makeconfig (stop-on-test-failure): New variable.
12604         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12605         $(stop-on-test-failure).
12606         * Makefile (tests): Give a summary of results from testing and
12607         exit with failure status if they include an ERROR or FAIL.
12608         (xtests): Likewise.
12609         * manual/install.texi (Configuring and compiling): Mention
12610         stop-on-test-failure=y.
12611         * INSTALL: Regenerated.
12612
12613 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12614
12615         * scripts/versionlist.awk: New file.
12616         * Makerules [$(build-shared) = yes]
12617         (postclean-generated): Add Versions.def, not Versions.def.v and
12618         Versions.def.v.i.
12619         ($(common-objpfx)Versions.def.v.i): Target removed.
12620         ($(common-objpfx)Versions.def): New target.
12621         ($(common-objpfx)Versions.all): Depend on that rather that
12622         $(common-objpfx)Versions.def.v.
12623         * Versions.def: File removed.
12624
12625         * Makeconfig (+gccwarn): Add -Wundef.
12626         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12627         a dl-sysdep.h breaking its contract.
12628         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12629         * include/stackinfo.h: New file.
12630         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12631         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12632         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12633         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12634         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12635         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12636         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12637         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12638         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12639         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12640         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12641         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12642         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12643         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12644         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12645
12646 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12647
12648         [BZ #16707]
12649         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12650         implementation.
12651         * math/libm-test.inc (round_test_data): Add more tests.
12652
12653         [BZ #16706]
12654         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12655         implementation.
12656         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12657
12658         [BZ #16701]
12659         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12660         implementation.
12661         * math/libm-test.inc (ceil_test_data): Add more tests.
12662
12663         * math/libm-test.inc (trunc_test_data): Add more tests related to
12664         BZ#16414.
12665
12666 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12667
12668         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12669         with #if rather than #ifdef.
12670         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12671
12672 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12673
12674         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12675         first.  Disable AVX-512 GCC support if assembler doesn't support
12676         it.
12677         * sysdeps/x86_64/configure: Regenerated.
12678
12679 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12680
12681         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12682         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12683         (__old_pthread_attr_setstack): Likewise.
12684         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12685         [!_STACK_GROWS_DOWN]: Likewise.
12686
12687 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12688
12689         * config.make.in (have-bash2): Delete.
12690         * configure.ac (libc_cv_have_bash2): Delete.
12691         * configure: Regenerate.
12692         * elf/Makefile (common-ldd-rewrite): Rename to ...
12693         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12694         (sh-ldd-rewrite): Delete.
12695         (bash-ldd-rewrite): Delete.
12696         (have-bash2): Delete checks.
12697         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12698         ldd-rewrite.
12699
12700         * config.make.in (have-ksh): Delete.
12701         (KSH): Delete.
12702         * configure.ac (libc_cv_have_ksh): Delete.
12703         * configure: Regenerate.
12704
12705         * elf/Makefile: Delete $(have-ksh) check.
12706         ($(objpfx)sotruss): Change KSH to BASH.
12707         * elf/sotruss.ksh: Rename to ...
12708         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12709         function style to match POSIX.  Drop ksh vim mode setting.
12710
12711         * manual/time.texi (Specifying the Time Zone with TZ): Change
12712         Tuesday to Thursday.
12713
12714         * debug/tst-longjmp_chk2.c: Update header comment.
12715         (stackoverflow_handler): Add comment.  Call assert on pass value.
12716
12717 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12718
12719         [BZ #16194]
12720         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12721         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12722         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12723         (La_x86_64_vector): Add zmm.
12724         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12725         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12726         ($(objpfx)tst-audit10): New target.
12727         ($(objpfx)tst-audit10.out): Likewise.
12728         (tst-audit10-ENV): New.
12729         (AVX512-CFLAGS): Likewise.
12730         (CFLAGS-tst-audit10.c): Likewise.
12731         (CFLAGS-tst-auditmod10a.c): Likewise.
12732         (CFLAGS-tst-auditmod10b.c): Likewise.
12733         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12734         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12735         * sysdeps/x86_64/configure: Regenerated.
12736         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12737         AVX-512 zmm register support.
12738         (_dl_x86_64_save_sse): Likewise.
12739         (_dl_x86_64_restore_sse): Likewise.
12740         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12741         size vector registers.
12742         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12743         (ZMM_SIZE): Likewise.
12744         * sysdeps/x86_64/tst-audit10.c: New file.
12745         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12746         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12747
12748 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12749
12750         * configure.ac (HAVE_EHDR_START): New check.
12751         * configure: Regenerated.
12752         * config.h.in (HAVE_EHDR_START): New #undef.
12753         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12754         assuming the lowest-addressed segment maps the start of the file.
12755
12756 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12757
12758         * INSTALL: Regenerated.
12759
12760 2014-03-13  Will Newton  <will.newton@linaro.org>
12761
12762         * manual/setjmp.texi (System V contexts): Improve
12763         clarity and grammar of documentation.
12764
12765 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12766
12767         [BZ #16381]
12768         * elf/Makefile (tests): Add tst-pie2.
12769         (tests-pie): Add tst-pie2.
12770         * elf/tst-pie2.c: New file.
12771         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12772         for ET_EXEC.
12773         * elf/rtld.c (map_doit): Load executable as lt_executable.
12774         (dl_main): Likewise.
12775
12776 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12777
12778         [BZ #16642]
12779         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12780         (__ASSUME_PSELECT): Undefine.
12781
12782 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12783
12784         [BZ #16689]
12785         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12786         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12787         static build.
12788         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12789         selector for static builds.
12790
12791 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12792
12793         [BZ #16695]
12794         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12795         key in the buffer.
12796
12797 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12798
12799         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12800         IFUNC selector for static builds.
12801
12802 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12803
12804         * sysdeps/mips/math_private.h [__mips_hard_float]
12805         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12806         libc_feresetround_mips_ctx.
12807         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12808         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12809         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12810
12811         [BZ #16677]
12812         * math/s_nextafter.c (__nextafter): Do not return value from
12813         overflowing computation.
12814         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12815         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12816         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12817         Likewise.
12818         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12819         Likewise.
12820         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12821         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12822
12823 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12824
12825         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12826         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12827         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12828         the new mov targetting sp.
12829
12830 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12831
12832         [BZ #16683]
12833         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12834         Define it for static builds as well.
12835         (NO_BZERO_IMPL): Likewise.
12836
12837 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12838
12839         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12840         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12841         multiarch strspn for PPC64.
12842         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12843         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12844         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12845         (__libc_ifunc_impl_list): Likewise.
12846         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12847         multiarch optimizations
12848         * string/strspn.c (strspn): Using macro to redefine symbol name.
12849
12850 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12851             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12852
12853         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12854         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12855         multiarch strncat for PPC64.
12856         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12857         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12858         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12859         (__libc_ifunc_impl_list): Likewise.
12860         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12861         multiarch optimizations
12862
12863 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12864
12865         [BZ #16639]
12866         * nscd/nscd.service: Make service type forking.
12867
12868 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12869
12870         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12871         sign in non default rounding modes.
12872         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12873
12874 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12875
12876         * math/libm-test.inc (ALL_RM_TEST): New macro.
12877         (ceil_test): Use ALL_RM_TEST.
12878         (cimag_test): Likewise.
12879         (conj_test): Likewise.
12880         (copysign_test): Likewise.
12881         (cproj_test): Likewise.
12882         (creal_test): Likewise.
12883         (fabs_test): Likewise.
12884         (floor_test): Likewise.
12885         (fmax_test): Likewise.
12886         (fmin_test): Likewise.
12887         (fmod_test): Likewise.
12888         (fpclassify_test): Likewise.
12889         (frexp_test): Likewise.
12890         (ilogb_test): Likewise.
12891         (isfinite_test): Likewise.
12892         (finite_test): Likewise.
12893         (isgreater_test): Likewise.
12894         (isgreaterequal_test): Likewise.
12895         (isinf_test): Likewise.
12896         (isless_test): Likewise.
12897         (islessequal_test): Likewise.
12898         (islessgreater_test): Likewise.
12899         (isnan_test): Likewise.
12900         (isnormal_test): Likewise.
12901         (issignaling_test): Likewise.
12902         (isunordered_test): Likewise.
12903         (logb_test): Likewise.
12904         (logb_downward_test_data): Remove.
12905         (logb_test_downward): Likewise.
12906         (lround_test): Use ALL_RM_TEST.
12907         (llround_test): Likewise.
12908         (modf_test): Likewise.
12909         (nexttoward_test): Likewise.
12910         (remainder_test): Likewise.
12911         (drem_test): Likewise.
12912         (remainder_tonearest_test_data): Likewise.
12913         (remainder_test_tonearest): Likewise.
12914         (drem_test_tonearest): Likewise.
12915         (remainder_towardzero_test_data): Likewise.
12916         (remainder_test_towardzero): Likewise.
12917         (drem_test_towardzero): Likewise.
12918         (remainder_downward_test_data): Likewise.
12919         (remainder_test_downward): Likewise.
12920         (drem_test_downward): Likewise.
12921         (remainder_upward_test_data): Likewise.
12922         (remainder_test_upward): Likewise.
12923         (drem_test_upward): Likewise.
12924         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12925         (round_test): Use ALL_RM_TEST.
12926         (signbit_test): Likewise.
12927         (trunc_test): Likewise.
12928         (significand_test): Likewise.
12929         (main): Don't call removed functions.
12930
12931 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12932
12933         [BZ #16674]
12934         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12935         || __USE_XOPEN2K8].
12936         (ILL_ILLOPN): Likewise.
12937         (ILL_ILLADR): Likewise.
12938         (ILL_ILLTRP): Likewise.
12939         (ILL_PRVOPC): Likewise.
12940         (ILL_PRVREG): Likewise.
12941         (ILL_COPROC): Likewise.
12942         (ILL_BADSTK): Likewise.
12943         (FPE_INTDIV): Likewise.
12944         (FPE_INTOVF): Likewise.
12945         (FPE_FLTDIV): Likewise.
12946         (FPE_FLTOVF): Likewise.
12947         (FPE_FLTUND): Likewise.
12948         (FPE_FLTRES): Likewise.
12949         (FPE_FLTINV): Likewise.
12950         (FPE_FLTSUB): Likewise.
12951         (SEGV_MAPERR): Likewise.
12952         (SEGV_ACCERR): Likewise.
12953         (BUS_ADRALN): Likewise.
12954         (BUS_ADRERR): Likewise.
12955         (BUS_OBJERR): Likewise.
12956         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12957         (TRAP_TRACE): Likewise.
12958         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12959         __USE_XOPEN2K8].
12960         (CLD_KILLED): Likewise.
12961         (CLD_DUMPED): Likewise.
12962         (CLD_TRAPPED): Likewise.
12963         (CLD_STOPPED): Likewise.
12964         (CLD_CONTINUED): Likewise.
12965         (POLL_IN): Likewise.
12966         (POLL_OUT): Likewise.
12967         (POLL_MSG): Likewise.
12968         (POLL_ERR): Likewise.
12969         (POLL_PRI): Likewise.
12970         (POLL_HUP): Likewise.
12971         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12972         Likewise.
12973         (ILL_ILLOPN): Likewise.
12974         (ILL_ILLADR): Likewise.
12975         (ILL_ILLTRP): Likewise.
12976         (ILL_PRVOPC): Likewise.
12977         (ILL_PRVREG): Likewise.
12978         (ILL_COPROC): Likewise.
12979         (ILL_BADSTK): Likewise.
12980         (FPE_INTDIV): Likewise.
12981         (FPE_INTOVF): Likewise.
12982         (FPE_FLTDIV): Likewise.
12983         (FPE_FLTOVF): Likewise.
12984         (FPE_FLTUND): Likewise.
12985         (FPE_FLTRES): Likewise.
12986         (FPE_FLTINV): Likewise.
12987         (FPE_FLTSUB): Likewise.
12988         (SEGV_MAPERR): Likewise.
12989         (SEGV_ACCERR): Likewise.
12990         (BUS_ADRALN): Likewise.
12991         (BUS_ADRERR): Likewise.
12992         (BUS_OBJERR): Likewise.
12993         (BUS_MCEERR_AR): Likewise.
12994         (BUS_MCEERR_AO): Likewise.
12995         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12996         (TRAP_TRACE): Likewise.
12997         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12998         __USE_XOPEN2K8].
12999         (CLD_KILLED): Likewise.
13000         (CLD_DUMPED): Likewise.
13001         (CLD_TRAPPED): Likewise.
13002         (CLD_STOPPED): Likewise.
13003         (CLD_CONTINUED): Likewise.
13004         (POLL_IN): Likewise.
13005         (POLL_OUT): Likewise.
13006         (POLL_MSG): Likewise.
13007         (POLL_ERR): Likewise.
13008         (POLL_PRI): Likewise.
13009         (POLL_HUP): Likewise.
13010         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
13011         (ILL_ILLOPN): Likewise.
13012         (ILL_ILLADR): Likewise.
13013         (ILL_ILLTRP): Likewise.
13014         (ILL_PRVOPC): Likewise.
13015         (ILL_PRVREG): Likewise.
13016         (ILL_COPROC): Likewise.
13017         (ILL_BADSTK): Likewise.
13018         (FPE_INTDIV): Likewise.
13019         (FPE_INTOVF): Likewise.
13020         (FPE_FLTDIV): Likewise.
13021         (FPE_FLTOVF): Likewise.
13022         (FPE_FLTUND): Likewise.
13023         (FPE_FLTRES): Likewise.
13024         (FPE_FLTINV): Likewise.
13025         (FPE_FLTSUB): Likewise.
13026         (SEGV_MAPERR): Likewise.
13027         (SEGV_ACCERR): Likewise.
13028         (BUS_ADRALN): Likewise.
13029         (BUS_ADRERR): Likewise.
13030         (BUS_OBJERR): Likewise.
13031         (BUS_MCEERR_AR): Likewise.
13032         (BUS_MCEERR_AO): Likewise.
13033         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13034         (TRAP_TRACE): Likewise.
13035         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13036         __USE_XOPEN2K8].
13037         (CLD_KILLED): Likewise.
13038         (CLD_DUMPED): Likewise.
13039         (CLD_TRAPPED): Likewise.
13040         (CLD_STOPPED): Likewise.
13041         (CLD_CONTINUED): Likewise.
13042         (POLL_IN): Likewise.
13043         (POLL_OUT): Likewise.
13044         (POLL_MSG): Likewise.
13045         (POLL_ERR): Likewise.
13046         (POLL_PRI): Likewise.
13047         (POLL_HUP): Likewise.
13048         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
13049         Likewise.
13050         (ILL_ILLOPN): Likewise.
13051         (ILL_ILLADR): Likewise.
13052         (ILL_ILLTRP): Likewise.
13053         (ILL_PRVOPC): Likewise.
13054         (ILL_PRVREG): Likewise.
13055         (ILL_COPROC): Likewise.
13056         (ILL_BADSTK): Likewise.
13057         (ILL_BADIADDR): Likewise.
13058         (ILL_BREAK): Likewise.
13059         (FPE_INTDIV): Likewise.
13060         (FPE_INTOVF): Likewise.
13061         (FPE_FLTDIV): Likewise.
13062         (FPE_FLTOVF): Likewise.
13063         (FPE_FLTUND): Likewise.
13064         (FPE_FLTRES): Likewise.
13065         (FPE_FLTINV): Likewise.
13066         (FPE_FLTSUB): Likewise.
13067         (FPE_DECOVF): Likewise.
13068         (FPE_DECDIV): Likewise.
13069         (FPE_DECERR): Likewise.
13070         (FPE_INVASC): Likewise.
13071         (FPE_INVDEC): Likewise.
13072         (SEGV_MAPERR): Likewise.
13073         (SEGV_ACCERR): Likewise.
13074         (SEGV_PSTKOVF): Likewise.
13075         (BUS_ADRALN): Likewise.
13076         (BUS_ADRERR): Likewise.
13077         (BUS_OBJERR): Likewise.
13078         (BUS_MCEERR_AR): Likewise.
13079         (BUS_MCEERR_AO): Likewise.
13080         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13081         (TRAP_TRACE): Likewise.
13082         (TRAP_BRANCH): Likewise.
13083         (TRAP_HWBKPT): Likewise.
13084         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13085         __USE_XOPEN2K8].
13086         (CLD_KILLED): Likewise.
13087         (CLD_DUMPED): Likewise.
13088         (CLD_TRAPPED): Likewise.
13089         (CLD_STOPPED): Likewise.
13090         (CLD_CONTINUED): Likewise.
13091         (POLL_IN): Likewise.
13092         (POLL_OUT): Likewise.
13093         (POLL_MSG): Likewise.
13094         (POLL_ERR): Likewise.
13095         (POLL_PRI): Likewise.
13096         (POLL_HUP): Likewise.
13097         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
13098         (ILL_ILLOPN): Likewise.
13099         (ILL_ILLADR): Likewise.
13100         (ILL_ILLTRP): Likewise.
13101         (ILL_PRVOPC): Likewise.
13102         (ILL_PRVREG): Likewise.
13103         (ILL_COPROC): Likewise.
13104         (ILL_BADSTK): Likewise.
13105         (FPE_INTDIV): Likewise.
13106         (FPE_INTOVF): Likewise.
13107         (FPE_FLTDIV): Likewise.
13108         (FPE_FLTOVF): Likewise.
13109         (FPE_FLTUND): Likewise.
13110         (FPE_FLTRES): Likewise.
13111         (FPE_FLTINV): Likewise.
13112         (FPE_FLTSUB): Likewise.
13113         (SEGV_MAPERR): Likewise.
13114         (SEGV_ACCERR): Likewise.
13115         (BUS_ADRALN): Likewise.
13116         (BUS_ADRERR): Likewise.
13117         (BUS_OBJERR): Likewise.
13118         (BUS_MCEERR_AR): Likewise.
13119         (BUS_MCEERR_AO): Likewise.
13120         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13121         (TRAP_TRACE): Likewise.
13122         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13123         __USE_XOPEN2K8].
13124         (CLD_KILLED): Likewise.
13125         (CLD_DUMPED): Likewise.
13126         (CLD_TRAPPED): Likewise.
13127         (CLD_STOPPED): Likewise.
13128         (CLD_CONTINUED): Likewise.
13129         (POLL_IN): Likewise.
13130         (POLL_OUT): Likewise.
13131         (POLL_MSG): Likewise.
13132         (POLL_ERR): Likewise.
13133         (POLL_PRI): Likewise.
13134         (POLL_HUP): Likewise.
13135         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
13136         (ILL_ILLOPN): Likewise.
13137         (ILL_ILLADR): Likewise.
13138         (ILL_ILLTRP): Likewise.
13139         (ILL_PRVOPC): Likewise.
13140         (ILL_PRVREG): Likewise.
13141         (ILL_COPROC): Likewise.
13142         (ILL_BADSTK): Likewise.
13143         (FPE_INTDIV): Likewise.
13144         (FPE_INTOVF): Likewise.
13145         (FPE_FLTDIV): Likewise.
13146         (FPE_FLTOVF): Likewise.
13147         (FPE_FLTUND): Likewise.
13148         (FPE_FLTRES): Likewise.
13149         (FPE_FLTINV): Likewise.
13150         (FPE_FLTSUB): Likewise.
13151         (SEGV_MAPERR): Likewise.
13152         (SEGV_ACCERR): Likewise.
13153         (BUS_ADRALN): Likewise.
13154         (BUS_ADRERR): Likewise.
13155         (BUS_OBJERR): Likewise.
13156         (BUS_MCEERR_AR): Likewise.
13157         (BUS_MCEERR_AO): Likewise.
13158         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13159         (TRAP_TRACE): Likewise.
13160         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13161         __USE_XOPEN2K8].
13162         (CLD_KILLED): Likewise.
13163         (CLD_DUMPED): Likewise.
13164         (CLD_TRAPPED): Likewise.
13165         (CLD_STOPPED): Likewise.
13166         (CLD_CONTINUED): Likewise.
13167         (POLL_IN): Likewise.
13168         (POLL_OUT): Likewise.
13169         (POLL_MSG): Likewise.
13170         (POLL_ERR): Likewise.
13171         (POLL_PRI): Likewise.
13172         (POLL_HUP): Likewise.
13173         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
13174         (ILL_ILLOPN): Likewise.
13175         (ILL_ILLADR): Likewise.
13176         (ILL_ILLTRP): Likewise.
13177         (ILL_PRVOPC): Likewise.
13178         (ILL_PRVREG): Likewise.
13179         (ILL_COPROC): Likewise.
13180         (ILL_BADSTK): Likewise.
13181         (FPE_INTDIV): Likewise.
13182         (FPE_INTOVF): Likewise.
13183         (FPE_FLTDIV): Likewise.
13184         (FPE_FLTOVF): Likewise.
13185         (FPE_FLTUND): Likewise.
13186         (FPE_FLTRES): Likewise.
13187         (FPE_FLTINV): Likewise.
13188         (FPE_FLTSUB): Likewise.
13189         (SEGV_MAPERR): Likewise.
13190         (SEGV_ACCERR): Likewise.
13191         (BUS_ADRALN): Likewise.
13192         (BUS_ADRERR): Likewise.
13193         (BUS_OBJERR): Likewise.
13194         (BUS_MCEERR_AR): Likewise.
13195         (BUS_MCEERR_AO): Likewise.
13196         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13197         (TRAP_TRACE): Likewise.
13198         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13199         __USE_XOPEN2K8].
13200         (CLD_KILLED): Likewise.
13201         (CLD_DUMPED): Likewise.
13202         (CLD_TRAPPED): Likewise.
13203         (CLD_STOPPED): Likewise.
13204         (CLD_CONTINUED): Likewise.
13205         (POLL_IN): Likewise.
13206         (POLL_OUT): Likewise.
13207         (POLL_MSG): Likewise.
13208         (POLL_ERR): Likewise.
13209         (POLL_PRI): Likewise.
13210         (POLL_HUP): Likewise.
13211         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
13212         (ILL_ILLOPN): Likewise.
13213         (ILL_ILLADR): Likewise.
13214         (ILL_ILLTRP): Likewise.
13215         (ILL_PRVOPC): Likewise.
13216         (ILL_PRVREG): Likewise.
13217         (ILL_COPROC): Likewise.
13218         (ILL_BADSTK): Likewise.
13219         (ILL_DBLFLT): Likewise.
13220         (ILL_HARDWALL): Likewise.
13221         (FPE_INTDIV): Likewise.
13222         (FPE_INTOVF): Likewise.
13223         (FPE_FLTDIV): Likewise.
13224         (FPE_FLTOVF): Likewise.
13225         (FPE_FLTUND): Likewise.
13226         (FPE_FLTRES): Likewise.
13227         (FPE_FLTINV): Likewise.
13228         (FPE_FLTSUB): Likewise.
13229         (SEGV_MAPERR): Likewise.
13230         (SEGV_ACCERR): Likewise.
13231         (BUS_ADRALN): Likewise.
13232         (BUS_ADRERR): Likewise.
13233         (BUS_OBJERR): Likewise.
13234         (BUS_MCEERR_AR): Likewise.
13235         (BUS_MCEERR_AO): Likewise.
13236         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13237         (TRAP_TRACE): Likewise.
13238         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13239         __USE_XOPEN2K8].
13240         (CLD_KILLED): Likewise.
13241         (CLD_DUMPED): Likewise.
13242         (CLD_TRAPPED): Likewise.
13243         (CLD_STOPPED): Likewise.
13244         (CLD_CONTINUED): Likewise.
13245         (POLL_IN): Likewise.
13246         (POLL_OUT): Likewise.
13247         (POLL_MSG): Likewise.
13248         (POLL_ERR): Likewise.
13249         (POLL_PRI): Likewise.
13250         (POLL_HUP): Likewise.
13251         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13252         (ILL_ILLOPN): Likewise.
13253         (ILL_ILLADR): Likewise.
13254         (ILL_ILLTRP): Likewise.
13255         (ILL_PRVOPC): Likewise.
13256         (ILL_PRVREG): Likewise.
13257         (ILL_COPROC): Likewise.
13258         (ILL_BADSTK): Likewise.
13259         (FPE_INTDIV): Likewise.
13260         (FPE_INTOVF): Likewise.
13261         (FPE_FLTDIV): Likewise.
13262         (FPE_FLTOVF): Likewise.
13263         (FPE_FLTUND): Likewise.
13264         (FPE_FLTRES): Likewise.
13265         (FPE_FLTINV): Likewise.
13266         (FPE_FLTSUB): Likewise.
13267         (SEGV_MAPERR): Likewise.
13268         (SEGV_ACCERR): Likewise.
13269         (BUS_ADRALN): Likewise.
13270         (BUS_ADRERR): Likewise.
13271         (BUS_OBJERR): Likewise.
13272         (BUS_MCEERR_AR): Likewise.
13273         (BUS_MCEERR_AO): Likewise.
13274         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13275         (TRAP_TRACE): Likewise.
13276         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13277         __USE_XOPEN2K8].
13278         (CLD_KILLED): Likewise.
13279         (CLD_DUMPED): Likewise.
13280         (CLD_TRAPPED): Likewise.
13281         (CLD_STOPPED): Likewise.
13282         (CLD_CONTINUED): Likewise.
13283         (POLL_IN): Likewise.
13284         (POLL_OUT): Likewise.
13285         (POLL_MSG): Likewise.
13286         (POLL_ERR): Likewise.
13287         (POLL_PRI): Likewise.
13288         (POLL_HUP): Likewise.
13289         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13290         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13291
13292         [BZ #16670]
13293         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13294         before #include of <time.h>.
13295         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13296         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13297         (test-xfail-UNIX98/sched.h/conform): Likewise.
13298
13299 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13300
13301         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13302         error absence of trapping exception support.
13303         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13304
13305 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13306
13307         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13308         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13309         * timezone/Makefile (testdata): Move definition above include of
13310         Rules.
13311         (test-zones): New variable.
13312         (tests-special): Add zone files.
13313         (build-testdata): Use $(evaluate-test).
13314
13315         * elf/Makefile (tests-special): Rename tests to end with .out.
13316         ($(objpfx)noload-mem): Likewise.
13317         ($(objpfx)tst-leaks1-mem): Likewise.
13318         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13319         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13320         $(objpfx)test-iconvconfig.out.
13321         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13322         set -e inside subshell and redirect output to file.
13323         * iconvdata/Makefile (generated): Rename tests to end with .out.
13324         Correct type.
13325         (tests-special): Rename tests to end with .out.
13326         ($(objpfx)mtrace-tst-loading): Likewise.
13327         * intl/Makefile (generated): Likewise.
13328         (tests-special): Likewise.
13329         ($(objpfx)mtrace-tst-gettext): Likewise.
13330         * misc/Makefile (generated): Likewise.
13331         (tests-special): Likewise.
13332         ($(objpfx)tst-error1-mem): Likewise.
13333         * nptl/Makefile (tests-special): Likewise.
13334         ($(objpfx)tst-stack3-mem): Likewise.
13335         (generated): Likewise.
13336         * posix/Makefile (generated): Likewise.
13337         (tests-special): Likewise.
13338         (xtests-special): Likewise.
13339         ($(objpfx)tst-fnmatch-mem): Likewise.
13340         ($(objpfx)bug-regex2-mem): Likewise.
13341         ($(objpfx)bug-regex14-mem): Likewise.
13342         ($(objpfx)bug-regex21-mem): Likewise.
13343         ($(objpfx)bug-regex31-mem): Likewise.
13344         ($(objpfx)tst-vfork3-mem): Likewise.
13345         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13346         ($(objpfx)tst-pcre-mem): Likewise.
13347         ($(objpfx)tst-boost-mem): Likewise.
13348         ($(objpfx)bug-ga2-mem): Likewise.
13349         ($(objpfx)bug-glob2-mem): Likewise.
13350         * resolv/Makefile (generate): Likewise.
13351         (tests-special): Likewise.
13352         (xtests-special): Likewise.
13353         (generated): Likewise.
13354         ($(objpfx)mtrace-tst-leaks): Likewise.
13355         ($(objpfx)mtrace-tst-leaks2): Likewise.
13356
13357         * scripts/merge-test-results.sh: New file.
13358         * Makefile (tests-special-notdir): New variable.
13359         (tests): Run merge-test-results.sh.
13360         (xtests): Likewise.
13361         * Rules (tests-special-notdir): New variable.
13362         (xtests-special-notdir): Likewise.
13363         (tests): Run merge-test-results.sh
13364         (xtests): Likewise.
13365
13366         * Makeconfig (test-xfail-name): New variable.
13367         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13368         compute variable name for expected failures.
13369         * conform/Makefile (conformtest-headers-data): New variable.
13370         (conformtest-standards): Likewise.
13371         (conformtest-headers-ISO): Likewise.
13372         (conformtest-headers-ISO99): Likewise.
13373         (conformtest-headers-ISO11): Likewise.
13374         (conformtest-headers-POSIX): Likewise.
13375         (conformtest-headers-XPG3): Likewise.
13376         (conformtest-headers-XPG4): Likewise.
13377         (conformtest-headers-UNIX98): Likewise.
13378         (conformtest-headers-XOPEN2K): Likewise.
13379         (conformtest-headers-POSIX2008): Likewise.
13380         (conformtest-headers-XOPEN2K8): Likewise.
13381         (conformtest-header-list-base): Likewise.
13382         (conformtest-header-list-tests): Likewise.
13383         (conformtest-header-base): Likewise.
13384         (conformtest-header-tests): Likewise.
13385         (tests-special): Add $(conformtest-header-list-tests).  If
13386         [$(fast-check) && !$(cross-compiling)], add
13387         $(conformtest-header-tests) instead of
13388         $(objpfx)run-conformtest.out.
13389         (generated): Add $(conformtest-header-list-base).  If
13390         [$(fast-check) && !$(cross-compiling)], add
13391         $(conformtest-header-base).  Remove previous setting.
13392         ($(conformtest-header-list-tests)): New target.
13393         (test-xfail-run-conformtest): Remove variable.
13394         ($(objpfx)run-conformtest.out): Remove target.
13395         (test-xfail-ISO11/complex.h/conform): New variable.
13396         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13397         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13398         (test-xfail-XPG3/varargs.h/conform): Likewise.
13399         (test-xfail-XPG4/varargs.h/conform): Likewise.
13400         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13401         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13402         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13403         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13404         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13405         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13406         (test-xfail-XPG3/ftw.h/conform): Likewise.
13407         (test-xfail-XPG3/grp.h/conform): Likewise.
13408         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13409         (test-xfail-XPG3/limits.h/conform): Likewise.
13410         (test-xfail-XPG3/pwd.h/conform): Likewise.
13411         (test-xfail-XPG3/search.h/conform): Likewise.
13412         (test-xfail-XPG3/signal.h/conform): Likewise.
13413         (test-xfail-XPG3/stdio.h/conform): Likewise.
13414         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13415         (test-xfail-XPG3/string.h/conform): Likewise.
13416         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13417         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13418         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13419         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13420         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13421         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13422         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13423         (test-xfail-XPG3/termios.h/conform): Likewise.
13424         (test-xfail-XPG3/time.h/conform): Likewise.
13425         (test-xfail-XPG3/unistd.h/conform): Likewise.
13426         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13427         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13428         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13429         (test-xfail-XPG4/netdb.h/conform): Likewise.
13430         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13431         (test-xfail-XPG4/signal.h/conform): Likewise.
13432         (test-xfail-XPG4/stdio.h/conform): Likewise.
13433         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13434         (test-xfail-XPG4/stropts.h/conform): Likewise.
13435         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13436         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13437         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13438         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13439         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13440         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13441         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13442         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13443         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13444         (test-xfail-XPG4/termios.h/conform): Likewise.
13445         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13446         (test-xfail-XPG4/unistd.h/conform): Likewise.
13447         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13448         (test-xfail-POSIX/sched.h/conform): Likewise.
13449         (test-xfail-POSIX/signal.h/conform): Likewise.
13450         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13451         (test-xfail-POSIX/tar.h/conform): Likewise.
13452         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13453         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13454         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13455         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13456         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13457         (test-xfail-UNIX98/sched.h/conform): Likewise.
13458         (test-xfail-UNIX98/signal.h/conform): Likewise.
13459         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13460         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13461         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13462         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13463         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13464         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13465         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13466         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13467         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13468         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13469         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13470         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13471         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13472         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13473         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13474         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13475         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13476         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13477         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13478         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13479         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13480         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13481         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13482         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13483         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13484         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13485         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13486         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13487         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13488         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13489         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13490         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13491         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13492         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13493         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13494         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13495         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13496         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13497         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13498         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13499         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13500         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13501         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13502         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13503         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13504         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13505         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13506         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13507         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13508         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13509         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13510         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13511         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13512         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13513         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13514         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13515         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13516         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13517         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13518         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13519         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13520         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13521         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13522         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13523         (conformtest-cc-flags): Likewise.
13524         ($(conformtest-header-tests): New target.
13525         * conform/check-header-lists.sh: New file.
13526         * conform/run-conformtest.sh: Remove.
13527
13528         * conform/conformtest.pl: Allow ' and \ in values given for
13529         constants.
13530         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13531         inclusion.
13532         [POSIX] (sys/types.h): Likewise.
13533         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13534         inclusion.
13535         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13536         inclusion.
13537         * conform/data/signal.h-data (SIGIO): Remove expectation.
13538         [XPG3] (SIGBUS): Do not expect.
13539         [POSIX || XPG3] (SIGPOLL): Likewise.
13540         [POSIX || XPG3] (SIGPROF): Likewise.
13541         [POSIX || XPG3] (SIGSYS): Likewise.
13542         [XPG3] (SIGTRAP): Likewise.
13543         [POSIX || XPG3] (SIGURG): Likewise.
13544         [POSIX || XPG3] (SIGVTALRM): Likewise.
13545         [POSIX || XPG3] (SIGXCPU): Likewise.
13546         [POSIX || XPG3] (SIGXFSZ): Likewise.
13547         [POSIX] (SA_SIGINFO): Expect.
13548         [XPG3] (siginfo_t): Do not expect type or contents.
13549         [POSIX] (si_pid): Do not expect element.
13550         [POSIX] (si_uid): Likewise.
13551         [POSIX] (si_addr): Likewise.
13552         [POSIX] (si_status): Likewise.
13553         [POSIX] (si_band): Likewise.
13554         [XPG4] (si_value): Likewise.
13555         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13556         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13557         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13558         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13559         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13560         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13561         [POSIX || XPG3] (ILL_COPROC): Likewise.
13562         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13563         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13564         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13565         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13566         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13567         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13568         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13569         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13570         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13571         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13572         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13573         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13574         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13575         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13576         [POSIX || XPG3] (CLD_EXITED): Likewise.
13577         [POSIX || XPG3] (CLD_KILLED): Likewise.
13578         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13579         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13580         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13581         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13582         [POSIX || XPG3] (POLL_IN): Likewise.
13583         [POSIX || XPG3] (POLL_OUT): Likewise.
13584         [POSIX || XPG3] (POLL_MSG): Likewise.
13585         [POSIX || XPG3] (POLL_ERR): Likewise.
13586         [POSIX || XPG3] (POLL_PRI): Likewise.
13587         [POSIX || XPG3] (POLL_HUP): Likewise.
13588         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13589         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13590         (SIG*): Do not allow.
13591         [XPG3] (si_*): Likewise.
13592         [XPG3] (SI_*): Likewise.
13593         [XPG3 || XPG4] (sigev_*): Likewise.
13594         [XPG3 || XPG4] (SIGEV_*): Likewise.
13595         [XPG3 || XPG4] (sival_*): Likewise.
13596         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13597         [POSIX || XPG3] (BUS_*): Likewise.
13598         [POSIX || XPG3] (CLD_*): Likewise.
13599         [POSIX || XPG3] (FPE_*): Likewise.
13600         [POSIX || XPG3] (ILL_*): Likewise.
13601         [POSIX || XPG3] (POLL_*): Likewise.
13602         [POSIX || XPG3] (SEGV_*): Likewise.
13603         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13604         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13605         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13606         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13607         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13608         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13609         Specify type and value.
13610         (TVERSLEN): Likewise.
13611         (REGTYPE): Likewise.
13612         (AREGTYPE): Likewise.
13613         (LNKTYPE): Likewise.
13614         (SYMTYPE): Likewise.
13615         (CHRTYPE): Likewise.
13616         (BLKTYPE): Likewise.
13617         (DIRTYPE): Likewise.
13618         (FIFOTYPE): Likewise.
13619         (CONTTYPE): Likewise.
13620         (TSUID): Likewise.
13621         (TSGID): Likewise.
13622         (TSVTX): Likewise.
13623         (TUREAD): Likewise.
13624         (TUWRITE): Likewise.
13625         (TUEXEC): Likewise.
13626         (TGREAD): Likewise.
13627         (TGWRITE): Likewise.
13628         (TGEXEC): Likewise.
13629         (TOREAD): Likewise.
13630         (TOWRITE): Likewise.
13631         (TOEXEC): Likewise.
13632         [POSIX] (TSVTX): Expect constant.
13633
13634 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13635
13636         * Makefile (tests): Change dependencies to ....
13637         (tests-special): ... additions to this variable.
13638         (tests): Depend on $(tests-special).
13639         * Makerules (check-abi-list): New variable.
13640         (check-abi): Depend on $(check-abi-list).
13641         [$(subdir) = elf] (tests-special): Add
13642         $(objpfx)check-abi-libc.out.
13643         [$(build-shared) = yes && subdir] (tests-special): Add
13644         $(check-abi-list).
13645         [$(build-shared) = yes && subdir] (tests): Do not depend on
13646         check-abi.
13647         * Rules (tests): Depend on $(tests-special).
13648         (xtests): Depend on $(xtests-special).
13649         * catgets/Makefile (tests): Change dependencies to ....
13650         (tests-special): ... additions to this variable.
13651         * conform/Makefile (tests): Change dependencies to ....
13652         (tests-special): ... additions to this variable.
13653         * elf/Makefile (tests): Change dependencies to ....
13654         (tests-special): ... additions to this variable.
13655         * grp/Makefile (tests): Change dependencies to ....
13656         (tests-special): ... additions to this variable.
13657         * iconv/Makefile (xtests): Change dependencies to ....
13658         (xtests-special): ... additions to this variable.
13659         * iconvdata/Makefile (tests): Change dependencies to ....
13660         (tests-special): ... additions to this variable.
13661         * intl/Makefile (tests): Change dependencies to ....
13662         (tests-special): ... additions to this variable.  Also add
13663         $(objpfx)tst-gettext.out.
13664         * io/Makefile (tests): Change dependencies to ....
13665         (tests-special): ... additions to this variable.
13666         * libio/Makefile (tests): Change dependencies to ....
13667         (tests-special): ... additions to this variable.
13668         * malloc/Makefile (tests): Change dependencies to ....
13669         (tests-special): ... additions to this variable.
13670         * misc/Makefile (tests): Change dependencies to ....
13671         (tests-special): ... additions to this variable.
13672         * nptl/Makefile (tests): Change dependencies to ....
13673         (tests-special): ... additions to this variable.
13674         * nptl_db/Makefile (tests): Change dependencies to ....
13675         (tests-special): ... additions to this variable.
13676         * posix/Makefile (tests): Change dependencies to ....
13677         (tests-special): ... additions to this variable.
13678         (xtests): Change dependencies to ....
13679         (xtests-special): ... additions to this variable.
13680         * resolv/Makefile (tests): Change dependencies to ....
13681         (tests-special): ... additions to this variable.
13682         (xtests): Change dependencies to ....
13683         (xtests-special): ... additions to this variable.
13684         * stdio-common/Makefile (tests): Change dependencies to ....
13685         (tests-special): ... additions to this variable.
13686         (do-tst-unbputc): Remove target.
13687         (do-tst-printf): Likewise.
13688         * stdlib/Makefile (tests): Change dependencies to ....
13689         (tests-special): ... additions to this variable.
13690         * string/Makefile (tests): Change dependencies to ....
13691         (tests-special): ... additions to this variable.
13692         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13693         (tests-special): ... additions to this variable.
13694
13695         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13696         whole file.
13697         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13698         whole file.
13699         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13700         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13701
13702         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13703         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13704         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13705         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13706         * conform/data/libgen.h-data [XPG3]: Likewise.
13707         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13708         * conform/data/ndbm.h-data [XPG3]: Likewise.
13709         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13710         * conform/data/netdb.h-data [XPG3]: Likewise.
13711         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13712         * conform/data/poll.h-data [XPG3]: Likewise.
13713         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13714         * conform/data/strings.h-data [XPG3]: Likewise.
13715         * conform/data/stropts.h-data [XPG3]: Likewise.
13716         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13717         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13718         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13719         Likewise.
13720         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13721         * conform/data/sys/time.h-data [XPG3]: Likewise.
13722         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13723         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13724         * conform/data/sys/un.h-data [XPG3]: Likewise.
13725         * conform/data/syslog.h-data [XPG3]: Likewise.
13726         * conform/data/ucontext.h-data [XPG3]: Likewise.
13727         * conform/data/utmpx.h-data [XPG3]: Likewise.
13728         * conform/data/varargs.h-data [UNIX98]: Enable file.
13729
13730         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13731
13732         * math/libm-test.inc (struct test_f_f_data): Move expected results
13733         into structure for each rounding mode.
13734         (struct test_ff_f_data): Likewise.
13735         (struct test_ff_f_data_nexttoward): Likewise.
13736         (struct test_fi_f_data): Likewise.
13737         (struct test_fl_f_data): Likewise.
13738         (struct test_if_f_data): Likewise.
13739         (struct test_fff_f_data): Likewise.
13740         (struct test_c_f_data): Likewise.
13741         (struct test_f_f1_data): Likewise.
13742         (struct test_fF_f1_data): Likewise.
13743         (struct test_ffI_f1_data): Likewise.
13744         (struct test_c_c_data): Likewise.
13745         (struct test_cc_c_data): Likewise.
13746         (struct test_f_i_data): Likewise.
13747         (struct test_ff_i_data): Likewise.
13748         (struct test_f_l_data): Likewise.
13749         (struct test_f_L_data): Likewise.
13750         (struct test_fFF_11_data): Likewise.
13751         (RM_): New macro.
13752         (RM_FE_DOWNWARD): Likewise.
13753         (RM_FE_TONEAREST): Likewise.
13754         (RM_FE_TOWARDZERO): Likewise.
13755         (RM_FE_UPWARD): Likewise.
13756         (RUN_TEST_LOOP_f_f): Update references to expected results.
13757         (RUN_TEST_LOOP_2_f): Likewise.
13758         (RUN_TEST_LOOP_fff_f): Likewise.
13759         (RUN_TEST_LOOP_c_f): Likewise.
13760         (RUN_TEST_LOOP_f_f1): Likewise.
13761         (RUN_TEST_LOOP_fF_f1): Likewise.
13762         (RUN_TEST_LOOP_fI_f1): Likewise.
13763         (RUN_TEST_LOOP_ffI_f1): Likewise.
13764         (RUN_TEST_LOOP_c_c): Likewise.
13765         (RUN_TEST_LOOP_cc_c): Likewise.
13766         (RUN_TEST_LOOP_f_i): Likewise.
13767         (RUN_TEST_LOOP_f_i_tg): Likewise.
13768         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13769         (RUN_TEST_LOOP_f_b): Likewise.
13770         (RUN_TEST_LOOP_f_b_tg): Likewise.
13771         (RUN_TEST_LOOP_f_l): Likewise.
13772         (RUN_TEST_LOOP_f_L): Likewise.
13773         (RUN_TEST_LOOP_fFF_11): Likewise.
13774         * math/gen-libm-test.pl (parse_args): Output four copies of
13775         expected results for each test.
13776
13777         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13778         (__ASSUME_UTIMES): Remove.
13779         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13780         (__ASSUME_UTIMES): Likewise.
13781
13782         * math/gen-auto-libm-tests.c: Update comment on output format.
13783         (output_for_one_input_case): Generate before-rounding and
13784         after-rounding information as conditions on output flags not
13785         floating-point format.
13786         * math/auto-libm-test-out: Regenerated.
13787         * math/gen-libm-test.pl (cond_value): New function.
13788         (or_cond_value): Use cond_value.
13789         (generate_testfile): Handle conditional exceptions.
13790
13791 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13792
13793         * math/libm-test.inc (max_valid_error): New variable.
13794         (init_max_error): Take new argument specifying whether function
13795         results are exactly determined.  Set max_valid_error and bound
13796         other variables for errors based on this argument.
13797         (set_max_error): Do not record results above max_valid_error.
13798         (check_float_internal): Only accept errors of up to 0.5ulps if
13799         also at most max_valid_error.
13800         (START): Take new argument EXACT and pass it to init_max_error.
13801         (acos_test): Update call to START.
13802         (acos_test_tonearest): Likewise.
13803         (acos_test_towardzero): Likewise.
13804         (acos_test_downward): Likewise.
13805         (acos_test_upward): Likewise.
13806         (acosh_test): Likewise.
13807         (asin_test): Likewise.
13808         (asin_test_tonearest): Likewise.
13809         (asin_test_towardzero): Likewise.
13810         (asin_test_downward): Likewise.
13811         (asin_test_upward): Likewise.
13812         (asinh_test): Likewise.
13813         (atan_test): Likewise.
13814         (atanh_test): Likewise.
13815         (atan2_test): Likewise.
13816         (cabs_test): Likewise.
13817         (cacos_test): Likewise.
13818         (cacosh_test): Likewise.
13819         (carg_test): Likewise.
13820         (casin_test): Likewise.
13821         (casinh_test): Likewise.
13822         (catan_test): Likewise.
13823         (catanh_test): Likewise.
13824         (cbrt_test): Likewise.
13825         (ccos_test): Likewise.
13826         (ccosh_test): Likewise.
13827         (ceil_test): Likewise.
13828         (cexp_test): Likewise.
13829         (cimag_test): Likewise.
13830         (clog_test): Likewise.
13831         (clog10_test): Likewise.
13832         (conj_test): Likewise.
13833         (copysign_test): Likewise.
13834         (cos_test): Likewise.
13835         (cos_test_tonearest): Likewise.
13836         (cos_test_towardzero): Likewise.
13837         (cos_test_downward): Likewise.
13838         (cos_test_upward): Likewise.
13839         (cosh_test): Likewise.
13840         (cosh_test_tonearest): Likewise.
13841         (cosh_test_towardzero): Likewise.
13842         (cosh_test_downward): Likewise.
13843         (cosh_test_upward): Likewise.
13844         (cpow_test): Likewise.
13845         (cproj_test): Likewise.
13846         (creal_test): Likewise.
13847         (csin_test): Likewise.
13848         (csinh_test): Likewise.
13849         (csqrt_test): Likewise.
13850         (ctan_test): Likewise.
13851         (ctan_test_tonearest): Likewise.
13852         (ctan_test_towardzero): Likewise.
13853         (ctan_test_downward): Likewise.
13854         (ctan_test_upward): Likewise.
13855         (ctanh_test): Likewise.
13856         (ctanh_test_tonearest): Likewise.
13857         (ctanh_test_towardzero): Likewise.
13858         (ctanh_test_downward): Likewise.
13859         (ctanh_test_upward): Likewise.
13860         (erf_test): Likewise.
13861         (erfc_test): Likewise.
13862         (exp_test): Likewise.
13863         (exp_test_tonearest): Likewise.
13864         (exp_test_towardzero): Likewise.
13865         (exp_test_downward): Likewise.
13866         (exp_test_upward): Likewise.
13867         (exp10_test): Likewise.
13868         (exp10_test_tonearest): Likewise.
13869         (exp10_test_towardzero): Likewise.
13870         (exp10_test_downward): Likewise.
13871         (exp10_test_upward): Likewise.
13872         (pow10_test): Likewise.
13873         (exp2_test): Likewise.
13874         (expm1_test): Likewise.
13875         (expm1_test_tonearest): Likewise.
13876         (expm1_test_towardzero): Likewise.
13877         (expm1_test_downward): Likewise.
13878         (expm1_test_upward): Likewise.
13879         (fabs_test): Likewise.
13880         (fdim_test): Likewise.
13881         (floor_test): Likewise.
13882         (fma_test): Likewise.
13883         (fma_test_towardzero): Likewise.
13884         (fma_test_downward): Likewise.
13885         (fma_test_upward): Likewise.
13886         (fmax_test): Likewise.
13887         (fmin_test): Likewise.
13888         (fmod_test): Likewise.
13889         (fpclassify_test): Likewise.
13890         (frexp_test): Likewise.
13891         (hypot_test): Likewise.
13892         (ilogb_test): Likewise.
13893         (isfinite_test): Likewise.
13894         (finite_test): Likewise.
13895         (isgreater_test): Likewise.
13896         (isgreaterequal_test): Likewise.
13897         (isinf_test): Likewise.
13898         (isless_test): Likewise.
13899         (islessequal_test): Likewise.
13900         (islessgreater_test): Likewise.
13901         (isnan_test): Likewise.
13902         (isnormal_test): Likewise.
13903         (issignaling_test): Likewise.
13904         (isunordered_test): Likewise.
13905         (j0_test): Likewise.
13906         (j1_test): Likewise.
13907         (jn_test): Likewise.
13908         (ldexp_test): Likewise.
13909         (lgamma_test): Likewise.
13910         (gamma_test): Likewise.
13911         (lrint_test): Likewise.
13912         (lrint_test_tonearest): Likewise.
13913         (lrint_test_towardzero): Likewise.
13914         (lrint_test_downward): Likewise.
13915         (lrint_test_upward): Likewise.
13916         (llrint_test): Likewise.
13917         (llrint_test_tonearest): Likewise.
13918         (llrint_test_towardzero): Likewise.
13919         (llrint_test_downward): Likewise.
13920         (llrint_test_upward): Likewise.
13921         (log_test): Likewise.
13922         (log10_test): Likewise.
13923         (log1p_test): Likewise.
13924         (log2_test): Likewise.
13925         (logb_test): Likewise.
13926         (logb_test_downward): Likewise.
13927         (lround_test): Likewise.
13928         (llround_test): Likewise.
13929         (modf_test): Likewise.
13930         (nearbyint_test): Likewise.
13931         (nextafter_test): Likewise.
13932         (nexttoward_test): Likewise.
13933         (pow_test): Likewise.
13934         (pow_test_tonearest): Likewise.
13935         (pow_test_towardzero): Likewise.
13936         (pow_test_downward): Likewise.
13937         (pow_test_upward): Likewise.
13938         (remainder_test): Likewise.
13939         (drem_test): Likewise.
13940         (remainder_test_tonearest): Likewise.
13941         (drem_test_tonearest): Likewise.
13942         (remainder_test_towardzero): Likewise.
13943         (drem_test_towardzero): Likewise.
13944         (remainder_test_downward): Likewise.
13945         (drem_test_downward): Likewise.
13946         (remainder_test_upward): Likewise.
13947         (drem_test_upward): Likewise.
13948         (remquo_test): Likewise.
13949         (rint_test): Likewise.
13950         (rint_test_tonearest): Likewise.
13951         (rint_test_towardzero): Likewise.
13952         (rint_test_downward): Likewise.
13953         (rint_test_upward): Likewise.
13954         (round_test): Likewise.
13955         (scalb_test): Likewise.
13956         (scalbn_test): Likewise.
13957         (scalbln_test): Likewise.
13958         (signbit_test): Likewise.
13959         (sin_test): Likewise.
13960         (sin_test_tonearest): Likewise.
13961         (sin_test_towardzero): Likewise.
13962         (sin_test_downward): Likewise.
13963         (sin_test_upward): Likewise.
13964         (sincos_test): Likewise.
13965         (sinh_test): Likewise.
13966         (sinh_test_tonearest): Likewise.
13967         (sinh_test_towardzero): Likewise.
13968         (sinh_test_downward): Likewise.
13969         (sinh_test_upward): Likewise.
13970         (sqrt_test): Likewise.
13971         (sqrt_test_tonearest): Likewise.
13972         (sqrt_test_towardzero): Likewise.
13973         (sqrt_test_downward): Likewise.
13974         (sqrt_test_upward): Likewise.
13975         (tan_test): Likewise.
13976         (tan_test_tonearest): Likewise.
13977         (tan_test_towardzero): Likewise.
13978         (tan_test_downward): Likewise.
13979         (tan_test_upward): Likewise.
13980         (tanh_test): Likewise.
13981         (tgamma_test): Likewise.
13982         (trunc_test): Likewise.
13983         (y0_test): Likewise.
13984         (y1_test): Likewise.
13985         (yn_test): Likewise.
13986         (significand_test): Likewise.
13987
13988         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13989         individual tests in comment.
13990         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13991         (prev_max_error): New variable.
13992         (prev_real_max_error): Likewise.
13993         (prev_imag_max_error): Likewise.
13994         (compare_ulp_data): Don't refer to test names in comment.
13995         (find_test_ulps): Remove function.
13996         (find_function_ulps): Likewise.
13997         (find_complex_function_ulps): Likewise.
13998         (init_max_error): Take function name as argument.  Look up ulps
13999         for that function.
14000         (print_ulps): Remove function.
14001         (print_max_error): Use prev_max_error instead of calling
14002         find_function_ulps.
14003         (print_complex_max_error): Use prev_real_max_error and
14004         prev_imag_max_error instead of calling find_complex_function_ulps.
14005         (check_float_internal): Take max_ulp parameter instead of calling
14006         find_test_ulps.  Don't call print_ulps.
14007         (check_float): Update call to check_float_internal.
14008         (check_complex): Update calls to check_float_internal.
14009         (START): Pass argument to init_max_error.
14010         * math/gen-libm-test.pl (%results): Don't include "kind"
14011         information.
14012         (parse_ulps): Don't handle ulps of individual tests.
14013         (print_ulps_file): Likewise.
14014         (output_ulps): Likewise.
14015         * math/README.libm-test: Update.
14016         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
14017         individual tests.
14018         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
14019         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
14020         * sysdeps/arm/libm-test-ulps: Likewise.
14021         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
14022         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
14023         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
14024         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
14025         * sysdeps/microblaze/libm-test-ulps: Likewise.
14026         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
14027         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
14028         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
14029         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
14030         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
14031         * sysdeps/sh/libm-test-ulps: Likewise.
14032         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
14033         * sysdeps/tile/libm-test-ulps: Likewise.
14034         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14035
14036 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
14037
14038         * math/libm-test.inc (print_complex_max_error): Check separately
14039         whether real and imaginary errors are within allowed range and
14040         pass 0 to print_complex_function_ulps instead of value within
14041         allowed range.
14042
14043 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14044
14045         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
14046         formatting.
14047         (get_handles_fopen): Likewise.
14048         (do_write_test): Likewise.
14049
14050         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
14051
14052         * libio/fileops.c (do_ftell): Use cached offset when
14053         available.
14054         * libio/iofwide.c (do_ftell_wide): Likewise.
14055         * libio/iofdopen.c (_IO_new_fdopen): Don't use
14056         _IO_file_attach.
14057         * libio/wfileops.c (_IO_fwide): Don't cache offset.
14058
14059         [BZ #16532]
14060         * libio/libioP.h (get_file_offset): New function.
14061         * libio/fileops.c (get_file_offset): Likewise.
14062         (do_ftell): Likewise.
14063         (_IO_new_file_seekoff): Split out ftell logic.
14064         * libio/wfileops.c (do_ftell_wide): Likewise.
14065         (_IO_wfile_seekoff): Split out ftell logic.
14066         * libio/tst-ftell-active-handler.c: New test case.
14067         * libio/Makefile (tests): Add it.
14068
14069 2014-03-03  Roland McGrath  <roland@hack.frob.com>
14070
14071         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
14072         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
14073
14074 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14075
14076         [BZ #16639]
14077         * nscd/connections.c (nscd_init): Call do_exit.
14078         (start_threads): Call do_exit and notify_parent.
14079         (begin_drop_privileges): Call do_exit.
14080         (finish_drop_privileges): Likewise.
14081         * nscd/selinux.c (preserve_capabilities): Likewise.
14082         (install_real_capabilities): Likewise.
14083         (nscd_selinux_enabled): Likewise.
14084         (avc_create_thread): Likewise.
14085         (avc_alloc_lock): Likewise.
14086         (nscd_avc_init): Likewise.
14087         * nscd/nscd.c (parent_fd): New static variable.
14088         (main): Create a pipe between parent and child processes.
14089         Skip closing parent_fd.
14090         (monitor_child): New function.
14091         (do_exit): Likewise.
14092         (notify_parent): Likewise.
14093         * nscd/nscd.h (notify_parent): Likewise.
14094         (do_exit): Likewise.
14095
14096 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
14097
14098         * malloc/malloc.c (__libc_calloc): Revert last change.
14099
14100 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14101
14102         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14103
14104 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14105
14106         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
14107         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
14108         implementation.
14109         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14110         (__libc_ifunc_impl_list): Likewise.
14111         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
14112         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
14113         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
14114         * string/strrchr.c: Define STRRCHR.
14115
14116 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
14117
14118         * benchtest/bench-strtok.c (simple_strtok): Delete.
14119         (strtok_string): Use as benchmark.
14120         * string/strtok (STRTOK): New macro.
14121
14122 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
14123
14124         * manual/threads.texi: Add header and standard comments to all
14125         functions.
14126
14127         * elf/dl-lookup.c (check_match): New function.
14128         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
14129         (do_lookup_x): Remove nested function check_match. Use non-nested
14130         function check_match.
14131
14132 2014-02-28  Roland McGrath  <roland@hack.frob.com>
14133
14134         * csu/Makefile (generated, before-compile): Use += rather than =.
14135         * catgets/Makefile (generated, generated-dirs): Likewise.
14136         * debug/Makefile (generated): Likewise.
14137         * dlfcn/Makefile (generated): Likewise.
14138         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
14139         * iconvdata/Makefile (before-compile, generated): Likewise.
14140         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
14141         * libio/Makefile (generated): Likewise.
14142         * malloc/Makefile (generated): Likewise.
14143         * manual/Makefile (generated, generated-dirs): Likewise.
14144         * misc/Makefile (generated): Likewise.
14145         * posix/Makefile (generated): Likewise.
14146         * resolv/Makefile (generated): Likewise.
14147         * sunrpc/Makefile (generated, generated-dirs): Likewise.
14148         * timezone/Makefile (generated, generated-dirs): Likewise.
14149
14150         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
14151
14152 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14153
14154         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14155         power8 implementation.
14156         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14157         file: POWER8 llround ifunc implementation.
14158         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14159         (__lllround): Add POWER8 implementation.
14160         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14161         POWER8 llround implementation.
14162
14163         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14164         power8 implementation.
14165         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14166         file: POWER8 llrint ifunc implementation.
14167         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14168         Add POWER8 implementation.
14169         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14170         POWER8 llrint implementation.
14171
14172         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14173         power8 implementation.
14174         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14175         file: POWER8 finite ifunc implementation.
14176         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14177         Add POWER8 implementation.
14178         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14179         Likewise.
14180         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14181         POWER8 finite implementation.
14182         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14183
14184         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14185         power8 implementation.
14186         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14187         file: POWER8 isinf ifunc implementation.
14188         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14189         POWER8 implementation.
14190         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14191         Likewise.
14192         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14193         isinf implementation.
14194         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14195
14196         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14197         (INIT_ARCH): Add hwcap2 initialization.
14198         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14199         power8 implementation.
14200         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14201         file: POWER8 isnan ifunc implementation.
14202         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14203         POWER8 implementation.
14204         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14205         Likewise.
14206         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14207         isnan implementation.
14208         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14209
14210 2014-02-27  Joey Ye  <joey.ye@arm.com>
14211
14212         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14213         (_FP_NANFRAC_Q): Set to zero.
14214
14215 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14216
14217         [BZ #16623]
14218         * math/auto-libm-test-in: New test inputs.
14219         * math/auto-libm-test-out: Regenerate.
14220         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14221         and DA.
14222         (__cos): Likewise.
14223         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14224
14225 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
14226
14227         * scripts/evaluate-test.sh: Take new argument indicating whether
14228         failure is expected.
14229         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14230         indicating whether failure is expected.
14231         * conform/Makefile (test-xfail-run-conformtest): New variable.
14232         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14233         level.
14234         * posix/Makefile (test-xfail-annexc): New variable.
14235         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14236
14237 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14238
14239         * argp/Makefile: Include Makeconfig immediately after defining
14240         subdir.
14241         * assert/Makefile: Likewise.
14242         * benchtests/Makefile: Likewise.
14243         * catgets/Makefile: Likewise.
14244         * conform/Makefile: Likewise.
14245         * crypt/Makefile: Likewise.
14246         * csu/Makefile: Likewise.
14247         (all): Remove target.
14248         * ctype/Makefile: Include Makeconfig immediately after defining
14249         subdir.
14250         * debug/Makefile: Likewise.
14251         * dirent/Makefile: Likewise.
14252         * dlfcn/Makefile: Likewise.
14253         * gmon/Makefile: Likewise.
14254         * gnulib/Makefile: Likewise.
14255         * grp/Makefile: Likewise.
14256         * gshadow/Makefile: Likewise.
14257         * hesiod/Makefile: Likewise.
14258         * hurd/Makefile: Likewise.
14259         (all): Remove target.
14260         * iconvdata/Makefile: Include Makeconfig immediately after
14261         defining subdir.
14262         * inet/Makefile: Likewise.
14263         * intl/Makefile: Likewise.
14264         * io/Makefile: Likewise.
14265         * libio/Makefile: Likewise.
14266         (all): Remove target.
14267         * locale/Makefile: Include Makeconfig immediately after defining
14268         subdir.
14269         * login/Makefile: Likewise.
14270         * mach/Makefile: Likewise.
14271         (all): Remove target.
14272         * malloc/Makefile: Include Makeconfig immediately after defining
14273         subdir.
14274         (all): Remove target.
14275         * manual/Makefile: Include Makeconfig immediately after defining
14276         subdir.
14277         * math/Makefile: Likewise.
14278         * misc/Makefile: Likewise.
14279         * nis/Makefile: Likewise.
14280         * nss/Makefile: Likewise.
14281         * po/Makefile: Likewise.
14282         (all): Remove target.
14283         * posix/Makefile: Include Makeconfig immediately after defining
14284         subdir.
14285         * pwd/Makefile: Likewise.
14286         * resolv/Makefile: Likewise.
14287         * resource/Makefile: Likewise.
14288         * rt/Makefile: Likewise.
14289         * setjmp/Makefile: Likewise.
14290         * shadow/Makefile: Likewise.
14291         * signal/Makefile: Likewise.
14292         * socket/Makefile: Likewise.
14293         * soft-fp/Makefile: Likewise.
14294         * stdio-common/Makefile: Likewise.
14295         * stdlib/Makefile: Likewise.
14296         * streams/Makefile: Likewise.
14297         * string/Makefile: Likewise.
14298         * sunrpc/Makefile: Likewise.
14299         (all): Remove target.
14300         * sysvipc/Makefile: Include Makeconfig immediately after defining
14301         subdir.
14302         * termios/Makefile: Likewise.
14303         * time/Makefile: Likewise.
14304         * timezone/Makefile: Likewise.
14305         (all): Remove target.
14306         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14307         subdir.
14308         * wctype/Makefile: Likewise.
14309
14310 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14311
14312         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14313         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14314         (libc_feholdexcept_setround_mips): Ditto.
14315         (libc_feholdsetround): New.
14316         (libc_feholdsetroundf): New.
14317         (libc_feholdsetroundl): New.
14318         (libc_feupdateenv_test_mips): New.
14319         (libc_feupdateenv_test): New.
14320         (libc_feupdateenv_testf): New.
14321         (libc_feupdateenv_testl): New.
14322         (libc_feresetround): New.
14323         (libc_feresetroundf): New.
14324         (libc_feresetroundl): New.
14325         (libc_fetestexcept_mips): New.
14326         (libc_fetestexcept): New.
14327         (libc_fetestexceptf): New.
14328         (libc_fetestexceptl): New.
14329         (HAVE_RM_CTX): New.
14330         (libc_feholdexcept_setround_mips_ctx): New.
14331         (libc_feholdexcept_setround_ctx): New.
14332         (libc_feholdexcept_setroundf_ctx): New.
14333         (libc_feholdexcept_setroundl_ctx): New.
14334         (libc_fesetenv_mips_ctx): New.
14335         (libc_fesetenv_ctx): New.
14336         (libc_fesetenv_ctxf): New.
14337         (libc_fesetenv_ctxl): New.
14338         (libc_feupdateenv_mips_ctx): New.
14339         (libc_feupdateenv_ctx): New.
14340         (libc_feupdateenvf_ctx): New.
14341         (libc_feupdateenvl_ctx): New.
14342         (libc_feholdsetround_mips_ctx): New.
14343         (libc_feholdsetround_ctx): New.
14344         (libc_feholdsetroundf_ctx): New.
14345         (libc_feholdsetroundl_ctx): New.
14346         (libc_feresetround_mips_ctx): New.
14347         (libc_feresetround_ctx): New.
14348         (libc_feresetroundf_ctx): New.
14349         (libc_feresetroundl_ctx): New.
14350
14351 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14352
14353         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14354
14355         * manual/ipc.texi: New file.
14356         * manual/Makefile (chapters): Add ipc.
14357         * manual/job.texi: Add "Inter-Process Communication" to next.
14358         * manual/process.texi: Add "Inter-Process Communication" to prev.
14359
14360 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14361
14362         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14363
14364 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14365
14366         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14367
14368         * manual/arith.texi: Fix spaces after sentences.
14369         * manual/charset.texi: Likewise.
14370         * manual/errno.texi: Likewise.
14371         * manual/install.texi: Likewise.
14372         * manual/llio.texi: Likewise.
14373         * manual/locale.texi: Likewise.
14374         * manual/maint.texi: Likewise.
14375         * manual/math.texi: Likewise.
14376         * manual/memory.texi: Likewise.
14377         * manual/message.texi: Likewise.
14378         * manual/probes.texi: Likewise.
14379         * manual/resource.texi: Likewise.
14380         * manual/signal.texi: Likewise.
14381         * manual/socket.texi: Likewise.
14382         * manual/stdio.texi: Likewise.
14383         * manual/string.texi: Likewise.
14384         * manual/time.texi: Likewise.
14385         * manual/users.texi: Likewise.
14386
14387 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14388
14389         [BZ #16632]
14390         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14391         _DEFAULT_SOURCE is defined.
14392
14393 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14394             Carlos O'Donell  <carlos@redhat.com>
14395
14396         [BZ #16613]
14397         * elf/dl-tls.c (_dl_count_modids): New function.
14398         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14399         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14400         audit library and increment generation counter.
14401         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14402         * elf/tst-audit9.c: New file.
14403         * elf/tst-auditmod9a.c: New file.
14404         * elf/tst-auditmod9b.c: New file.
14405         * elf/Makefile: Add rules to build and run tst-audit9.
14406
14407 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14408
14409         [BZ #15347]
14410         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14411
14412 2014-02-25  Will Newton  <will.newton@linaro.org>
14413
14414         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14415         (__longjmp): Restore sp and lr before restoring callee
14416         saved registers.  Add longjmp and longjmp_target
14417         SystemTap probe point.
14418         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14419         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14420         Define to zero to match jmpbuf layout.
14421         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14422         (__sigsetjmp): Save sp and lr before saving callee
14423         saved registers.  Add setjmp SystemTap probe point.
14424
14425 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14426
14427         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14428
14429 2014-02-24  Andreas Schwab  <schwab@suse.de>
14430
14431         [BZ #15804]
14432         * elf/pldd.c (wait_for_ptrace_stop): New function.
14433         (main): Call it after attaching.
14434
14435 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14436
14437         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14438         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14439         Versions files is now verboten.
14440         * hurd/Versions (libc: GLIBC_2.0):
14441         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14442         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14443         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14444         * mach/Versions: Likewise.
14445
14446         * csu/Versions: Remove unused %include.
14447         * resolv/Versions: Likewise.
14448
14449 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14450
14451         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14452         ($(objpfx)check-local-headers.out): Likewise.
14453         ($(objpfx)begin-end-check.out): Likewise.
14454         * Makerules (check-abi-%.out): Likewise.
14455         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14456         ($(objpfx)test2.cat): Likewise.
14457         ($(objpfx)de/libc.cat): Likewise.
14458         ($(objpfx)test-gencat.out): Likewise.
14459         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14460         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14461         ($(objpfx)noload-mem): Likewise.
14462         ($(objpfx)tst-pathopt.out): Likewise.
14463         ($(objpfx)tst-rtld-load-self.out): Likewise.
14464         ($(objpfx)tst-array1-cmp.out): Likewise.
14465         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14466         ($(objpfx)tst-array2-cmp.out): Likewise.
14467         ($(objpfx)tst-array3-cmp.out): Likewise.
14468         ($(objpfx)tst-array4-cmp.out): Likewise.
14469         ($(objpfx)tst-array5-cmp.out): Likewise.
14470         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14471         ($(objpfx)check-textrel.out): Likewise.
14472         ($(objpfx)check-execstack.out): Likewise.
14473         ($(objpfx)check-localplt.out): Likewise.
14474         ($(objpfx)order2-cmp.out): Likewise.
14475         ($(objpfx)tst-leaks1-mem): Likewise.
14476         ($(objpfx)tst-leaks1-static-mem): Likewise.
14477         ($(objpfx)tst-initorder-cmp.out): Likewise.
14478         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14479         ($(objpfx)tst-unused-dep.out): Likewise.
14480         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14481         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14482         * iconv/Makefile (test-iconvconfig): Likewise.
14483         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14484         ($(objpfx)iconv-test.out): Likewise.
14485         ($(objpfx)tst-tables.out): Likewise.
14486         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14487         ($(objpfx)tst-gettext.out): Likewise.
14488         ($(objpfx)tst-translit.out): Likewise.
14489         ($(objpfx)tst-gettext2.out): Likewise.
14490         ($(objpfx)tst-gettext4.out): Likewise.
14491         ($(objpfx)tst-gettext6.out): Likewise.
14492         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14493         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14494         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14495         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14496         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14497         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14498         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14499         ($(objpfx)wordexp-tst.out): Likewise.
14500         ($(objpfx)annexc.out): Likewise.
14501         ($(objpfx)tst-fnmatch-mem): Likewise.
14502         ($(objpfx)bug-regex2-mem): Likewise.
14503         ($(objpfx)bug-regex14-mem): Likewise.
14504         ($(objpfx)bug-regex21-mem): Likewise.
14505         ($(objpfx)bug-regex31-mem): Likewise.
14506         ($(objpfx)tst-vfork3-mem): Likewise.
14507         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14508         ($(objpfx)tst-pcre-mem): Likewise.
14509         ($(objpfx)tst-boost-mem): Likewise.
14510         ($(objpfx)tst-getconf.out): Likewise.
14511         ($(objpfx)bug-ga2-mem): Likewise.
14512         ($(objpfx)bug-glob2-mem): Likewise.
14513         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14514         ($(objpfx)mtrace-tst-leaks2): Likewise.
14515         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14516         ($(objpfx)tst-printf.out): Likewise.
14517         ($(objpfx)tst-setvbuf1.out): Likewise.
14518         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14519         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14520         ($(objpfx)tst-fmtmsg.out): Likewise.
14521         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14522         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14523
14524         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14525         * bits/sigaction.h [__USE_MISC]: Likewise.
14526         * bits/waitstatus.h: Update #endif comments.
14527         * ctype/ctype.h: Likewise.
14528         * dirent/dirent.h: Likewise.
14529         [__USE_MISC]: Remove redundant conditionals.
14530         * grp/grp.h: Update #endif comments.
14531         [__USE_GNU]: Remove redundant conditionals.
14532         [__USE_MISC]: Likewise.
14533         * inet/netinet/in.h [__USE_GNU]: Likewise.
14534         * io/sys/stat.h [__USE_MISC]: Likewise.
14535         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14536         * libio/bits/stdio.h: Update #endif comments.
14537         [__USE_MISC]: Remove redundant conditionals.
14538         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14539         * libio/stdio.h: Update #endif comments.
14540         [__USE_MISC]: Remove redundant conditionals.
14541         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14542         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14543         * math/math.h: Update #else and #endif comments.
14544         [__USE_MISC]: Remove redundant conditionals.
14545         * misc/sys/uio.h: Update #endif comments.
14546         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14547         * posix/glob.h [__USE_MISC]: Likewise.
14548         * posix/sys/types.h: Update #endif comments.
14549         [__USE_MISC]: Remove redundant conditionals.
14550         * posix/sys/wait.h: Update #endif comments.
14551         [__USE_MISC]: Remove redundant conditionals.
14552         * posix/unistd.h: Update #endif comments.
14553         [__USE_MISC]: Remove redundant conditionals.
14554         * pwd/pwd.h [__USE_GNU]: Likewise.
14555         [__USE_MISC]: Likewise.
14556         * resolv/netdb.h [__USE_GNU]: Likewise.
14557         * signal/signal.h: Update #endif comments.
14558         [__USE_MISC]: Remove redundant conditionals.
14559         * stdlib/stdlib.h: Update #else and #endif comments.
14560         [__USE_MISC]: Remove redundant conditionals.
14561         [__USE_GNU]: Likewise.
14562         * string/bits/string2.h [__USE_MISC]: Likewise.
14563         * string/string.h: Update #endif comments.
14564         [__USE_MISC]: Remove redundant conditionals.
14565         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14566         Likewise.
14567         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14568         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14569         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14570         Likewise.
14571         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14572         Likewise.
14573         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14574         comments.
14575         [__USE_MISC]: Remove redundant conditionals.
14576         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14577         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14578         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14579         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14580         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14581         Likewise.
14582         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14583         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14584         Likewise.
14585         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14586         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14587         Likewise.
14588         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14589         Likewise.
14590         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14591         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14592         Likewise.
14593         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14594         Likewise.
14595         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14596         * sysdeps/x86/bits/string.h: Update #endif comments.
14597         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14598         conditionals.
14599         * time/sys/time.h: Update #endif comments.
14600         * time/time.h: Likewise.
14601         [__USE_MISC]: Remove redundant conditionals.
14602
14603 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14604
14605         [BZ #16600]
14606         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14607
14608 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14609
14610         * Versions.def (librt): Add GLIBC_2.17.
14611
14612 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14613
14614         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14615         synonym for _SYS_AUXV_H to allow direct inclusion.
14616         * sysdeps/sparc/bits/hwcap.h: Likewise.
14617         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14618         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14619         * sysdeps/sparc/sysdep.h: Likewise.
14620
14621 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14622
14623         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14624
14625 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14626
14627         * benchtests/bench-strrchr.c: Print length instead of position.
14628
14629 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14630
14631         [BZ #16611]
14632         * sysdeps/unix/sysv/linux/kernel-features.h
14633         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14634         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14635         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14636         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14637         Likewise.
14638         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14639         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14640         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14641         (__ASSUME_SENDMMSG): Define instead of using previous
14642         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14643         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14644         (__ASSUME_SENDMMSG_SYSCALL): Define.
14645         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14646         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14647         Likewise.
14648         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14649         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14650         Likewise.
14651         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14652         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14653         Likewise.
14654         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14655         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14656         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14657         [__ASSUME_SENDMMSG]: Change conditionals to
14658         [__ASSUME_SENDMMSG_SOCKETCALL].
14659         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14660         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14661         Define.
14662         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14663         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14664         Likewise.
14665         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14666         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14667         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14668         [!__ASSUME_SENDMMSG]: Change conditional to
14669         [!__ASSUME_SENDMMSG_SOCKETCALL].
14670         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14671         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14672         Define.
14673
14674         [BZ #16610]
14675         * sysdeps/unix/sysv/linux/kernel-features.h
14676         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14677         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14678         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14679         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14680         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14681         [__i386__ || __sparc__]
14682         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14683         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14684         (__ASSUME_RECVMMSG): Define instead of using previous
14685         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14686         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14687         (__ASSUME_RECVMMSG_SYSCALL): Define.
14688         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14689         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14690         Likewise.
14691         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14692         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14693         Likewise.
14694         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14695         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14696         Likewise.
14697         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14698         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14699         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14700         [__ASSUME_RECVMMSG]: Change condition to
14701         [__ASSUME_RECVMMSG_SOCKETCALL].
14702         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14703         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14704         Define.
14705         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14706         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14707         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14708         Likewise.
14709         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14710         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14711         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14712         [!__ASSUME_RECVMMSG]: Change condition to
14713         [!__ASSUME_RECVMMSG_SOCKETCALL].
14714         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14715         (__ASSUME_RECVMMSG_SYSCALL): Define.
14716
14717         [BZ #16609]
14718         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14719         __powerpc__ || __s390__ || __sh__ || __sparc__]
14720         (__ASSUME_SOCKETCALL): Define.
14721         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14722         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14723         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14724         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14725         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14726         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14727         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14728         (__ASSUME_ACCEPT4): Define instead of using previous
14729         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14730         __powerpc__ || __sparc__ || __s390__)] condition.
14731         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14732         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14733         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14734         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14735         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14736         [!__ASSUME_ACCEPT4]: Change condition to
14737         [!__ASSUME_ACCEPT4_SOCKETCALL].
14738         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14739         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14740         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14741         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14742         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14743         __ASSUME_ACCEPT4_SYSCALL.
14744         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14745         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14746         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14747         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14748         __ASSUME_ACCEPT4_SYSCALL.
14749         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14750         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14751         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14752         [__ASSUME_ACCEPT4]: Change condition to
14753         [__ASSUME_ACCEPT4_SOCKETCALL].
14754         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14755         (__ASSUME_SOCKETCALL): Define.
14756         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14757         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14758         (__ASSUME_SOCKETCALL): Define.
14759         (__ASSUME_ACCEPT4): Remove.
14760         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14761         Define.
14762         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14763         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14764         Likewise.
14765         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14766         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14767
14768         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14769         macro.
14770         (HWCAP_ARM_LPAE): Likewise.
14771         (HWCAP_ARM_EVTSTRM): Likewise.
14772         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14773         Add vpfd32, lpae and evtstrm.
14774         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14775         Increase to 22.
14776
14777 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14778
14779         * math/auto-libm-test-in: Add tests of clog10.
14780         * math/auto-libm-test-out: Regenerated.
14781         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14782         * sysdeps/i386/fpu/libm-test-ulps: Update.
14783         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14784
14785 2014-02-18  Andreas Schwab  <schwab@suse.de>
14786
14787         [BZ #16574]
14788         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14789         Store non-zero if the second buffer was newly allocated.
14790         (send_dg): Likewise.
14791         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14792         to send_vc and send_dg.
14793         (res_nsend): Pass NULL for ansp2_malloced.
14794         * resolv/res_query.c (__libc_res_nquery): Add parameter
14795         answerp2_malloced and pass it down to __libc_res_nsend.
14796         (res_nquery): Pass additional NULL to __libc_res_nquery.
14797         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14798         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14799         second answer buffer if answerp2_malloced was set.
14800         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14801         (__libc_res_nquerydomain): Add parameter
14802         answerp2_malloced and pass it down to __libc_res_nquery.
14803         (res_nquerydomain): Pass additional NULL to
14804         __libc_res_nquerydomain.
14805         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14806         additional NULL to __libc_res_nsend and __libc_res_nquery.
14807         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14808         additional NULL to __libc_res_nsearch.
14809         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14810         parameter of __libc_res_nsearch to check for separately allocated
14811         second buffer.
14812         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14813         __libc_res_nquery.
14814         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14815         additional NULL to __libc_res_nquery.
14816         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14817         __libc_res_nsearch.
14818         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14819         * include/resolv.h: Update prototypes of __libc_res_nquery,
14820         __libc_res_nsearch, __libc_res_nsend.
14821
14822 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14823
14824         * math/auto-libm-test-in: Add tests of fma.
14825         * math/auto-libm-test-out: Regenerated.
14826         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14827         (fma_towardzero_test_data): Likewise.
14828         (fma_downward_test_data): Likewise.
14829         (fma_upward_test_data): Likewise.
14830         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14831         mpc_mode.
14832         (rounding_modes): Add values for new field.
14833         (func_calc_method): Add value mpfr_fff_f.
14834         (func_calc_desc): Add mpfr_fff_f union field.
14835         (test_function): Add field exact_args.
14836         (FUNC): Add macro argument EXACT_ARGS.
14837         (FUNC_mpfr_f_f): Update call to FUNC.
14838         (FUNC_mpfr_f_f): Likewise.
14839         (FUNC_mpfr_ff_f): Likewise.
14840         (FUNC_mpfr_if_f): Likewise.
14841         (FUNC_mpc_c_f): Likewise.
14842         (FUNC_mpc_c_c): Likewise.
14843         (test_functions): Add fma.  Update calls to FUNC.
14844         (handle_input_arg): Add argument exact_args.
14845         (add_test): Update call to handle_input_arg.
14846         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14847         (output_for_one_input_case): Update call to calc_generic_results.
14848         Recalculate exact zero results in each rounding mode.
14849
14850         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14851         non-negative before setting low bit.
14852         * math/auto-libm-test-in: Mark one asin test possibly having
14853         spurious underflow.
14854         * math/auto-libm-test-out: Regenerated.
14855         * sysdeps/i386/fpu/libm-test-ulps: Update.
14856         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14857
14858 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14859
14860         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14861         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14862         ports/sysdeps/unix/sysv/linux/microblaze.
14863         * README: Add missing listing for microblaze*-*-linux-gnu.
14864
14865 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14866
14867         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14868         duplicate code
14869
14870 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14871
14872         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14873         * sysdeps/unix/sysv/linux/ia64: Move directory from
14874         ports/sysdeps/unix/sysv/linux/ia64.
14875         * README: Update listing for ia64-*-linux-gnu.
14876
14877 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14878             Joseph Myers  <joseph@codesourcery.com>
14879
14880         * Makeconfig (test-name): New variable.
14881         (evaluate-test): Likewise.
14882         * Makerules (do-test-clean): Remove .test-result files.
14883         (common-mostlyclean): Likewise.
14884         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14885         * scripts/evaluate-test.sh: New file.
14886
14887 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14888
14889         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14890         separate $(objpfx)tst-fopenloc-cmp.out and
14891         $(objpfx)tst-fopenloc-mem.out targets.
14892         (tests): Update dependencies.
14893         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14894         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14895         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14896         (tst-rxspencer-no-utf8-ARGS): New variable.
14897         (tst-rxspencer-no-utf8-ENV): Likewise.
14898         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14899         instead of $(objpfx)tst-rxspencer-mem.
14900         ($(objpfx)tst-rxspencer-mem): Change target to
14901         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14902         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14903         * posix/tst-rxspencer-no-utf8.c: New file.
14904
14905         * elf/Makefile ($(objpfx)order.out): Remove rule.
14906         [$(run-built-tests) = yes] (tests): Depend on
14907         $(objpfx)order-cmp.out.
14908         ($(objpfx)order-cmp.out): New rule.
14909         [$(run-built-tests) = yes] (tests): Depend on
14910         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14911         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14912         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14913         $(objpfx)tst-array5-static-cmp.out.
14914         ($(objpfx)tst-array1.out): Remove rule.
14915         ($(objpfx)tst-array1-cmp.out): New rule.
14916         ($(objpfx)tst-array1-static.out): Remove rule.
14917         ($(objpfx)tst-array1-static-cmp.out): New rule.
14918         ($(objpfx)tst-array2.out): Remove rule.
14919         ($(objpfx)tst-array2-cmp.out): New rule.
14920         ($(objpfx)tst-array3.out): Remove rule.
14921         ($(objpfx)tst-array3-cmp.out): New rule.
14922         ($(objpfx)tst-array4.out): Remove rule.
14923         ($(objpfx)tst-array4-cmp.out): New rule.
14924         ($(objpfx)tst-array5.out): Remove rule.
14925         ($(objpfx)tst-array5-cmp.out): New rule.
14926         ($(objpfx)tst-array5-static.out): Remove rule.
14927         ($(objpfx)tst-array5-static-cmp.out): New rule.
14928         [$(run-built-tests) = yes] (tests): Depend on
14929         $(objpfx)order2-cmp.out.
14930         ($(objpfx)order2.out): Remove rule.
14931         ($(objpfx)order2-cmp.out): New rule.
14932         ($(objpfx)tst-initorder.out): Remove rule.
14933         [$(run-built-tests) = yes] (tests): Depend on
14934         $(objpfx)tst-initorder-cmp.out.
14935         ($(objpfx)tst-initorder-cmp.out): New rule.
14936         ($(objpfx)tst-initorder2.out): Remove rule.
14937         [$(run-built-tests) = yes] (tests): Depend on
14938         $(objpfx)tst-initorder2-cmp.out.
14939         ($(objpfx)tst-initorder2-cmp.out): New rule.
14940         [$(run-built-tests) = yes] (tests): Depend on
14941         $(objpfx)tst-unused-dep-cmp.out.
14942         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14943         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14944         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14945         on $(objpfx)tst-setvbuf1-cmp.out.
14946         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14947         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14948         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14949         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14950         ($(objpfx)tst-svc.out): Remove rule.
14951         ($(objpfx)tst-svc-cmp.out): New rule.
14952
14953 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14954
14955         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14956         * ctype/ctype.h [__USE_MISC]: Likewise.
14957         * dirent/dirent.h [__USE_MISC]: Likewise.
14958         * grp/grp.h [__USE_MISC]: Likewise.
14959         * io/fcntl.h [__USE_MISC]: Likewise.
14960         * io/sys/stat.h [__USE_MISC]: Likewise.
14961         * libio/stdio.h [__USE_MISC]: Likewise.
14962         * posix/unistd.h [__USE_MISC]: Likewise.
14963         * pwd/pwd.h [__USE_MISC]: Likewise.
14964         * stdlib.h [__USE_MISC]: Likewise.
14965         * string/bits/string2.h [__USE_MISC]: Likewise.
14966         * string/string.h [__USE_MISC]: Likewise.
14967         * time/time.h [__USE_MISC]: Likewise.
14968
14969 2014-02-13  Andreas Schwab  <schwab@suse.de>
14970
14971         [BZ #16574]
14972         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14973         second answer buffer if it was separately allocated.
14974
14975 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14976
14977         * sysdeps/mips/math-tests.h: Include <features.h>.
14978         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14979         (ROUNDING_TESTS_long_double): Do not define.
14980         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14981         (EXCEPTION_TESTS_long_double): Likewise.
14982         * sysdeps/mips/mips64/libm-test-ulps: Update.
14983
14984         * include/features.h (__USE_BSD): Remove macro definitions.
14985         (__USE_SVID): Likewise.
14986         (_BSD_SOURCE): Likewise.
14987         (_SVID_SOURCE): Likewise.
14988         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14989         from definition of _DEFAULT_SOURCE.
14990         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14991         [_DEFAULT_SOURCE].
14992         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14993         * bits/mman.h [__USE_BSD]: Likewise.
14994         * bits/termios.h [__USE_BSD]: Likewise.
14995         * bits/waitstatus.h [__USE_BSD]: Likewise.
14996         * ctype/ctype.h [__USE_SVID]: Likewise.
14997         * dirent/dirent.h [__USE_BSD]: Likewise.
14998         * grp/grp.h [__USE_SVID]: Likewise.
14999         [__USE_BSD]: Likewise.
15000         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
15001         * io/fcntl.h [__USE_BSD]: Likewise.
15002         * io/ftw.h [__USE_BSD]: Likewise.
15003         * io/sys/stat.h [__USE_BSD]: Likewise.
15004         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
15005         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
15006         * libio/stdio.h [__USE_SVID]: Likewise.
15007         [__USE_BSD]: Likewise.
15008         * math/math.h [__USE_SVID]: Likewise.
15009         [__USE_BSD]: Likewise.
15010         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
15011         * misc/bits/syslog.h [__USE_BSD]: Likewise.
15012         * misc/search.h [__USE_SVID]: Likewise.
15013         * misc/sys/mman.h [__USE_BSD]: Likewise.
15014         * misc/sys/syslog.h [__USE_BSD]: Likewise.
15015         * misc/sys/uio.h [__USE_BSD]: Likewise.
15016         * posix/bits/unistd.h [__USE_BSD]: Likewise.
15017         * posix/glob.h [__USE_BSD]: Likewise.
15018         * posix/regex.h [__USE_BSD]: Likewise.
15019         * posix/sys/types.h [__USE_BSD]: Likewise.
15020         [__USE_SVID]: Likewise.
15021         * posix/sys/utsname.h [__USE_SVID]: Likewise.
15022         * posix/sys/wait.h [__USE_BSD]: Likewise.
15023         [__USE_SVID]: Likewise.
15024         * posix/unistd.h [__USE_BSD]: Likewise.
15025         [__USE_SVID]: Likewise.
15026         * pwd/pwd.h [__USE_SVID]: Likewise.
15027         * resolv/netdb.h [__USE_BSD]: Likewise.
15028         * setjmp/setjmp.h [__USE_BSD]: Likewise.
15029         * signal/signal.h [__USE_BSD]: Likewise.
15030         [__USE_SVID]: Likewise.
15031         * socket/sys/socket.h [__USE_BSD]: Likewise.
15032         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
15033         * stdlib/stdlib.h [__USE_BSD]: Likewise.
15034         [__USE_SVID]: Likewise.
15035         * string/bits/string2.h [__USE_BSD]: Likewise.
15036         [__USE_SVID]: Likewise.
15037         * string/bits/string3.h [__USE_BSD]: Likewise.
15038         * string/endian.h [__USE_BSD]: Likewise.
15039         * string/string.h [__USE_SVID]: Likewise.
15040         [__USE_BSD]: Likewise.
15041         * string/strings.h [__USE_BSD]: Likewise.
15042         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
15043         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
15044         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
15045         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
15046         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
15047         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
15048         Likewise.
15049         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
15050         Likewise.
15051         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
15052         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
15053         Likewise.
15054         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
15055         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
15056         Likewise.
15057         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
15058         Likewise.
15059         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
15060         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
15061         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
15062         Likewise.
15063         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
15064         Likewise.
15065         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
15066         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
15067         * termios/termios.h [__USE_BSD]: Likewise.
15068         * time/sys/time.h [__USE_BSD]: Likewise.
15069         * time/time.h [__USE_BSD]: Likewise.
15070         [__USE_SVID]: Likewise.
15071
15072         * Makefile (subdir_targets): Remove subdir_lint.out.
15073
15074         * stdio-common/Makefile (do-tst-unbputc): Remove target.
15075         (do-tst-printf): Likewise.
15076         (tests): Depend directly on $(objpfx)tst-unbputc.out and
15077         $(objpfx)tst-printf.out.
15078
15079         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
15080
15081         * Makerules (check-abi-%): Change target to
15082         $(objpfx)check-abi-%.out.
15083         (check-abi target): Update dependencies.
15084         (check-abi-pattern variable): Redirect output of diff to $@.
15085         (check-abi variable): Likewise.
15086         * elf/Makefile (check-abi): Update dependencies.
15087
15088         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
15089         unused.
15090         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
15091         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
15092         subnormal range.
15093         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
15094         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
15095         value has largest subnormal exponent.
15096         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
15097         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
15098         * sysdeps/aarch64/soft-fp/sfp-machine.h
15099         (_FP_TININESS_AFTER_ROUNDING): New macro.
15100         * sysdeps/alpha/soft-fp/sfp-machine.h
15101         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15102         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15103         Likewise.
15104         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
15105         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15106         * sysdeps/mips/soft-fp/sfp-machine.h
15107         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15108         * sysdeps/powerpc/soft-fp/sfp-machine.h
15109         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15110         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15111         Likewise.
15112         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
15113         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15114         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
15115         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15116         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15117         Likewise.
15118
15119 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
15120
15121         [BZ #16545]
15122         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
15123         model 1.
15124
15125 2014-02-12  Richard Henderson  <rth@redhat.com>
15126
15127         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
15128         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
15129         * sysdeps/unix/sysv/linux/alpha: Move directory from
15130         ports/sysdeps/unix/sysv/linux/alpha.
15131         * README: Update listing for alpha-*-linux-gnu.
15132
15133 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
15134
15135         * include/features.h: Update comment documenting feature test
15136         macros.
15137         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
15138         _DEFAULT_SOURCE.
15139         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
15140         (_SVID_SOURCE): Likewise.
15141         (_DEFAULT_SOURCE): Update description of default features.
15142         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
15143         with _GNU_SOURCE.
15144         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
15145         (S_ISVTX): Likewise.
15146         * manual/math.texi (Mathematical Constants): Likewise.
15147         * manual/signal.texi (Interrupted Primitives): Likewise.
15148         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
15149         * math/test-matherr.c (_SVID_SOURCE): Do not define.
15150         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
15151         Don't refer to _SVID_SOURCE in warning text.
15152
15153         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15154
15155         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15156         already defined.
15157         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15158         * sysdeps/mips/dl-lookup.c: Remove.
15159         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15160
15161 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15162
15163         [BZ #16447]
15164         * math/auto-libm-test-in: Add testcase for expl.
15165         * math/auto-libm-test-out: Regenerate.
15166         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15167         calculation of unsafe.
15168         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15169
15170 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15171
15172         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15173         * sysdeps/unix/sysv/linux/aarch64: Move directory from
15174         ports/sysdeps/unix/sysv/linux/aarch64.
15175         * README: Update listing for aarch64*-*-linux-gnu.
15176
15177 2014-02-11  Will Newton  <will.newton@linaro.org>
15178
15179         * manual/probes.texi (Mathematical Function Probes): Use
15180         "triggered" instead of "hit".
15181
15182         * manual/probes.texi (Internal Probes): Add documentation
15183         of setjmp, longjmp and longjmp_target probes.
15184
15185         * include/stap-probe.h: Add comment about probe argument
15186         format.
15187
15188         * malloc/mtrace.c (attribute_hidden): Remove unused macro
15189         definition.  (tr_where, tr_freehook, tr_mallochook,
15190         tr_reallochook, tr_memalignhook): Use ANSI protoype.
15191
15192 2014-02-11  David S. Miller  <davem@davemloft.net>
15193
15194         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15195         processing int_tests.
15196
15197 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
15198
15199         * sysdeps/mips: Move directory from ports/sysdeps/mips.
15200         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15201         * sysdeps/unix/sysv/linux/mips: Move directory from
15202         ports/sysdeps/unix/sysv/linux/mips.
15203         * README: Update listing for mips-*-linux-gnu and
15204         mips64-*-linux-gnu.
15205
15206 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
15207
15208         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15209         * sysdeps/unix/sysv/linux/m68k: Move directory from
15210         ports/sysdeps/unix/sysv/linux/m68k.
15211         * README: Update listing for m68k-*-linux-gnu.
15212
15213 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
15214
15215         * sysdeps/tile: Move directory from ports/sysdeps/tile.
15216         * sysdeps/unix/sysv/linux/generic: Move directory from
15217         ports/sysdeps/unix/sysv/linux/generic.
15218         * sysdeps/unix/sysv/linux/tile: Move directory from
15219         ports/sysdeps/unix/sysv/linux/tile.
15220         * README: Update listing for tile*-*-linux-gnu.
15221
15222 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
15223
15224         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15225         __builtin_expect.
15226         * benchtests/bench-memmem.c (simple_memmem): Likewise.
15227         * catgets/open_catalog.c (__open_catalog): Likewise.
15228         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15229         * debug/confstr_chk.c: Likewise.
15230         * debug/fread_chk.c (__fread_chk): Likewise.
15231         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15232         * debug/getgroups_chk.c: Likewise.
15233         * debug/mbsnrtowcs_chk.c: Likewise.
15234         * debug/mbsrtowcs_chk.c: Likewise.
15235         * debug/mbstowcs_chk.c: Likewise.
15236         * debug/memcpy_chk.c: Likewise.
15237         * debug/memmove_chk.c: Likewise.
15238         * debug/mempcpy_chk.c: Likewise.
15239         * debug/memset_chk.c: Likewise.
15240         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15241         * debug/strcat_chk.c (__strcat_chk): Likewise.
15242         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15243         * debug/strncat_chk.c (__strncat_chk): Likewise.
15244         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15245         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15246         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15247         * debug/wcpncpy_chk.c: Likewise.
15248         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15249         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15250         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15251         * debug/wcsncpy_chk.c: Likewise.
15252         * debug/wcsnrtombs_chk.c: Likewise.
15253         * debug/wcsrtombs_chk.c: Likewise.
15254         * debug/wcstombs_chk.c: Likewise.
15255         * debug/wmemcpy_chk.c: Likewise.
15256         * debug/wmemmove_chk.c: Likewise.
15257         * debug/wmempcpy_chk.c: Likewise.
15258         * debug/wmemset_chk.c: Likewise.
15259         * dirent/scandirat.c (SCANDIRAT): Likewise.
15260         * dlfcn/dladdr1.c (dladdr1): Likewise.
15261         * dlfcn/dladdr.c (dladdr): Likewise.
15262         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15263         * dlfcn/dlerror.c (__dlerror): Likewise.
15264         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15265         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15266         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15267         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15268         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15269         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15270         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15271         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15272         Likewise.
15273         * elf/dl-conflict.c: Likewise.
15274         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15275         * elf/dl-dst.h: Likewise.
15276         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15277         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15278         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15279         * elf/dl-init.c (call_init, _dl_init): Likewise.
15280         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15281         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15282         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15283         Likewise.
15284         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15285         Likewise.
15286         * elf/dl-minimal.c (__libc_memalign): Likewise.
15287         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15288         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15289         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15290         * elf/dl-sym.c (do_sym): Likewise.
15291         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15292         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15293         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15294         * elf/dl-writev.h (_dl_writev): Likewise.
15295         * elf/ldconfig.c (search_dir): Likewise.
15296         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15297         (dl_main): Likewise.
15298         * elf/setup-vdso.h (setup_vdso): Likewise.
15299         * grp/compat-initgroups.c (compat_call): Likewise.
15300         * grp/fgetgrent.c (fgetgrent): Likewise.
15301         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15302         * grp/putgrent.c (putgrent): Likewise.
15303         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15304         Likewise.
15305         * hurd/hurdinit.c: Likewise.
15306         * iconvdata/8bit-gap.c (struct): Likewise.
15307         * iconvdata/ansi_x3.110.c : Likewise.
15308         * iconvdata/big5.c : Likewise.
15309         * iconvdata/big5hkscs.c : Likewise.
15310         * iconvdata/cp1255.c: Likewise.
15311         * iconvdata/cp1258.c : Likewise.
15312         * iconvdata/cp932.c : Likewise.
15313         * iconvdata/euc-cn.c: Likewise.
15314         * iconvdata/euc-jisx0213.c : Likewise.
15315         * iconvdata/euc-jp.c: Likewise.
15316         * iconvdata/euc-jp-ms.c : Likewise.
15317         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15318         * iconvdata/gb18030.c : Likewise.
15319         * iconvdata/gbbig5.c (const): Likewise.
15320         * iconvdata/gbgbk.c: Likewise.
15321         * iconvdata/gbk.c : Likewise.
15322         * iconvdata/ibm1364.c : Likewise.
15323         * iconvdata/ibm930.c : Likewise.
15324         * iconvdata/ibm932.c: Likewise.
15325         * iconvdata/ibm933.c : Likewise.
15326         * iconvdata/ibm935.c : Likewise.
15327         * iconvdata/ibm937.c : Likewise.
15328         * iconvdata/ibm939.c : Likewise.
15329         * iconvdata/ibm943.c: Likewise.
15330         * iconvdata/iso_11548-1.c: Likewise.
15331         * iconvdata/iso-2022-cn.c : Likewise.
15332         * iconvdata/iso-2022-cn-ext.c : Likewise.
15333         * iconvdata/iso-2022-jp-3.c: Likewise.
15334         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15335         * iconvdata/iso-2022-kr.c : Likewise.
15336         * iconvdata/iso646.c (gconv_end): Likewise.
15337         * iconvdata/iso_6937-2.c : Likewise.
15338         * iconvdata/iso_6937.c : Likewise.
15339         * iconvdata/iso8859-1.c: Likewise.
15340         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15341         * iconvdata/shift_jisx0213.c : Likewise.
15342         * iconvdata/sjis.c : Likewise.
15343         * iconvdata/t.61.c : Likewise.
15344         * iconvdata/tcvn5712-1.c : Likewise.
15345         * iconvdata/tscii.c: Likewise.
15346         * iconvdata/uhc.c : Likewise.
15347         * iconvdata/unicode.c (gconv_end): Likewise.
15348         * iconvdata/utf-16.c (gconv_end): Likewise.
15349         * iconvdata/utf-32.c (gconv_end): Likewise.
15350         * iconvdata/utf-7.c (base64): Likewise.
15351         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15352         * iconv/gconv_close.c (__gconv_close): Likewise.
15353         * iconv/gconv_open.c (__gconv_open): Likewise.
15354         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15355         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15356         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15357         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15358         (ucs4le_internal_loop_single): Likewise.
15359         * iconv/iconv.c (iconv): Likewise.
15360         * iconv/iconv_close.c: Likewise.
15361         * iconv/loop.c (SINGLE): Likewise.
15362         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15363         * include/atomic.h: Likewise.
15364         * inet/inet6_option.c (option_alloc): Likewise.
15365         * intl/bindtextdom.c (set_binding_values): Likewise.
15366         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15367         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15368         * intl/localealias.c (read_alias_file): Likewise.
15369         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15370         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15371         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15372         * libio/fmemopen.c (fmemopen): Likewise.
15373         * libio/iofgets.c (_IO_fgets): Likewise.
15374         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15375         * libio/iofgetws.c (fgetws): Likewise.
15376         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15377         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15378         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15379         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15380         * locale/findlocale.c (_nl_find_locale): Likewise.
15381         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15382         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15383         Likewise.
15384         * locale/setlocale.c (setlocale): Likewise.
15385         * login/programs/pt_chown.c (main): Likewise.
15386         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15387         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15388         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15389         (mmap, mmap64, mremap, munmap): Likewise.
15390         * math/e_exp2l.c: Likewise.
15391         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15392         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15393         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15394         * math/s_catan.c (__catan): Likewise.
15395         * math/s_catanf.c (__catanf): Likewise.
15396         * math/s_catanh.c (__catanh): Likewise.
15397         * math/s_catanhf.c (__catanhf): Likewise.
15398         * math/s_catanhl.c (__catanhl): Likewise.
15399         * math/s_catanl.c (__catanl): Likewise.
15400         * math/s_ccosh.c (__ccosh): Likewise.
15401         * math/s_ccoshf.c (__ccoshf): Likewise.
15402         * math/s_ccoshl.c (__ccoshl): Likewise.
15403         * math/s_cexp.c (__cexp): Likewise.
15404         * math/s_cexpf.c (__cexpf): Likewise.
15405         * math/s_cexpl.c (__cexpl): Likewise.
15406         * math/s_clog10.c (__clog10): Likewise.
15407         * math/s_clog10f.c (__clog10f): Likewise.
15408         * math/s_clog10l.c (__clog10l): Likewise.
15409         * math/s_clog.c (__clog): Likewise.
15410         * math/s_clogf.c (__clogf): Likewise.
15411         * math/s_clogl.c (__clogl): Likewise.
15412         * math/s_csin.c (__csin): Likewise.
15413         * math/s_csinf.c (__csinf): Likewise.
15414         * math/s_csinh.c (__csinh): Likewise.
15415         * math/s_csinhf.c (__csinhf): Likewise.
15416         * math/s_csinhl.c (__csinhl): Likewise.
15417         * math/s_csinl.c (__csinl): Likewise.
15418         * math/s_csqrt.c (__csqrt): Likewise.
15419         * math/s_csqrtf.c (__csqrtf): Likewise.
15420         * math/s_csqrtl.c (__csqrtl): Likewise.
15421         * math/s_ctan.c (__ctan): Likewise.
15422         * math/s_ctanf.c (__ctanf): Likewise.
15423         * math/s_ctanh.c (__ctanh): Likewise.
15424         * math/s_ctanhf.c (__ctanhf): Likewise.
15425         * math/s_ctanhl.c (__ctanhl): Likewise.
15426         * math/s_ctanl.c (__ctanl): Likewise.
15427         * math/w_pow.c: Likewise.
15428         * math/w_powf.c: Likewise.
15429         * math/w_powl.c: Likewise.
15430         * math/w_scalb.c (sysv_scalb): Likewise.
15431         * math/w_scalbf.c (sysv_scalbf): Likewise.
15432         * math/w_scalbl.c (sysv_scalbl): Likewise.
15433         * misc/error.c (error_tail): Likewise.
15434         * misc/pselect.c (__pselect): Likewise.
15435         * nis/nis_callback.c (__nis_create_callback): Likewise.
15436         * nis/nis_call.c (__nisfind_server): Likewise.
15437         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15438         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15439         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15440         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15441         * nis/nis_lookup.c (nis_lookup): Likewise.
15442         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15443         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15444         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15445         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15446         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15447         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15448         * nis/nss_compat/compat-initgroups.c (add_group)
15449         (internal_getgrent_r): Likewise.
15450         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15451         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15452         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15453         (internal_getspnam_r): Likewise.
15454         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15455         (_nss_nis_getaliasbyname_r): Likewise.
15456         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15457         (_nss_nis_getntohost_r): Likewise.
15458         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15459         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15460         (_nss_nis_getgrgid_r): Likewise.
15461         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15462         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15463         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15464         (_nss_nis_gethostbyname4_r): Likewise.
15465         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15466         (initgroups_netid): Likewise.
15467         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15468         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15469         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15470         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15471         (_nss_nis_getprotobynumber_r): Likewise.
15472         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15473         (_nss_nis_getsecretkey): Likewise.
15474         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15475         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15476         (_nss_nis_getpwuid_r): Likewise.
15477         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15478         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15479         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15480         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15481         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15482         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15483         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15484         Likewise.
15485         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15486         (_nss_nisplus_getntohost_r): Likewise.
15487         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15488         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15489         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15490         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15491         Likewise.
15492         * nis/nss_nisplus/nisplus-initgroups.c
15493         (_nss_nisplus_initgroups_dyn): Likewise.
15494         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15495         (_nss_nisplus_getnetbyaddr_r): Likewise.
15496         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15497         (_nss_nisplus_getprotobynumber_r): Likewise.
15498         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15499         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15500         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15501         Likewise.
15502         * nis/nss_nisplus/nisplus-service.c
15503         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15504         (_nss_nisplus_getservbyport_r): Likewise.
15505         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15506         (_nss_nisplus_getspnam_r): Likewise.
15507         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15508         Likewise.
15509         * nscd/aicache.c (addhstaiX): Likewise.
15510         * nscd/cache.c (cache_search, prune_cache): Likewise.
15511         * nscd/connections.c (register_traced_file, send_ro_fd)
15512         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15513         (main_loop_epoll): Likewise.
15514         * nscd/grpcache.c (addgrbyX): Likewise.
15515         * nscd/hstcache.c (addhstbyX): Likewise.
15516         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15517         * nscd/mem.c (gc, mempool_alloc): Likewise.
15518         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15519         (addinnetgrX): Likewise.
15520         * nscd/nscd-client.h (__nscd_acquire_maplock)
15521         (__nscd_drop_map_ref): Likewise.
15522         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15523         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15524         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15525         Likewise.
15526         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15527         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15528         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15529         (__nscd_get_map_ref): Likewise.
15530         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15531         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15532         Likewise.
15533         * nscd/pwdcache.c (addpwbyX): Likewise.
15534         * nscd/selinux.c (preserve_capabilities): Likewise.
15535         * nscd/servicescache.c (addservbyX): Likewise.
15536         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15537         * posix/fnmatch.c (fnmatch): Likewise.
15538         * posix/getopt.c (_getopt_internal_r): Likewise.
15539         * posix/glob.c (glob, glob_in_dir): Likewise.
15540         * posix/wordexp.c (exec_comm_child): Likewise.
15541         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15542         (getanswer_r, gaih_getanswer_slice): Likewise.
15543         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15544         * resolv/res_init.c: Likewise.
15545         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15546         * resolv/res_query.c (__libc_res_nquery): Likewise.
15547         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15548         Likewise.
15549         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15550         * stdio-common/perror.c (perror): Likewise.
15551         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15552         * stdio-common/tmpnam.c (tmpnam): Likewise.
15553         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15554         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15555         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15556         Likewise.
15557         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15558         * stdlib/putenv.c (putenv): Likewise.
15559         * stdlib/setenv.c (__add_to_environ): Likewise.
15560         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15561         * stdlib/strtol_l.c (INTERNAL): Likewise.
15562         * string/memmem.c (memmem): Likewise.
15563         * string/strerror.c (strerror): Likewise.
15564         * string/strnlen.c (__strnlen): Likewise.
15565         * string/test-memmem.c (simple_memmem): Likewise.
15566         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15567         * sunrpc/pm_getport.c (__get_socket): Likewise.
15568         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15569         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15570         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15571         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15572         Likewise.
15573         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15574         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15575         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15576         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15577         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15578         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15579         Likewise.
15580         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15581         Likewise.
15582         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15583         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15584         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15585         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15586         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15587         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15588         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15589         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15590         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15591         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15592         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15593         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15594         Likewise.
15595         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15596         Likewise.
15597         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15598         Likewise.
15599         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15600         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15601         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15602         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15603         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15604         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15605         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15606         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15607         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15608         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15609         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15610         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15611         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15612         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15613         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15614         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15615         Likewise.
15616         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15617         Likewise.
15618         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15619         Likewise.
15620         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15621         Likewise.
15622         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15623         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15624         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15625         Likewise.
15626         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15627         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15628         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15629         * sysdeps/posix/sleep.c: Likewise.
15630         * sysdeps/posix/tempname.c: Likewise.
15631         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15632         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15633         Likewise.
15634         * sysdeps/powerpc/powerpc32/dl-machine.h
15635         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15636         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15637         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15638         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15639         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15640         Likewise.
15641         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15642         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15643         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15644         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15645         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15646         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15647         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15648         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15649         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15650         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15651         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15652         (elf_machine_lazy_rel): Likewise.
15653         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15654         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15655         (elf_machine_lazy_rel): Likewise.
15656         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15657         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15658         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15659         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15660         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15661         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15662         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15663         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15664         Likewise.
15665         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15666         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15667         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15668         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15669         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15670         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15671         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15672         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15673         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15674         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15675         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15676         Likewise.
15677         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15678         (__posix_fallocate64_l64): Likewise.
15679         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15680         (posix_fallocate): Likewise.
15681         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15682         Likewise.
15683         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15684         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15685         (getifaddrs_internal): Likewise.
15686         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15687         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15688         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15689         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15690         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15691         (__posix_fallocate64_l64): Likewise.
15692         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15693         Likewise.
15694         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15695         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15696         (__get_clockfreq): Likewise.
15697         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15698         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15699         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15700         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15701         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15702         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15703         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15704         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15705         Likewise.
15706         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15707         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15708         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15709         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15710         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15711         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15712         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15713         Likewise.
15714         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15715         (posix_fallocate): Likewise.
15716         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15717         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15718         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15719         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15720         (elf_machine_rela, elf_machine_rela_relative)
15721         (elf_machine_lazy_rel): Likewise.
15722         * time/asctime.c (asctime_internal): Likewise.
15723         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15724         * time/tzset.c (__tzset_parse_tz): Likewise.
15725         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15726         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15727         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15728         * wcsmbs/wcsmbsload.h: Likewise.
15729
15730         [BZ #15894]
15731         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15732
15733         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15734         (arena_get2): Remove THREAD_STATS conditionals.
15735         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15736         (__malloc_stats, int): Likewise.
15737
15738 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15739
15740         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15741         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15742
15743         * manual/setjmp.texi: Fix typos/grammar errors.
15744
15745         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15746         Only return early when n is <= 0.  Delete unused return statement.
15747
15748         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15749         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15750         * debug/tst-longjmp_chk3.c: New file.
15751
15752         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15753         (test_main): Replace code with set_fortify_handler call.
15754         * debug/test-strcpy_chk.c: Likewise.
15755         * debug/tst-chk1.c: Likewise.
15756         * debug/tst-longjmp_chk.c: Likewise.
15757         * test-skeleton.c: Include fcntl.h & paths.h
15758         (set_fortify_handler): Define.
15759
15760         * debug/tst-longjmp_chk.c: Add header comment and include
15761         ../test-skeleton.c.
15762         (do_test): Mark static.
15763         (TEST_FUNCTION): Define.
15764
15765         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15766         (IP_PMTUDISC_INTERFACE): Likewise.
15767         (IP_MULTICAST_IF): Likewise.
15768         (IP_MULTICAST_TTL): Likewise.
15769         (IP_MULTICAST_LOOP): Likewise.
15770         (IP_ADD_MEMBERSHIP): Likewise.
15771         (IP_DROP_MEMBERSHIP): Likewise.
15772         (IP_UNBLOCK_SOURCE): Likewise.
15773         (IP_BLOCK_SOURCE): Likewise.
15774         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15775         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15776         (IP_MSFILTER): Likewise.
15777         (MCAST_JOIN_GROUP): Likewise.
15778         (MCAST_BLOCK_SOURCE): Likewise.
15779         (MCAST_UNBLOCK_SOURCE): Likewise.
15780         (MCAST_LEAVE_GROUP): Likewise.
15781         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15782         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15783         (MCAST_MSFILTER): Likewise.
15784         (IP_MULTICAST_ALL): Likewise.
15785         (IP_UNICAST_IF): Likewise.
15786
15787         * timezone/Makefile: Delete $(have-ksh) check.
15788         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15789         * timezone/tzselect.ksh: Add +x mode bits.
15790
15791         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15792         (ANON_INODE_FS_MAGIC): Likewise.
15793         (BDEVFS_MAGIC): Likewise.
15794         (BINFMTFS_MAGIC): Likewise.
15795         (BTRFS_TEST_MAGIC): Likewise.
15796         (CRAMFS_MAGIC_WEND): Likewise.
15797         (DEBUGFS_MAGIC): Likewise.
15798         (ECRYPTFS_SUPER_MAGIC): Likewise.
15799         (EXT3_SUPER_MAGIC): Likewise.
15800         (EXT4_SUPER_MAGIC): Likewise.
15801         (FUTEXFS_SUPER_MAGIC): Likewise.
15802         (HOSTFS_SUPER_MAGIC): Likewise.
15803         (HUGETLBFS_MAGIC): Likewise.
15804         (MINIX3_SUPER_MAGIC): Likewise.
15805         (MTD_INODE_FS_MAGIC): Likewise.
15806         (NILFS_SUPER_MAGIC): Likewise.
15807         (OPENPROM_SUPER_MAGIC): Likewise.
15808         (PIPEFS_MAGIC): Likewise.
15809         (PSTOREFS_MAGIC): Likewise.
15810         (QNX6_SUPER_MAGIC): Likewise.
15811         (RAMFS_MAGIC): Likewise.
15812         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15813         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15814         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15815         (SECURITYFS_MAGIC): Likewise.
15816         (SELINUX_MAGIC): Likewise.
15817         (SMACK_MAGIC): Likewise.
15818         (SOCKFS_MAGIC): Likewise.
15819         (SQUASHFS_MAGIC): Likewise.
15820         (STACK_END_MAGIC): Likewise.
15821         (TMPFS_MAGIC): Likewise.
15822         (USBDEVICE_SUPER_MAGIC): Likewise.
15823         (V9FS_MAGIC): Likewise.
15824         (XENFS_SUPER_MAGIC): Likewise.
15825         (CRAMFS_MAGIC): Fix typo in comment.
15826         (EXT2_SUPER_MAGIC): Update comment.
15827         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15828
15829 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15830
15831         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15832         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15833         * sysdeps/unix/sysv/linux/arm: Move directory from
15834         ports/sysdeps/unix/sysv/linux/arm.
15835         * README: Update listing for arm-*-linux-gnueabi.
15836
15837         * README: Remove mention of am33.
15838
15839 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15840
15841         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15842         than the comma operator, to avoid "rhs of comma has no effect"
15843         compiler warnings.
15844         (__sigfillset, __sigandset, __sigorset): Likewise.
15845         * include/signal.h (__sigemptyset): Likewise.
15846         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15847
15848 2014-02-07  Allan McRae  <allan@archlinux.org>
15849
15850         * version.h (RELEASE): Set to "development".
15851         (VERSION): Set to "2.19.90"
15852         * NEWS: Add 2.20 section.
15853
15854 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15855
15856         [BZ #16529]
15857         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15858
15859 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15860
15861         * manual/contrib.texi: Update entry for Carlos O'Donell,
15862         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15863
15864 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15865
15866         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15867
15868         * sysdeps/unix/sysv/linux/kernel-features.h
15869         [__LINUX_KERNEL_VERSION >= 0x020621]
15870         (__ASSUME_PROC_PID_TASK_COMM): Define.
15871
15872 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15873
15874         [BZ #16398]
15875         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15876         conversion when destination buffer does not have enough space.
15877         * libio/tst-ftell-partial-wide.c: New test case.
15878         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15879
15880         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15881         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15882         Leonard and Allan McRae.
15883
15884 2014-02-04  David S. Miller  <davem@davemloft.net>
15885
15886         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15887         32-bit.
15888
15889 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15890
15891         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15892         New file
15893         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15894         New file
15895         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15896         New file.
15897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15898         New file.
15899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15900         New file.
15901         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15902         New file.
15903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15904         New file.
15905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15906         New file.
15907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15908         New file.
15909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15910         New file.
15911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15912         New file.
15913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15914         New file.
15915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15916         New file.
15917
15918 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15919
15920         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15921         * shlib-versions: Likewise.
15922
15923 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15924             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15925
15926         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15927         (abilist-pattern): New variable, set to %-le.abilist.
15928
15929         * Makerules (abilist-pattern): New variable.
15930         (vpath): Use $(abilist-pattern) in place of %.abilist.
15931         (check-abi-% pattern rule): Likewise.
15932         (check-abi, update-abi): Likewise.
15933
15934 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15935
15936         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15937
15938 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15939
15940         * manual/startup.texi: Add next, previous, and top entries for
15941         the `Program Arguments' and `Environment Variables' nodes.
15942
15943 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15944
15945         * manual/macros.texi: Add comments before MTASC-safety macros.
15946
15947         * manual/users.texi: Document MTASC-safety properties.
15948
15949         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15950         (pthread_getspecific, pthread_setspecific): Format with
15951         @deftypefun, and add @safety note.
15952         * manual/signal.texi: Move comments that analyze the above
15953         functions to their home place.
15954
15955 2014-02-03  Allan McRae  <allan@archlinux.org>
15956
15957         * po/sl.po: Update Slovenian translation from translation project.
15958
15959 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15960
15961         * manual/time.texi (timegm): Add missing blank after @c.
15962         Reported by Joseph Myers <joseph@codesourcery.com>.
15963
15964 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15965
15966         * manual/check-safety.sh: New.
15967         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15968
15969         * manual/terminal.texi: Document MTASC-safety properties.
15970
15971         * manual/filesys.texi: Document MTASC-safety properties.
15972
15973         * manual/errno.texi: Document MTASC-safety properties.
15974
15975         * manual/intro.texi: Document safety identifiers and
15976         conditionals.
15977
15978         * manual/string.texi (wcstok): Fix prototype.
15979         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15980
15981         * manual/time.texi: Document MTASC-safety properties.
15982
15983         * manual/string.texi: Document MTASC-safety properties.
15984
15985         * manual/threads.texi: Document MTASC-safety properties.
15986
15987         * manual/stdio.texi: Document MTASC-safety properties.
15988
15989         * manual/syslog.texi: Document MTASC-safety properties.
15990
15991         * manual/sysinfo.texi: Document MTASC-safety properties.
15992
15993         * manual/startup.texi: Document MTASC-safety properties.
15994
15995         * manual/socket.texi: Document MTASC-safety properties.
15996
15997         * manual/signal.texi: Document MTASC-safety properties.
15998
15999 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
16000
16001         * manual/setjmp.texi: Document MTASC-safety properties.
16002
16003         * manual/search.texi: Document MTASC-safety properties.
16004
16005         * manual/resource.texi: Document MTASC-safety properties.
16006
16007         * manual/process.texi: Document MTASC-safety properties.
16008
16009         * manual/platform.texi: Document MTASC-safety properties.
16010
16011         * manual/pipe.texi: Document MTASC-safety properties.
16012
16013         * manual/pattern.texi: Document MTASC-safety properties.
16014
16015         * manual/message.texi: Document MTASC-safety properties.
16016
16017         [BZ #12751]
16018         * manual/memory.texi: Document MTASC-safety properties.
16019
16020         * manual/math.texi: Document MTASC-safety properties.
16021
16022         * manual/locale.texi: Document MTASC-safety properties.
16023
16024         * manual/llio.texi: Document MTASC-safety properties.
16025
16026         * manual/libdl.texi: New.
16027
16028         * manual/lang.texi: Document MTASC-safety properties.
16029
16030         * manual/job.texi: Document MTASC-safety properties.
16031
16032         * manual/getopt.texi: Document MTASC-safety properties.
16033
16034         * manual/ctype.texi: Document MTASC-safety properties.
16035
16036 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
16037
16038         [BZ #16046]
16039         * csu/libc-tls.c (static_map): Remove variable.
16040         (__libc_setup_tls): Use main executable's link map for TLS data.
16041         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
16042         casing for LM_ID_BASE and GL(dl_nns).
16043         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
16044         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
16045         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
16046         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
16047         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
16048         member.
16049         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
16050         l_phnum members.
16051
16052 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
16053
16054         * manual/debug.texi: Document MTASC-safety properties.
16055
16056 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
16057
16058         [BZ #16510]
16059         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
16060         of __x86_64__ when disabling x87 inline functions.
16061
16062 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
16063
16064         * manual/charset.texi: Document MTASC-safety properties.
16065
16066         * manual/crypt.texi: Document MTASC-safety properties.
16067
16068         * manual/conf.texi: Document MTASC-safety properties.
16069
16070         * manual/arith.texi: Document MTASC-safety properties.
16071
16072         * manual/argp.texi: Document MTASC-safety properties.
16073
16074         * manual/macros.texi: Introduce macros to document multi
16075         thread, asynchronous signal and asynchronous cancellation
16076         safety properties.
16077         * manual/intro.texi: Introduce the properties themselves.
16078
16079 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16080
16081         * sysdeps/sh/sh4/Makefile: New file.
16082
16083 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
16084
16085         * math/gen-libm-test.pl ($srcdir): New variable.
16086         ($auto_input): Use it.
16087
16088 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16089
16090         [BZ #16506]
16091         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
16092         access beyond array bounds when parsing netgroups file.
16093
16094         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
16095         the old buffer before realloc.
16096
16097 2014-01-27  Allan McRae  <allan@archlinux.org>
16098
16099         * po/fr.po: Update French translation from translation project.
16100
16101 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16102
16103         * sysdeps/sh/libm-test-ulps: Regenerate.
16104
16105 2014-01-24  David S. Miller  <davem@davemloft.net>
16106
16107         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
16108
16109 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16110
16111         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
16112         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
16113
16114 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16115
16116         [BZ #16474]
16117         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
16118         string pointers after reallocation.
16119
16120 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16121
16122         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
16123         __SH4A__ instead of __SH_FPU_ANY__.
16124
16125 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16126
16127         * sysdeps/sh/fpu_control.h: New file.
16128         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
16129         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
16130         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
16131         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
16132         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
16133         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
16134         * sysdeps/sh/sys/ucontext.h: Remove.
16135         * sysdeps/sh/sys: Remove directory.
16136
16137 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16138
16139         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
16140         s390/sys/ucontext.h.
16141         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
16142         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
16143
16144 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
16145
16146         [BZ #15605]
16147         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
16148
16149 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16150
16151         [BZ#16431]
16152         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16153         Adjust the vDSO correctly for internal calls.
16154         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16155
16156 2014-01-20  Allan McRae  <allan@archlinux.org>
16157
16158         * po/ca.po: Update Catalan translation from translation project.
16159
16160 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
16161
16162         * sysdeps/s390/sotruss-lib.c: New file.
16163
16164 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16165
16166         [BZ#16430]
16167         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
16168         (__GI___gettimeofday): Alias for a different internal symbol to avoid
16169         local calls issues by not having a PLT stub required for IFUNC calls.
16170         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16171
16172 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
16173
16174         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16175         * math/test-fpucw-static.c: Likewise.
16176
16177 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16178
16179         [BZ #16453]
16180         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16181
16182 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16183
16184         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16185         implementation for powerpc.
16186
16187 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
16188
16189         [BZ #14782]
16190         * sysdeps/posix/system.c (__libc_system): Do not enable
16191         asynchronous cancellation.
16192
16193 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16194
16195         [BZ #16427]
16196         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16197         handling only for numbers special also in the IEEE case.
16198
16199 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16200
16201         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16202
16203 2014-01-11  Allan McRae  <allan@archlinux.org>
16204
16205         * po/bg.po: Update Bulgarian translation from translation project.
16206
16207         * po/de.po: Update German translation from translation project.
16208
16209 2014-01-10  Roland McGrath  <roland@hack.frob.com>
16210
16211         * sysdeps/generic/gcc-compat.h: New file.
16212
16213 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16214
16215         * benchtests/asin-inputs: Correct slow inputs.
16216         * benchtests/acos-inputs: Likewise.
16217
16218 2014-01-10  Allan McRae  <allan@archlinux.org>
16219
16220         * po:sv.po: Update Swedish translation from translation project.
16221
16222         * po/vi.po: Update Vietnamese translation from translation project.
16223
16224         * po/eo.po: Update Esperanto translation from translation project.
16225
16226         * po/cs.po: Update Czech translation from translation project.
16227
16228         * po/nl.po: Update Dutch translation from translation project.
16229
16230         * po/pl.po: Update Polish translation from translation project.
16231
16232         * po/ru.po: Update Russian translation from translation project.
16233
16234         * po/uk.po: Update Ukrainian translation from translation project.
16235
16236 2014-01-08  Brooks Moses  <bmoses@google.com>
16237
16238         * elf/dl-load.c: Fix comment typo.
16239
16240 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16241
16242         * po/header.pot: Rename to...
16243         * po/pot.header: ... this.
16244         * po/Makefile: Use pot.header.
16245
16246 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16247             Maxim Kuvyrkov  <maxim@kugelworks.com>
16248
16249         [BZ #16394]
16250         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16251         SRC and DEST against LEN.
16252
16253 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16254
16255         [BZ #16414]
16256         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16257         implementation.
16258         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16259
16260 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16261
16262         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16263
16264 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16265
16266         [BZ #16408]
16267         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16268         for large positive arguments.
16269
16270 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16271
16272         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16273
16274         * math/auto-libm-test-in: Mark various tests with
16275         xfail-rounding:ldbl-128ibm.
16276         * math/auto-libm-test-out: Regenerated.
16277
16278         [BZ #16407]
16279         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16280         Increase overflow threshold.
16281
16282 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16283
16284         [BZ #14286]
16285         * stdio-common/vfprintf.c: Check for integer overflow.
16286
16287 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16288
16289         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16290         the first argument and return value of __tls_get_addr_internal.
16291
16292 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16293
16294         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16295         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16296
16297 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16298
16299         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16300         * sysdeps/s390/rtld-global-offsets.sym: New file.
16301         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16302         GLIBC_2.19 symbol.
16303         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16304         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16305         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16306         ... this.
16307         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16308         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16309         ... this.
16310         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16311         Regenerate.
16312         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16313         Regenerate.
16314         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16315         halfs of GPRs for high_gprs contexts.
16316         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16317         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16318         field.
16319         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16320         uc_flags field.
16321         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16322         64 bit versions:
16323         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16324         for high GPRs (uc_high_gprs) and for future extensions
16325         (__reserved).
16326         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16327         for future extensions (__reserved).
16328         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16329         64 bit versions:
16330         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16331         SC_HIGHGPRS offset definition.
16332         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16333         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16334
16335         * Versions.def: Add GLIBC_2.19 for libpthread.
16336         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16337         siglongjmp for libpthread with GLIBC_2.19 symver.
16338         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16339         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16340         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16341         * sysdeps/s390/__longjmp.c: New file.
16342         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16343         * sysdeps/s390/longjmp.c: New file.
16344         * sysdeps/s390/setjmp.S: New file.
16345         * sysdeps/s390/sigjmp.S: New file.
16346         * sysdeps/s390/v1-longjmp.c: New file.
16347         * sysdeps/s390/v1-setjmp.h: New file.
16348         * sysdeps/s390/v1-sigjmp.c: New file.
16349         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16350         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16351         GLIBC_2.19 version.
16352         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16353         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16354         versioned symbols for ____longjmp_chk.
16355         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16356         Likewise.
16357         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16358         Regenerate.
16359         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16360         Regenerate.
16361         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16362         Regenerate.
16363         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16364         Regenerate.
16365         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16366         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16367         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16368         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16369         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16370         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16371         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16372         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16373         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16374         * sysdeps/s390/rtld-__longjmp.c: New file.
16375         * sysdeps/s390/rtld-setjmp.S: New file.
16376
16377 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16378
16379         [BZ #16400]
16380         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16381         Return -__logl (x) for small positive arguments without evaluating
16382         a polynomial.
16383
16384 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16385
16386         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16387         Rename to ...
16388         (__ptrace_peeksiginfo_args): ... this.
16389         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16390         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16391         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16392
16393 2014-01-06  Allan McRae  <allan@archlinux.org>
16394
16395         * inet/netinet/in.h: Fix typo in comment.
16396
16397 2014-01-05  Andreas Jaeger  <aj@suse.de>
16398
16399         * sysdeps/i386/fpu/libm-test-ulps: Update.
16400
16401 2014-01-05  Allan McRae  <allan@archlinux.org>
16402
16403         * po/libc.pot: Regenerated.
16404
16405         * malloc/memusagestat.c: Fix gettext call formatting.
16406
16407 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16408
16409         * nscd/nscd.c: Improve usage() output.
16410
16411 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16412
16413         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16414         * sysdeps/unix/sysv/linux/configure: Regenerated.
16415         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16416         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16417
16418 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16419
16420         [BZ #16390]
16421         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16422         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16423
16424 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16425
16426         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16427         extra tokens at end of #undef directive.
16428         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16429         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16430         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16431
16432 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16433
16434         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16435
16436         * math/auto-libm-test-in: Mark various tests with
16437         xfail-rounding:ldbl-128ibm.
16438         * math/auto-libm-test-out: Regenerated.
16439
16440 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16441
16442         [BZ #16386]
16443         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16444         numbers with subnormal high part when calculating exponent.
16445
16446         [BZ #16385]
16447         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16448         fabs.
16449
16450         [BZ #16384]
16451         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16452         M_LN2l.
16453         (__ieee754_acoshl): Use __log1pl not __log1p.
16454
16455 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16456
16457         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16458         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16459         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16460         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16461         (reused_arena, arena_get2): Convert to GNU style.
16462         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16463         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16464         (memalign_check, __malloc_set_state): Likewise.
16465         * malloc/mallocbug.c (main): Likewise.
16466         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16467         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16468         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16469         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16470         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16471         (__posix_memalign, malloc_info): Likewise.
16472         * malloc/malloc.h: Likewise.
16473         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16474         (mallochook, memalignhook, reallochook, mabort): Likewise.
16475         * malloc/mcheck.h: Likewise.
16476         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16477         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16478         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16479         * malloc/morecore.c (__default_morecore): Likewise.
16480         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16481         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16482         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16483         (print_and_abort): Likewise.
16484         * malloc/obstack.h: Likewise.
16485         * malloc/set-freeres.c (__libc_freeres): Likewise.
16486         * malloc/tst-mallocstate.c (main): Likewise.
16487         * malloc/tst-mtrace.c (main): Likewise.
16488         * malloc/tst-realloc.c (do_test): Likewise.
16489
16490 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16491
16492         [BZ #16366]
16493         * nscd/netgroupcache.c (do_notfound): New function.
16494         (addgetnetgrentX): Use it.
16495
16496         [BZ # 16365]
16497         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16498         NSS_STATUS_NOTFOUND.
16499
16500 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16501
16502         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16503         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16504
16505 2014-01-01  Allan McRae  <allan@archlinux.org>
16506
16507         * scripts/update-copyrights: Update configure input file suffix.
16508
16509         * NEWS: Update copyright year.
16510         * catgets/gencat.c: Likewise.
16511         * csu/version.c: Likewise.
16512         * debug/catchsegv.sh: Likewise.
16513         * debug/pcprofiledump.c: Likewise.
16514         * debug/xtrace.sh: Likewise.
16515         * elf/ldconfig.c: Likewise.
16516         * elf/ldd.bash.in: Likewise.
16517         * elf/pldd.c: Likewise.
16518         * elf/sotruss.ksh: Likewise.
16519         * elf/sprof.c: Likewise.
16520         * iconv/iconv_prog.c: Likewise.
16521         * iconv/iconvconfig.c: Likewise.
16522         * locale/programs/locale.c: Likewise.
16523         * locale/programs/localedef.c: Likewise.
16524         * login/programs/pt_chown.c: Likewise.
16525         * malloc/memusage.sh: Likewise.
16526         * malloc/memusagestat.c: Likewise.
16527         * malloc/mtrace.pl: Likewise.
16528         * manual/libc.texinfo: Likewise.
16529         * nscd/nscd.c: Likewise.
16530         * nss/getent.c: Likewise.
16531         * nss/makedb.c: Likewise.
16532         * posix/getconf.c: Likewise.
16533         * scripts/test-installation.pl: Likewise.
16534
16535         * All files with FSF copyright notices: Update copyright dates
16536         using scripts/update-copyrights.
16537         * intl/plural.c: Regenerated.
16538         * locale/programs/charmap-kw.h: Likewise.
16539         * locale/programs/locfile-kw.h: Likewise.
16540
16541 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16542
16543         * sysdeps/unix/sysv/linux/configure: Regenerated.
16544         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16545         the linux/fanotify.h header.
16546         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16547         HAVE_LINUX_FANOTIFY_H is defined.
16548
16549 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16550
16551         * benchtests/cos-inputs: New inputs.
16552         * benchtests/sin-inputs: Likewise.
16553
16554         * benchtests/atan-inputs: New inputs. Fix name of multiple
16555         precision fallback inputs.
16556
16557         * benchtests/atanh-inputs: New inputs.
16558         * benchtests/tanh-inputs: Likewise.
16559
16560         * benchtests/acosh-inputs: New inputs.
16561         * benchtests/asinh-inputs: Likewise.
16562
16563         * benchtests/cosh-inputs: New inputs.
16564         * benchtests/sinh-inputs: Likewise.
16565
16566         * benchtests/acos-inputs: Add more inputs.
16567         * benchtests/asin-inputs: Likewise.
16568
16569 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16570
16571         [BZ #16375]
16572         * manual/arith.texi: Fix spelling.
16573         * manual/charset.texi: Likewise.
16574         * manual/errno.texi: Likewise.
16575         * manual/filesys.texi: Likewise.
16576         * manual/lang.texi: Likewise.
16577         * manual/llio.texi: Likewise.
16578         * manual/locale.texi: Likewise.
16579         * manual/message.texi: Likewise.
16580         * manual/resource.texi: Likewise.
16581         * manual/search.texi: Likewise.
16582         * manual/setjmp.texi: Likewise.
16583         * manual/stdio.texi: Likewise.
16584         * manual/string.texi: Likewise.
16585         * manual/sysinfo.texi: Likewise.
16586         * manual/time.texi: Likewise.
16587
16588 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16589
16590         * po/sl.po: New file.
16591
16592 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16593
16594         * .gitignore: Add core/.gdbinit/.gdb_history.
16595
16596 2013-12-27  Allan McRae  <allan@archlinux.org>
16597
16598         [BZ #16369]
16599         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16600         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16601
16602 2013-12-24  Brooks Moses  <bmoses@google.com>
16603
16604         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16605         all compilers that claim C++98 compliance, not just GCC.
16606         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16607         Likewise.
16608
16609 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16610
16611         * NEWS: Restore accidentally deleted bug-fix entries.
16612
16613 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16614             Ondřej Bílka  <neleai@seznam.cz>
16615
16616         [BZ #15073]
16617         * malloc/malloc.c (_int_free): Perform sanity check only if we
16618         have_lock.
16619
16620 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16621
16622         [BZ #12986]
16623         * manual/stdio.texi (String Input Conversions): Clarify that character
16624         classes are not supported.
16625
16626 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16627
16628         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16629
16630 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16631
16632         [BZ #16337]
16633         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16634         Calculate results for small negative arguments directly rather
16635         than using reflection formula with special underflow handling.
16636
16637         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16638         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16639         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16640         (fchflags): Likewise.
16641         (revoke): Likewise.
16642         (setlogin): Likewise.
16643         (sigaltstack): Likewise.
16644         (wait4): Likewise.
16645         (sigblock): Remove.
16646         (sigsetmask): Likewise.
16647         (wait3): Likewise.
16648         (waitpid): Likewise.
16649         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16650         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16651         file.
16652         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16653         * sysdeps/unix/bsd/Makefile: ... here.
16654         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16655         * sysdeps/unix/bsd/Versions: ... here.
16656         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16657         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16658         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16659         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16660         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16661         * sysdeps/unix/bsd/sigblock.c: ... here.
16662         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16663         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16664         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16665         * sysdeps/unix/bsd/sigvec.c: ... here.
16666         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16667         * sysdeps/unix/bsd/tcdrain.c: ... here.
16668         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16669         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16670         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16671         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16672         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16673         * sysdeps/unix/bsd/wait.c: ... here.
16674         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16675         * sysdeps/unix/bsd/wait3.c: ... here.
16676         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16677         * sysdeps/unix/bsd/waitpid.c: ... here.
16678
16679 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16680
16681         [BZ #16356]
16682         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16683         round-to-nearest for [!USE_AS_EXPM1L].
16684         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16685         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16686         more tests of exp and exp10.  Expect some exp10 tests to miss
16687         exceptions or fail in directed rounding modes.
16688         * math/auto-libm-test-out: Regenerated.
16689         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16690         (exp10_test_tonearest): New function.
16691         (exp10_towardzero_test_data): New array.
16692         (exp10_test_towardzero): New function.
16693         (exp10_downward_test_data): New array.
16694         (exp10_test_downward): New function.
16695         (exp10_upward_test_data): New array.
16696         (exp10_test_upward): New function.
16697         (main): Call the new functions.
16698         * sysdeps/i386/fpu/libm-test-ulps: Update.
16699         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16700
16701 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16702
16703         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16704         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16705         * math/auto-libm-test-out: Regenerated.
16706         * math/libm-test.inc (acosh_test_data): Add more tests.
16707         (atanh_test_data): Likewise.
16708         (ceil_test_data): Likewise.
16709         (copysign_test_data): Likewise.
16710         * sysdeps/i386/fpu/libm-test-ulps: Update.
16711         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16712
16713         * timezone/checktab.awk: Update from tzcode 2013i.
16714         * timezone/private.h: Likewise.
16715         * timezone/scheck.c: Likewise.
16716         * timezone/tzfile.h: Likewise.
16717         * timezone/tzselect.ksh: Likewise.
16718         * timezone/zdump.c: Likewise.
16719         * timezone/zic.c: Likewise.
16720
16721         * math/auto-libm-test-in: Add tests of cpow.
16722         * math/auto-libm-test-out: Regenerated.
16723         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16724         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16725         mpc_cc_c.
16726         (func_calc_desc): Add mpc_cc_c union field.
16727         (test_functions): Add cpow.
16728         (special_fill_2pi): New function.
16729         (special_real_inputs): Add 2pi.
16730         (calc_generic_results): Handle mpc_cc_c.
16731         * sysdeps/i386/fpu/libm-test-ulps: Update.
16732         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16733
16734         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16735         csqrt, ctan and ctanh.
16736         * math/auto-libm-test-out: Regenerated.
16737         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16738         (TEST_COND_x86): Likewise.
16739         (ccos_test_data): Use AUTO_TESTS_c_c.
16740         (ccosh_test_data): Likewise.
16741         (cexp_test_data): Likewise.
16742         (clog_test_data): Likewise.
16743         (csqrt_test_data): Likewise.
16744         (ctan_test_data): Likewise.
16745         (ctan_tonearest_test_data): Likewise.
16746         (ctan_towardzero_test_data): Likewise.
16747         (ctan_downward_test_data): Likewise.
16748         (ctan_upward_test_data): Likewise.
16749         (ctanh_test_data): Likewise.
16750         (ctanh_tonearest_test_data): Likewise.
16751         (ctanh_towardzero_test_data): Likewise.
16752         (ctanh_downward_test_data): Likewise.
16753         (ctanh_upward_test_data): Likewise.
16754         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16755         mpc_c_c.
16756         (func_calc_desc): Add mpc_c_c union field.
16757         (FUNC_mpc_c_c): New macro.
16758         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16759         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16760         ctanh.
16761         (special_fill_min_subnorm_p120): New function.
16762         (special_real_inputs): Add min_subnorm_p120.
16763         (calc_generic_results): Handle mpc_c_c.
16764         * sysdeps/i386/fpu/libm-test-ulps: Update.
16765         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16766
16767 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16768
16769         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16770         (do_sin_slow): New functions.
16771         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16772         (cslow2, csloww1, csloww2): Use the new functions.
16773
16774         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16775         Use M to change sign of result instead of X.  Assume X is
16776         positive.
16777         (csloww1): Likewise.
16778         (__sin): Adjust.
16779         (__cos): Adjust.
16780
16781         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16782         arguments A and DA.
16783         (__sin): Adjust.
16784         (__cos): Likewise.
16785
16786         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16787         (__cos): Likewise.
16788         (sloww1): Don't adjust sign of DX.
16789         (csloww1): Likewise.
16790         (sloww2): Use X directly and don't adjust sign of DX.
16791         (csloww2): Likewise.
16792
16793 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16794
16795         * math/auto-libm-test-in: Add tests of cabs and carg.
16796         * math/auto-libm-test-out: Regenerated.
16797         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16798         (carg_test_data): Likewise.
16799         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16800         mpc_c_f.
16801         (func_calc_desc): Add mpc_c_f union field.
16802         (test_functions): Add cabs and carg.
16803         (calc_generic_results): Handle mpc_c_f.
16804
16805         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16806         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16807         as a macro and a compat symbol.
16808         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16809         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16810         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16811         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16812         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16813         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16814         not use .hidden.
16815         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16816         Likewise.
16817         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16818         Likewise.
16819         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16820         Likewise.
16821         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16822         Likewise.
16823         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16824         Likewise.
16825         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16826         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16827         from GLIBC_2.3.2.
16828
16829 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16830
16831         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16832
16833 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16834
16835         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16836         trailing whitespace removed.
16837         * scripts/config.guess: Update to version 2013-11-29.
16838         * scripts/config.sub: Update to version 2013-10-01.
16839
16840         * math/auto-libm-test-in: Add tests of sincos.
16841         * math/auto-libm-test-out: Regenerated.
16842         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16843         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16844         mpfr_f_11.
16845         (func_calc_desc): Add mpfr_f_11 union field.
16846         (test_functions): Add sincos.
16847         (calc_generic_results): Handle mpfr_f_11.
16848         * sysdeps/i386/fpu/libm-test-ulps: Update.
16849         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16850
16851 2013-12-19  Andreas Schwab  <schwab@suse.de>
16852
16853         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16854         CALL_MCOUNT.
16855         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16856         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16857         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16858
16859 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16860
16861         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16862         * sysdeps/i386/fpu/libm-test-ulps: Update.
16863         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16864
16865         [BZ #16293]
16866         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16867         round-to-nearest mode when using frndint.
16868         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16869         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16870         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16871         Likewise.
16872         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16873         sinh test to fail.
16874         * math/auto-libm-test-out: Regenerated.
16875         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16876         (TEST_COND_x86): Likewise.
16877         (expm1_tonearest_test_data): New array.
16878         (expm1_test_tonearest): New function.
16879         (expm1_towardzero_test_data): New array.
16880         (expm1_test_towardzero): New function.
16881         (expm1_downward_test_data): New array.
16882         (expm1_test_downward): New function.
16883         (expm1_upward_test_data): New array.
16884         (expm1_test_upward): New function.
16885         (main): Run the new test functions.
16886         * sysdeps/i386/fpu/libm-test-ulps: Update.
16887         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16888
16889         * include/features.h: Update comment documenting feature test
16890         macros.  Mention _DEFAULT_SOURCE in comment.
16891         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16892         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16893         _BSD_SOURCE and _SVID_SOURCE.
16894         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16895         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16896         !_SVID_SOURCE]: Likewise.
16897         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16898         (__USE_POSIX_IMPLICITLY): Define.
16899         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16900         (_POSIX_SOURCE): Undefine and redefine.
16901         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16902         (_POSIX_C_SOURCE): Likewise.
16903         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16904         (Feature Test Macros): Update documentation of default features.
16905
16906 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16907
16908         * benchtests/Makefile: Add bench-strtok.
16909         * benchtests/bench-strtok.c: New file: strtok benchtest.
16910
16911 2013-12-19  Allan McRae  <allan@archlinux.org>
16912
16913         * manual/install.texi: Suppress menu for plain text output.
16914         * INSTALL: Regenerated.
16915
16916 2013-12-18  Brooks Moses  <bmoses@google.com>
16917
16918         [BZ #15846]
16919         * misc/getauxval.c: Include errno.h.
16920         (__getauxval): Set errno to ENOENT if the requested type is not
16921         found.
16922         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16923         don't declare with __attribute_const__.
16924         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16925         * manual/startup.texi: Document that getauxval sets errno.
16926
16927 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16928
16929         * math/auto-libm-test-in: Add tests of jn and yn.
16930         * math/auto-libm-test-out: Regenerated.
16931         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16932         (yn_test_data): Likewise.
16933         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16934         mpfr_if_f.
16935         (func_calc_desc): Add mpfr_if_f union field.
16936         (FUNC_mpfr_if_f): New macro.
16937         (test_functions): Add jn and yn.
16938         (calc_generic_results): Assert type of second input for
16939         mpfr_ff_f.  Handle mpfr_if_f.
16940         (output_for_one_input_case): Disable all checking for arguments
16941         fitting floating-point types in case of an integer argument.
16942         * sysdeps/i386/fpu/libm-test-ulps: Update.
16943         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16944
16945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16946         Don't expect fegetround reference in libm.so.
16947
16948 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16949
16950         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16951         $(config-cflags-nofma).
16952
16953 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16954
16955         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16956         * math/auto-libm-test-out: Regenerated.
16957
16958         [BZ #16338]
16959         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16960         to determine exponent and adjust argument to have exponent of -1.
16961         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16962         log2.
16963         * math/auto-libm-test-out: Regenerated.
16964         * sysdeps/i386/fpu/libm-test-ulps: Update.
16965         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16966
16967 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16968
16969         * manual/probes.texi: Remove cases when per-thread arenas are
16970         disabled.
16971
16972 2013-12-18  Andreas Schwab  <schwab@suse.de>
16973
16974         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16975         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16976         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16977         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16978         * sysdeps/i386/i686/multiarch/Makefile: Update.
16979         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16980
16981 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16982
16983         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16984         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16985
16986 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16987
16988         [BZ #15968]
16989         Support TZ transition times < 00:00:00.
16990         This is needed for version-3 tz-format files; it supports time
16991         stamps past 2037 for America/Godthab (the only entry in the tz
16992         database for which this change is relevant).
16993         * manual/time.texi (TZ Variable): Document transition times
16994         from -167:59:59 through -00:00:01.
16995         * time/tzset.c (tz_rule): Time of day is now signed.
16996         (__tzset_parse_tz): Parse negative time of day.
16997
16998         Document TZ transition times >= 25:00:00.
16999         * manual/time.texi (TZ Variable): Document transition times from
17000         25:00:00 through 167:59:59.  These are already supported, and this
17001         support will help with version-3 tz-format files.
17002
17003         * manual/time.texi (TZ Variable): Modernize North America example
17004         to reflect current (i.e., 2007-and-later) daylight saving rules.
17005
17006         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
17007
17008 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17009
17010         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
17011         * sysdeps/unix/bsd/bits/stat.h: Likewise.
17012         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
17013         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
17014         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
17015         * sysdeps/unix/bsd/bsdstat.h: Likewise.
17016         * sysdeps/unix/bsd/clock.c: Likewise.
17017         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
17018         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
17019         * sysdeps/unix/bsd/init-posix.c: Likewise.
17020         * sysdeps/unix/bsd/poll.c: Likewise.
17021         * sysdeps/unix/bsd/ptsname.c: Likewise.
17022         * sysdeps/unix/bsd/seekdir.c: Likewise.
17023         * sysdeps/unix/bsd/setegid.c: Likewise.
17024         * sysdeps/unix/bsd/seteuid.c: Likewise.
17025         * sysdeps/unix/bsd/setgid.c: Likewise.
17026         * sysdeps/unix/bsd/setrgid.c: Likewise.
17027         * sysdeps/unix/bsd/setruid.c: Likewise.
17028         * sysdeps/unix/bsd/setsid.c: Likewise.
17029         * sysdeps/unix/bsd/setuid.c: Likewise.
17030         * sysdeps/unix/bsd/sigaction.c: Likewise.
17031         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
17032         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
17033         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
17034         * sysdeps/unix/bsd/telldir.c: Likewise.
17035         * sysdeps/unix/bsd/times.c: Likewise.
17036         * sysdeps/unix/bsd/usleep.c: Likewise.
17037
17038         * misc/Makefile (install-lib): Remove libbsd-compat.a.
17039         ($(objpfx)libbsd-compat.a): Remove rule.
17040
17041         * include/features.h (__FAVOR_BSD): Do not define.
17042         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
17043         features conflicting with POSIX.
17044         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
17045         (_BSD_SOURCE): Remove description of not being a subset of other
17046         feature test macros.
17047         * manual/job.texi (getpgrp): Do not document BSD version.
17048         (getpgid): Do not document by reference to BSD getpgrp.
17049         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
17050         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
17051         * signal/signal.h [__FAVOR_BSD]: Likewise.
17052         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
17053         instead of making contents conditional on [__FAVOR_BSD].
17054         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
17055
17056 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17057
17058         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17059
17060 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17061
17062         [BZ #16314]
17063         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
17064         values below 2**-450, not 2**-500.
17065         * math/auto-libm-test-in: Don't allow spurious underflow from
17066         hypot.
17067         * math/auto-libm-test-out: Regenerated.
17068
17069         [BZ #16316]
17070         [BZ #16330]
17071         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
17072         values of ha and hb and sort them after adjusting subnormal
17073         arguments.
17074         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
17075         Likewise.
17076         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
17077         values of ea and eb and sort them after adjusting subnormal
17078         arguments.
17079         * math/auto-libm-test-in: Do not expect some hypot tests of
17080         subnormals to fail.  Add more hypot tests.
17081         * math/auto-libm-test-out: Regenerated.
17082
17083 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17084
17085         [BZ #13304]
17086         * sysdeps/sh/s_fma.c: New file.
17087         * sysdeps/sh/s_fmaf.c: New file.
17088         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
17089         version.
17090         * sysdeps/sh/Implies: Add sh/soft-fp.
17091
17092 2013-12-16  Roland McGrath  <roland@hack.frob.com>
17093
17094         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
17095         level of indirection to members `objname', `errstring', `malloced'.
17096         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
17097         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
17098         it as the __longjmp argument (just pass 1 instead).
17099         (_dl_catch_error): Initialize C with argument pointers and address of
17100         volatile local ERRCODE rather than copying values out of C at return.
17101
17102 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
17103
17104         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
17105         * math/auto-libm-test-out: Regenerated.
17106         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
17107         (hypot_test_data): Likewise.
17108         (pow_test_data): Likewise.
17109         (pow_tonearest_test_data): Likewise.
17110         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17111         mpfr_ff_f.
17112         (func_calc_desc): Add mpfr_ff_f union field.
17113         (FUNC_mpfr_ff_f): New macro.
17114         (test_functions): Add atan2, hypot and pow.
17115         (special_fill_min): New function.
17116         (special_fill_minus_min): Likewise.
17117         (special_fill_min_subnorm): Likewise.
17118         (special_fill_minus_min_subnorm): Likewise.
17119         (special_real_inputs): Add min, -min, min_subnorm and
17120         -min_subnorm.
17121         (calc_generic_results): Handle mpfr_ff_f.
17122         * sysdeps/i386/fpu/libm-test-ulps: Update.
17123         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17124
17125 2013-12-16  Will Newton  <will.newton@linaro.org>
17126
17127         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
17128         (Aligned Memory Blocks): Add documentation for aligned_alloc
17129         and suggest it as an alternative to posix_memalign.
17130         (Hooks for Malloc): Document __memalign_hook is also called
17131         for aligned_alloc.  (Summary of Malloc): Add summary for
17132         aligned alloc.  Document __memalign_hook is also called
17133         for aligned_alloc.
17134
17135 2013-12-16  Will Newton  <will.newton@linaro.org>
17136
17137         * manual/memory.texi (Malloc Examples): Clarify default
17138         alignment documentation.  Suggest posix_memalign rather
17139         than memalign or valloc.
17140         (Aligned Memory Blocks): Remove suggestion to use memalign
17141         or valloc.  Remove obsolete comment about BSD.
17142         Document memalign errno values and mark the function obsolete.
17143         Document posix_memalign returned error codes.  Mark valloc
17144         as obsolete.  (Hooks for Malloc): __memalign_hook is also
17145         called for posix_memalign and valloc.
17146         (Summary of Malloc): Add posix_memalign to function summary.
17147         __memalign_hook is also called for posix_memalign and valloc.
17148
17149 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17150
17151         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
17152         TAYLOR_SIN.
17153         (__sin): Adjust.
17154         (__cos): Likewise.
17155         (sloww): Use mynumber union.  Expand ternary operator into
17156         if-else statements.
17157         (cslow): use mynumber union.
17158
17159 2013-12-16  Allan McRae  <allan@archlinux.org>
17160
17161         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17162         * configure: Regenerated.
17163
17164         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17165
17166         [BZ #14120]
17167         * configure.ac: Added --enable-maintainer-mode. Check for
17168         autoconf when enabled.
17169         * configure: Regenerated.
17170
17171         * nscd/nscd.service: New file.
17172         * nscd/nscd.tmpfiles: New file.
17173
17174 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
17175
17176         [BZ #12100]
17177         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17178         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17179         * sysdeps/x86_64/multiarch/strstr.c: ... here.
17180         (strstr): Add __strstr_sse2_unaligned ifunc.
17181         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17182         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17183         (strcasestr): Remove __strcasestr_sse42 ifunc.
17184         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17185         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17186         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17187
17188 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17189
17190         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17191         * sysdeps/sh/bits/fenv.h: ... here.
17192         * sysdeps/sh/sh4/fpu/bits: Remove directory.
17193
17194 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17195
17196         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17197
17198         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17199         hypotf multiarch implementations.
17200         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17201         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17202         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17203         multiarch hypot for PPC64.
17204         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17205         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17206         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17207         multiarch hypotf for PPC64.
17208
17209         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17210         modff multiarch implementations.
17211         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17212         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17213         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17214         multiarch modf for PPC64.
17215         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17216         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17217         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17218         multiarch modff for PPC64.
17219
17220         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17221         and logl multiarch implementations.
17222         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17223         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17224         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17225         multiarch logb for PPC64.
17226         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17227         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17228         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17229         multiarch logb for PPC64.
17230         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17231         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17232         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17233         multiarch logb for PPC64.
17234
17235         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17236         isinff multiarch implementation.
17237         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17238         file.
17239         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17240         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17241         multiarch isinf for PPC64.
17242         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17243         file.
17244         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17245         multiarch isinff for PPC64.
17246
17247         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17248         finitef multiarch implementation.
17249         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17250         file.
17251         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17252         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17253         multiarch finite for PPC64.
17254         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17255         file.
17256         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17257         multiarch finitef for PPC64.
17258
17259         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17260         lrint multiarch implementation.
17261         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17262         file.
17263         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17264         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17265         multiarch llrint for PPC64.
17266         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17267         multiarch lrint for PPC64.
17268
17269         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17270         copysignf multiarch implementation.
17271         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17272         file.
17273         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17274         file.
17275         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17276         multiarch copysign for PPC64.
17277         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17278         multiarch copysignf for PPC64.
17279
17280         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17281         multiarch implementation.
17282         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17283         file.
17284         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17285         file.
17286         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17287         file.
17288         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17289         file.
17290         multiarch llround for PPC64.
17291         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17292         multiarch trunc for PPC64.
17293         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17294         multiarch truncf for PPC64.
17295
17296         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17297         multiarch implementation.
17298         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17299         file.
17300         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17301         file.
17302         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17303         file.
17304         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17305         file.
17306         multiarch llround for PPC64.
17307         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17308         multiarch round for PPC64.
17309         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17310         multiarch roundf for PPC64.
17311
17312         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17313         multiarch implementation.
17314         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17315         file.
17316         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17317         file.
17318         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17319         file.
17320         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17321         file.
17322         multiarch llround for PPC64.
17323         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17324         multiarch floor for PPC64.
17325         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17326         multiarch floorf for PPC64.
17327
17328         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17329         multiarch implementation.
17330         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17331         file.
17332         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17333         file.
17334         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17335         file.
17336         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17337         file.
17338         multiarch llround for PPC64.
17339         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17340         multiarch ceil for PPC64.
17341         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17342         multiarch ceilf for PPC64.
17343
17344         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17345         multiarch implementation.
17346         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17347         file.
17348         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17349         file.
17350         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17351         file.
17352         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17353         multiarch llround for PPC64.
17354         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17355         multiarch lround for PPC64.
17356
17357         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17358         multiarch implementation.
17359         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17360         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17361         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17362         file.
17363         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17364         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17365         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17366         multiarch isnan for PPC64.
17367         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17368         multiarch isnanf for PPC64.
17369
17370         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17371         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17372         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17373         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17374         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17376
17377         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17378         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17379         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17380         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17381
17382         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17383         multiarch implementations.
17384         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17385         (__libc_ifunc_impl_list): Likewise.
17386         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17387         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17388         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17389         multiarch stpcpy for PPC64.
17390
17391         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17392         multiarch implementations.
17393         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17394         (__libc_ifunc_impl_list): Likewise.
17395         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17396         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17397         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17398         multiarch strcpy for PPC64.
17399
17400         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17401         redefine function name.
17402         (_wordcopy_fwd_dest_aligned): Likewise.
17403         (_wordcopy_bwd_aligned): Likewise.
17404         (_wordcopy_bwd_dest_aligned): Likewise.
17405         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17406         multiarch implementations.
17407         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17408         (__libc_ifunc_impl_list): Likewise.
17409         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17410         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17411         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17412         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17413         multiarch wcscpy for PPC64.
17414
17415         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17416         multiarch implementations.
17417         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17418         (__libc_ifunc_impl_list): Likewise.
17419         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17420         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17421         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17422         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17423         multiarch wcscpy for PPC64.
17424
17425         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17426         multiarch implementations.
17427         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17428         (__libc_ifunc_impl_list): Likewise.
17429         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17430         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17431         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17432         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17433         multiarch wcsrchr for PPC64.
17434
17435         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17436         multiarch implementations.
17437         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17438         (__libc_ifunc_impl_list): Likewise.
17439         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17440         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17441         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17442         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17443         multiarch wcschr for PPC64.
17444
17445         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17446         multiarch implementations.
17447         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17448         (__libc_ifunc_impl_list): Likewise.
17449         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17450         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17451         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17452         multiarch strchrnul for PPC64.
17453
17454         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17455         implementations.
17456         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17457         (__libc_ifunc_impl_list): Likewise.
17458         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17459         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17460         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17461         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17462         strchr for PPC64.
17463
17464         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17465         implementations.
17466         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17467         (__libc_ifunc_impl_list): Likewise.
17468         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17469         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17470         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17471         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17472         strncmp for PPC64.
17473
17474         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17475         multiarch implementations.
17476         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17477         (__libc_ifunc_impl_list): Likewise.
17478         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17479         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17480         strncasecmp for PPC64.
17481         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17482         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17483         multiarch strncasecmp_l for PPC64.
17484
17485         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17486         multiarch implementations.
17487         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17488         (__libc_ifunc_impl_list): Likewise.
17489         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17490         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17491         multiarch strcasecmp for PPC64.
17492         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17493         file.
17494         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17495         multiarch strcasecmp_l for PPC64.
17496
17497         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17498         implementations.
17499         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17500         (__libc_ifunc_impl_list): Likewise.
17501         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17502         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17503         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17504         strnlen for PPC64.
17505
17506         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17507         implementations.
17508         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17509         (__libc_ifunc_impl_list): Likewise.
17510         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17511         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17512         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17513         strlen for PPC64.
17514
17515         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17516         implementations.
17517         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17518         (__libc_ifunc_impl_list): Likewise.
17519         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17520         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17521         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17522         rawmemrchr for PPC64.
17523
17524         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17525         implementation.
17526         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17527         (__libc_ifunc_impl_list): Likewise.
17528         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17529         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17530         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17531         memrchr for PPC64.
17532
17533         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17534         implementation.
17535         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17536         (__libc_ifunc_impl_list): Likewise.
17537         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17538         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17539         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17540         memchr for PPC64.
17541
17542         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17543         implementation.
17544         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17545         (__libc_ifunc_impl_list): Likewise.
17546         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17547         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17548         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17549         mempcpy for PPC64.
17550
17551         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17552         avoid cretion of __bzero symbol.
17553         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17554         Likewise.
17555         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17556         Likewise.
17557         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17558         Likewise.
17559         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17560         multiarch implementations.
17561         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17562         (__libc_ifunc_impl_list): Likewise.
17563         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17564         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17565         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17566         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17567         bzero for PPC32.
17568         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17569         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17570         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17571         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17572         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17573         memset for PPC64.
17574         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17575
17576         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17577         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17578         implementations.
17579         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17580         (__libc_ifunc_impl_list): Likewise.
17581         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17582         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17583         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17584         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17585         memcmp for PPC64.
17586
17587         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17588         multiarch for POWER/PPC64.
17589         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17590         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17591         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17592         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17593         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17594         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17595         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17596         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17597         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17598         memcpy for PPC64.
17599
17600         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17601         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17602         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17603         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17604         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17605         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17606         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17607         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17608         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17609         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17610         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17611         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17612         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17613         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17614         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17622
17623 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17624
17625         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17626
17627 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17628
17629         * benchtests/Makefile (bench): Add exp2 and log2.
17630         (LDLIBS-bench-exp2): Add -lm.
17631         (LDLIBS-bench-log2): Likewise.
17632         * benchtests/exp2-inputs: New inputs file.
17633         * benchtests/log2-inputs: New inputs file.
17634         * benchtests/log-inputs: Add new inputs.
17635         * benchtests/tan-inputs: Likewise.
17636
17637 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17638
17639         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17640         definition...
17641         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17642         (csloww2): ... from here.
17643
17644         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17645         instead of structures.
17646         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17647         (POLYNOMIAL): Likewise.
17648         (TAYLOR_SLOW): Likewise.
17649         (__sin): Likewise.
17650         (__cos): Likewise.
17651         (slow1): Likewise.
17652         (slow2): Likewise.
17653         (sloww): Likewise.
17654         (sloww1); Likewise.
17655         (sloww2): Likewise.
17656         (bsloww1): Likewise.
17657         (bsloww2): Likewise.
17658         (cslow2): Likewise.
17659         (csloww): Likewise.
17660         (csloww1): Likewise.
17661         (csloww2): Likewise.
17662
17663 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17664
17665         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17666         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17667         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17668         * malloc/hooks.c (realloc_check): Likewise.
17669
17670         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17671         * malloc/arena.c: Remove PER_THREAD conditional.
17672         [!PER_THREAD]: Remove code.
17673         (ptmalloc_unlock_all2): Likewise.
17674         (ptmalloc_init): Likewise.
17675         (_int_new_arena): Likewise.
17676         (arena_get2): Likewise.
17677         * malloc/hooks.c (__malloc_get_state): Likewise.
17678         (__malloc_set_state): Likewise.
17679         * malloc/malloc.c: Likewise.
17680         (struct malloc_state): Likewise.
17681         (struct malloc_par): Likewise.
17682         (__libc_realloc): Likewise.
17683         (__libc_mallopt): Likewise.
17684
17685 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17686
17687         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17688
17689 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17690
17691         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17692         macro to a function.  Check for zero perturb_byte.
17693         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17694
17695         * malloc/malloc.c: (force_reg): Remove.
17696         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17697         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17698         force_reg by atomic_forced_read.
17699         * malloc/arena.c (ptmalloc_init): Likewise.
17700         * malloc/hooks.c (top_check): Likewise.
17701
17702 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17703
17704         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17705
17706 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17707
17708         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17709
17710 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17711
17712         * math/auto-libm-test-in: Add tests of lgamma.
17713         * math/auto-libm-test-out: Regenerated.
17714         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17715         (M_LOG_2_SQRT_PIl): Likewise.
17716         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17717         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17718         mpfr_f_f1.
17719         (func_calc_desc): Add mpfr_f_f1 union field.
17720         (ARGS1): New macro.
17721         (ARGS2): Likewise.
17722         (ARGS3): Likewise.
17723         (ARGS4): Likewise.
17724         (RET1): Likewise.
17725         (RET2): Likewise.
17726         (CALC): Likewise.
17727         (FUNC): Likewise.
17728         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17729         (test_functions): Add lgamma.
17730         (calc_generic_results): Handle mpfr_f_f1.
17731         * sysdeps/i386/fpu/libm-test-ulps: Update.
17732         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17733
17734 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17735
17736         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17737         __mpn_add_n for PowerPC64/POWER7.
17738         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17739         __mpn_sub_n for PowerPC64/POWER7.
17740
17741         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17742         __mpn_addmul_1 for PowerPC64.
17743         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17744         __mpn_submul_1 for PowerPC64.
17745         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17746         for PowerPC64.
17747         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17748         for PowerPC64.
17749
17750 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17751
17752         [BZ #15089]
17753         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17754
17755 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17756
17757         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17758
17759         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17760         add multiarch folders.
17761         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17762         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17763         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17764         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17765         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17766         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17767         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17768         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17769         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17770         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17771         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17778
17779         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17780         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17781         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17782         New file.
17783         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17784         New file.
17785         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17786         multiarch __ieee754_hypot for PowerPC32.
17787         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17788         New file.
17789         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17790         New file.
17791         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17792         multiarch __ieee754_hypotf for PowerPC32.
17793
17794         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17795         long_double_symbol only if __logbl is defined.
17796         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17797         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17798         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17799         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17800         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17801         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17802         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17803         path for implementation.
17804         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17805         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17806         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17807         logb, and logbl multiarch implementations for PowerPC32.
17808         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17809         file.
17810         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17811         file.
17812         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17813         multiarch logb for PowerPC32.
17814         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17815         file.
17816         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17817         file.
17818         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17819         multiarch logbf for PowerPC32.
17820         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17821         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17822         file.
17823         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17824         multiarch logbl implementation for PowerPC32.
17825
17826         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17827         and modff multiarch implementations.
17828         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17829         New file.
17830         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17831         New file.
17832         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17833         multiarch modf for PowerPC32.
17834         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17835         New file.
17836         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17837         New file.
17838         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17839         multiarch modff for PowerPC32.
17840
17841         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17842         and lrintf multiarch implementations.
17843         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17844         New file.
17845         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17846         New file.
17847         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17848         multiarch lrint for PowerPC32.
17849         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17850         file: multiarch lrintf for PowerPC32.
17851
17852         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17853         and lroundf multiarch implementations.
17854         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17855         New file.
17856         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17857         New file.
17858         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17859         New file.
17860         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17861         multiarch lround for PowerPC32.
17862         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17863         file: multiarch lroundf for PowerPC32.
17864
17865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17866         copysign and copysignf multiarch implementations.
17867         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17868         New file.
17869         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17870         New file.
17871         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17872         file: multiarch copysign for PowerPC32.
17873         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17874         file: multiarch copysignf for PowerPC32.
17875
17876         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17877         and truncf multiarch implementations.
17878         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17879         New file.
17880         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17881         file.
17882         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17883         multiarch trunc for PowerPC32.
17884         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17885         New file.
17886         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17887         New file.
17888         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17889         multiarch truncf for PowerPC32.
17890
17891         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17892         and roundf multiarch implementations.
17893         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17894         New file.
17895         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17896         file.
17897         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17898         multiarch round for PowerPC32.
17899         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17900         New file.
17901         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17902         New file.
17903         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17904         multiarch roundf for PowerPC32.
17905
17906         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17907         and floorf multiarch implementations.
17908         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17909         New file.
17910         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17911         file.
17912         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17913         multiarch floor for PowerPC32.
17914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17915         New file.
17916         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17917         New file.
17918         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17919         multiarch floorf for PowerPC32.
17920
17921         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17922         and ceilf multiarch implementations.
17923         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17924         New file.
17925         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17926         file.
17927         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17928         multiarch ceil for PowerPC32.
17929         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17930         New file.
17931         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17932         file.
17933         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17934         multiarch ceilf for PowerPC32.
17935
17936         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17937         is defined.
17938         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17939         FINITEF is defined.
17940         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17941         and finitef multiarch implementations.
17942         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17943         New file.
17944         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17945         file.
17946         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17947         multiarch finite for PowerPC32.
17948         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17949         New file.
17950         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17951         file: multiarch finitef for PowerPC32.
17952
17953         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17954         and isinff multiarch implementations.
17955         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17956         file.
17957         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17958         file.
17959         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17960         multiarch isinf for PowerPC32.
17961         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17962         New file.
17963         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17964         multiarch isinff for PowerPC32.
17965
17966         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17967         alias when __isnan is defined.
17968         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17969         and isnanf multiarch implementations.
17970         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17971         file.
17972         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17973         file.
17974         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17975         file.
17976         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17977         file.
17978         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17979         multiarch isnan for PowerPC32.
17980         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17981         New file.
17982         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17983         New file.
17984         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17985         multiarch isnanf for PowerPC32.
17986
17987         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17988         and sqrtf multiarch implementations.
17989         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17990         file.
17991         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17992         file.
17993         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17994         multiarch sqrt for PowerPC32.
17995         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17996         file.
17997         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17998         file.
17999         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
18000         multiarch sqrtf for PowerPC32.
18001
18002         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
18003         and llroundf multiarch implementations.
18004         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
18005         New file.
18006         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
18007         New file.
18008         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
18009         New file.
18010         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
18011         file: multiarch llround for PowerPC32.
18012         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
18013         file: multiarch llroundf for PowerPC32.
18014
18015         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
18016         multiarch PowerPC32 fpu implementations.
18017         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
18018         New file.
18019         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
18020         New file.
18021         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
18022         multiarch llrint for PowerPC32.
18023         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
18024         New file.
18025         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
18026         New file.
18027         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
18028         file.
18029
18030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
18031
18032         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
18033         file.
18034         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
18035         file.
18036         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
18037         file.
18038         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
18039         multiarch wordcopy for PPC32.
18040         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18041         wordcopy objects.
18042         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18043         (__libc_ifunc_impl_list): Likewise.
18044         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
18045         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
18046         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
18047         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
18048         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
18049         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
18050
18051         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
18052         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
18053         file.
18054         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
18055         file.
18056         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
18057         file.
18058         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
18059         multiarch wcscpy for PPC32.
18060         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18061         multiarch objects.
18062         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18063         (__libc_ifunc_impl_list): Likewise.
18064         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18065         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18066         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
18067         sysdeps/powerpc/power6/wcscpy.c.
18068
18069         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
18070         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
18071         file.
18072         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
18073         file.
18074         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
18075         file.
18076         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
18077         multiarch wcsrchr for PPC32.
18078         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18079         multiarch objects.
18080         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18081         (__libc_ifunc_impl_list): Likewise.
18082         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18083         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18084         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
18085         sysdeps/powerpc/power6/wcsrchr.c.
18086
18087         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
18088         file.
18089         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
18090         file.
18091         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
18092         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
18093         multiarch wcschr for PPc32.
18094         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18095         multiarch objects.
18096         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18097         (__libc_ifunc_impl_list): Likewise.
18098         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
18099         * sysdeps/powerpc/power6/wcschr.c: ... to here.
18100         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
18101         sysdeps/powerpc/power6/wcschr.c.
18102
18103         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
18104         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
18105         file.
18106         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
18107         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
18108         file: multiarch strchr for PPC32.
18109         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
18110         multiarch objects.
18111         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18112         (__libc_ifunc_impl_list): Likewise.
18113
18114         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
18115         name.
18116         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
18117         file.
18118         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
18119         file.
18120         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
18121         multiarch strchrnul for PPC32.
18122         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
18123         multiarch objects.
18124         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18125         (__libc_ifunc_impl_list): Likewise.
18126
18127         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
18128         file.
18129         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
18130         multiarch strncasecmp for PPC32.
18131         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
18132         file.
18133         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
18134         multiarch strncasecmp_l for PPC32.
18135         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
18136         strncasecmp multiarch objects.
18137         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18138         (__libc_ifunc_impl_list): Likewise.
18139
18140         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
18141         file.
18142         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
18143         multiarch strncasecmp for PPC32.
18144         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
18145         New file.
18146         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
18147         multiarch strcasecmp_l for PPC32.
18148         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
18149         multiarch objects.
18150         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18151         (__libc_ifunc_impl_list): Likewise.
18152
18153         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
18154         file.
18155         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18156         file.
18157         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18158         multiarch strncmp for PPC32.
18159         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18160         multiarch objects.
18161         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18162         (__libc_ifunc_impl_list): Likewise.
18163
18164         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18165         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18166         file.
18167         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18168         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18169         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18170         multiarch objects.
18171         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18172         (__libc_ifunc_impl_list): Likewise.
18173
18174         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18175         file.
18176         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18177         file.
18178         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18179         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
18180         multiarch objects.
18181         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18182         (__libc_ifunc_impl_list): Likewise.
18183
18184         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
18185         file.
18186         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18187         file.
18188         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18189         multiarch rawmemchr for PPC32.
18190         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18191         multiarch objects.
18192         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18193         (__libc_ifunc_impl_list): Likewise.
18194
18195         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18196         file.
18197         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18198         file.
18199         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18200         file: memrchr multiarch for PPC32.
18201         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18202         multiarch objects.
18203         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18204         (__libc_ifunc_impl_list): Likewise.
18205
18206         * string/memchr.c (__memchr): Using macro to redefine symbol name.
18207         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18208         file.
18209         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18210         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18211         multiarch memchr for PPC32.
18212         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18213         multiarch objects.
18214         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18215         (__libc_ifunc_impl_list): Likewise.
18216
18217         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18218         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18219         file.
18220         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18221         file.
18222         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18223         file: multiarch mempcpy for PPC32.
18224         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18225         multiarch objects.
18226         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18227         (__libc_ifunc_impl_list): Likewise.
18228
18229         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18230         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18231         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18232         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18233         multiarch bzero for PPC32.
18234         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18235         file.
18236         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18237         file.
18238         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18239         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18240         file: multiarch memset for PPC32.
18241         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18242         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18243         memset multiarch objects.
18244         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18245         (__libc_ifunc_impl_list): Likewise.
18246
18247         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18248         file.
18249         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18250         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18251         memcmp for PPC32.
18252         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18253         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18254         multiarch objects.
18255         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18256         (__libc_ifunc_impl_list): Likewise.
18257
18258         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18259         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18260         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18261         file.
18262         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18263         file.
18264         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18265         file.
18266         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18267         multiarch memcpy for PPC32.
18268         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18269         multiarch objects.
18270         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18271         (__libc_ifunc_impl_list): Likewise.
18272
18273         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18274         support multiarch for POWER/PPC32.
18275         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18276         Likewise.
18277         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18279         Implies file to make multiarch folder appers before the fpu and
18280         default folder for power4 configuration.
18281
18282 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18283
18284         * scripts/bench.pl: Append volatile keyword to type.
18285
18286 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18287
18288         * sysdeps/sh/sotruss-lib.c: New file.
18289         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18290
18291 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18292
18293         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18294
18295 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18296
18297         [BZ #6810]
18298         * math/w_tgamma.c: Include <errno.h>.
18299         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18300         * math/w_tgammaf.c: Include <errno.h>.
18301         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18302         * math/w_tgammal.c: Include <errno.h>.
18303         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18304         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18305         underflow.  Add more tgamma tests.
18306         * math/auto-libm-test-out: Regenerated.
18307         * sysdeps/i386/fpu/libm-test-ulps: Update.
18308         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18309
18310         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18311         sin, sinh, tan, tanh, tgamma, y0 and y1.
18312         * math/auto-libm-test-out: Regenerated.
18313         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18314         (TEST_COND_x86): Likewise.
18315         (M_E2l): Remove macro.
18316         (M_E3l): Likewise.
18317         (M_2_SQRT_PIl): Likewise.
18318         (M_SQRT_PIl): Likewise.
18319         (M_1_DIV_El): Likewise.
18320         (log_test_data): Use AUTO_TESTS_f_f.
18321         (log10_test_data): Likewise.
18322         (log1p_test_data): Likewise.
18323         (log2_test_data): Likewise.
18324         (sin_test_data): Likewise.
18325         (sin_tonearest_test_data): Likewise.
18326         (sin_towardzero_test_data): Likewise.
18327         (sin_downward_test_data): Likewise.
18328         (sin_upward_test_data): Likewise.
18329         (sinh_test_data): Likewise.
18330         (sinh_tonearest_test_data): Likewise.
18331         (sinh_towardzero_test_data): Likewise.
18332         (sinh_downward_test_data): Likewise.
18333         (sinh_upward_test_data): Likewise.
18334         (tan_test_data): Likewise.
18335         (tan_tonearest_test_data): Likewise.
18336         (tan_towardzero_test_data): Likewise.
18337         (tan_downward_test_data): Likewise.
18338         (tan_upward_test_data): Likewise.
18339         (tanh_test_data): Likewise.
18340         (tgamma_test_data): Likewise.
18341         (y0_test_data): Likewise.
18342         (y1_test_data): Likewise.
18343         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18344         (special_real_inputs): Add pi/4.
18345         * sysdeps/i386/fpu/libm-test-ulps: Update.
18346         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18347
18348 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18349
18350         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18351         "longjmp_target" static probes.
18352         (__longjmp): Rename to __longjmp_symbol.
18353         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18354         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18355         on which longjmp to generate.
18356         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18357         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18358         probe.
18359         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18360         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18361         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18362         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18363         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18364         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18366         __longjmp_symbol based on which __longjmp to generate.
18367         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18368         probe.
18369         (setjmp): Rename to setjmp_symbol.
18370         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18371         (_setjmp): Rename to _setjmp_symbol.
18372         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18373         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18374         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18375         which setjmp to generate.
18376         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18377         "longjmp_target" static probes.
18378
18379 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18380
18381         * benchtests/README: Add note about output arguments.
18382         * benchtests/bench-sincos.c: Remove file.
18383         * benchtests/sincos-inputs: New file.
18384         * scripts/bench.pl: Identify output arguments and define
18385         static variables for them.
18386
18387         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18388
18389         [BZ #15941]
18390         * Makefile (INSTALL): Add install-plain.texi as the primary
18391         dependency.
18392         * manual/install-plain.texi: New file.
18393         * manual/install.texi: Include node directive only for
18394         non-plaintext output.
18395
18396 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18397
18398         * stdlib/longlong.h: Update from GCC.
18399
18400         [BZ #6807]
18401         [BZ #15901]
18402         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18403         * math/w_j0f.c (y0f): Likewise.
18404         * math/w_j0l.c (__y0l): Likewise.
18405         * math/w_j1.c (y1): Likewise.
18406         * math/w_j1f.c (y1f): Likewise.
18407         * math/w_j1l.c (__y1l): Likewise
18408         * math/w_jn.c (yn): Likewise.
18409         * math/w_jnf.c (ynf): Likewise.
18410         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18411         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18412         value for Bessel function domain errors outside _SVID_ mode.
18413         Adjust sign of return value for yn (negative integer, 0).
18414         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18415         by zero in return for negative x and set sign appropriately for
18416         negative n.
18417         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18418         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18419         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18420         expectations in error cases.
18421         (y1_test_data): Likewise.
18422         (yn_test_data): Likewise.
18423         * sysdeps/i386/fpu/libm-test-ulps: Update.
18424         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18425
18426 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18427
18428         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18429         "64" to "64-v1".  Add "64-v2".
18430         (abi-64-options): Rename to ...
18431         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18432         (abi-64-condition): Rename to ...
18433         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18434         (abi-64-ld-soname): Rename to ...
18435         (abi-64-v1-ld-soname): ... this.
18436         (abi-64-v2-options): Define.
18437         (abi-64-v2-condition): Likewise.
18438         (abi-64-v2-ld-soname): Likewise.
18439         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18440         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18444
18445 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18446             Alan Modra  <amodra@gmail.com>
18447
18448         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18449         New versions for use with the ELFv2 ABI.
18450         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18451         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18452         declaration.
18453         (struct La_ppc64v2_retval): Likewise.
18454         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18455         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18456         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18457         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18458         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18459         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18460         Do not save or restore CR.
18461         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18462         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18463         return values for ELFv2 ABI.  Fix location of FPR return registers.
18464         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18465         updated values for _CALL_ELF == 2.
18466         (La_regs, La_retval, int_retval): Likewise.
18467
18468 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18469
18470         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18471         (FRAME_MIN_SIZE_PARM): Likewise.
18472         (FRAME_BACKCHAIN): Likewise.
18473         (FRAME_CR_SAVE): Likewise.
18474         (FRAME_LR_SAVE): Likewise.
18475         (FRAME_TOC_SAVE): Likewise.
18476         (FRAME_PARM_SAVE): Likewise.
18477         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18478         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18479         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18480         (call_mcount_parm_offset): New macro.
18481         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18482         (PROF): Use symbolic stack frame offsets.
18483         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18484         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18485         Redefine in terms of FRAME_MIN_SIZE.
18486         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18487         (_dl_profile_resolve): Likewise.  Update comment.
18488         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18489         symbols stack frame offsets.
18490         (__sigsetjmp): Likewise.
18491         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18492         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18493         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18494         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18495
18496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18497         (FRAME_BACKCHAIN): Remove.
18498         (FRAME_CR_SAVE): Likewise.
18499         (FRAME_LR_SAVE): Likewise.
18500         (FRAME_COMPILER_DW): Likewise.
18501         (FRAME_LINKER_DW): Likewise.
18502         (FRAME_TOC_SAVE): Likewise.
18503         (FRAME_PARM_SAVE): Likewise.
18504         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18505         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18506         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18508         (CHECK_SP): Use symbolic stack frame offsets.
18509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18510         zone" instead of caller's parameter save area for temp storage.
18511         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18512         Likewise.  Also, use symbolic stack frame offsets.
18513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18514         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18515         our own stack frame instead of the caller's.
18516         (__socket): Use symbolic stack frame offsets.
18517
18518 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18519             Alan Modra  <amodra@gmail.com>
18520
18521         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18522         Define.
18523         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18524         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18525         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18526         New function.
18527         (elf_machine_fixup_plt): Call it.
18528         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18529         reloc arguments.
18530         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18531         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18532         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18533         r2 before calling target.
18534
18535 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18536             Alan Modra  <amodra@gmail.com>
18537
18538         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18539         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18540         versions of macros to support ELFv2 ABI.
18541         (LOCALENTRY): New macro.
18542         (ENTRY, EALIGN): Use it.
18543         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18544         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18545         fall through into ENTRY entry point.
18546         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18547         Only define if _CALL_ELF != 2.
18548
18549         (elf_machine_matches_host): Verify ABI version matches.
18550         (RTLD_START): Use LOCALENTRY.
18551         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18552         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18553         (PLT_ENTRY_WORDS): New macro.
18554         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18555         (elf_machine_runtime_setup): Support ELFv2 ABI.
18556         (elf_machine_fixup_plt): Likewise.
18557         (elf_machine_plt_conflict): Likewise.
18558         (resolve_ifunc): Likewise.
18559         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18560         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18561         Likewise.
18562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18563         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18565         (makecontext): Support ELFv2 ABI.
18566         * elf/elf.h (EF_PPC64_ABI): Define.
18567
18568 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18569
18570         * sysdeps/powerpc/powerpc64/sysdep.h
18571         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18572         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18573         (ENTRY) [ASSEMBLER]: ... but instead here ...
18574         (EALIGN) [ASSEMBLER]: ... and here.
18575         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18576         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18577         (ENTRY_2) [!ASSEMBLER]: Use it.
18578         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18579         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18580         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18581         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18582         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18584         Use PPC64_LOAD_FUNCPTR.
18585
18586         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18587
18588 2013-12-04  Alan Modra  <amodra@gmail.com>
18589
18590         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18591         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18592         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18593         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18594
18595         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18596         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18597         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18598         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18599         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18600         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18601
18602 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18603
18604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18605         (__makecontext): Fix incorrect CFI when backtracing out of
18606         context created via makecontext.
18607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18608         (__setcontext): Fix incorrect CFI during switch to new context.
18609         (__novec_setcontext): Likewise.
18610
18611 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18612
18613         [BZ #4772]
18614         * time/strptime_l.c (__strptime_internal): Allow modifiers
18615         in strptime.
18616         * time/tst-strptime.c (day_tests): Add testcase.
18617
18618 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18619
18620         * scripts/bench.pl: Skip over blank lines.
18621
18622 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18623
18624         [BZ #926]
18625         * manual/time.texi (Calendar Time): Clarify what timezone functions
18626         use.
18627
18628 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18629
18630         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18631
18632 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18633
18634         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18635         implementation.
18636         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18637         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18638         * debug/memset_chk.c (__memset_chk): Likewise.
18639         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18640         * debug/strncpy_chk.c: Likewise.
18641
18642 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18643
18644         [BZ #15268]
18645         [BZ #15425]
18646         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18647         (__ieee754_exp): For possibly underflowing results, check size of
18648         result and force underflow exception if required.
18649         * math/auto-libm-test-in: Add more tests of exp.
18650         * math/auto-libm-test-out: Regenerated.
18651         * sysdeps/i386/fpu/libm-test-ulps: Update.
18652         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18653
18654         [BZ #16283]
18655         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18656         * math/w_exp2f.c (__exp2f): Likewise.
18657         * math/w_exp2l.c (__exp2l): Likewise.
18658         * math/auto-libm-test-in: Do not allow missing errno on exp2
18659         underflow.
18660         * math/auto-libm-test-out: Regenerated.
18661
18662 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18663
18664         [BZ #16274]
18665         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18666         handle filename validation.
18667         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18668         (do_open): Delete.
18669
18670 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18671
18672         [BZ #6786]
18673         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18674         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18675         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18676         <float.h>.
18677         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18678         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18679         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18680         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18681         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18682         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18683         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18684         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18685         Add more erfc tests.
18686         * math/auto-libm-test-out: Regenerated.
18687         * sysdeps/i386/fpu/libm-test-ulps: Update.
18688         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18689
18690         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18691         exp2, expm1, j0 and j1.
18692         * math/auto-libm-test-out: Regenerated.
18693         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18694         (erfc_test_data): Likewise.
18695         (exp_test_data): Likewise.
18696         (exp_tonearest_test_data): Likewise.
18697         (exp_towardzero_test_data): Likewise.
18698         (exp_downward_test_data): Likewise.
18699         (exp_upward_test_data): Likewise.
18700         (exp10_test_data): Likewise.
18701         (exp2_test_data): Likewise.
18702         (expm1_test_data): Likewise.
18703         (j0_test_data): Likewise.
18704         (j1_test_data): Likewise.
18705         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18706         (input_flag_type): Add flag_xfail_rounding.
18707         (input_flags): Add xfail-rounding.
18708         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18709         (output_for_one_input_case): Handle flag_xfail_rounding.
18710         * sysdeps/i386/fpu/libm-test-ulps: Update.
18711         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18712
18713 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18714
18715         [BZ #16289]
18716         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18717         division by 0.
18718
18719 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18720
18721         [BZ #16195]
18722         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18723         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18724         (STAP_PROBE0): New macro.
18725         (STAP_PROBE1): Likewise.
18726         (STAP_PROBE2): Likewise.
18727         (STAP_PROBE3): Likewise.
18728         (STAP_PROBE4): Likewise.
18729
18730 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18731
18732         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18733
18734 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18735
18736         * benchtests/Makefile (bench): Add sqrt.
18737         (LDLIBS-bench-sqrt): New.
18738         * benchtests/sqrt-input: New.
18739
18740 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18741
18742         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18743         (GAIH_EAI): Likewise.
18744         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18745         (gaih_inet): Likewise.
18746         (getaddrinfo): Don't use GAIH_EAI.
18747
18748         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18749         (struct gaih): Remove definition.
18750
18751 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18752
18753         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18754         Use HERRNOP directly.
18755
18756 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18757
18758         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18759
18760 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18761
18762         * math/gen-auto-libm-tests.c (test_functions): Add more
18763         single-argument functions.
18764         (special_fill_pi_2): New function.
18765         (special_fill_minus_pi_2): Likewise.
18766         (special_fill_pi_6): Likewise.
18767         (special_fill_minus_pi_6): Likewise.
18768         (special_fill_pi_3): Likewise.
18769         (special_fill_2pi_3): Likewise.
18770         (special_fill_e): Likewise.
18771         (special_fill_1_e): Likewise.
18772         (special_fill_e_minus_1): Likewise.
18773         (special_real_inputs): Add more special inputs.
18774         (output_for_one_input_case): Do not require ERANGE on underflow to
18775         zero if round-to-nearest result does not underflow to zero, unless
18776         exact results required.
18777         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18778         atan, atanh, cbrt, cos and cosh.
18779         * math/auto-libm-test-out: Regenerated.
18780         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18781         (acos_tonearest_test_data): Likewise.
18782         (acos_towardzero_test_data): Likewise.
18783         (acos_downward_test_data): Likewise.
18784         (acos_upward_test_data): Likewise.
18785         (acosh_test_data): Likewise.
18786         (asin_test_data): Likewise.
18787         (asin_tonearest_test_data): Likewise.
18788         (asin_towardzero_test_data): Likewise.
18789         (asin_upward_test_data): Likewise.
18790         (asinh_test_data): Likewise.
18791         (atan_test_data): Likewise.
18792         (atanh_test_data): Likewise.
18793         (cbrt_test_data): Likewise.
18794         (cos_test_data): Likewise.
18795         (cos_tonearest_test_data): Likewise.
18796         (cos_towardzero_test_data): Likewise.
18797         (cos_downward_test_data): Likewise.
18798         (cos_upward_test_data): Likewise.
18799         (cosh_test_data): Likewise.
18800         (cosh_tonearest_test_data): Likewise.
18801         (cosh_towardzero_test_data): Likewise.
18802         (cosh_downward_test_data): Likewise.
18803         (cosh_upward_test_data): Likewise.
18804         * sysdeps/i386/fpu/libm-test-ulps: Update.
18805         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18806
18807 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18808
18809         [BZ #6787]
18810         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18811         * math/w_exp10f.c (__exp10f): Likewise.
18812         * math/w_exp10l.c (__exp10l): Likewise.
18813         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18814         errno settings in existing tests.
18815
18816         [BZ #14032]
18817         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18818         precision control set to double precision.
18819         * sysdeps/i386/fpu/w_sqrt.c: New file.
18820         * math/auto-libm-test-in: Add more tests.
18821         * math/auto-libm-test-out: Update.
18822
18823         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18824         (sqrt_test_tonearest): New function.
18825         (sqrt_towardzero_test_data): New variable.
18826         (sqrt_test_towardzero): New function.
18827         (sqrt_downward_test_data): New variable.
18828         (sqrt_test_downward): New function.
18829         (sqrt_upward_test_data): New variable.
18830         (sqrt_test_upward): New function.
18831         (main): Call the new functions.
18832
18833         * math/gen-auto-libm-tests.c: New file.
18834         * math/auto-libm-test-in: Likewise.
18835         * math/auto-libm-test-out: New generated file.
18836         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18837         variables.
18838         (%beautify): Add generated representations of zero.
18839         (top level): Set $auto_input and call parse_auto_input.
18840         (beautify): Remove trailing "f" from hex float constants.
18841         (parse_args): Handle XFAIL_TEST.
18842         (convert_condition): New function.
18843         (or_value): Likewise.
18844         (or_cond_value): Likewise.
18845         (generate_testfile): Handle AUTO_TESTS_* lines.
18846         (parse_auto_input): New function.
18847         * math/libm-test.inc (XFAIL_TEST): New macro.
18848         (ERRNO_UNCHANGED): Update value.
18849         (ERRNO_EDOM): Likewise.
18850         (ERRNO_ERANGE): Likewise.
18851         (IGNORE_RESULT): Likewise.
18852         (TEST_COND_flt_32): New macro.
18853         (TEST_COND_dbl_64): Likewise.
18854         (TEST_COND_ldbl_96_intel): Likewise.
18855         (TEST_COND_ldbl_96_m68k): Likewise.
18856         (TEST_COND_ldbl_128): Likewise.
18857         (TEST_COND_ldbl_128ibm): Likewise.
18858         (TEST_COND_long32): Likewise.
18859         (TEST_COND_long64): Likewise.
18860         (TEST_COND_before_rounding): Likewise.
18861         (TEST_COND_after_rounding): Likewise.
18862         (enable_test): Handle XFAIL_TEST flag.
18863         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18864         with finite results.
18865         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18866         auto-libm-test-out.
18867
18868 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18869             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18870
18871         [BZ #16214]
18872         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18873         __tls_get_addr_internal instead of __tls_get_offset in order to
18874         avoid GOT pointer dependency.  Make rtld export
18875         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18876         __tls_get_addr since we are a __tls_get_offset platform.
18877         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18878         GOT pointer being set up before.
18879         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18880
18881 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18882
18883         * manual/math.texi (Errors in Math Functions): Document accuracy
18884         goals.
18885
18886         [BZ #15004]
18887         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18888         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18889         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18890         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18891         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18892         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18893         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18894         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18895         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18896         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18897         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18898         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18899         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18900         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18901         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18902         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18903
18904         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18905         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18906         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18907         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18908         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18909         Likewise.
18910         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18911         Likewise.
18912         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18913         Likewise.
18914         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18915         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18916         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18917         atomic-feupdateenv and flt-rounds.
18918         * sysdeps/powerpc/nofpu/Versions (libc): Add
18919         __atomic_feholdexcept, __atomic_feclearexcept,
18920         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18921         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18922         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18923         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18924         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18925         here.
18926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18927         Update.
18928
18929         * manual/arith.texi (FP Exceptions): Document that exceptions may
18930         not be raised when matherr is used.
18931         (Math Error Reporting): Document overflow in directed rounding
18932         modes.  Document that errno may not be set when finite values are
18933         returned on overflow.  Document intent to set errno on underflow
18934         only for underflow to zero.
18935
18936         [BZ #16271]
18937         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18938         round-to-nearest then adjust result for other rounding modes.
18939         * include/fenv.h (fegetround): Use libm_hidden_proto.
18940         * math/fegetround.c (fegetround): Use libm_hidden_def.
18941         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18942         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18943         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18944         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18945         Likewise.
18946         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18947         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18948         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18949         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18950
18951 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18952
18953         [BZ #16077]
18954         * nss/Versions (libnss_files): Add
18955         _nss_files_gethostbyname3_r.
18956         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18957         New function.
18958         (HOST_DB_LOOKUP): Remove macro.
18959         (_nss_files_gethostbyname_r): Implement function without the
18960         HOST_DB_LOOKUP macro.
18961         (_nss_files_gethostbyname2_r): Likewise.
18962
18963 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18964
18965         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18966
18967 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18968
18969         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18970         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18971         warning.
18972
18973 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18974
18975         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18976         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18977         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18978         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18979         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18980         __fe_nomask_env_priv and attribute_hidden.
18981         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18982         (libc_feupdateenv_test_ppc): Likewise.
18983         (libc_feresetround_ppc): Likewise.
18984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18985         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18986         compat_symbol macro.
18987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18988         (__fe_nomask_env): Likewise.
18989         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18990
18991 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18992
18993         * string/Makefile: Remove ifunc tests.
18994         * string/test-string.h: Define TEST_IFUNC.
18995         * string/test-bcopy-ifunc.c: Remove.
18996         * string/test-bzero-ifunc.c: Likewise.
18997         * string/test-memccpy-ifunc.c: Likewise.
18998         * string/test-memchr-ifunc.c: Likewise.
18999         * string/test-memcmp-ifunc.c: Likewise.
19000         * string/test-memcpy-ifunc.c: Likewise.
19001         * string/test-memmem-ifunc.c: Likewise.
19002         * string/test-memmove-ifunc.c: Likewise.
19003         * string/test-mempcpy-ifunc.c: Likewise.
19004         * string/test-memrchr-ifunc.c: Likewise.
19005         * string/test-memset-ifunc.c: Likewise.
19006         * string/test-rawmemchr-ifunc.c: Likewise.
19007         * string/test-stpcpy-ifunc.c: Likewise.
19008         * string/test-stpncpy-ifunc.c: Likewise.
19009         * string/test-strcasecmp-ifunc.c: Likewise.
19010         * string/test-strcasestr-ifunc.c: Likewise.
19011         * string/test-strcat-ifunc.c: Likewise.
19012         * string/test-strchr-ifunc.c: Likewise.
19013         * string/test-strchrnul-ifunc.c: Likewise.
19014         * string/test-strcmp-ifunc.c: Likewise.
19015         * string/test-strcpy-ifunc.c: Likewise.
19016         * string/test-strcspn-ifunc.c: Likewise.
19017         * string/test-strlen-ifunc.c: Likewise.
19018         * string/test-strncasecmp-ifunc.c: Likewise.
19019         * string/test-strncat-ifunc.c: Likewise.
19020         * string/test-strncmp-ifunc.c: Likewise.
19021         * string/test-strncpy-ifunc.c: Likewise.
19022         * string/test-strnlen-ifunc.c: Likewise.
19023         * string/test-strpbrk-ifunc.c: Likewise.
19024         * string/test-strrchr-ifunc.c: Likewise.
19025         * string/test-strspn-ifunc.c: Likewise.
19026         * string/test-strstr-ifunc.c: Likewise.
19027
19028 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19029
19030         * benchtests/Makefile: Remove ifunc tests.
19031         * benchtests/bench-string.h: Define TEST_IFUNC.
19032         * benchtests/bench-bcopy-ifunc.c: Remove.
19033         * benchtests/bench-bzero-ifunc.c: Likewise.
19034         * benchtests/bench-memccpy-ifunc.c: Likewise.
19035         * benchtests/bench-memchr-ifunc.c: Likewise.
19036         * benchtests/bench-memcmp-ifunc.c: Likewise.
19037         * benchtests/bench-memcpy-ifunc.c: Likewise.
19038         * benchtests/bench-memmem-ifunc.c: Likewise.
19039         * benchtests/bench-memmove-ifunc.c: Likewise.
19040         * benchtests/bench-mempcpy-ifunc.c: Likewise.
19041         * benchtests/bench-memrchr-ifunc.c: Likewise.
19042         * benchtests/bench-memset-ifunc.c: Likewise.
19043         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
19044         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
19045         * benchtests/bench-stpcpy-ifunc.c: Likewise.
19046         * benchtests/bench-stpncpy-ifunc.c: Likewise.
19047         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
19048         * benchtests/bench-strcasestr-ifunc.c: Likewise.
19049         * benchtests/bench-strcat-ifunc.c: Likewise.
19050         * benchtests/bench-strchr-ifunc.c: Likewise.
19051         * benchtests/bench-strchrnul-ifunc.c: Likewise.
19052         * benchtests/bench-strcmp-ifunc.c: Likewise.
19053         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
19054         * benchtests/bench-strcpy-ifunc.c: Likewise.
19055         * benchtests/bench-strcspn-ifunc.c: Likewise.
19056         * benchtests/bench-strlen-ifunc.c: Likewise.
19057         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
19058         * benchtests/bench-strncat-ifunc.c: Likewise.
19059         * benchtests/bench-strncmp-ifunc.c: Likewise.
19060         * benchtests/bench-strncpy-ifunc.c: Likewise.
19061         * benchtests/bench-strnlen-ifunc.c: Likewise.
19062         * benchtests/bench-strpbrk-ifunc.c: Likewise.
19063         * benchtests/bench-strrchr-ifunc.c: Likewise.
19064         * benchtests/bench-strsep-ifunc.c: Likewise.
19065         * benchtests/bench-strspn-ifunc.c: Likewise.
19066         * benchtests/bench-strstr-ifunc.c: Likewise.
19067
19068 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19069
19070         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
19071
19072 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19073
19074         * resolv/netdb.h: Use __glibc_reserved instead __unused.
19075         * rt/aio.h: Likewise.
19076         * sysdeps/gnu/bits/utmp.h: Likewise.
19077         * sysdeps/gnu/bits/utmpx.h: Likewise.
19078         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
19079         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
19080         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
19081         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
19082         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
19083         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
19084         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
19085         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
19086         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
19087         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
19088         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
19089         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
19090         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
19091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
19092         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19093         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
19094         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
19095         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
19096         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
19097         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
19098         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
19099         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
19100         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
19101         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
19102         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
19103         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19104         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
19105         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
19106         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
19107         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
19108         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
19109         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
19110         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
19111         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
19112         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
19113         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
19114         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
19115         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
19116         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
19117         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
19118         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
19119         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19120
19121 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
19122
19123         [BZ #16245]
19124         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
19125         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
19126
19127 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
19128
19129         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
19130         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
19131         Likewise.
19132
19133 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19134
19135         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
19136         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
19137         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
19138         (__fesetround): Remove define.
19139         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
19140         rounding and exceptions handling.
19141         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
19142         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
19143         (__fe_nomask_env): Likewise.
19144         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
19145         __fegetround instead of fegetround.
19146         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19147         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
19148
19149 2013-11-21  Roland McGrath  <roland@hack.frob.com>
19150
19151         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
19152         it's there.
19153
19154         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19155
19156 2013-11-21  Meador Inge  <meadori@codesourcery.com>
19157
19158         [BZ #11157]
19159         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19160         (encrypt_r): Likewise.
19161         * malloc/obstack.h (obstack_free): Likewise.
19162         * posix/unistd.h (encrypt): Likewise.
19163
19164 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
19165
19166         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19167         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19168         DL_CALL_DT_FINI() that call the functions directly.
19169         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19170         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19171         * elf/dl-fini.c: Likewise.
19172
19173 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
19174
19175         * malloc/hooks.c (memalign_check): Add alignment rounding.
19176         * malloc/malloc.c (_mid_memalign): New function.
19177         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19178         Implement by calling _mid_memalign.
19179         * manual/probes.texi (Memory Allocation Probes): Remove
19180         memory_valloc_retry and memory_pvalloc_retry.
19181
19182 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19183
19184         * locale/programs/locarchive.c (open_archive): Add const
19185         qualifier to ARCHIVEFNAME and copy default fname to
19186         DEFAULT_FNAME.
19187
19188         [BZ #15601]
19189         * libio/tst-widetext.input: Rename Oriya to Odia.
19190         * locale/iso-639.def: Likewise.
19191
19192         * manual/probes.texi (Mathematical Function Probes): Add
19193         documentation for sin, cos, asin and acos probes.
19194         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19195         (__sin32): Add slowasin probe.
19196         (__cos32): Add slowacos probe.
19197         (__mpsin): Add slowsin probe.
19198         (__mpcos): Add slowcos probe.
19199
19200 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
19201
19202         [BZ #15483]
19203         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19204         thread-local __sim_exceptions_thread and global
19205         __sim_exceptions_global.
19206         (__sim_disabled_exceptions): Change to thread-local
19207         __sim_disabled_exceptions_thread and global
19208         __sim_disabled_exceptions_global.
19209         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19210         and global __sim_round_mode_global.
19211         (__simulate_exceptions): Use thread-local floating-point state and
19212         set global state from it as needed.
19213         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19214         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19215         __sim_round_mode_thread.
19216         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19217         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19218         and global __sim_exceptions_global.
19219         (__sim_disabled_exceptions): Change to thread-local
19220         __sim_disabled_exceptions_thread and global
19221         __sim_disabled_exceptions_global.
19222         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19223         and global __sim_round_mode_global.
19224         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19225         (SIM_SET_GLOBAL): Likewise.
19226         * sysdeps/powerpc/soft-fp/sfp-machine.h
19227         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19228         __sim_round_mode_thread.
19229         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19230         __sim_disabled_exceptions_thread.
19231         (__sim_exceptions): Change to __sim_exceptions_thread.
19232         (__sim_disabled_exceptions): Change to
19233         __sim_disabled_exceptions_thread.
19234         (__sim_round_mode): Change to __sim_round_mode_thread.
19235         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19236         thread-local floating-point state and set global state from it as
19237         needed.
19238         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19239         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19240         (__sim_disabled_exceptions): Remove extern declaration.
19241         (feenableexcept): Use thread-local floating-point state and set
19242         global state from it as needed.
19243         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19244         extern declaration.
19245         (__sim_disabled_exceptions): Likewise.
19246         (__sim_round_mode): Likewise.
19247         (__fegetenv): Use thread-local floating-point state.
19248         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19249         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19250         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19251         floating-point state and set global state from it as needed.
19252         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19253         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19254         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19255         Likewise.
19256         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19257         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19258         Likewise.
19259         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19260         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19261         Use __sim_round_mode_thread.
19262         * math/test-fenv-tls.c: New file.
19263         * math/Makefile (tests): Add test-fenv-tls.
19264         ($(objpfx)test-fenv-tls): Depend on
19265         $(common-objpfx)nptl/libpthread.so.
19266
19267 2013-11-19  Andreas Schwab  <schwab@suse.de>
19268
19269         * locale/programs/locale.c (show_info): Decode wordarray elements.
19270         * locale/categories.def (LC_MONETARY): Add element for
19271         _NL_MONETARY_CRNCYSTR.
19272         * locale/C-monetary.c (conversion_rate): New variable.
19273         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19274         element.
19275
19276 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19277
19278         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19279         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19280
19281 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19282
19283         * elf/Makefile (tst-auxv): New test.
19284         * elf/tst-auxv.c: New
19285         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19286
19287 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19288
19289         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19290         (hidden_proto): Caller changed.
19291         (hidden_tls_proto): New macro.
19292         (libc_hidden_tls_proto): Likewise.
19293         (rtld_hidden_tls_proto): Likewise.
19294         (libm_hidden_tls_proto): Likewise.
19295         (libresolv_hidden_tls_proto): Likewise.
19296         (librt_hidden_tls_proto): Likewise.
19297         (libdl_hidden_tls_proto): Likewise.
19298         (libnss_files_hidden_tls_proto): Likewise.
19299         (libnsl_hidden_tls_proto): Likewise.
19300         (libnss_nisplus_hidden_tls_proto): Likewise.
19301         (libutil_hidden_tls_proto): Likewise.
19302
19303 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19304
19305         [BZ #10253]
19306         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19307         (decompose_rpath): Defer expansion to fillin_rpath.
19308         (_dl_init_paths): Pass linkmap to fillin_rpath.
19309
19310 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19311
19312         * benchtests/Makefile: Add strsep.
19313         * benchtests/bench-strsep.c: New file: strsep benchtest.
19314         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19315
19316 2013-11-18  Andreas Schwab  <schwab@suse.de>
19317
19318         * locale/programs/locale.c (show_info) [case byte]: Check for
19319         '\377' instead of '\177'.
19320         * locale/C-monetary.c (not_available): Always use "\377".
19321         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19322         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19323         detect unavailable sign_posn locale elements.
19324         * locale/localeconv.c (__localeconv): For grouping and
19325         mon_grouping handle "\177" and "\377" like no grouping.
19326         (INT_ELEM): New macro.  Use it to set all numeric members.
19327         * locale/programs/ld-monetary.c (monetary_read)
19328         <tok_mon_grouping>: Normalize single -1 to the empty string.
19329         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19330         Likewise.
19331
19332 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19333
19334         [BZ #16055]
19335         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19336         when we match (nil).
19337         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19338
19339 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19340
19341         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19342         (NO_TEST_INLINE): Update value.
19343         (ERRNO_UNCHANGED): Likewise.
19344         (ERRNO_EDOM): Likewise.
19345         (ERRNO_ERANGE): Likewise.
19346         (IGNORE_RESULT): Likewise.
19347         (check_float_internal): Check signs of NaN results if
19348         TEST_NAN_SIGN used.
19349         (check_complex): Pass TEST_NAN_SIGN flag through to second
19350         check_float_internal call.
19351         (copysign_test_data): Add tests with quiet NaNs as second
19352         argument.  Use TEST_NAN_SIGN.
19353         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19354         TEST_NAN_SIGN.
19355         (signbit_test_data): Add tests of quiet NaN argument.
19356         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19357
19358         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19359         $ignore_result.
19360         (parse_args): Handle function results specified as IGNORE.
19361         * math/libm-test.inc (IGNORE_RESULT): New macro.
19362         (check_float_internal): Do not check numerical result if flag
19363         IGNORE_RESULT set.
19364         (check_complex): Pass through IGNORE_RESULT to second
19365         check_float_internal call.
19366         (check_int): Do not check numerical result if flag IGNORE_RESULT
19367         set.
19368         (check_long): Likewise.
19369         (check_bool): Likewise.
19370         (check_longlong): Likewise.
19371         (lrint_test_data): Add tests of infinite and NaN arguments.
19372         (lrint_tonearest_test_data): Likewise.
19373         (lrint_towardzero_test_data): Likewise.
19374         (lrint_downward_test_data): Likewise.
19375         (lrint_upward_test_data): Likewise.
19376         (llrint_test_data): Likewise.
19377         (llrint_tonearest_test_data): Likewise.
19378         (llrint_towardzero_test_data): Likewise.
19379         (llrint_downward_test_data): Likewise.
19380         (llrint_upward_test_data): Likewise.
19381         (lround_test_data): Likewise.
19382         (llround_test_data): Likewise.
19383
19384         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19385         (ERRNO_UNCHANGED): Update value.
19386         (ERRNO_EDOM): Likewise.
19387         (ERRNO_ERANGE): Likewise.
19388         (NO_TEST_INLINE_FLOAT): New macro.
19389         (NO_TEST_INLINE_DOUBLE): Likewise.
19390         (enable_test): New function.
19391         (RUN_TEST_f_f): Check enable_test before running test.
19392         (RUN_TEST_2_f): Likewise.
19393         (RUN_TEST_fff_f): Likewise.
19394         (RUN_TEST_c_f): Likewise.
19395         (RUN_TEST_f_f1): Likewise.
19396         (RUN_TEST_fF_f1): Likewise.
19397         (RUN_TEST_fI_f1): Likewise.
19398         (RUN_TEST_ffI_f1): Likewise.
19399         (RUN_TEST_c_c): Likewise.
19400         (RUN_TEST_cc_c): Likewise.
19401         (RUN_TEST_f_i): Likewise.
19402         (RUN_TEST_f_i_tg): Likewise.
19403         (RUN_TEST_ff_i_tg): Likewise.
19404         (RUN_TEST_f_b): Likewise.
19405         (RUN_TEST_f_b_tg): Likewise.
19406         (RUN_TEST_f_l): Likewise.
19407         (RUN_TEST_f_L): Likewise.
19408         (RUN_TEST_fFF_11): Likewise.
19409         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19410         conditionals.
19411         (cosh_test_data): Likewise.
19412         (exp_test_data): Likewise.
19413         (expm1_test_data): Likewise.
19414         (hypot_test_data): Likewise.
19415         (pow_test_data): Likewise.
19416         (sinh_test_data): Likewise.
19417         (tanh_test_data): Likewise.
19418         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19419         flags argument.
19420
19421         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19422         tests with quiet NaN input and output.
19423         (acosh_test_data): Likewise.
19424         (asin_test_data): Likewise.
19425         (asinh_test_data): Likewise.
19426         (atan_test_data): Likewise.
19427         (atanh_test_data): Likewise.
19428         (atan2_test_data): Likewise.
19429         (cbrt_test_data): Likewise.
19430         (cos_test_data): Likewise.
19431         (cosh_test_data): Likewise.
19432         (erf_test_data): Likewise.
19433         (erfc_test_data): Likewise.
19434         (exp_test_data): Likewise.
19435         (exp10_test_data): Likewise.
19436         (exp2_test_data): Likewise.
19437         (expm1_test_data): Likewise.
19438         (hypot_test_data): Likewise.
19439         (j0_test_data): Likewise.
19440         (j1_test_data): Likewise.
19441         (jn_test_data): Likewise.
19442         (lgamma_test_data): Likewise.
19443         (log_test_data): Likewise.
19444         (log10_test_data): Likewise.
19445         (log1p_test_data): Likewise.
19446         (log2_test_data): Likewise.
19447         (pow_test_data): Likewise.
19448         (scalb_test_data): Likewise.
19449         (sin_test_data): Likewise.
19450         (sincos_test_data): Likewise.
19451         (sinh_test_data): Likewise.
19452         (tan_test_data): Likewise.
19453         (tanh_test_data): Likewise.
19454         (tgamma_test_data): Likewise.
19455         (y0_test_data): Likewise.
19456         (y1_test_data): Likewise.
19457         (yn_test_data): Likewise.
19458
19459         [BZ #16167]
19460         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19461         argument being NaN and avoid computations with second argument in
19462         that case.
19463         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19464         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19465         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19466
19467 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19468
19469         * locale/iso-639.def: Add Chitwani Tharu (the).
19470
19471 2013-11-14  Andreas Schwab  <schwab@suse.de>
19472
19473         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19474         word instead of empty string.
19475
19476 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19477
19478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19479         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19481         (__fe_nomask_env): Likewise.
19482
19483 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19484
19485         * benchtests/bench-timing.h: Include time.h.
19486
19487 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19488
19489         [BZ #15997]
19490         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19491         to 3.4.0 for x32.
19492         * sysdeps/unix/sysv/linux/configure: Regenerated.
19493
19494 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19495
19496         [BZ #16151]
19497         * stdlib/strtod_l.c (round_and_return): Do not consider
19498         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19499         exponent one less than half the least subnormal exponent.
19500         * stdlib/test-strtod-round-data: Add more tests.
19501         * stdlib/tst-strtod-round.c (tests): Regenerated.
19502
19503 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19504
19505         [BZ #14143]
19506         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19507         (__fe_mask_env): Likewise.
19508         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19509         libm_hidden_proto and add function prototype.
19510         (__fe_mask_env): Add function prototype.
19511         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19512         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19514         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19516         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19517
19518 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19519
19520         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19521         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19522
19523 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19524
19525         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19526         of htab_find_slot().
19527
19528 2013-11-11  David S. Miller  <davem@davemloft.net>
19529
19530         [BZ #16150]
19531         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19532         symbol in the non-vis3 case in static builds.
19533         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19534         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19535         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19536         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19537
19538 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19539
19540         [BZ #387]
19541         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19542         it is empty.
19543
19544 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19545
19546         * benchtests/Makefile: Add bench-strtod.
19547         * benchtests/bench-strtod.c: New file: strtod benchtest
19548
19549 2013-11-11  Andreas Schwab  <schwab@suse.de>
19550
19551         [BZ #16153]
19552         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19553         terminating NUL in key length.
19554
19555 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19556
19557         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19558         Add artificial ODP entry for vDSO symbol for PPC64.
19559         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19560         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19561
19562 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19563
19564         [BZ #15374]
19565         * nss/getent.c (services_keys): Recognize services starting with digit.
19566
19567 2013-11-06  David S. Miller  <davem@davemloft.net>
19568
19569         [BZ #15985]
19570         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19571         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19572
19573 2013-11-06  Will Newton  <will.newton@linaro.org>
19574
19575         * manual/memory.texi (Malloc Examples): Remove register
19576         keyword from examples.
19577
19578 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19579
19580         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19581
19582 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19583
19584         [BZ #6981]
19585         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19586         depending on [__GCC_IEC_559 > 0].
19587         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19588         depending on [__GCC_IEC_559_COMPLEX > 0].
19589
19590 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19591
19592         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19593         to iso-639.def.
19594
19595 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19596
19597         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19598
19599 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19600
19601         [BZ #16112]
19602         * malloc/malloc (malloc_info): Do not handle first bin as
19603         special case.
19604
19605 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19606
19607         * locale/iso-639.def: Add Central Nahuatl (nhn).
19608
19609 2013-11-01  Bruno Haible  <bruno@clisp.org>
19610
19611         [BZ #7003]
19612         * manual/math.texi (BSD Random): Specify range upper bound as
19613         in POSIX.
19614
19615 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19616
19617         * locale/iso-639.def: Add Meadow Mari (mhr).
19618
19619 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19620
19621         [BZ #14752], [BZ #15763]
19622         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19623         Validate name.
19624         * rt/tst_shm.c: Add test for escaping directory.
19625
19626 2013-10-31  Andreas Schwab  <schwab@suse.de>
19627
19628         [BZ #15917]
19629         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19630         followed by 'x' as part of digit sequence.
19631         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19632
19633 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19634
19635         [BZ #16037]
19636         * configure.ac: allow GNU Make 4.0 and greater.
19637         * configure: Regenerated.
19638
19639 2013-10-30  Will Newton  <will.newton@linaro.org>
19640
19641         [BZ #16038]
19642         * malloc/hooks.c (memalign_check): Limit alignment to the
19643         maximum representable power of two.
19644         * malloc/malloc.c (__libc_memalign): Likewise.
19645         * malloc/tst-memalign.c (do_test): Add test for very
19646         large alignment values.
19647         * malloc/tst-posix_memalign.c (do_test): Likewise.
19648
19649 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19650
19651         [BZ #11087]
19652         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19653         (munmap_chunk): Likewise.
19654         (mremap_chunk): Likewise.
19655
19656 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19657
19658         [BZ #15799]
19659         * stdlib/div.c (div): Remove obsolete code.
19660         * stdlib/ldiv.c (ldiv): Likewise.
19661         * stdlib/lldiv.c (lldiv): Likewise.
19662
19663 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19664
19665         [BZ #16071]
19666         * nss/nss_files/files-XXX.c (get_contents_ret): New
19667         enumerator.
19668         (get_contents): New function.
19669         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19670
19671 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19672
19673         * configure.in: Moved to ...
19674         * configure.ac: ... here. Change reference to configure.in
19675         to configure.ac.
19676         * sysdeps/arm/preconfigure.ac: ... here.
19677         configure.in to configure.ac.
19678         * sysdeps/gnu/configure.in: Moved to ...
19679         * sysdeps/gnu/configure.ac: ... here.
19680         * sysdeps/i386/configure.in: Moved to ...
19681         * sysdeps/i386/configure.ac: ... here.
19682         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19683         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19684         * sysdeps/mach/configure.in: Moved to ...
19685         * sysdeps/mach/configure.ac: ... here.
19686         * sysdeps/mach/hurd/configure.in: Moved to ...
19687         * sysdeps/mach/hurd/configure.ac: ... here.
19688         * sysdeps/powerpc/configure.in: Moved to ...
19689         * sysdeps/powerpc/configure.ac: ... here.
19690         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19691         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19692         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19693         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19694         * sysdeps/s390/s390-32/configure.in: Moved to ...
19695         * sysdeps/s390/s390-32/configure.ac: ... here.
19696         * sysdeps/s390/s390-64/configure.in: Moved to ...
19697         * sysdeps/s390/s390-64/configure.ac: ... here.
19698         * sysdeps/sh/configure.in: Moved to ...
19699         * sysdeps/sh/configure.ac: ... here.
19700         * sysdeps/sparc/configure.in: Moved to ...
19701         * sysdeps/sparc/configure.ac: ... here.
19702         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19703         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19704         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19705         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19706         * sysdeps/x86_64/configure.in: Moved to ...
19707         * sysdeps/x86_64/configure.ac: ... here.
19708         * sysdeps/x86_64/preconfigure.in: Moved to ...
19709         * sysdeps/x86_64/preconfigure.ac: ... here.
19710         * aclocal.m4: Change reference to configure.in to configure.ac.
19711         * config.h.in: Likewise.
19712         * manual/install.texi: Likewise.
19713         * manual/maint.texi: Likewise.
19714         * Makefile: Likewise.
19715         * malloc/Makefile: Likewise.
19716         * nscd/Makefile: Likewise.
19717         * Makeconfig: Change reference to configure.in and
19718         preconfigure.in to configure.ac and preconfigure.ac
19719         respectively.
19720         * INSTALL: Regenerated.
19721         * configure: Likewise.
19722         * sysdeps/gnu/configure: Likewise.
19723         * sysdeps/i386/configure: Likewise.
19724         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19725         * sysdeps/mach/configure: Likewise.
19726         * sysdeps/mach/hurd/configure: Likewise.
19727         * sysdeps/powerpc/configure: Likewise.
19728         * sysdeps/powerpc/powerpc32/configure: Likewise.
19729         * sysdeps/powerpc/powerpc64/configure: Likewise.
19730         * sysdeps/s390/s390-32/configure: Likewise.
19731         * sysdeps/s390/s390-64/configure: Likewise.
19732         * sysdeps/sh/configure: Likewise.
19733         * sysdeps/sparc/configure: Likewise.
19734         * sysdeps/unix/sysv/linux/configure: Likewise.
19735         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19736         * sysdeps/x86_64/configure: Likewise.
19737         * sysdeps/x86_64/preconfigure: Likewise.
19738
19739 2013-10-29  Andreas Schwab  <schwab@suse.de>
19740
19741         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19742
19743 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19744
19745         * benchtests/pow-inputs: Add new inputs.
19746
19747         * benchtests/exp-inputs: Add new inputs.
19748
19749         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19750         conditional check for return value.
19751         (__cos32): Likewise.
19752
19753 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19754
19755         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19756         to provide a boost for large inputs with word alignment.
19757         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19758         implementation based on optimized PPC64 strcpy.
19759         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19760         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19761         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19762         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19763
19764 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19765
19766         [BZ #2801]
19767         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19768
19769 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19770
19771         [BZ #14876]
19772         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19773         * time/tst-strptime.c (day_tests): Add testcase.
19774
19775 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19776
19777         [BZ #14029]
19778         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19779
19780 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19781
19782         [BZ #16074]
19783         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19784         MAP_FAILED on error.
19785
19786 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19787
19788         [BZ #16072]
19789         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19790         heap for large requests.
19791
19792 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19793
19794         [BZ #9954]
19795         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19796         result if the result has no associated interface.
19797         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19798         interface for all 127.X.Y.Z addresses.
19799
19800 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19801
19802         * locale/iso-639.def: Add Ligurian (lij)
19803
19804 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19805
19806         [BZ #15825]
19807         * sunrpc/rpc_main.c: Document rpcgen -5.
19808
19809 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19810
19811         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19812
19813 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19814
19815         [BZ #10278]
19816         * posix/glob.c: Match only directories when trailing slash is present.
19817         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19818         (main): Add testcase.
19819
19820 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19821
19822         [BZ #15670]
19823         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19824
19825 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19826
19827         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19828         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19829         AUTH_DES and cindex for FIPS 140-2.
19830         (DES Encryption): Add cindex FIPS 46-3.
19831
19832         * locale/locarchive.h (struct locarhandle): Add fname.
19833         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19834         if an optional argument was specified to --list-archive,
19835         otherwise NULL.
19836         * locale/programs/locarchive.c (show_archive_content): Take new
19837         argument fname and pass it via ah.fname to open_archive.
19838         * locale/programs/localedef.h: Update decl.
19839         (open_archive): If AH->fname is non-null, open that file
19840         rather than the default file name, and don't ignore ENOENT.
19841         (create_archive): Set AH.fname to NULL.
19842         (delete_locales_from_archive): Likewise.
19843         (add_locales_to_archive): Likewise.
19844         * locale/programs/locfile.c (write_all_categories): Likewise.
19845
19846 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19847             Aldy Hernandez  <aldyh@redhat.com>
19848
19849         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19850         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19851         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19852         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19853         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19854         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19855         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19856         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19857         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19858         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19859         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19860         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19861         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19862         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19863         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19864         Likewise.
19865         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19866         Likewise.
19867         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19868         Likewise.
19869         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19870         Likewise.
19871         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19872         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19873         Likewise.
19874         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19875         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19876         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19877         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19878         Likewise.
19879         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19880         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19881         * sysdeps/powerpc/preconfigure: Likewise.
19882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19883         Likewise.
19884         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19885         Replace contents of file by #include of <fenv_libc.h>.
19886         * sysdeps/powerpc/soft-fp/sfp-machine.h
19887         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19888         and <sys/prctl.h>.
19889         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19890         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19891         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19892         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19893         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19894         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19895         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19896         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19897         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19898         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19899         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19900         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19902         Allow copysignl PLT reference to be missing.
19903
19904 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19905             Joseph Myers  <joseph@codesourcery.com
19906
19907         [BZ #15948]
19908         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19909         single character.
19910         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19911
19912 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19913
19914         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19915         * elf/tst-tls1.c: Likewise.
19916         * elf/tst-tls10.h: Likewise.
19917         * elf/tst-tls14.c: Likewise.
19918         * elf/tst-tls2.c: Likewise.
19919         * elf/tst-tls3.c: Likewise.
19920         * elf/tst-tls4.c: Likewise.
19921         * elf/tst-tls5.c: Likewise.
19922         * elf/tst-tls6.c: Likewise.
19923         * elf/tst-tls7.c: Likewise.
19924         * elf/tst-tls8.c: Likewise.
19925         * elf/tst-tls9.c: Likewise.
19926         * elf/tst-tlsmod1.c: Likewise.
19927         * elf/tst-tlsmod13.c: Likewise.
19928         * elf/tst-tlsmod13a.c: Likewise.
19929         * elf/tst-tlsmod14a.c: Likewise.
19930         * elf/tst-tlsmod16a.c: Likewise.
19931         * elf/tst-tlsmod16b.c: Likewise.
19932         * elf/tst-tlsmod2.c: Likewise.
19933         * elf/tst-tlsmod3.c: Likewise.
19934         * elf/tst-tlsmod4.c: Likewise.
19935         * elf/tst-tlsmod5.c: Likewise.
19936         * elf/tst-tlsmod6.c: Likewise.
19937
19938 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19939
19940         [BZ #12486]
19941         * malloc/malloc.c: remove checks for statistics.
19942
19943 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19944
19945         [BZ #15277]
19946         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19947         * inet/tst-network.c: Add testcase.
19948
19949 2013-10-17  Andreas Schwab  <schwab@suse.de>
19950
19951         [BZ #15218]
19952         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19953         to determine canonical name.
19954
19955 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19956
19957         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19958         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19959         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19960         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19961         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19962         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19963         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19964         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19965         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19966         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19967         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19968         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19969         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19970         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19971         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19972         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19973         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19974         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19975         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19976         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19977         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19978         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19979         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19980         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19981         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19982         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19983         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19984         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19985         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19986         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19987         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19988         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19989         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19990         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19991         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19992         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19993         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19994         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19995         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19996         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19997         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19998         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19999         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
20000         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
20001         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
20002         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20003         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
20004         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
20005         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
20006         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
20007         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
20008         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
20009         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
20010         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
20011         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20012         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
20013         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
20014         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
20015
20016 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
20017
20018         [BZ #16041]
20019         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
20020         make result into a quiet NaN.
20021
20022 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
20023
20024         * soft-fp/adddf3.c: Fix horizontal whitespace.
20025         * soft-fp/addsf3.c: Likewise.
20026         * soft-fp/addtf3.c: Likewise.
20027         * soft-fp/divdf3.c: Likewise.
20028         * soft-fp/divsf3.c: Likewise.
20029         * soft-fp/divtf3.c: Likewise.
20030         * soft-fp/double.h: Likewise.
20031         * soft-fp/eqdf2.c: Likewise.
20032         * soft-fp/eqsf2.c: Likewise.
20033         * soft-fp/eqtf2.c: Likewise.
20034         * soft-fp/extenddftf2.c: Likewise.
20035         * soft-fp/extended.h: Likewise.
20036         * soft-fp/extendsfdf2.c: Likewise.
20037         * soft-fp/extendsftf2.c: Likewise.
20038         * soft-fp/extendxftf2.c: Likewise.
20039         * soft-fp/fixdfdi.c: Likewise.
20040         * soft-fp/fixdfsi.c: Likewise.
20041         * soft-fp/fixdfti.c: Likewise.
20042         * soft-fp/fixsfdi.c: Likewise.
20043         * soft-fp/fixsfsi.c: Likewise.
20044         * soft-fp/fixsfti.c: Likewise.
20045         * soft-fp/fixtfdi.c: Likewise.
20046         * soft-fp/fixtfsi.c: Likewise.
20047         * soft-fp/fixtfti.c: Likewise.
20048         * soft-fp/fixunsdfdi.c: Likewise.
20049         * soft-fp/fixunsdfsi.c: Likewise.
20050         * soft-fp/fixunsdfti.c: Likewise.
20051         * soft-fp/fixunssfdi.c: Likewise.
20052         * soft-fp/fixunssfsi.c: Likewise.
20053         * soft-fp/fixunssfti.c: Likewise.
20054         * soft-fp/fixunstfdi.c: Likewise.
20055         * soft-fp/fixunstfsi.c: Likewise.
20056         * soft-fp/fixunstfti.c: Likewise.
20057         * soft-fp/floatdidf.c: Likewise.
20058         * soft-fp/floatdisf.c: Likewise.
20059         * soft-fp/floatditf.c: Likewise.
20060         * soft-fp/floatsidf.c: Likewise.
20061         * soft-fp/floatsisf.c: Likewise.
20062         * soft-fp/floatsitf.c: Likewise.
20063         * soft-fp/floattidf.c: Likewise.
20064         * soft-fp/floattisf.c: Likewise.
20065         * soft-fp/floattitf.c: Likewise.
20066         * soft-fp/floatundidf.c: Likewise.
20067         * soft-fp/floatundisf.c: Likewise.
20068         * soft-fp/floatunditf.c: Likewise.
20069         * soft-fp/floatunsidf.c: Likewise.
20070         * soft-fp/floatunsisf.c: Likewise.
20071         * soft-fp/floatunsitf.c: Likewise.
20072         * soft-fp/floatuntidf.c: Likewise.
20073         * soft-fp/floatuntisf.c: Likewise.
20074         * soft-fp/floatuntitf.c: Likewise.
20075         * soft-fp/fmadf4.c: Likewise.
20076         * soft-fp/fmasf4.c: Likewise.
20077         * soft-fp/fmatf4.c: Likewise.
20078         * soft-fp/gedf2.c: Likewise.
20079         * soft-fp/gesf2.c: Likewise.
20080         * soft-fp/getf2.c: Likewise.
20081         * soft-fp/ledf2.c: Likewise.
20082         * soft-fp/lesf2.c: Likewise.
20083         * soft-fp/letf2.c: Likewise.
20084         * soft-fp/muldf3.c: Likewise.
20085         * soft-fp/mulsf3.c: Likewise.
20086         * soft-fp/multf3.c: Likewise.
20087         * soft-fp/negdf2.c: Likewise.
20088         * soft-fp/negsf2.c: Likewise.
20089         * soft-fp/negtf2.c: Likewise.
20090         * soft-fp/op-1.h: Likewise.
20091         * soft-fp/op-2.h: Likewise.
20092         * soft-fp/op-4.h: Likewise.
20093         * soft-fp/op-8.h: Likewise.
20094         * soft-fp/op-common.h: Likewise.
20095         * soft-fp/quad.h: Likewise.
20096         * soft-fp/single.h: Likewise.
20097         * soft-fp/soft-fp.h: Likewise.
20098         * soft-fp/sqrtdf2.c: Likewise.
20099         * soft-fp/sqrtsf2.c: Likewise.
20100         * soft-fp/sqrttf2.c: Likewise.
20101         * soft-fp/subdf3.c: Likewise.
20102         * soft-fp/subsf3.c: Likewise.
20103         * soft-fp/subtf3.c: Likewise.
20104         * soft-fp/truncdfsf2.c: Likewise.
20105         * soft-fp/trunctfdf2.c: Likewise.
20106         * soft-fp/trunctfsf2.c: Likewise.
20107         * soft-fp/trunctfxf2.c: Likewise.
20108         * soft-fp/unorddf2.c: Likewise.
20109         * soft-fp/unordsf2.c: Likewise.
20110         * soft-fp/unordtf2.c: Likewise.
20111
20112 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
20113
20114         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
20115         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
20116
20117 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
20118
20119         * elf/dl-libc.c: Clear initfini list after freeing.
20120
20121 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
20122
20123         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
20124         * soft-fp/addsf3.c: Likewise.
20125         * soft-fp/addtf3.c: Likewise.
20126         * soft-fp/divdf3.c: Likewise.
20127         * soft-fp/divsf3.c: Likewise.
20128         * soft-fp/divtf3.c: Likewise.
20129         * soft-fp/double.h: Likewise.
20130         * soft-fp/eqdf2.c: Likewise.
20131         * soft-fp/eqsf2.c: Likewise.
20132         * soft-fp/eqtf2.c: Likewise.
20133         * soft-fp/extenddftf2.c: Likewise.
20134         * soft-fp/extended.h: Likewise.
20135         * soft-fp/extendsfdf2.c: Likewise.
20136         * soft-fp/extendsftf2.c: Likewise.
20137         * soft-fp/extendxftf2.c: Likewise.
20138         * soft-fp/fixdfdi.c: Likewise.
20139         * soft-fp/fixdfsi.c: Likewise.
20140         * soft-fp/fixdfti.c: Likewise.
20141         * soft-fp/fixsfdi.c: Likewise.
20142         * soft-fp/fixsfsi.c: Likewise.
20143         * soft-fp/fixsfti.c: Likewise.
20144         * soft-fp/fixtfdi.c: Likewise.
20145         * soft-fp/fixtfsi.c: Likewise.
20146         * soft-fp/fixtfti.c: Likewise.
20147         * soft-fp/fixunsdfdi.c: Likewise.
20148         * soft-fp/fixunsdfsi.c: Likewise.
20149         * soft-fp/fixunsdfti.c: Likewise.
20150         * soft-fp/fixunssfdi.c: Likewise.
20151         * soft-fp/fixunssfsi.c: Likewise.
20152         * soft-fp/fixunssfti.c: Likewise.
20153         * soft-fp/fixunstfdi.c: Likewise.
20154         * soft-fp/fixunstfsi.c: Likewise.
20155         * soft-fp/fixunstfti.c: Likewise.
20156         * soft-fp/floatdidf.c: Likewise.
20157         * soft-fp/floatdisf.c: Likewise.
20158         * soft-fp/floatditf.c: Likewise.
20159         * soft-fp/floatsidf.c: Likewise.
20160         * soft-fp/floatsisf.c: Likewise.
20161         * soft-fp/floatsitf.c: Likewise.
20162         * soft-fp/floattidf.c: Likewise.
20163         * soft-fp/floattisf.c: Likewise.
20164         * soft-fp/floattitf.c: Likewise.
20165         * soft-fp/floatundidf.c: Likewise.
20166         * soft-fp/floatundisf.c: Likewise.
20167         * soft-fp/floatunsidf.c: Likewise.
20168         * soft-fp/floatunsisf.c: Likewise.
20169         * soft-fp/floatuntidf.c: Likewise.
20170         * soft-fp/floatuntisf.c: Likewise.
20171         * soft-fp/floatuntitf.c: Likewise.
20172         * soft-fp/fmadf4.c: Likewise.
20173         * soft-fp/fmasf4.c: Likewise.
20174         * soft-fp/fmatf4.c: Likewise.
20175         * soft-fp/gedf2.c: Likewise.
20176         * soft-fp/gesf2.c: Likewise.
20177         * soft-fp/getf2.c: Likewise.
20178         * soft-fp/ledf2.c: Likewise.
20179         * soft-fp/lesf2.c: Likewise.
20180         * soft-fp/letf2.c: Likewise.
20181         * soft-fp/muldf3.c: Likewise.
20182         * soft-fp/mulsf3.c: Likewise.
20183         * soft-fp/multf3.c: Likewise.
20184         * soft-fp/negdf2.c: Likewise.
20185         * soft-fp/negsf2.c: Likewise.
20186         * soft-fp/negtf2.c: Likewise.
20187         * soft-fp/op-1.h: Likewise.
20188         * soft-fp/op-2.h: Likewise.
20189         * soft-fp/op-4.h: Likewise.
20190         * soft-fp/op-8.h: Likewise.
20191         * soft-fp/op-common.h: Likewise.
20192         * soft-fp/quad.h: Likewise.
20193         * soft-fp/single.h: Likewise.
20194         * soft-fp/soft-fp.h: Likewise.
20195         * soft-fp/sqrtdf2.c: Likewise.
20196         * soft-fp/sqrtsf2.c: Likewise.
20197         * soft-fp/sqrttf2.c: Likewise.
20198         * soft-fp/subdf3.c: Likewise.
20199         * soft-fp/subsf3.c: Likewise.
20200         * soft-fp/subtf3.c: Likewise.
20201         * soft-fp/truncdfsf2.c: Likewise.
20202         * soft-fp/trunctfdf2.c: Likewise.
20203         * soft-fp/trunctfsf2.c: Likewise.
20204         * soft-fp/trunctfxf2.c: Likewise.
20205         * soft-fp/unorddf2.c: Likewise.
20206         * soft-fp/unordsf2.c: Likewise.
20207         * soft-fp/unordtf2.c: Likewise.
20208
20209 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
20210
20211         [BZ #15672]
20212         * misc/error.c (error_tail): Fix possible buffer overflow.
20213
20214 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
20215
20216         [BZ #13028]
20217         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20218         address.
20219
20220 2013-10-14  P. J. McDermott  <pj@pehjota.net>
20221
20222         [BZ #832]
20223         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
20224         testing pipefail option.
20225
20226 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20227
20228         * soft-fp/double.h: Indent preprocessor directives inside #if.
20229         * soft-fp/extended.h: Likewise.
20230         * soft-fp/op-2.h: Likewise.
20231         * soft-fp/op-4.h: Likewise.
20232         * soft-fp/op-common.h: Likewise.
20233         * soft-fp/quad.h: Likewise.
20234         * soft-fp/single.h: Likewise.
20235         * soft-fp/soft-fp.h: Likewise.
20236
20237 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20238
20239         * iconv/iconv_prog.c: Fix typos.
20240         * stdio-common/psiginfo-data.h: Likewise.
20241
20242 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20243
20244         [BZ #15764]
20245         * locale/setlocale.c: Fix typo.
20246
20247 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20248
20249         [BZ #16036]
20250         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20251         signaling NaN arguments.
20252         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20253         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20254
20255         [BZ #14910]
20256         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20257         unordered operands.
20258         * soft-fp/gesf2.c (__gesf2): Likewise.
20259         * soft-fp/getf2.c (__getf2): Likewise.
20260         * soft-fp/ledf2.c (__ledf2): Likewise.
20261         * soft-fp/lesf2.c (__lesf2): Likewise.
20262         * soft-fp/letf2.c (__letf2): Likewise.
20263
20264         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20265         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20266         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20267         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20268         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20269         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20270         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20271         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20272         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20273         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20274         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20275         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20276         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20277         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20278         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20279         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20280         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20281         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20282         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20283         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20284         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20285         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20286         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20287         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20288         * soft-fp/floattidf.c (__floattidf): Likewise.
20289         * soft-fp/floattisf.c (__floattisf): Likewise.
20290         * soft-fp/floattitf.c (__floattitf): Likewise.
20291         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20292         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20293         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20294         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20295         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20296         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20297         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20298         * soft-fp/gesf2.c (__gesf2): Likewise.
20299         * soft-fp/getf2.c (__getf2): Likewise.
20300         * soft-fp/ledf2.c (__ledf2): Likewise.
20301         * soft-fp/lesf2.c (__lesf2): Likewise.
20302         * soft-fp/letf2.c (__letf2): Likewise.
20303
20304         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20305         Undefine and redefine.
20306         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20307         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20308         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20309         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20310         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20311         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20312         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20313         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20314         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20315         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20316         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20317         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20318         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20319         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20320         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20321
20322         [BZ #16032]
20323         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20324         without decrementing exponent if mantissa >= that for the
20325         denominator, not >.
20326         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20327         denominator, not >.  Decrement exponent in < case instead of
20328         incrementing in >= case.
20329         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20330         without decrementing exponent if mantissa >= that for the
20331         denominator, not >.
20332
20333         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20334         computing saturated result for unsigned overflow.
20335
20336 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20337             Jeff Law  <law@redhat.com>
20338
20339         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20340         (atan2Mp): Add systemtap probe marker.
20341         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20342         (__ieee754_log): Add systemtap probe marker.
20343         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20344         (atanMp): Add systemtap probe marker.
20345         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20346         (tanMp): Add systemtap probe marker.
20347         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20348         (__slowexp): Add systemtap probe marker.
20349         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20350         (__slowpow): Add systemtap probe marker.
20351         * manual/probes.texi: Document probes.
20352
20353 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20354
20355         [BZ #15362]
20356         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20357         written.
20358         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20359         written.
20360         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20361         written to buffer but not flushed.
20362         * libio/iofwrite_u.c:  Likewise.
20363         * libio/iopadn.c:  Return bytes returned even if EOF was
20364         encountered.
20365         * libio/iowpadn.c:  Likewise.
20366         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20367         if _IO_padn does not write the whole buffer.
20368         [!COMPILE_WPRINTF] (PAD): Likewise.
20369
20370 2013-10-10  David S. Miller  <davem@davemloft.net>
20371
20372         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20373         directory block.
20374
20375 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20376
20377         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20378         instead of FSF address.
20379         * soft-fp/fixdfti.c: Likewise.
20380         * soft-fp/fixsfti.c: Likewise.
20381         * soft-fp/fixtfti.c: Likewise.
20382         * soft-fp/fixunsdfti.c: Likewise.
20383         * soft-fp/fixunssfti.c: Likewise.
20384         * soft-fp/fixunstfti.c: Likewise.
20385         * soft-fp/floattidf.c: Likewise.
20386         * soft-fp/floattisf.c: Likewise.
20387         * soft-fp/floattitf.c: Likewise.
20388         * soft-fp/floatuntidf.c: Likewise.
20389         * soft-fp/floatuntisf.c: Likewise.
20390         * soft-fp/floatuntitf.c: Likewise.
20391         * soft-fp/trunctfxf2.c: Likewise.
20392
20393         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20394         * soft-fp/fixdfti.c: Likewise.
20395         * soft-fp/fixsfti.c: Likewise.
20396         * soft-fp/fixtfti.c: Likewise.
20397         * soft-fp/fixunsdfti.c: Likewise.
20398         * soft-fp/fixunssfti.c: Likewise.
20399         * soft-fp/fixunstfti.c: Likewise.
20400         * soft-fp/floattidf.c: Likewise.
20401         * soft-fp/floattisf.c: Likewise.
20402         * soft-fp/floattitf.c: Likewise.
20403         * soft-fp/floatuntidf.c: Likewise.
20404         * soft-fp/floatuntisf.c: Likewise.
20405         * soft-fp/floatuntitf.c: Likewise.
20406         * soft-fp/trunctfxf2.c: Likewise.
20407
20408 2013-10-10  David S. Miller  <davem@davemloft.net>
20409
20410         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20411
20412 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20413
20414         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20415         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20416         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20417         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20418         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20419         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20420         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20421
20422         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20423         for NaNs before doing comparisons on argument.
20424         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20425         Likewise.
20426
20427 2013-10-10  Will Newton  <will.newton@linaro.org>
20428
20429         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20430         passed to _int_memalign does not overflow.
20431
20432 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20433
20434         * scripts/bench.pl: Add include-sources directive.
20435         * benchtests/README: Update documentation.
20436
20437 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20438
20439         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20440         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20441         instead of FP_INIT_ROUNDMODE.
20442         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20443         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20444
20445         [BZ #16034]
20446         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20447         copy class of input value.
20448         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20449         not handle exceptions.
20450         * soft-fp/negsf2.c (__negsf2): Likewise.
20451         * soft-fp/negtf2.c (__negtf2): Likewise.
20452         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20453
20454 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20455
20456         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20457         semicolon.  From Linux kernel.
20458
20459 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20460
20461         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20462
20463 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20464
20465         [BZ #156]
20466         * manual/socket.texi: Added statement about buffer
20467         for gethostbyname2_r.
20468
20469 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20470
20471         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20472         Use .p2align directive instead, throughout.
20473         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20474         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20475         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20476         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20477         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20478         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20479         * sysdeps/x86_64/strchr.S: Likewise.
20480         * sysdeps/x86_64/strrchr.S: Likewise.
20481
20482 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20483
20484         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20485
20486         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20487
20488         * sysdeps/generic/math_private.h (__mpsin1): Remove
20489         declaration.
20490         (__mpcos1): Likewise.
20491         (__mpsin): New argument __range_reduce.
20492         (__mpcos): Likewise.
20493         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20494         (slow): Use __mpsin and __mpcos.
20495         (slow1): Likewise.
20496         (slow2): Likewise.
20497         (sloww): Likewise.
20498         (sloww1): Likewise.
20499         (sloww2): Likewise.
20500         (bsloww): Likewise.
20501         (bsloww1): Likewise.
20502         (bsloww2): Likewise.
20503         (cslow2): Likewise.
20504         (csloww): Likewise.
20505         (csloww1): Likewise.
20506         (csloww2): Likewise.
20507         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20508         range_reduce.  Merge in __mpsin1.
20509         (__mpcos): Likewise.
20510         (__mpsin1): Remove.
20511         (__mpcos1): Likewise.
20512
20513 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20514
20515         * locale/loadlocale.c (_nl_intern_locale_data): Use
20516         LOCFILE_ALIGNED_P.
20517         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20518         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20519         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20520         obstack data is appropriately aligned.
20521         (obstack_int32_grow_fast): Likewise.
20522         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20523         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20524         (add_locale_uint32_array): Likewise.
20525
20526 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20527
20528         * benchtests/Makefile: Remove ARGLIST and RET variables.
20529         ($(objpfx)bench-%.c): Pass only function name to the script.
20530         * benchtests/README: Update documentation.
20531         * benchtests/acos-inputs: Add new directives.
20532         * benchtests/acosh-inputs: Likewise.
20533         * benchtests/asin-inputs: Likewise.
20534         * benchtests/asinh-inputs: Likewise.
20535         * benchtests/atan-inputs: Likewise.
20536         * benchtests/atanh-inputs: Likewise.
20537         * benchtests/cos-inputs: Likewise.
20538         * benchtests/cosh-inputs: Likewise.
20539         * benchtests/exp-inputs: Likewise.
20540         * benchtests/log-inputs: Likewise.
20541         * benchtests/pow-inputs: Likewise.
20542         * benchtests/rint-inputs: Likewise.
20543         * benchtests/sin-inputs: Likewise.
20544         * benchtests/sinh-inputs: Likewise.
20545         * benchtests/tan-inputs: Likewise.
20546         * benchtests/tanh-inputs: Likewise.
20547         * scripts/bench.pl: Add support for new directives.
20548
20549 2013-10-07  Alan Modra  <amodra@gmail.com>
20550
20551         * README: Fix careless merge.
20552
20553 2013-10-05  Alan Modra  <amodra@gmail.com>
20554
20555         * NEWS: Mention powerpc64le support and bugs fixed.
20556         * README: Both big-endian and little-endian powerpc64 supported.
20557
20558 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20559
20560         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20561         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20562         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20563         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20564
20565 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20566
20567         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20568         match prototype.
20569
20570 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20571
20572         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20573         Move -mhard-float appending from
20574         ports/sysdeps/powerpc/powerpc32/Makefile.
20575         [$(with-fp) = yes] (ASFLAGS): Likewise.
20576         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20577         * sysdeps/powerpc/nofpu: Move directory from
20578         ports/sysdeps/powerpc/nofpu.
20579         * sysdeps/powerpc/soft-fp: Move directory from
20580         ports/sysdeps/powerpc/soft-fp.
20581         * sysdeps/powerpc/powerpc32/405: Move directory from
20582         ports/sysdeps/powerpc/powerpc32/405.
20583         * sysdeps/powerpc/powerpc32/440: Move directory from
20584         ports/sysdeps/powerpc/powerpc32/440.
20585         * sysdeps/powerpc/powerpc32/464: Move directory from
20586         ports/sysdeps/powerpc/powerpc32/464.
20587         * sysdeps/powerpc/powerpc32/476: Move directory from
20588         ports/sysdeps/powerpc/powerpc32/476.
20589         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20590         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20592         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20593         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20594         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20595         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20596         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20598         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20599         * README: Update for powerpc-*-linux-gnu software floating point
20600         support in libc.
20601
20602         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20603         case to powerpc/powerpc32*.
20604         * sysdeps/unix/sysv/linux/configure: Regenerated.
20605
20606         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20607         (_FPU_MASK_OM): Define as 0x04.
20608         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20609         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20610         0x00c10080.
20611         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20612         0x0000003c.
20613         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20614
20615         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20616         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20617         getcontext_e500.
20618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20619         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20620         setcontext_e500.
20621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20622         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20623         and setcontext_e500.
20624
20625 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20626
20627         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20628
20629 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20630
20631         * manual/threads.texi (Default Thread Attributes): Fix typo.
20632
20633 2013-10-04  Will Newton  <will.newton@linaro.org>
20634
20635         * malloc/Makefile: Add tst-memalign.
20636         * malloc/tst-memalign.c: New file.
20637
20638         * malloc/tst-posix_memalign.c: Add comments.
20639         (do_test): Add comments and call free on all potentially
20640         allocated pointers. Add space after cast.
20641
20642         * malloc/tst-pvalloc.c: Add comments.
20643         (do_test): Add comments and call free on all potentially
20644         allocated pointers. Remove duplicate check for NULL pointer.
20645         Add space after cast.
20646
20647         * malloc/tst-valloc.c: Add comments.
20648         (do_test): Add comments and call free on all potentially
20649         allocated pointers. Remove duplicate check for NULL pointer.
20650         Add space after cast.
20651
20652 2013-10-04  Alan Modra  <amodra@gmail.com>
20653
20654         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20655         Use stdint types in rather than __attribute__((mode())).
20656         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20657
20658 2013-10-04  Alan Modra  <amodra@gmail.com>
20659
20660         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20661         Correct handling of unaligned relocs for little-endian.
20662         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20663
20664 2013-10-04  Alan Modra  <amodra@gmail.com>
20665
20666         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20667         * configure: Regenerate.
20668         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20669         * shlib-versions: Likewise.
20670
20671 2013-10-04  Alan Modra  <amodra@gmail.com>
20672
20673         * string/tester.c (test_memrchr): Increment reported test cycle.
20674
20675 2013-10-04  Alan Modra  <amodra@gmail.com>
20676
20677         * string/test-memcpy.c (do_one_test): When reporting errors, print
20678         string address and don't overrun end of string.
20679
20680 2013-10-04  Alan Modra  <amodra@gmail.com>
20681
20682         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20683         insrdi.  Make better use of reg selection to speed exit slightly.
20684         Schedule entry path a little better.  Remove useless "are we done"
20685         checks on entry to main loop.  Handle wrapping around zero address.
20686         Correct main loop count.  Handle single left-over word from main
20687         loop inline rather than by using loop_small.  Remove extra word
20688         case in loop_small caused by wrong loop count.  Add little-endian
20689         support.
20690         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20691         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20692         cache hint.
20693         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20694         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20695         support.  Avoid rlwimi.
20696         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20697
20698 2013-10-04  Alan Modra  <amodra@gmail.com>
20699
20700         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20701         insrdi.  Formatting.
20702         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20703         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20704         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20705         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20706         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20707         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20708
20709 2013-10-04  Alan Modra  <amodra@gmail.com>
20710
20711         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20712         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20713         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20714         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20715         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20716         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20717         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20718         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20719         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20720         use of regs.  Use power7 mtocrf.  Tidy function tails.
20721
20722 2013-10-04  Alan Modra  <amodra@gmail.com>
20723
20724         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20725         Formatting.  Consistently use rXXX register defines or rN defines.
20726         Use early exit labels that avoid restoring unused non-volatile regs.
20727         Make cr field use more consistent with rWORDn compares.  Rename
20728         regs used as shift registers for unaligned loop, using rN defines
20729         for short lifetime/multiple use regs.
20730         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20731         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20732         addi 1,1,64 to pop stack frame.  Simplify return value code.
20733         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20734
20735 2013-10-04  Alan Modra  <amodra@gmail.com>
20736
20737         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20738         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20739         rather than rlwimi.
20740         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20741         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20742         little-endian support.  Correct typos.
20743         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20744         rather than rlwimi.
20745         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20746         in loop and entry code to keep "and." results.
20747         (strchr): Add little-endian support.  Comment.  Move cntlzd
20748         earlier in tail.
20749         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20750
20751 2013-10-04  Alan Modra  <amodra@gmail.com>
20752
20753         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20754         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20755         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20756         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20757
20758 2013-10-04  Alan Modra  <amodra@gmail.com>
20759
20760         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20761         (rTMP): Define as r11.
20762         (strcmp): Add little-endian support.  Optimise tail.
20763         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20764         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20765         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20766         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20767         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20768         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20769         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20770
20771 2013-10-04  Alan Modra  <amodra@gmail.com>
20772
20773         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20774         little-endian support.  Remove unnecessary "are we done" tests.
20775         Handle "s" wrapping around zero and extremely large "size".
20776         Correct main loop count.  Handle single left-over word from main
20777         loop inline rather than by using small_loop.  Correct comments.
20778         Delete "zero" tail, use "end_max" instead.
20779         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20780
20781 2013-10-04  Alan Modra  <amodra@gmail.com>
20782
20783         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20784         support.  Don't branch over align.
20785         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20786         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20787         support.  Rearrange tmp reg use to suit.  Comment.
20788         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20789
20790 2013-10-04  Alan Modra  <amodra@gmail.com>
20791
20792         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20793
20794 2013-10-04  Alan Modra  <amodra@gmail.com>
20795
20796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20797         conditional form of branch and link when obtaining pc.
20798         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20799
20800 2013-10-04  Alan Modra  <amodra@gmail.com>
20801
20802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20803         HIWORD/LOWORD.
20804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20806
20807 2013-10-04  Alan Modra  <amodra@gmail.com>
20808
20809         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20810         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20811         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20812         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20813         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20814         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20815         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20816         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20817         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20818         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20819
20820 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20821             Alistair Popple <alistair@ozlabs.au.ibm.com>
20822             Alan Modra <amodra@gmail.com>
20823
20824         [BZ #15723]
20825         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20826         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20827         _dl_hwcap access for little-endian.
20828         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20829         destroy vmx regs when saving unaligned.
20830         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20831         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20832         destroy vmx regs when saving unaligned.
20833
20834 2013-10-04  Alan Modra  <amodra@gmail.com>
20835
20836         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20837         Don't use a union to pack hi/low value.
20838
20839 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20840
20841         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20842         for little-endian.
20843         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20844         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20845         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20846         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20847         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20848
20849 2013-10-04  Alan Modra  <amodra@gmail.com>
20850
20851         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20852         constants to usual value for .cst8 section, and remove redundant
20853         high address load.
20854         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20855         constant for 0x1p52.  Load little-endian words of double from
20856         correct stack offsets.
20857
20858 2013-10-04  Alan Modra  <amodra@gmail.com>
20859
20860         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20861         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20862         words of double from correct stack offsets.
20863         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20864         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20865         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20866         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20867         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20868         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20869         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20870         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20871         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20872         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20873         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20874         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20875         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20876         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20877         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20878         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20879         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20880
20881 2013-10-04  Alan Modra  <amodra@gmail.com>
20882
20883         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20884         64-bit int/double union.
20885         (_FPU_SETCW): Likewise.
20886         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20887         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20888
20889 2013-10-04  Alan Modra  <amodra@gmail.com>
20890
20891         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20892         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20893
20894 2013-10-04  Alan Modra  <amodra@gmail.com>
20895
20896         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20897         use vector int constants.
20898         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20899
20900 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20901
20902         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20903         array with long long.
20904         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20905         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20906         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20907         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20908         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20909         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20910         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20911         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20912         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20913         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20914         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20915         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20916         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20917
20918 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20919
20920         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20921         (__signbit): Likewise.  Correct for little-endian.
20922         (__signbitl): Call __signbit.
20923         (lrint): Correct for little-endian.
20924         (lrintf): Call lrint.
20925
20926 2013-10-04  Alan Modra  <amodra@gmail.com>
20927
20928         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20929         union 32-bit int array member with 64-bit int array.
20930         (t515, tm256): Double rather than long double.
20931         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20932
20933 2013-10-04  Alan Modra  <amodra@gmail.com>
20934
20935         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20936         Delete.
20937         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20938         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20939         version of math_ldbl.h.
20940
20941 2013-10-04  Alan Modra  <amodra@gmail.com>
20942
20943         [BZ #15734], [BZ #15735]
20944         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20945         all uses of ieee875 long double macros and unions.  Simplify test
20946         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20947         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20948         normalize after ldbl_extract_mantissa, and don't add hidden bit
20949         already handled.  Don't treat low word of ieee854 mantissa like
20950         low word of IBM long double and mask off bit when testing for
20951         zero.
20952         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20953         all uses of ieee875 long double macros and unions.  Simplify tests
20954         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20955         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20956         two1022, instead use their values.  Recognise that tests for large
20957         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20958         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20959         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20960         test for 0.0L and nan.  Correct negation.
20961         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20962         ieee875 long double macros and unions.  Correct output for large
20963         magnitude x.  Correct absolute value calculation.
20964         (__erfcl): Likewise.
20965         * math/libm-test.inc: Add tests for errors discovered in IBM long
20966         double versions of fmodl, remainderl, erfl and erfcl.
20967
20968 2013-10-04  Alan Modra  <amodra@gmail.com>
20969
20970         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20971         all uses of ieee854 long double macros and unions.  Simplify tests
20972         for long doubles that are fully specified by the high double.
20973         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20974         Likewise.
20975         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20976         Remove dead code too.
20977         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20978         (__ieee754_ynl): Likewise.
20979         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20980         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20981         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20982         Remove dead code too.
20983         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20984         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20985         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20986         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20987         Simplify.
20988         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20989         Simplify.
20990         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20991         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20992         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20993         Comment on variable precision.
20994         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20995         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20996         Likewise.
20997         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20998         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20999         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
21000         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
21001         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
21002
21003 2013-10-04  Alan Modra  <amodra@gmail.com>
21004
21005         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
21006         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
21007         all uses of ieee854 long double macros and unions.
21008         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
21009         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
21010         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
21011         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
21012         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
21013         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
21014         Likewise.
21015         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
21016         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
21017         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
21018         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
21019         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
21020         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
21021         Simplify sign and nan test too.
21022         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
21023         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
21024         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
21025         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
21026         Likewise.
21027         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
21028         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
21029         Likewise.
21030         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
21031         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
21032         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
21033         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
21034         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
21035         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
21036
21037 2013-10-04  Alan Modra  <amodra@gmail.com>
21038
21039         * stdio-common/printf_size.c (__printf_size): Don't use
21040         union ieee854_long_double in fpnum union.
21041         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
21042         signbit macro to retrieve sign from long double.
21043         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
21044         retrieve sign from long double.
21045         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
21046         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
21047         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
21048         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
21049         * math/test-misc.c (main): Don't use union ieee854_long_double.
21050
21051 2013-10-04  Alan Modra  <amodra@gmail.com>
21052
21053         [BZ #15680]
21054         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
21055         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
21056         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
21057         calculation.  Remove unnecessary test for denormal exponent.
21058         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
21059         Correct handling of denormals.  Avoid undefined shift behaviour.
21060         Correct normalisation of low mantissa when low double is denormal.
21061         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
21062         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
21063         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
21064         Correct normalisation of low mantissa.  Test for overflow of high
21065         mantissa and normalise.
21066         (ldbl_nearbyint): Use more readable constant for two52.
21067         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
21068         (__mpn_construct_long_double): Fix test for overflow of high
21069         mantissa and correct normalisation.  Avoid undefined shift.
21070
21071 2013-10-04  Alan Modra  <amodra@gmail.com>
21072
21073         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21074         (union ibm_extended_long_double): Define as an array of ieee754_double.
21075         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
21076         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
21077         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
21078         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
21079         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21080         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
21081         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21082         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
21083         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
21084         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
21085         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
21086
21087 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
21088
21089         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
21090         page size instead of calling getpagesize.
21091
21092         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
21093         (LOCFILE_ALIGN_MASK): Likewise.
21094         (LOCFILE_ALIGN_UP): Likewise.
21095         (LOCFILE_ALIGNED_P): Likewise.
21096         * locale/programs/ld-collate.c (collate_output): Use the new
21097         macros instead of __alignof__ (int32_t).
21098         * locale/weight.h (findidx): Likewise.
21099
21100 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
21101
21102         [BZ #431]
21103         * manual/string.texi: Fix strncat and wcsncat.
21104
21105 2013-10-03  Brooks Moses  <bmoses@google.com>
21106
21107         [BZ #15915]
21108         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
21109         * Makerules: ...here, and adjust associated comments.
21110
21111 2013-10-02  Will Newton  <will.newton@linaro.org>
21112
21113         * malloc/Makefile: Add tst-pvalloc.
21114         * malloc/tst-pvalloc.c: New file.
21115
21116 2013-10-02  Will Newton  <will.newton@linaro.org>
21117
21118         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
21119         improve test coverage.
21120
21121 2013-10-02  Will Newton  <will.newton@linaro.org>
21122
21123         * malloc/Makefile: Add tst-posix_memalign.
21124         * malloc/tst-posix_memalign.c: New file.
21125
21126 2013-10-01  Eric Blake  <eblake@redhat.com>
21127
21128         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
21129         Use __THROWNL rather than __THROW on static functions.
21130
21131 2013-09-30  Petr Machata  <pmachata@redhat.com>
21132
21133         * elf/elf.h (R_AARCH64_ABS16): New macro.
21134         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
21135         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
21136         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
21137         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
21138         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
21139         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
21140         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
21141         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
21142         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
21143         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
21144         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
21145         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
21146         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
21147         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
21148         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
21149         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
21150         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
21151         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
21152         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
21153         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21154         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21155         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21156         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21157         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21158         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21159         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21160         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21161         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21162         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21163         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21164         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21165         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21166         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21167         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21168         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21169         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21170         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21171         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21172         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21173         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21174         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21175         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21176         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21177         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21178         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21179         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21180         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21181         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21182         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21183         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21184         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21185         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21186         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21187         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21188         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21189         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21190         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21191         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21192         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21193         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21194         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21195         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21196         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21197         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21198         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21199         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21200         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21201         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21202         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21203         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21204         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21205         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21206         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21207         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21208         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21209         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21210         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21211         (R_AARCH64_TLSDESC_LDR): Likewise.
21212         (R_AARCH64_TLSDESC_ADD): Likewise.
21213         (R_AARCH64_TLSDESC_CALL): Likewise.
21214
21215 2013-09-30  Andreas Schwab  <schwab@suse.de>
21216
21217         [BZ #15048]
21218         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21219         the nss database lookup.
21220         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21221         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21222
21223 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
21224
21225         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21226
21227 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21228
21229         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21230         ${Bash-specific parameter/pattern/string} parameter expansion.
21231         * sysdeps/unix/make-syscalls.sh: Likewise.
21232
21233 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21234
21235         * sysdeps/sh/stackguard-macros.h: New file.
21236
21237 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21238
21239         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21240         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21241         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21242         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21243         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21244         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21245
21246 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21247
21248         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21249         Fix thread ID register.
21250
21251 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21252
21253         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21254         [POSIX || UNIX98]: Require rather than permitting all symbols from
21255         <time.h>.
21256         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21257         element of struct sched_param.
21258         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21259         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21260         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21261         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21262         constant.
21263
21264 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21265
21266         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21267         argument calculation.
21268
21269 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21270
21271         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21272         Expect macro.
21273         [POSIX] (pthread_attr_t): Do not require type.
21274         [POSIX] (pthread_cond_t): Likewise.
21275         [POSIX] (pthread_condattr_t): Likewise.
21276         [POSIX] (pthread_key_t): Likewise.
21277         [POSIX] (pthread_mutex_t): Likewise.
21278         [POSIX] (pthread_mutexattr_t): Likewise.
21279         [POSIX] (pthread_once_t): Likewise.
21280         [POSIX] (pthread_t): Likewise.
21281         [POSIX-based standards] (pthread_atfork): Expect function.
21282
21283 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21284             Richard Sandiford  <richard@codesourcery.com>
21285
21286         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21287         (swap_endianness_p): New extern variable.
21288         (set_big_endian): New inline function.
21289         (maybe_swap_uint32): Likewise.
21290         (maybe_swap_uint32_array): Likewise.
21291         (maybe_swap_uint32_obstack): Likewise.
21292         * locale/programs/locfile.c: Include <stdbool.h>.
21293         (swap_endianness_p): New variable.
21294         (add_locale_uint32): Call maybe_swap_uint32.
21295         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21296         (write_locale_data): Call maybe_swap_uint32_array.
21297         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21298         maybe_swap_uint32.
21299         (obstack_int32_grow_fast): Likewise.
21300         (output_weightwc): Call maybe_swap_uint32_obstack.
21301         (collate_output): Likewise.
21302         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21303         (OPT_LITTLE_ENDIAN): Likewise.
21304         (options): Add --little-endian and --big-endian options.
21305         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21306         * locale/programs/locarchive.c: Include "locfile.h".
21307         (GET): New macro.
21308         (SET): Likewise.
21309         (INC): Likewise.
21310         (create_archive): Use the new macros to access fields of
21311         structures directly mapped from or written to locale archives.
21312         (oldlocrecentcmp): Likewise.
21313         (enlarge_archive): Likewise.
21314         (insert_name): Likewise.
21315         (add_alias): Likewise.
21316         (add_locale): Likewise.
21317         (delete_locales_from_archive): Likewise.
21318         (show_archive_content): Likewise.
21319         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21320         locale data.
21321
21322 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21323
21324         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21325         http://www.gnu.org/doc/freemanuals.texi.
21326         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21327
21328 2013-09-24  Will Newton  <will.newton@linaro.org>
21329
21330         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21331         macro.
21332
21333 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21334
21335         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21336         unsigned char.
21337
21338 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21339
21340         * manual/threads.texi (POSIX Threads): Fix a typo.
21341
21342 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21343
21344         [BZ #14547]
21345         * string/tst-strcoll-overflow.c: New test case.
21346         * string/Makefile (xtests): Add tst-strcoll-overflow.
21347         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21348         cache if string sizes may cause integer overflow.
21349
21350         [BZ #14547]
21351         * string/strcoll_l.c (coll_seq): New members rule, idx,
21352         save_idx and back_us.
21353         (get_next_seq_nocache): New function.
21354         (do_compare_nocache): New function.
21355         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21356         when malloc fails.
21357
21358 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21359
21360         [BZ #15754]
21361         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21362         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21363         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21364
21365         [BZ #15754]
21366         * elf/Makefile (tests): Add tst-ptrguard1.
21367         (tests-static): Add tst-ptrguard1-static.
21368         (tst-ptrguard1-ARGS): Define.
21369         (tst-ptrguard1-static-ARGS): Define.
21370         * elf/tst-ptrguard1.c: New file.
21371         * elf/tst-ptrguard1-static.c: New file.
21372         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21373         * sysdeps/i386/stackguard-macros.h: Likewise.
21374         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21375         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21376         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21377         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21378         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21379         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21380
21381 2013-09-23  Hector Marco  <hecmargi@upv.es>
21382             Ismael Ripoll  <iripoll@disca.upv.es>
21383             Carlos O'Donell  <carlos@redhat.com>
21384
21385         [BZ #15754]
21386         * sysdeps/generic/stackguard-macros.h: Define
21387         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21388         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21389         Define __pointer_chk_guard_local.
21390         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21391         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21392
21393 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21394
21395         [BZ #15859]
21396         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21397
21398 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21399
21400         * include/string.h (__ffs): Declare as hidden.
21401         * string/ffs.c (__ffs): Define as hidden.
21402         * sysdeps/i386/ffs.c (__ffs): Likewise.
21403         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21404         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21405         * sysdeps/s390/ffs.c (__ffs): Likewise.
21406         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21407
21408 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21409
21410         * NEWS: Mention malloc probes.
21411
21412         * malloc/arena.c (new_heap): New memory_heap_new probe.
21413         (grow_heap): New memory_heap_more probe.
21414         (shrink_heap): New memory_heap_less probe.
21415         (heap_trim): New memory_heap_free probe.
21416         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21417         (systrim): New memory_sbrk_less probe.
21418         * manual/probes.texi: Document them.
21419
21420         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21421         * manual/probes.texi: Document it.
21422
21423         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21424         (__libc_realloc): Add memory_realloc_retry probe.
21425         (__libc_memalign): Add memory_memalign_retry probe.
21426         (__libc_valloc): Add memory_valloc_retry probe.
21427         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21428         (__libc_calloc): Add memory_calloc_retry probe.
21429         * manual/probes.texi: Document them.
21430
21431         * malloc/arena.c (get_free_list): Add probe
21432         memory_arena_reuse_free_list.
21433         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21434         and memory_arena_reuse.
21435         (arena_get2) [!PER_THREAD]: Likewise.
21436         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21437         memory_arena_reuse_realloc.
21438         * manual/probes.texi: Document them.
21439
21440         * malloc/malloc.c (__libc_free): Add
21441         memory_mallopt_free_dyn_thresholds probe.
21442         (__libc_mallopt): Add multiple memory_mallopt probes.
21443         * manual/probes.texi: Document them.
21444
21445         * malloc/malloc.c: Include stap-probe.h.
21446         (__libc_mallopt): Add memory_mallopt probe.
21447         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21448         * manual/probes.texi: New.
21449         * manual/Makefile (chapters): Add probes.
21450         * manual/threads.texi: Set next node.
21451
21452 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21453
21454         [BZ #15963, #13985]
21455         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21456         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21457         Add `Chinese' to `nan' entry name.
21458
21459 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21460
21461         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21462         (POLYNOMIAL): Likewise.
21463         (TAYLOR_SINCOS): Likewise.
21464         (TAYLOR_SLOW): Likewise.
21465         (__sin): Use TAYLOR_SINCOS.
21466         (__cos): Likewise.
21467         (slow): Use TAYLOR_SLOW.
21468         (sloww): Likewise.
21469         (bsloww): Likewise.
21470         (csloww): Likewise.
21471
21472 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21473
21474         * stdlib/strtod_l.c: Fix buffer overrun.
21475
21476 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21477
21478         * benchtests/Makefile (bench): Add sincos.
21479         * benchtests/bench-sincos.c: New file.
21480
21481         * math/libm-test.inc (cos_test_data): New test inputs.
21482         (sin_test_data): Likewise.
21483
21484         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21485         macro.
21486         (__sin): Use it.
21487         (__cos): Likewise.
21488         (slow1): Likewise.
21489         (slow2): Likewise.
21490         (sloww1): Likewise.
21491         (sloww2): Likewise.
21492         (bsloww1): Likewise.
21493         (bsloww2): Likewise.
21494         (cslow2): Likewise.
21495         (csloww1): Likewise.
21496         (csloww2): Likewise.
21497
21498         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21499         function.
21500         (__sin): Use it.
21501         (__cos): Likewise.
21502
21503         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21504         gotos.
21505         (__cos): Likewise.
21506
21507 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21508
21509         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21510         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21511         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21512         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21513         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21514         * elf/cache.c (print_entry): Handle the new cache flags.
21515
21516 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21517             Aldy Hernandez  <aldyh@redhat.com>
21518
21519         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21520         Change condition to [_SOFT_FLOAT].
21521         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21522         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21523         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21524         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21525         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21526         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21527         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21528         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21529         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21530         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21531         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21532         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21533         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21534         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21535         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21536         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21537         declaration.
21538
21539 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21540
21541         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21542         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21543         (__longjmp): Use LOAD_GP to load saved GPRs.
21544         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21545         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21546         (__sigsetjmp): Use SAVE_GP to save GPRs.
21547
21548         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21549         Do not append -msoft-float.
21550         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21551
21552 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21553
21554         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21555
21556 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21557
21558         [BZ #15966]
21559         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21560         (_FPU_GETCW): Use initial "__" on variable and field names but not
21561         on macro parameter name.
21562         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21563         parentheses around reference to macro parameter.
21564
21565 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21566
21567         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21568         prototype.
21569         (ctype_startup): Use uint32_t in cast and sizeof for
21570         ctype->charnames.
21571
21572 2013-09-11  Jia Liu  <proljc@gmail.com>
21573
21574         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21575         __daddr_t_defined.
21576         [__FreeBSD__]: Likewise.
21577
21578 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21579
21580         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21581         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21582         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21583         (strchr): Remove __strchr_sse42 ifunc selection.
21584         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21585         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21586
21587 2013-09-11  Will Newton  <will.newton@linaro.org>
21588
21589         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21590         parameter to RES. Remove hardcoded 1000 value.
21591         * benchtests/bench-skeleton.c (main): Pass RES parameter
21592         to TIMING_INIT and multiply result by 1000.
21593
21594 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21595
21596         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21597
21598 2013-09-11  Andreas Schwab  <schwab@suse.de>
21599
21600         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21601         if not defined.
21602         (O_TMPFILE) [__USE_GNU]: Define.
21603         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21604         Define.
21605
21606 2013-09-11  Will Newton  <will.newton@linaro.org>
21607
21608         [BZ #15857]
21609         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21610         does not overflow.
21611
21612 2013-09-11  Will Newton  <will.newton@linaro.org>
21613
21614         [BZ #15856]
21615         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21616         does not overflow.
21617
21618 2013-09-11  Will Newton  <will.newton@linaro.org>
21619
21620         [BZ #15855]
21621         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21622         does not overflow.
21623
21624 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21625
21626         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21627         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21628         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21629         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21630         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21631
21632 2013-09-10  Allan McRae  <allan@archlinux.org>
21633
21634         [BZ #15748]
21635         * manual/arith.texi (Parsing of Floats): Clarify
21636         cross-reference.
21637
21638         [BZ #15849]
21639         * manual/install.texi (Running make install): Mention
21640         --enable-pt-chown.
21641         * INSTALL: Regenerated.
21642
21643 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21644
21645         * csu/init-first.c (_init): Remove the !SHARED condition around
21646         FPU control word initialization.
21647         * elf/dl-support.c (_dl_fpu_control): New variable.
21648         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21649         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21650         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21651         * math/test-fpucw-static.c: New file.
21652         * math/test-fpucw-ieee.c: New file.
21653         * math/test-fpucw-ieee-static.c: New file.
21654         * math/Makefile (tests): Add `test-fpucw-ieee' and
21655         `$(tests-static)'.
21656         (tests-static): New variable.
21657         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21658         dependency to...
21659         [($(build-shared),yes)]
21660         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21661         ... this.
21662         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21663         New dependency.
21664
21665 2013-09-09  Allan McRae  <allan@archlinux.org>
21666
21667         [BZ #15939]
21668         * manual/string.texi (Collation Functions): Fix typo in
21669         strcoll example.
21670         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21671
21672         [BZ #15893]
21673         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21674
21675         [BZ #15892]
21676         * libio/memstream.c (open_memstream): Fix memory leak.
21677         * libio/wmemstream.c (open_wmemstream): Likewise.
21678
21679         [BZ #15895]
21680         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21681
21682 2013-09-09  Will Newton  <will.newton@linaro.org>
21683
21684         * malloc/Makefile: Add tst-realloc to tests.
21685         * malloc/tst-realloc.c: New file.
21686
21687 2013-09-09  Allan McRae  <allan@archlinux.org>
21688
21689         [BZ #15844]
21690         * COPYING: Update from GNU website to fix FSF address.
21691         * COPYING.LIB: Likewise.
21692
21693 2013-09-06  David S. Miller  <davem@davemloft.net>
21694
21695         * po/zh_TW.po: Update Chinese (traditional) translation from
21696         translation project.
21697
21698 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21699             Joseph Myers  <joseph@codesourcery.com>
21700
21701         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21702         "localeinfo.h".
21703         (obstack_chunk_alloc): New macro.
21704         (obstack_chunk_free): Likewise.
21705         (record_offset): New function.
21706         (init_locale_data): Likewise.
21707         (align_locale_data): Likewise.
21708         (add_locale_empty): Likewise.
21709         (add_locale_raw_data): Likewise.
21710         (add_locale_raw_obstack): Likewise.
21711         (add_locale_string): Likewise.
21712         (add_locale_wstring): Likewise.
21713         (add_locale_uint32): Likewise.
21714         (add_locale_uint32_array): Likewise.
21715         (add_locale_char): Likewise.
21716         (start_locale_structure): Likewise.
21717         (end_locale_structure): Likewise.
21718         (start_locale_prelude): Likewise.
21719         (end_locale_prelude): Likewise.
21720         (write_locale_data): Take locale_file structure rather than an
21721         iovec.
21722         * locale/programs/locfile.h: Include "obstack.h".
21723         (struct locale_file): Change to store locale file contents instead
21724         of header.
21725         (init_locale_data): New prototype.
21726         (align_locale_data): Likewise.
21727         (add_locale_empty): Likewise.
21728         (add_locale_raw_data): Likewise.
21729         (add_locale_raw_obstack): Likewise.
21730         (add_locale_string): Likewise.
21731         (add_locale_wstring): Likewise.
21732         (add_locale_uint32): Likewise.
21733         (add_locale_uint32_array): Likewise.
21734         (add_locale_char): Likewise.
21735         (start_locale_structure): Likewise.
21736         (end_locale_structure): Likewise.
21737         (start_locale_prelude): Likewise.
21738         (end_locale_prelude): Likewise.
21739         (write_locale_data): Update prototype.
21740         * locale/programs/3level.h (struct TABLE): Remove result field.
21741         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21742         Use new locale_file interface.
21743         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21744         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21745         * locale/programs/ld-address.c (address_output): Use new
21746         locale_file interface.
21747         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21748         NO_ADD_LOCALE.
21749         (collate_finish): Don't call collseq_table_finalize.
21750         (collate_output): Use new locale_file interface.
21751         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21752         in file.
21753         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21754         (TABLE): Move defines earlier in file.
21755         (ELEMENT): Likewise.
21756         (DEFAULT): Likewise.
21757         (wctrans_table_add): Move macro and inline function earlier in
21758         file.
21759         (struct wctype_table): Move type earlier in file.
21760         (add_locale_wctype_table): New static prototype.
21761         (struct locale_ctype_t): Use logical types instead of struct iovec
21762         pointers for members.
21763         (ctype_output): Use new locale_file interface.
21764         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21765         new locale_file interface.
21766         (allocate_arrays): Update for use of new locale_file interface.
21767         * locale/programs/ld-identification.c (identification_output): Use
21768         new locale_file interface.
21769         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21770         * locale/programs/ld-messages.c (messages_output): Likewise.
21771         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21772         * locale/programs/ld-name.c (name_output): Likewise.
21773         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21774         * locale/programs/ld-paper.c (paper_output): Likewise.
21775         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21776         * locale/programs/ld-time.c (time_output): Likewise.
21777
21778 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21779
21780         * benchtests/Makefile: Add memrchr benchmark.
21781         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21782         benchmark as memrchr.
21783         * benchtests/bench-memrchr-ifunc.c: New file.
21784         * benchtests/bench-memrchr.c: New file.
21785
21786 2013-09-06   Will Newton  <will.newton@linaro.org>
21787
21788         * benchtests/Makefile (string-bench): Add memcpy.
21789
21790 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21791             Cong Wang  <amwang@redhat.com>
21792
21793         [BZ #15850]
21794         * sysdeps/unix/sysv/linux/bits/in.h
21795         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21796         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21797         before __USE_KERNEL_IPV6_DEFS uses.
21798         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21799         IPPROTO_BEETPH.
21800         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21801         sockaddr_in6, or ipv6_mreq.
21802
21803 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21804
21805         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21806         memory access for final bytes in some large inputs.
21807         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21808
21809 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21810
21811         * string/test-memrchr.c: New file.
21812         * string/test-memrchr-ifunc.c: New file.
21813         * string/Makefile: Add new memrchr testcase.
21814
21815 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21816
21817         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21818         fanotify_init returns EPERM.
21819
21820 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21821
21822         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21823         errors.
21824         (top level): Treat second token from macro or constant entries for
21825         allowed headers as allowed.
21826         * include/complex.h: Condition internal declarations on
21827         [!_ISOMAC].
21828         * include/fenv.h: Condition include of <stdbool.h> and internal
21829         declarations on [!_ISOMAC].
21830
21831 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21832
21833         [BZ #15923]
21834         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21835
21836 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21837
21838         * configure.in (--enable-versioning): Remove configure option.
21839         (libc_cv_asm_symver_directive): Remove configure test.
21840         (libc_cv_ld_version_script_option): Likewise.
21841         (VERSIONING): Remove variable and AC_SUBST.
21842         (DO_VERSIONING): Remove AC_DEFINE.
21843         * configure: Regenerated.
21844         * config.h.in (DO_VERSIONING): Remove macro.
21845         * Makerules [$(versioning) = yes]: Change conditionals to
21846         [$(build-shared) = yes].
21847         * config.make.in (versioning): Remove variable.
21848         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21849         [$(build-shared) = yes].
21850         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21851         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21852         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21853         [$(build-shared) = yes].
21854         * extra-lib.mk [$(versioning) = yes]: Likewise.
21855         * hurd/Makefile [$(versioning) = yes]: Likewise.
21856         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21857         [SHARED].
21858         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21859         [SHARED].
21860         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21861         [SHARED && !NO_HIDDEN].
21862         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21863         [SHARED].
21864         [SHARED && DO_VERSIONING]: Likewise..
21865         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21866         [$(build-shared) = yes].
21867         * manual/install.texi (--disable-versioning): Remove
21868         documentation.
21869         * INSTALL: Regenerated.
21870         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21871         to [SHARED].
21872         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21873         [$(build-shared) = yes].
21874         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21875         * sysdeps/i386/i686/multiarch/strstr-c.c
21876         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21877         [SHARED && !NO_HIDDEN].
21878         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21879         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21880         * sysdeps/powerpc/powerpc32/dl-machine.c
21881         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21882         * sysdeps/powerpc/powerpc32/sysdep.h
21883         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21884         to [SHARED && PIC && !NO_HIDDEN].
21885         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21886         conditional to [SHARED].
21887
21888 2013-09-04   Will Newton  <will.newton@linaro.org>
21889
21890         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21891         * benchtests/bench-string.h: Include bench-timing.h instead
21892         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21893         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21894         call to HP_TIMING_DIFF_INIT.
21895         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21896         instead of hp-timing.h macros.
21897         * benchtests/bench-memchr.c: Likewise.
21898         * benchtests/bench-memcmp.c: Likewise.
21899         * benchtests/bench-memcpy.c: Likewise.
21900         * benchtests/bench-memmem.c: Likewise.
21901         * benchtests/bench-memmove.c: Likewise.
21902         * benchtests/bench-memset.c: Likewise.
21903         * benchtests/bench-rawmemchr.c: Likewise.
21904         * benchtests/bench-strcasecmp.c: Likewise.
21905         * benchtests/bench-strcasestr.c: Likewise.
21906         * benchtests/bench-strcat.c: Likewise.
21907         * benchtests/bench-strchr.c: Likewise.
21908         * benchtests/bench-strcmp.c: Likewise.
21909         * benchtests/bench-strcpy.c: Likewise.
21910         * benchtests/bench-strcpy_chk.c: Likewise.
21911         * benchtests/bench-strlen.c: Likewise.
21912         * benchtests/bench-strncasecmp.c: Likewise.
21913         * benchtests/bench-strncat.c: Likewise.
21914         * benchtests/bench-strncmp.c: Likewise.
21915         * benchtests/bench-strncpy.c: Likewise.
21916         * benchtests/bench-strnlen.c: Likewise.
21917         * benchtests/bench-strpbrk.c: Likewise.
21918         * benchtests/bench-strrchr.c: Likewise.
21919         * benchtests/bench-strspn.c: Likewise.
21920         * benchtests/bench-strstr.c: Likewise.
21921
21922 2013-09-04  Will Newton  <will.newton@linaro.org>
21923
21924         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21925
21926 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21927
21928         [BZ #15427]
21929         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21930         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21931         * math/libm-test.inc (lgamma_test_data): Add more tests.
21932         * sysdeps/i386/fpu/libm-test-ulps: Update.
21933         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21934
21935 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21936
21937         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21938         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21939         Add ifunc.
21940         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21941         Add strcmp-sse2-unaligned
21942         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21943
21944 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21945
21946         * Versions.def (libc): Add GLIBC_2.19.
21947
21948 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21949
21950         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21951         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21952
21953 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21954
21955         [BZ #14155]
21956         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21957         intermediate calculations in recurrence.
21958         (__ieee754_ynf): Likewise.
21959         * math/libm-test.inc (jn_test_data): Do not allow spurious
21960         underflow exception.  Add more tests.
21961         (yn_test_data): Add more tests.
21962         * sysdeps/i386/fpu/libm-test-ulps: Update.
21963         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21964
21965 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21966
21967         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21968
21969 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21970
21971         * csu/init-first.c: Fix then/than typos.
21972         * locale/programs/ld-collate.c: Likewise.
21973         * locale/programs/linereader.h: Likewise.
21974         * manual/charset.texi: Likewise.
21975         * manual/filesys.texi: Likewise.
21976         * manual/stdio.texi: Likewise.
21977         * manual/string.texi: Likewise.
21978         * stdlib/fmtmsg.c: Likewise.
21979         * sysdeps/i386/stpncpy.S: Likewise.
21980         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21981         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21982         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21983         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21984
21985 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21986
21987         * elf/dl-open.c: Fix typos.
21988         * iconvdata/gbbig5.c: Likewise.
21989         * iconvdata/iso-2022-jp.c: Likewise.
21990         * iconv/gconv_int.h: Likewise.
21991         * iconv/loop.c: Likewise.
21992         * nis/rpcsvc/nis.h: Likewise.
21993         * resolv/ns_name.c: Likewise.
21994         * stdio-common/vfscanf.c: Likewise.
21995         * streams/stropts.h: Likewise.
21996         * sunrpc/rpc_thread.c: Likewise.
21997         * sysdeps/i386/strpbrk.S: Likewise.
21998         * sysdeps/ieee754/k_standard.c: Likewise.
21999         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22000         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22001         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
22002         * sysdeps/mach/hurd/profil.c: Likewise.
22003         * sysdeps/s390/dl-procinfo.h: Likewise.
22004         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
22005         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
22006         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
22007         * sysdeps/x86_64/dl-trampoline.S: Likewise.
22008         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
22009
22010 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
22011
22012         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
22013         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
22014
22015 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
22016
22017         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
22018         aix specific files.
22019         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
22020         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
22021         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
22022         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
22023         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
22024         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
22025         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
22026         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
22027
22028 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22029             Roland McGrath  <roland@hack.frob.com>
22030
22031         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
22032         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
22033
22034 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22035
22036         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
22037         __executable_start symbol instead of _start.
22038
22039 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22040
22041         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
22042         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
22043         Move macros to...
22044         * sysdeps/gnu/ldsodefs.h: ... this new file.
22045
22046         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
22047         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
22048         instead of ELFOSABI_LINUX.
22049
22050         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
22051         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
22052         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
22053         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
22054         Likewise.
22055         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
22056         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
22057         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
22058         Likewise.
22059         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22060         (ibm_extended_long_double): Add ieee_nan member.
22061         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
22062         (do_test): New function.
22063
22064         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
22065         TEST_TRUNC.
22066         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
22067         functions, renamed from truncdfsf_test, trunctfsf_test,
22068         trunctfdf_test.
22069         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
22070         functions.
22071         (do_test): Run all these.
22072
22073 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
22074
22075         * argp/argp-help.c: Fix typos.
22076         * argp/argp-parse.c: Likewise.
22077         * debug/backtracesyms.c: Likewise.
22078         * elf/elf.h: Likewise.
22079         * malloc/malloc.c: Likewise.
22080         * nis/nis_print.c: Likewise.
22081         * resolv/res_comp.c: Likewise.
22082         * stdlib/stdlib.h: Likewise.
22083         * sunrpc/clnt_tcp.c: Likewise.
22084         * sunrpc/clnt_udp.c: Likewise.
22085         * sunrpc/clnt_unix.c: Likewise.
22086         * sysdeps/unix/bsd/ptsname.c: Likewise.
22087         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
22088         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
22089         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
22090         Likewise.
22091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
22092         Likewise.
22093         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
22094         Likewise.
22095         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
22096
22097 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22098
22099         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
22100         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22101
22102 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
22103
22104         [BZ #15897]
22105         * dlfcn/Makefile (tests): Add bug-dl-leaf.
22106         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
22107         ($(objpfx)bug-dl-leaf): New rule.
22108         ($(objpfx)bug-dl-leaf.so): Likewise.
22109         ($(objpfx)bug-dl-leaf.out): Likewise.
22110         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
22111         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
22112         * dlfcn/bug-dl-leaf.c: New test.
22113         * dlfcn/bug-dl-leaf-lib.c: Likewise.
22114         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
22115         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
22116         (dlclose): Likewise.
22117         (dlmopen): Likewise.
22118
22119 2013-08-27  Roland McGrath  <roland@hack.frob.com>
22120
22121         * include/netdb.h [!_ISOMAC]:
22122         Don't include <tls.h>.
22123         (h_errno, __libc_h_errno): Move declaration and macros out of
22124         [_LIBC_REENTRANT].
22125
22126         * include/resolv.h [_RESOLV_H_]:
22127         Don't include <tls.h>.
22128         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
22129         * resolv/res_libc.c: Don't include <tls.h>.
22130         (_res): Use __attribute__ ((nocommon)) in place of
22131         __attribute__ ((section (".bss"))).
22132
22133         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
22134         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
22135
22136         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
22137
22138         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
22139         only under [SIOCGIFCONF && SIOCGIFNETMASK].
22140
22141         * resolv/res_mkquery.c: Include <sys/time.h>.
22142
22143         * inet/ifreq.c: Moved to ...
22144         * sysdeps/unix/ifreq.c: ... here.
22145         * inet/ifreq.c: New file, true stub version.
22146
22147         * socket/sa_len.c: New file.
22148         * socket/Makefile (aux): Add it.
22149         * sysdeps/unix/sysv/linux/Makefile
22150         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
22151         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
22152         and #include <socket/sa_len.c>.
22153         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22154         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22155
22156         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22157         * bits/socket.h: ... here.
22158
22159         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22160         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22161         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22162
22163 2013-08-27  Andreas Schwab  <schwab@suse.de>
22164
22165         [BZ #15736]
22166         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22167         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22168         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22169         * string/test-strcasecmp.c (test_main): Run tests in several
22170         locales.
22171         * string/test-strncasecmp.c (test_main): Likewise.
22172
22173         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22174         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22175         to __strcasecmp_nonascii and __strncasecmp_nonascii.
22176         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22177         (__strncasecmp_ssse3) [PIC]: Likewise.
22178
22179 2013-08-26  Roland McGrath  <roland@hack.frob.com>
22180
22181         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22182
22183         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22184         instead of explicitly declaring xdecrypt.
22185         * nis/nss_nis/nis-publickey.c: Likewise.
22186
22187 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22188
22189         [BZ #15890]
22190         * nscd/aicache.c: Include res_hconf.h.
22191         (addhstaiX): Initialize res_hconf.
22192
22193 2013-08-26  Andreas Schwab  <schwab@suse.de>
22194
22195         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22196         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22197
22198 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22199
22200         * nscd/aicache.c (addhstaiX): Fix indentation.
22201
22202 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
22203
22204         * configure.ac: Quote $build_pt_chown test.
22205         * configure: Regenerated.
22206
22207 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
22208
22209         [BZ #15532]
22210         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22211         * math/s_cexpf.c (__cexpf): Likewise.
22212         * math/s_cexpl.c (__cexpl): Likewise.
22213         * math/libm-test.inc (cexp_test_data): Correct expected return
22214         value for NaN + i0.  Add another test.
22215
22216 2013-08-22  David S. Miller  <davem@davemloft.net>
22217
22218         * po/ca.po: Update Catalan translation from translation project.
22219         * po/uk.po: Add Ukrainian translations from translation project.
22220
22221 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
22222
22223         [BZ #15797]
22224         * math/s_fdim.c (__fdim): Check for infinite arguments if result
22225         is infinite, not alongside NaN test.
22226         * math/s_fdimf.c (__fdimf): Likewise.
22227         * math/s_fdiml.c (__fdiml): Likewise.
22228         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22229         errno is unchanged.
22230
22231 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22232
22233         * argp/argp-help.c: Fix typos.
22234         * crypt/speeds.c: Likewise.
22235         * csu/check_fds.c: Likewise.
22236         * elf/dl-load.c: Likewise.
22237         * elf/dl-open.c: Likewise.
22238         * elf/reldep3.c: Likewise.
22239         * elf/reldep.c: Likewise.
22240         * elf/sprof.c: Likewise.
22241         * iconv/iconv_charmap.c: Likewise.
22242         * iconv/skeleton.c: Likewise.
22243         * iconv/strtab.c: Likewise.
22244         * io/lockf64.c: Likewise.
22245         * libio/libioP.h: Likewise.
22246         * resolv/gai_notify.c: Likewise.
22247         * resolv/ns_name.c: Likewise.
22248         * resolv/ns_samedomain.c: Likewise.
22249         * resolv/res_send.c: Likewise.
22250         * stdlib/random.c: Likewise.
22251         * sunrpc/rpc/xdr.h: Likewise.
22252         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22253         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22254         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22255         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22256         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22257         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22258         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22259         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22260         * sysdeps/mach/hurd/check_fds.c: Likewise.
22261         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22262         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22263         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22264         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22265         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22266         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22267         * sysdeps/pthread/aio_notify.c: Likewise.
22268         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22269         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22270         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22271         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22272         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22273
22274 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22275
22276         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22277         version if bit_Slow_SSE4_2 is set.
22278         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22279         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22280
22281 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22282
22283         [BZ #15867]
22284         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22285         trampoline stack frame information.
22286         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22287         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22288         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22289         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22290         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22291         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22292         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22293         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22294         sa_flags value.
22295         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22296         interrupting a syscall and set with option SA_SIGINFO.
22297
22298 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22299
22300         [BZ #15531]
22301         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22302         argument is infinite.
22303         * math/s_cprojf.c (__cprojf): Likewise.
22304         * math/s_cprojl.c (__cprojl): Likewise.
22305         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22306         * math/libm-test.inc (cproj_test_data): Add more tests.
22307
22308         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22309
22310         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22311         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22312         size.  Use __ffs to determine corresponding shift.
22313
22314 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22315             Roland McGrath  <roland@hack.frob.com>
22316
22317         * Makefile (INSTALL): Remove trailing blank lines from output of
22318         makeinfo.
22319
22320 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22321
22322         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22323         Align 32 bit compat elf_greg to 8 bytes.
22324
22325 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22326
22327         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22328
22329 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22330
22331         * string/strcoll_l.c (coll_seq): New structure.
22332         (get_next_seq_cached): New function.
22333         (get_next_seq): New function.
22334         (do_compare): New function.
22335         (STRCOLL): Use GNU style definition.  Simplify implementation
22336         by using get_next_seq, get_next_seq_cached and do_compare.
22337
22338 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22339
22340         [BZ #14699]
22341         CVE-2013-4237
22342         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22343         member.
22344         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22345         member.
22346         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22347         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22348         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22349         conditional.
22350         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22351         GETDENTS_64BIT_ALIGNED.
22352         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22353         * manual/filesys.texi (Reading/Closing Directory): Document
22354         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22355         strongly.
22356         * manual/conf.texi (Limits for Files): Add portability note to
22357         NAME_MAX, PATH_MAX.
22358         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22359
22360 2013-08-13  Andreas Schwab  <schwab@suse.de>
22361
22362         [BZ #15749]
22363         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22364         of fabs.
22365         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22366         LDBL_MAX_EXP >= 16384]: Add tests for it.
22367
22368 2013-08-12  David S. Miller  <davem@davemloft.net>
22369
22370         * version.h (RELEASE): Set to "development".
22371         (VERSION): Set to "2.18.90".
22372         * NEWS: Add 2.19 section.
22373
22374 2013-08-03  David S. Miller  <davem@davemloft.net>
22375
22376         * po/ko.po: Update Korean translation from translation project.
22377
22378 2013-08-01  David S. Miller  <davem@davemloft.net>
22379
22380         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22381         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22382         Bilka.
22383
22384 2013-07-30  David S. Miller  <davem@davemloft.net>
22385
22386         * po/fr.po: Update French translation from translation project.
22387
22388 2013-07-28  David S. Miller  <davem@davemloft.net>
22389
22390         * po/cs.po: Update Czech translation from translation project.
22391
22392         * po/sv.po: Update Swedish translation from translation project.
22393
22394 2013-07-27  David S. Miller  <davem@davemloft.net>
22395
22396         * po/eo.po: Update Esperanto translation from translation project.
22397
22398         * po/vi.po: Update Vietnamese translation from translation project.
22399
22400         * po/de.po: Update German translation from translation project.
22401
22402 2013-07-26  David S. Miller  <davem@davemloft.net>
22403
22404         * po/bg.po: Update Bulgarian translation from translation project.
22405
22406         * po/nl.po: Update Dutch translation from translation project.
22407         * po/pl.po: Update Polish translation from translation project.
22408         * po/ru.po: Update Russian translation from translation project.
22409
22410 2013-07-24  David S. Miller  <davem@davemloft.net>
22411
22412         * po/libc.pot: Update.
22413
22414 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22415
22416         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22417         variable page size.
22418         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22419         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22420         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22421
22422 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22423
22424         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22425
22426 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22427             Andreas Schwab  <schwab@suse.de>
22428             Roland McGrath  <roland@hack.frob.com>
22429             Joseph Myers  <joseph@codesourcery.com>
22430             Carlos O'Donell  <carlos@redhat.com>
22431
22432         [BZ #15755]
22433         * config.h.in: Define HAVE_PT_CHOWN.
22434         * config.make.in (build-pt-chown): New variable.
22435         * configure.in (--enable-pt_chown): New configure option.
22436         * configure: Regenerate.
22437         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22438         build-pt-chown is enabled.
22439         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22440         pt_chown to fix pty ownership.
22441         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22442         CLOSE_ALL_FDS.
22443         * manual/install.texi (Configuring and compiling): Mention
22444         --enable-pt_chown. Add @findex for grantpt.
22445         * INSTALL: Regenerate.
22446
22447 2013-07-20  David S. Miller  <davem@davemloft.net>
22448
22449         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22450         difference between 32-bit and 64-bit.
22451
22452 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22453
22454         [BZ #15711]
22455         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22456         Avoid system header dependency with -ffreestanding.
22457         ($(objpfx)bits/syscall%d): Likewise.
22458
22459 2013-07-13  David S. Miller  <davem@davemloft.net>
22460
22461         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22462         underflows from atanl/atan2l due to bug 15319.
22463         (casinh_test_data): Likewise.
22464
22465 2013-07-07  David S. Miller  <davem@davemloft.net>
22466
22467         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22468
22469 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22470
22471         * sysdeps/i386/fpu/libm-test-ulps: Update.
22472         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22473
22474 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22475
22476         * configure.in (--enable-lock-elision): Fix message text.
22477         * INSTALL: Regenerate.
22478         * configure: Regenerate.
22479
22480 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22481
22482         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22483
22484 2013-07-03  Andreas Jaeger  <aj@suse.de>
22485
22486         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22487         define.
22488         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22489         (ptrace_peeksiginfo_args): Add.
22490         (__ptrace_peeksiginfo_flags): Add.
22491         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22492         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22493         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22494
22495 2013-07-03  Allan McRae  <allan@archlinux.org>
22496
22497         * sysdeps/i386/fpu/libm-test-ulps: Update.
22498
22499 2013-07-02  David S. Miller  <davem@davemloft.net>
22500
22501         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22502
22503 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22504
22505         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22506
22507 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22508
22509         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22510         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22511
22512 2013-07-02  Andi Kleen <ak@linux.intel.com>
22513
22514         * config.h.in (ENABLE_LOCK_ELISION): Add.
22515         * configure.in (--enable-lock-elision): Add option.
22516         * manual/install.texi: Document --enable lock elision.
22517         * configure: Regenerate
22518         * INSTALL: Regenerate.
22519
22520 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22521
22522         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22523         SSE4.2 strcasecmp for libc.a.
22524         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22525
22526 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22527
22528         [BZ #13304]
22529         * soft-fp/op-common.h (_FP_FMA): New macro.
22530         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22531         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22532         (_FP_MUL_MEAT_1_imm): ... here.
22533         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22534         (_FP_MUL_MEAT_1_wide): ... here.
22535         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22536         (_FP_MUL_MEAT_1_hard): ... here.
22537         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22538         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22539         (_FP_MUL_MEAT_2_wide): ... here.
22540         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22541         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22542         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22543         (_FP_MUL_MEAT_2_gmp): ... here.
22544         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22545         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22546         (_FP_MUL_MEAT_4_wide): ... here.
22547         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22548         (_FP_MUL_MEAT_4_gmp): ... here.
22549         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22550         (_FP_WFRACBITS_DW_S): Likewise.
22551         (_FP_WFRACXBITS_DW_S): Likewise.
22552         (_FP_HIGHBIT_DW_S): Likewise.
22553         (FP_FMA_S): Likewise.
22554         (_FP_FRAC_HIGH_DW_S): Likewise.
22555         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22556         (_FP_WFRACBITS_DW_D): Likewise.
22557         (_FP_WFRACXBITS_DW_D): Likewise.
22558         (_FP_HIGHBIT_DW_D): Likewise.
22559         (FP_FMA_D): Likewise.
22560         (_FP_FRAC_HIGH_DW_D): Likewise.
22561         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22562         (_FP_WFRACBITS_DW_E): Likewise.
22563         (_FP_WFRACXBITS_DW_E): Likewise.
22564         (_FP_HIGHBIT_DW_E): Likewise.
22565         (FP_FMA_E): Likewise.
22566         (_FP_FRAC_HIGH_DW_E): Likewise.
22567         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22568         (_FP_WFRACBITS_DW_Q): Likewise.
22569         (_FP_WFRACXBITS_DW_Q): Likewise.
22570         (_FP_HIGHBIT_DW_Q): Likewise.
22571         (FP_FMA_Q): Likewise.
22572         (_FP_FRAC_HIGH_DW_Q): Likewise.
22573         * soft-fp/fmasf4.c: New file.
22574         * soft-fp/fmadf4.c: Likewise.
22575         * soft-fp/fmatf4.c: Likewise.
22576
22577 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22578
22579         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22580         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22581         Silvermont.
22582         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22583         macro.
22584         (index_Slow_SSE4_2): Likewise.
22585         (index_Prefer_PMINUB_for_stringop): Likewise.
22586         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22587         bit_Slow_SSE4_2 is set.
22588         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22589         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22590
22591 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22592
22593         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22594         rtld_global._dl_hwcap2.
22595         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22596         POWER8.
22597         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22598         POWER8 feature descriptions defined in _dl_hwcap2.
22599         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22600         string handling for POWER8 feature bits.
22601         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22602         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22603         _dl_powerpc_cap_flags.
22604         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22605         * sysdeps/powerpc/rtld-global-offsets.sym
22606         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22607         _dl_hwcap2 in the rtld_global_ro structure.
22608
22609 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22610
22611         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22612         hardware capabilities in support of AT_HWCAP2.
22613         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22614         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22615         GLRO(dl_hwcap2).
22616         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22617         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22618         explicitly the unknown a_type display mechanism is used.
22619         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22620         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22621         struct member.
22622         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22623         to macro prototype for AT_HWCAP2 support.
22624         * sysdeps/i386/dl-procinfo.h: Likewise.
22625         * sysdeps/s390/dl-procinfo.h: Likewise.
22626         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22627         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22628         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22629         return -1 for unknown a_type display fallback.
22630         * sysdeps/sparc/dl-procinfo.h: Likewise.
22631         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22632         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22633
22634 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22635
22636         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22637         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22638
22639 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22640
22641         [BZ #12492]
22642         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22643         mprotect making __stack_prot writable.
22644
22645 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22646             Joseph Myers  <joseph@codesourcery.com>
22647
22648         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22649         as being properly aligned.
22650
22651 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22652
22653         * dlfcn/modstatic5.c: New file.
22654         * dlfcn/tststatic5.c: New file.
22655         * dlfcn/Makefile (tests): Add tststatic5.
22656         (tests-static): Likewise.
22657         (modules-names): Add modstatic5.
22658         (tststatic5-ENV): New variable.
22659         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22660
22661         [BZ #15022]
22662         * elf/dl-support.c (_dl_main_map): New variable.
22663         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22664         (_dl_nns, _dl_load_adds): Set to 1.
22665         (_dl_initial_searchlist): Refer to _dl_main_map.
22666         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22667         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22668         call to _dl_get_origin.
22669         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22670         around call_map.
22671         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22672         * dlfcn/modstatic3.c: New file.
22673         * dlfcn/tststatic3.c: New file.
22674         * dlfcn/tststatic4.c: New file.
22675         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22676         (tests-static): Likewise.
22677         (modules-names): Add modstatic3.
22678         (tststatic3-ENV, tststatic4-ENV): New variables.
22679         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22680         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22681
22682 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22683
22684         * configure.in (CC): Require GCC version 4.4 or later.
22685         * configure: Regenerated.
22686         * manual/install.texi (Tools for Compilation): Update GCC version
22687         requirement.
22688         * INSTALL: Regenerated.
22689
22690 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22691
22692         [BZ #15674]
22693         * string/test-memcmp.c (check2): New.
22694         (main): Call check2.
22695
22696         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22697
22698 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22699
22700         [BZ #15022]
22701         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22702         over to...
22703         (dl_open_worker) [!SHARED]: ... here.
22704
22705 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22706
22707         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22708
22709 2013-06-25  Richard Henderson  <rth@redhat.com>
22710
22711         * locale/programs/locarchive.c: Include <libc-internal.h>
22712
22713 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22714
22715         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22716         trailing whitespace removed.
22717
22718 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22719
22720         [BZ #10283]
22721         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22722         * locale/programs/locarchive.c: Include libc-mmap.h.
22723         (prepare_address_space): Take two new outputs (the mmap base and len).
22724         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22725         values.
22726         (create_archive): Declare new mmap base and len values for
22727         prepare_address_space, and store the result in ah.
22728         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22729         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22730         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22731         Declare new mmap base and len values for
22732         prepare_address_space, and store the result in new_ah.
22733         (open_archive): Declare new mmap base and len values for
22734         prepare_address_space, and store the result in ah.
22735         (close_archive): If ah->mmap_base is not NULL, use that and
22736         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22737         * sysdeps/generic/libc-mmap.h: New file.
22738
22739 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22740
22741         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22742         (ALIGN_UP): Likewise.
22743         (PTR_ALIGN_DOWN): Likewise.
22744         (PTR_ALIGN_UP): Likewise.
22745
22746 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22747
22748         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22749         entry mapped to PPC_PLATFORM_POWER8.
22750         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22751         POWER8.
22752         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22753         (_dl_string_platform): Add case for exporting platform position for
22754         POWER8.
22755         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22756         search path to sysdeps/powerpc/powerpc32/power8 directory.
22757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22758         search path to sysdeps/powerpc/powerpc64/power8 directory.
22759         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22760         power7 directories.
22761         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22762         power7 directories.
22763
22764 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22765
22766         * INSTALL: Regenerate.
22767
22768         * nscd/connections.c (nscd_init): Fix comment.
22769
22770 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22771
22772         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22773
22774         [BZ #15667]
22775         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22776         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22777
22778 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22779
22780         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22781         DL_DST_REQ_STATIC.
22782         (DL_DST_REQ_STATIC): Remove macro.
22783
22784 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22785
22786         [BZ #7006]
22787         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22788         with a shift of 0 bits.
22789
22790 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22791
22792         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22793         $(tststatic-ENV).
22794
22795 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22796
22797         [BZ #15655]
22798         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22799
22800 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22801
22802         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22803         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22804         accepts -fno-tree-loop-distribute-patterns.
22805         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22806         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22807         recursive call.
22808         * string/memset.c (memset): Likewise.
22809         * string/test-memmove.c (simple_memmove): Disable loop transformation
22810         to library calls.
22811         * string/test-memset.c (simple_memset): Likewise.
22812         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22813         * benchtests/bench-memset.c (simple_memset): Likewise.
22814         * configure: Regenerated.
22815
22816 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22817
22818         * math/test-misc.c (main): Ignore fesetround failure when failures
22819         of subsequent rounding tests would be ignored.
22820
22821         [BZ #15654]
22822         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22823         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22824         * math/fegetenv.c (__fegetenv): Return 0.
22825         * math/fegetexcept.c (fegetexcept): Return 0.
22826         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22827         FE_TONEAREST.
22828         * math/feholdexcpt.c (feholdexcept): Return 0.
22829         * math/fesetenv.c (__fesetenv): Return 0.
22830         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22831         argument FE_TONEAREST.
22832         * math/feupdateenv.c (__feupdateenv): Return 0.
22833         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22834
22835 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22836
22837         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22838         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22839         ($(objpfx)rtld-%.os rules): Use them.
22840
22841 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22842
22843         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22844         fields.
22845
22846 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22847
22848         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22849         length of target pattern, then descending length of dependency pattern.
22850         * configure.in (AWK): Require gawk 3.1.2 or newer.
22851         * manual/install.texi (Tools for Compilation): Say that we do.
22852         * configure: Regenerated.
22853
22854         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22855         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22856         * scripts/sysd-rules.awk: ... this new script.
22857         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22858         than a glob-style pattern.
22859
22860 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22861
22862         * math/test-misc.c (main): Do not treat incorrectly rounded
22863         conversions as failure unless ROUNDING_TESTS passes.
22864
22865 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22866
22867         [BZ #15631]
22868         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22869         restore exception state around main square root computation, then
22870         check for inexactness explicitly.
22871
22872         * math/libm-test.inc (fma_test_data): Add another test.
22873
22874 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22875
22876         * manual/threads.texi (Non-POSIX Extensions): New document
22877         node.  Document pthread_getattr_default_np and
22878         pthread_setattr_default_np.
22879
22880         * Versions.def (libpthread): Add GLIBC_2.18.
22881         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22883         Likewise.
22884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22885         Likewise.
22886         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22887         Likewise.
22888         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22889         Likewise.
22890         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22891         Likewise.
22892         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22893         Likewise.
22894         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22895         Likewise.
22896         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22897         Likewise.
22898         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22899         Likewise.
22900
22901 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22902
22903         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22904         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22905
22906 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22907             H.J. Lu  <hjl.tools@gmail.com>
22908
22909         [BZ #15627]
22910         * sysdeps/x86_64/rtld-memset.c: Remove file.
22911         * sysdeps/x86_64/rtld-memset.S: New file.
22912
22913 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22914
22915         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22916         (test_in_one_mode): Take arguments for whether the rounding mode
22917         is supported for each floating-point type.
22918         (do_test): Pass new arguments to test_in_one_mode using
22919         ROUNDING_TESTS.
22920
22921 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22922
22923         * posix/tst-waitid.c (do_test): Distinguish different instances of
22924         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22925         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22926         before entering the kernel for waitpid.
22927
22928 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22929
22930         * NEWS: Fix note on clock function precision.  Text by Roland
22931         McGrath.
22932
22933 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22934
22935         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22936         it into place only when and if the sanity check passes.
22937
22938 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22939
22940         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22941         output for whether conversion result is exact.  Take argument
22942         indicating whether type is IBM long double.
22943         (round_for_all): Change need_exact field to ibm_ld.
22944         * stdlib/tst-strtod-round.c (struct exactness): New type.
22945         (struct test): Change bool ld_ok field to struct exactness exact.
22946         (TEST): Update all definitions for change to field.
22947         (tests): Regenerate array contents.
22948         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22949         field value.  Check for IBM long double here.
22950         (do_test): Update calls to test_in_one_mode.
22951
22952 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22953
22954         [BZ #12515]
22955         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22956         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22957
22958 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22959
22960         [BZ #15605]
22961         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22962         generated by the compiler on loop optimizations.
22963         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22964         general definitions.
22965
22966 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22967
22968         * math/bug-nextafter.c: Include <math-tests.h>.
22969         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22970         the relevant type.
22971         * math/bug-nexttoward.c: Include <math-tests.h>.
22972         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22973         the relevant type.
22974         * math/test-misc.c: Include <math-tests.h>.
22975         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22976         the relevant type.
22977
22978 2013-06-12  Andreas Jaeger  <aj@suse.de>
22979
22980         * po/ia.po: Update Interlingua translation from translation
22981         project.
22982
22983 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22984
22985         * include/fenv.h: Include stdbool.h.
22986         (struct rm_ctx): New structure.
22987         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22988         Define macro.
22989         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22990         (SET_RESTORE_ROUNDF): Likewise.
22991         (SET_RESTORE_ROUNDL): Likewise.
22992         (SET_RESTORE_ROUND_NOEX): Likewise.
22993         (SET_RESTORE_ROUND_NOEXF): Likewise.
22994         (SET_RESTORE_ROUND_NOEXL): Likewise.
22995         (SET_RESTORE_ROUND_53BIT): Likewise.
22996         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22997         (libc_feresetround_noexf_ctx): Likewise.
22998         (libc_feresetround_noexl_ctx): Likewise.
22999         (libc_feholdsetround_53bit_ctx): Likewise.
23000         (libc_feresetround_53bit_ctx): Likewise.
23001         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
23002         (libc_feholdexcept_setround_sse_ctx): New function.
23003         (libc_fesetenv_sse_ctx): Likewise.
23004         (libc_feupdateenv_sse_ctx): Likewise.
23005         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
23006         (libc_feholdexcept_setround_387_ctx): Likewise.
23007         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
23008         (libc_feholdsetround_387_prec_ctx): Likewise.
23009         (libc_feholdsetround_387_ctx): Likewise.
23010         (libc_feholdsetround_387_53bit_ctx): Likewise.
23011         (libc_feholdsetround_sse_ctx): Likewise.
23012         (libc_feresetround_sse_ctx): Likewise.
23013         (libc_feresetround_387_ctx): Likewise.
23014         (libc_feupdateenv_387_ctx): Likewise.
23015         (libc_feholdexcept_setroundf_ctx): Define macro.
23016         (libc_fesetenvf_ctx): Likewise.
23017         (libc_feupdateenvf_ctx): Likewise.
23018         (libc_feholdsetroundf_ctx): Likewise.
23019         (libc_feresetroundf_ctx): Likewise.
23020         (libc_feholdexcept_setround_ctx): Likewise.
23021         (libc_fesetenv_ctx): Likewise.
23022         (libc_feupdateenv_ctx): Likewise.
23023         (libc_feholdsetround_ctx): Likewise.
23024         (libc_feresetround_ctx): Likewise.
23025         (libc_feholdexcept_setroundl_ctx): Likewise.
23026         (libc_feupdateenvl_ctx): Likewise.
23027         (libc_feholdsetroundl_ctx): Likewise.
23028         (libc_feresetroundl_ctx): Likewise.
23029         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
23030         (libc_feresetround_53bit_ctx): Likewise.
23031
23032 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23033
23034         * locale/iso-639.def: Convert to UTF-8.
23035
23036 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
23037
23038         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
23039         (EXCEPTION_TESTS_double): Likewise.
23040         (EXCEPTION_TESTS_long_double): Likewise.
23041         (EXCEPTION_TESTS): Likewise.
23042         * math/libm-test.inc (test_exceptions): Only test exceptions if
23043         EXCEPTION_TESTS (FLOAT).
23044
23045 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23046
23047         * benchtests/Makefile (string-bench): Add strcpy_chk and
23048         stpcpy_chk.
23049         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
23050         * benchtests/bench-stpcpy_chk.c: New file.
23051         * benchtests/bench-strcpy_chk-ifunc.c: New file.
23052         * benchtests/bench-strcpy_chk.c: New file.
23053         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
23054         code.
23055         (do_test): Likewise.
23056
23057 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23058
23059         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
23060         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
23061         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
23062         with tabs where appropriate.
23063         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
23064         dl-procinfo.h.
23065         [PPC_PLATFORM_PPC440]: Likewise.
23066         [PPC_PLATFORM_PPC464]: Likewise.
23067         [PPC_PLATFORM_PPC476]: Likewise.
23068         (_dl_string_platform): Add support for detecting ppc405, ppc440,
23069         ppc464, and ppc476 platform strings merging from ports/
23070         dl-procinfo.h.
23071
23072 2013-06-11  Andreas Schwab  <schwab@suse.de>
23073
23074         [BZ #14991]
23075         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
23076         (from_ucs4_idx): Regenerate.
23077         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
23078         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
23079         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
23080         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
23081         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
23082         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
23083         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
23084         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
23085         from FROM_LOOP and TO_LOOP specific macros.
23086         (BODY): Handle combining characters.
23087         * iconvdata/BIG5HKSCS.irreversible: Update.
23088         * iconvdata/BIG5HKSCS.precomposed: New file.
23089         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
23090         characters.
23091         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
23092
23093 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23094
23095         * include/sys/time.h: Fix indentation and add copyright header.
23096
23097         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
23098         (do_test): Likewise.
23099         * string/test-memchr.c (do_one_test): Likewise.
23100         (do_test): Likewise.
23101         * string/test-memcmp.c (do_one_test): Likewise.
23102         (do_test): Likewise.
23103         * string/test-memcpy.c (do_one_test): Likewise.
23104         (do_test): Likewise.
23105         * string/test-memmem.c (do_one_test): Likewise.
23106         (do_test): Likewise.
23107         (do_random_tests): Likewise.
23108         * string/test-memmove.c (do_one_test): Likewise.
23109         (do_test): Likewise.
23110         * string/test-memset.c (do_one_test): Likewise.
23111         (do_test): Likewise.
23112         * string/test-rawmemchr.c (do_one_test): Likewise.
23113         (do_test): Likewise.
23114         * string/test-strcasecmp.c (do_one_test): Likewise.
23115         (do_test): Likewise.
23116         * string/test-strcasestr.c (do_one_test): Likewise.
23117         (do_test): Likewise.
23118         * string/test-strcat.c (do_one_test): Likewise.
23119         (do_test): Likewise.
23120         * string/test-strchr.c (do_one_test): Likewise.
23121         (do_test): Likewise.
23122         * string/test-strcmp.c (do_one_test): Likewise.
23123         (do_test): Likewise.
23124         * string/test-strcpy.c (do_one_test): Likewise.
23125         (do_test): Likewise.
23126         * string/test-string.h: Likewise.
23127         (test_init): Likewise.
23128         * string/test-strlen.c (do_one_test): Likewise.
23129         (do_test): Likewise.
23130         * string/test-strncasecmp.c (do_one_test): Likewise.
23131         (do_test): Likewise.
23132         * string/test-strncat.c (do_one_test): Likewise.
23133         (do_test): Likewise.
23134         * string/test-strncmp.c (do_one_test): Likewise.
23135         (do_test_limit): Likewise.
23136         (do_test): Likewise.
23137         * string/test-strncpy.c (do_one_test): Likewise.
23138         (do_test): Likewise.
23139         * string/test-strnlen.c (do_one_test): Likewise.
23140         (do_test): Likewise.
23141         * string/test-strpbrk.c (do_one_test): Likewise.
23142         (do_test): Likewise.
23143         * string/test-strrchr.c (do_one_test): Likewise.
23144         (do_test): Likewise.
23145         * string/test-strspn.c (do_one_test): Likewise.
23146         (do_test): Likewise.
23147         * string/test-strstr.c (do_one_test): Likewise.
23148         (do_test): Likewise.
23149
23150         * benchtests/Makefile (string-bench): Add string benchmarks.
23151         * benchtests/bench-bcopy-ifunc.c: New file.
23152         * benchtests/bench-bcopy.c: New file.
23153         * benchtests/bench-bzero-ifunc.c: New file.
23154         * benchtests/bench-bzero.c: New file.
23155         * benchtests/bench-memccpy-ifunc.c: New file.
23156         * benchtests/bench-memccpy.c: New file.
23157         * benchtests/bench-memchr-ifunc.c: New file.
23158         * benchtests/bench-memchr.c: New file.
23159         * benchtests/bench-memcmp-ifunc.c: New file.
23160         * benchtests/bench-memcmp.c: New file.
23161         * benchtests/bench-memmem-ifunc.c: New file.
23162         * benchtests/bench-memmem.c: New file.
23163         * benchtests/bench-memmove-ifunc.c: New file.
23164         * benchtests/bench-memmove.c: New file.
23165         * benchtests/bench-mempcpy-ifunc.c: New file.
23166         * benchtests/bench-mempcpy.c: New file.
23167         * benchtests/bench-memset-ifunc.c: New file.
23168         * benchtests/bench-memset.c: New file.
23169         * benchtests/bench-rawmemchr-ifunc.c: New file.
23170         * benchtests/bench-rawmemchr.c: New file.
23171         * benchtests/bench-stpcpy-ifunc.c: New file.
23172         * benchtests/bench-stpcpy.c: New file.
23173         * benchtests/bench-stpncpy-ifunc.c: New file.
23174         * benchtests/bench-stpncpy.c: New file.
23175         * benchtests/bench-strcasecmp-ifunc.c: New file.
23176         * benchtests/bench-strcasecmp.c: New file.
23177         * benchtests/bench-strcasestr-ifunc.c: New file.
23178         * benchtests/bench-strcasestr.c: New file.
23179         * benchtests/bench-strcat-ifunc.c: New file.
23180         * benchtests/bench-strcat.c: New file.
23181         * benchtests/bench-strchr-ifunc.c: New file.
23182         * benchtests/bench-strchr.c: New file.
23183         * benchtests/bench-strchrnul-ifunc.c: New file.
23184         * benchtests/bench-strchrnul.c: New file.
23185         * benchtests/bench-strcmp-ifunc.c: New file.
23186         * benchtests/bench-strcmp.c: New file.
23187         * benchtests/bench-strcpy-ifunc.c: New file.
23188         * benchtests/bench-strcpy.c: New file.
23189         * benchtests/bench-strcspn-ifunc.c: New file.
23190         * benchtests/bench-strcspn.c: New file.
23191         * benchtests/bench-strlen-ifunc.c: New file.
23192         * benchtests/bench-strlen.c: New file.
23193         * benchtests/bench-strncasecmp-ifunc.c: New file.
23194         * benchtests/bench-strncasecmp.c: New file.
23195         * benchtests/bench-strncat-ifunc.c: New file.
23196         * benchtests/bench-strncat.c: New file.
23197         * benchtests/bench-strncmp-ifunc.c: New file.
23198         * benchtests/bench-strncmp.c: New file.
23199         * benchtests/bench-strncpy-ifunc.c: New file.
23200         * benchtests/bench-strncpy.c: New file.
23201         * benchtests/bench-strnlen-ifunc.c: New file.
23202         * benchtests/bench-strnlen.c: New file.
23203         * benchtests/bench-strpbrk-ifunc.c: New file.
23204         * benchtests/bench-strpbrk.c: New file.
23205         * benchtests/bench-strrchr-ifunc.c: New file.
23206         * benchtests/bench-strrchr.c: New file.
23207         * benchtests/bench-strspn-ifunc.c: New file.
23208         * benchtests/bench-strspn.c: New file.
23209         * benchtests/bench-strstr-ifunc.c: New file.
23210         * benchtests/bench-strstr.c: New file.
23211
23212         * benchtests/Makefile: Disable parallel execution of targets.
23213         (string-bench): Add memcpy.
23214         (benchset): New variable to store a list of benchmark sets.
23215         (bench-func): Renamed from bench.
23216         (bench-set): New target.
23217         (bench): Depend on bench-func and bench-set.
23218         * benchtests/README: Add section on benchmark sets.
23219         * benchtests/bench-memcpy-ifunc.c: New file.
23220         * benchtests/bench-memcpy.c: New file.
23221         * benchtests/bench-string.h: New file.
23222
23223 2013-06-11  Andreas Schwab  <schwab@suse.de>
23224
23225         [BZ #15577]
23226         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23227         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23228         values in the triple.
23229         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23230         terminator in the group key.
23231
23232 2013-06-11  Andreas Jaeger  <aj@suse.de>
23233
23234         * po/zh_TW.po: Update Chinese (traditional) translation from
23235         translation project.
23236
23237 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23238
23239         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23240         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23241         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23242         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23243         (clock_getcpuclockid): Likewise.
23244         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23245         Add weak_alias and libc_hidden_def.
23246         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23247         * rt/clock_gettime.c (clock_gettime): Rename to
23248         __clock_gettime.  Add weak_alias and libc_hidden_def.
23249         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23250         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23251         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23252         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23253         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23254         Likewise.
23255         * rt/clock_settime.c (clock_settime): Rename to
23256         __clock_settime.  Add weak_alias and libc_hidden_def.
23257         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23258
23259 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23260
23261         * mach/err_boot.sub: Remove trailing whitespace.
23262         * mach/err_ipc.sub: Likewise.
23263         * mach/err_mach.sub: Likewise.
23264
23265         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23266         (ROUNDING_TESTS_double): Likewise.
23267         (ROUNDING_TESTS_long_double): Likewise.
23268         (ROUNDING_TESTS): Likewise.
23269         * math/libm-test.inc: Include <math-tests.h>.
23270         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23271         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23272         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23273         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23274
23275 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23276
23277         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23278         of assigning.
23279
23280 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23281
23282         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23283         otherwise empty TRANS lines.
23284         * sysdeps/gnu/errlist.c: Regenerated.
23285
23286         * catgets/gencat.c (error_print): Use (void) in function
23287         definition.
23288         * crypt/crypt_util.c (__init_des): Likewise.
23289         * crypt/speeds.c (Stop): Likewise.
23290         (main): Likewise.
23291         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23292         * inet/ruserpass.c (token): Likewise.
23293         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23294         * intl/localealias.c (extend_alias_table): Likewise.
23295         * intl/plural-exp.c (init_germanic_plural): Likewise.
23296         * libio/fcloseall.c (__fcloseall): Likewise.
23297         * libio/genops.c (_IO_flush_all): Likewise.
23298         (_IO_flush_all_linebuffered): Likewise.
23299         (_IO_cleanup): Likewise.
23300         (_IO_iter_begin): Likewise.
23301         (_IO_iter_end): Likewise.
23302         (_IO_list_lock): Likewise.
23303         (_IO_list_unlock): Likewise.
23304         (_IO_list_resetlock): Likewise.
23305         * libio/getchar.c (getchar): Likewise.
23306         * libio/getchar_u.c (getchar_unlocked): Likewise.
23307         * libio/getwchar.c (getwchar): Likewise.
23308         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23309         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23310         * login/getpt.c (__getpt): Likewise.
23311         * login/tst-utmp.c (main): Likewise.
23312         * malloc/hooks.c (__malloc_check_init): Likewise.
23313         * malloc/malloc.c (__malloc_stats): Likewise.
23314         * malloc/mtrace.c (tr_break): Likewise.
23315         (mtrace): Likewise.
23316         (muntrace): Likewise.
23317         * misc/fstab.c (endfsent): Likewise.
23318         * misc/getclktck.c (__getclktck): Likewise.
23319         * misc/getdtsz.c (__getdtablesize): Likewise.
23320         * misc/gethostid.c (gethostid): Likewise.
23321         * misc/getpagesize.c (__getpagesize): Likewise.
23322         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23323         (__get_nprocs): Likewise.
23324         (__get_phys_pages): Likewise.
23325         (__get_avphys_pages): Likewise.
23326         * misc/getttyent.c (getttyent): Likewise.
23327         (setttyent): Likewise.
23328         (endttyent): Likewise.
23329         * misc/getusershell.c (getusershell): Likewise.
23330         (endusershell): Likewise.
23331         (setusershell): Likewise.
23332         (initshells): Likewise.
23333         * misc/hsearch.c (__hdestroy): Likewise.
23334         * misc/sync.c (sync): Likewise.
23335         * misc/syslog.c (closelog_internal): Likewise.
23336         (closelog): Likewise.
23337         * misc/ttyslot.c (ttyslot): Likewise.
23338         * misc/vhangup.c (vhangup): Likewise.
23339         * posix/fork.c (__fork): Likewise.
23340         * posix/getegid.c (__getegid): Likewise.
23341         * posix/geteuid.c (__geteuid): Likewise.
23342         * posix/getgid.c (__getgid): Likewise.
23343         * posix/getpid.c (__getpid): Likewise.
23344         * posix/getppid.c (__getppid): Likewise.
23345         * posix/getuid.c (__getuid): Likewise.
23346         * posix/pause.c (pause): Likewise.
23347         * posix/setpgrp.c (setpgrp): Likewise.
23348         * posix/setsid.c (__setsid): Likewise.
23349         * posix/test-vfork.c (noop): Likewise.
23350         * resolv/gethnamaddr.c (_endhtent): Likewise.
23351         (_gethtent): Likewise.
23352         (ht_endhostent): Likewise.
23353         (gethostent): Likewise.
23354         (dns_service): Likewise.
23355         * stdlib/drand48.c (drand48): Likewise.
23356         * stdlib/lrand48.c (lrand48): Likewise.
23357         * stdlib/mrand48.c (mrand48): Likewise.
23358         * stdlib/rand.c (rand): Likewise.
23359         * stdlib/random.c (__random): Likewise.
23360         * stdlib/setenv.c (clearenv): Likewise.
23361         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23362         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23363         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23364         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23365         (__get_nprocs): Likewise.
23366         (__get_phys_pages): Likewise.
23367         (__get_avphys_pages): Likewise.
23368         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23369         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23370         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23371         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23372         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23373         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23374         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23375         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23376         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23377         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23378         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23379         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23380         * sysdeps/posix/clock.c (clock): Likewise.
23381         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23382         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23383         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23384         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23385         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23386         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23387         (__get_nprocs_conf): Likewise.
23388         (__get_phys_pages): Likewise.
23389         (__get_avphys_pages): Likewise.
23390         * time/clock.c (clock): Likewise.
23391         * time/tzset.c (__tzname_max): Likewise.
23392
23393 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23394
23395         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23396         (__bswap_32): Do not use "register".
23397         * crypt/crypt.c (_ufc_doit_r): Likewise.
23398         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23399         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23400         * gmon/gmon.c (__monstartup): Likewise.
23401         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23402         * hurd/hurdmalloc.c (more_memory): Likewise.
23403         (malloc): Likewise.
23404         (free): Likewise.
23405         (realloc): Likewise.
23406         (malloc_fork_prepare): Likewise.
23407         (malloc_fork_parent): Likewise.
23408         (malloc_fork_child): Likewise.
23409         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23410         (_svcauth_des): Likewise.
23411         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23412         * inet/inet_net.c (inet_network): Likewise.
23413         * inet/inet_netof.c (inet_netof): Likewise.
23414         * inet/rcmd.c (__validuser2_sa): Likewise.
23415         * io/fts.c (fts_open): Likewise.
23416         (fts_load): Likewise.
23417         (fts_close): Likewise.
23418         (fts_read): Likewise.
23419         (fts_children): Likewise.
23420         (fts_build): Likewise.
23421         (fts_stat): Likewise.
23422         (fts_sort): Likewise.
23423         (fts_alloc): Likewise.
23424         (fts_lfree): Likewise.
23425         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23426         (_IO_file_xsgetn): Likewise.
23427         (_IO_file_xsgetn_mmap): Likewise.
23428         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23429         (_IO_cookie_write): Likewise.
23430         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23431         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23432         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23433         * malloc/obstack.c (_obstack_begin): Likewise.
23434         (_obstack_begin_1): Likewise.
23435         (_obstack_newchunk): Likewise.
23436         (_obstack_allocated_p): Likewise.
23437         (obstack_free): Likewise.
23438         (_obstack_memory_used): Likewise.
23439         * misc/getttyent.c (getttynam): Likewise.
23440         (getttyent): Likewise.
23441         (skip): Likewise.
23442         (value): Likewise.
23443         * misc/getusershell.c (initshells): Likewise.
23444         * misc/syslog.c (__vsyslog_chk): Likewise.
23445         * misc/ttyslot.c (ttyslot): Likewise.
23446         * nis/nis_hash.c (__nis_hash): Likewise.
23447         * posix/fnmatch_loop.c (FCT): Likewise.
23448         * posix/getconf.c (print_all): Likewise.
23449         (main): Likewise.
23450         * posix/getopt.c (exchange): Likewise.
23451         * posix/glob.c (globfree): Likewise.
23452         (prefix_array): Likewise.
23453         (__glob_pattern_type): Likewise.
23454         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23455         (NS_GET32): Likewise.
23456         (NS_PUT16): Likewise.
23457         (NS_PUT32): Likewise.
23458         * resolv/gethnamaddr.c (getanswer): Likewise.
23459         (gethostbyname2): Likewise.
23460         (gethostbyaddr): Likewise.
23461         (_gethtent): Likewise.
23462         (_gethtbyname2): Likewise.
23463         (_gethtbyaddr): Likewise.
23464         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23465         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23466         * resolv/res_init.c (__res_vinit): Likewise.
23467         (net_mask): Likewise.
23468         * resolv/res_mkquery.c (outchar): Likewise.
23469         (PRINT): Likewise.
23470         * stdio-common/printf_fp.c (outchar): Likewise.
23471         (PRINT): Likewise.
23472         * stdio-common/printf_fphex.c (outchar): Likewise.
23473         (PRINT): Likewise.
23474         * stdio-common/printf_size.c (outchar): Likewise.
23475         (PRINT): Likewise.
23476         * stdio-common/test_rdwr.c (main): Likewise.
23477         * stdio-common/tfformat.c (matches): Likewise.
23478         * stdio-common/vfprintf.c (outchar): Likewise.
23479         (printf_unknown): Likewise.
23480         (buffered_vfprintf): Likewise.
23481         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23482         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23483         (ReadFile): Likewise.
23484         * stdlib/qsort.c (SWAP): Likewise.
23485         (_quicksort): Likewise.
23486         * stdlib/setenv.c (__add_to_environ): Likewise.
23487         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23488         * stdlib/strtol_l.c (__strtol_l): Likewise.
23489         * stdlib/tst-strtod.c (main): Likewise.
23490         * stdlib/tst-strtol.c (main): Likewise.
23491         * stdlib/tst-strtoll.c (main): Likewise.
23492         * string/bits/string2.h (__strcmp_cc): Likewise.
23493         (__strcmp_cg): Likewise.
23494         (__strcspn_c1): Likewise.
23495         (__strcspn_c2): Likewise.
23496         (__strcspn_c3): Likewise.
23497         (__strspn_c1): Likewise.
23498         (__strspn_c2): Likewise.
23499         (__strspn_c3): Likewise.
23500         (__strsep_1c): Likewise.
23501         (__strsep_2c): Likewise.
23502         (__strsep_3c): Likewise.
23503         * string/memccpy.c (__memccpy): Likewise.
23504         * string/stpcpy.c (__stpcpy): Likewise.
23505         * string/strcmp.c (strcmp): Likewise.
23506         * string/strrchr.c (strrchr): Likewise.
23507         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23508         Likewise.
23509         * sysdeps/mach/hurd/getcwd.c
23510         (_hurd_canonicalize_directory_name_internal): Likewise.
23511         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23512         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23513         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23514         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23515         Likewise, in both definitions.
23516         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23517         definitions.
23518         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23519         64] (__bswap_64): Likewise.
23520         * time/test_time.c (main): Likewise.
23521         * time/tzfile.c (__tzfile_read): Likewise.
23522         (__tzfile_compute): Likewise.
23523         * time/tzset.c (__tzset_parse_tz): Likewise.
23524         (tzset_internal): Likewise.
23525         (compute_change): Likewise.
23526         * wcsmbs/wcscat.c (__wcscat): Likewise.
23527         * wcsmbs/wcschr.c (wcschr): Likewise.
23528         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23529         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23530         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23531         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23532         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23533         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23534         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23535         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23536         * wcsmbs/wmemset.c (wmemset): Likewise.
23537
23538 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23539
23540         * scripts/config.guess: Update to version 2013-05-16.
23541         * scripts/config.sub: Update to version 2013-04-24.
23542         * scripts/install-sh: Update to version 2011-11-20.07.
23543         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23544         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23545
23546 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23547
23548         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23549         * elf/sln.c: Likewise.
23550         * hurd/hurd/ioctl.h: Likewise.
23551         * hurd/hurdmalloc.c: Likewise.
23552         * hurd/xattr.c: Likewise.
23553         * include/shlib-compat.h: Likewise.
23554         * inet/ruserpass.c: Likewise.
23555         * libio/iofgets_u.c: Likewise.
23556         * libio/iofgetws_u.c: Likewise.
23557         * locale/programs/ld-identification.c: Likewise.
23558         * locale/programs/ld-time.c: Likewise.
23559         * mach/msg-destroy.c: Likewise.
23560         * nss/nss_files/files-netgrp.c: Likewise.
23561         * resolv/res_data.c: Likewise.
23562         * soft-fp/op-1.h: Likewise.
23563         * soft-fp/op-2.h: Likewise.
23564         * soft-fp/op-4.h: Likewise.
23565         * soft-fp/op-common.h: Likewise.
23566         * stdio-common/printf_fphex.c: Likewise.
23567         * stdlib/strtod_l.c: Likewise.
23568         * sunrpc/rpc/clnt.h: Likewise.
23569         * sysdeps/generic/framestate.c: Likewise.
23570         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23571         * sysdeps/i386/bsd-setjmp.S: Likewise.
23572         * sysdeps/i386/__longjmp.S: Likewise.
23573         * sysdeps/i386/setjmp.S: Likewise.
23574         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23575         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23576         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23577         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23578         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23579         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23580         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23581         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23582         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23583         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23584         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23585         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23586         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23587         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23588         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23589         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23590         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23591         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23592         * sysdeps/ieee754/support.c: Likewise.
23593         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23594         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23595         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23596         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23597         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23598         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23599         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23600         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23601         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23602         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23603         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23604         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23605         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23606         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23607         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23608         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23609         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23611
23612 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23613
23614         * posix/transbug.c: Remove executable mode.
23615
23616 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23617
23618         * crypt/speeds.c: Remove trailing whitespace.
23619         * dlfcn/default.c: Likewise.
23620         * elf/ifuncdep2.c: Likewise.
23621         * elf/ifuncmain1.c: Likewise.
23622         * elf/ifuncmain1vis.c: Likewise.
23623         * elf/testobj.h: Likewise.
23624         * elf/tst-stackguard1.c: Likewise.
23625         * gmon/sys/gmon.h: Likewise.
23626         * hurd/hurdmsg.c: Likewise.
23627         * hurd/new-fd.c: Likewise.
23628         * hurd/ports-get.c: Likewise.
23629         * iconvdata/ibm1008_420.c: Likewise.
23630         * inet/tst-getni1.c: Likewise.
23631         * inet/tst-getni2.c: Likewise.
23632         * libio/ioungetc.c: Likewise.
23633         * libio/wfiledoalloc.c: Likewise.
23634         * manual/libm-err-tab.pl: Likewise.
23635         * math/w_dremf.c: Likewise.
23636         * misc/ftruncate.c: Likewise.
23637         * posix/bug-glob2.c: Likewise.
23638         * posix/tst-pcre.c: Likewise.
23639         * posix/wait4.c: Likewise.
23640         * resolv/README: Likewise.
23641         * resolv/res_debug.h: Likewise.
23642         * resolv/tst-inet_ntop.c: Likewise.
23643         * setjmp/bug269-setjmp.c: Likewise.
23644         * soft-fp/extended.h: Likewise.
23645         * soft-fp/op-1.h: Likewise.
23646         * soft-fp/op-2.h: Likewise.
23647         * soft-fp/op-4.h: Likewise.
23648         * soft-fp/op-8.h: Likewise.
23649         * soft-fp/testit.c: Likewise.
23650         * stdio-common/bug16.c: Likewise.
23651         * stdlib/random.c: Likewise.
23652         * sunrpc/rpcsvc/rquota.x: Likewise.
23653         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23654         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23655         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23656         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23657         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23658         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23659         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23660         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23661         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23662         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23663         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23664         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23665         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23666         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23667         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23668         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23669         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23670         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23671         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23672         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23673         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23674         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23675         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23676         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23677         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23678         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23679         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23680         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23681         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23682         * sysdeps/ieee754/s_lib_version.c: Likewise.
23683         * sysdeps/mach/hurd/check_fds.c: Likewise.
23684         * sysdeps/mach/hurd/getsockname.c: Likewise.
23685         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23686         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23687         * sysdeps/powerpc/bits/link.h: Likewise.
23688         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23689         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23690         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23691         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23692         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23693         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23694         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23695         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23696         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23697         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23698         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23699         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23700         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23701         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23702         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23703         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23704         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23705         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23706         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23707         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23708         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23709         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23710         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23711         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23712         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23713         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23714         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23715         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23716         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23717         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23718         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23719         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23720         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23721         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23722         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23723         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23724         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23725         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23726         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23727         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23728         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23729         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23730         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23731         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23732         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23733         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23734         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23735         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23736         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23737         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23738         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23739         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23740         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23741         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23742         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23743         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23744         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23745         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23746         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23747         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23748         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23749         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23750         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23751         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23752         * sysdeps/powerpc/sysdep.h: Likewise.
23753         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23754         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23755         * sysdeps/sh/dl-trampoline.S: Likewise.
23756         * sysdeps/sh/memset.S: Likewise.
23757         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23758         * sysdeps/sh/strlen.S: Likewise.
23759         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23760         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23761         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23762         * sysdeps/sparc/sparc32/rem.S: Likewise.
23763         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23764         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23765         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23766         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23767         * sysdeps/sparc/sparc32/urem.S: Likewise.
23768         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23769         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23770         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23771         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23772         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23773         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23774         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23775         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23776         * sysdeps/unix/bsd/times.c: Likewise.
23777         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23778         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23782         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23783         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23784         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23785         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23786         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23787         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23788         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23789         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23790         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23791         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23792         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23793         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23794         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23795         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23796         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23797         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23798         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23799         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23800         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23801         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23802         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23803         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23804         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23805         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23806         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23807         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23808         * sysdeps/x86_64/strcspn.S: Likewise.
23809
23810 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23811
23812         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23813         generated file.  Regenerate properly from gen-translit.pl.
23814         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23815         locale/C-translit.h.
23816
23817 2013-06-05  Andreas Schwab  <schwab@suse.de>
23818
23819         [BZ #15100]
23820         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23821         week as 6 instead of -1.
23822         * time/tst-strptime.c (day_tests): Add test case.
23823
23824 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23825
23826         * sysdeps/generic/math_private.h
23827         (libc_feholdexcept_setround_53bit): Replace with
23828         libc_feholdsetround_53bit.
23829         (libc_feupdateenv_53bit): Replace with
23830         libc_feresetround_53bit.
23831         (SET_RESTORE_ROUND_53BIT): Adjust.
23832
23833 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23834
23835         * string/test-strchrnul.c: Add copyright header.
23836
23837         * posix/tst-getaddrinfo4.c: Increase test timeout.
23838
23839 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23840
23841         [BZ #15536]
23842         * math/libm-test.inc (MAX_EXP): Remove
23843         (MIN_EXP): Define.
23844         (ulp): Use MIN_EXP - MANT_DIG.
23845         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23846
23847 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23848
23849         * po/be.po: Revert last change.
23850         * po/zh_CN.po: Likewise.
23851         * po/header.pot: Likewise.
23852
23853 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23854
23855         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23856         link-libc-deps to empty as target-specific variable.
23857         * Makerules (link-libc-args): New variable.
23858         (libc-for-link): Likewise.
23859         (link-libc-deps): Likewise.
23860         (lib%.so): Depend on $(link-libc-deps).  Link with
23861         $(link-libc-args).
23862         (build-module): Link with $(link-libc-args).
23863         (build-module-asneeded): Likewise.
23864         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23865         list of objects.
23866         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23867         target-specific variable.
23868         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23869         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23870         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23871         libc.
23872         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23873         libc and ld.so.
23874         ($(objpfx)libpcprofile.so): Likewise.
23875         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23876         libc_nonshared.a.
23877         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23878         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23879         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23880         $(link-libc-deps).
23881         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23882         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23883         * login/Makefile ($(objpfx)libutil.so): Likewise.
23884         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23885         * math/Makefile ($(objpfx)libm.so): Likewise.
23886         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23887         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23888         variable instead of depending directly on libc.
23889         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23890         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23891         $(link-libc-deps).
23892         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23893         libc.
23894         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23895         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23896         ($(objpfx)libanl.so): Likewise.
23897         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23898         ld.so.
23899         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23900         $(link-libc-deps).
23901         * sysdeps/i386/fpu/Makefile: Remove file.
23902         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23903         ($(objpfx)libm.so): Remove dependency on ld.so.
23904
23905 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23906
23907         [BZ # 15553]
23908         * nis/yp_xdr.c (XDRMAXNAME): Define.
23909         (XDRMAXRECORD): Define.
23910         (xdr_domainname): Use XDRMAXNAME.
23911         (xdr_mapname): Likewise.
23912         (xdr_peername): Likewise.
23913         (xdr_keydat): Use XDRMAXRECORD.
23914         (xdr_valdat): Likewise.
23915
23916 2013-05-30  Jeff Law  <law@redhat.com>
23917
23918         [BZ #14256]
23919         * manual/errno.texi (ESTALE): Update to account for more than
23920         just NFS file systems.
23921         * sysdeps/gnu/errlist.c: Regenerated.
23922
23923 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23924
23925         [BZ #15465]
23926         * elf/Makefile (tests): Add tst-null-argv.
23927         (modules-names):  Add tst-null-argv-lib.
23928         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23929         (tst-null-argv-ENV): Set environment for tst-null-argv.
23930         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23931         (RTLD_PROGNAME): New macro.
23932         * elf/tst-null-argv.c: New test case.
23933         * elf/tst-null-argv-lib.c: Library for test case.
23934         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23935         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23936         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23937         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23938         * elf/dl-init.c (call_init): Likewise.
23939         (_dl_init): Likewise.
23940         * elf/dl-load.c (print_search_path): Likewise.
23941         (_dl_map_object): Likewise.
23942         * elf/dl-lookup.c (do_lookup_x): Likewise.
23943         (add_dependency): Likewise.
23944         (_dl_lookup_symbol_x): Likewise.
23945         (_dl_debug_bindings): Likewise.
23946         * elf/dl-open.c (_dl_show_scope): Likewise.
23947         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23948         * elf/dl-version.c (match_symbol): Likewise.
23949         (_dl_check_map_versions): Likewise.
23950         * elf/rtld.c (dl_main): Likewise.
23951         (print_unresolved): Use RTLD_PROGNAME.
23952         (print_missing_version): Likewise.
23953         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23954         (elf_machine_rela): Likewise.
23955         * sysdeps/powerpc/powerpc32/dl-machine.c
23956         (__process_machine_rela): Likewise.
23957         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23958         Likewise.
23959         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23960         Likewise.
23961         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23962         Likewise.
23963         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23964         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23965         Likewise.
23966         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23967         Likewise.
23968         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23969
23970 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23971
23972         * po/be.po: Add descriptive title.
23973         * po/zh_CN.po: Likewise.
23974         * po/header.pot: Likewise.
23975
23976 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23977
23978         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23979         error message.
23980         (enlarge_archive): Likewise.
23981
23982 2013-05-28  Ben North  <ben@redfrontdoor.org>
23983
23984         * manual/arith.texi (frexp): It is the magnitude of the return
23985         value which lies in [0.5, 1), not the return value itself.
23986
23987 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23988
23989         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23990
23991 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23992
23993         * stdio-common/bug26.c (main): Correct fscanf template.
23994
23995         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23996         declare _dl_skip_args.
23997
23998         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23999         Don't declare.
24000
24001         * manual/platform.texi: Add missing @end deftypefun.
24002
24003 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24004
24005         [BZ #15529]
24006         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
24007         bit of mantissa of 2^16382.
24008         * math/libm-test.inc (hypot_test_data): Add more tests.
24009
24010         * math/libm-test.inc: Add drem and pow10 to list of tested
24011         functions.
24012         (pow10_test): New function.
24013         (drem_test): Likewise.
24014         (drem_test_tonearest): Likewise.
24015         (drem_test_towardzero): Likewise.
24016         (drem_test_downward): Likewise.
24017         (drem_test_upward): Likewise.
24018         (main): Call the new functions.
24019
24020         * math/libm-test.inc (finite_test_data): Remove.
24021         (finite_test): Run tests from isfinite_test_data.
24022         (gamma_test_data): Remove.
24023         (gamma_test): Run tests from lgamma_test_data.
24024         * sysdeps/i386/fpu/libm-test-ulps: Update.
24025         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24026
24027 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24028
24029         * manual/platform.texi: Add PowerPC PPR function set documentation.
24030         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
24031         implementation.
24032
24033 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
24034
24035         * math/libm-test.inc (MAX_EXP): Define.
24036         (ULPDIFF): Define.
24037         (ulp): New function.
24038         (check_float_internal): Use ULPDIFF.
24039         (cpow_test): Disable failing test.
24040         (check_ulp): Test ulp() implemetnation.
24041         (main): Call check_ulp before starting tests.
24042
24043 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24044
24045         * math/gen-libm-test.pl (generate_testfile): Do not handle
24046         START_DATA and END_DATA.
24047         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
24048         END_DATA.
24049         (acos_tonearest_test_data): Likewise.
24050         (acos_towardzero_test_data): Likewise.
24051         (acos_downward_test_data): Likewise.
24052         (acos_upward_test_data): Likewise.
24053         (acosh_test_data): Likewise.
24054         (asin_test_data): Likewise.
24055         (asin_tonearest_test_data): Likewise.
24056         (asin_towardzero_test_data): Likewise.
24057         (asin_downward_test_data): Likewise.
24058         (asin_upward_test_data): Likewise.
24059         (asinh_test_data): Likewise.
24060         (atan_test_data): Likewise.
24061         (atanh_test_data): Likewise.
24062         (atan2_test_data): Likewise.
24063         (cabs_test_data): Likewise.
24064         (cacos_test_data): Likewise.
24065         (cacosh_test_data): Likewise.
24066         (carg_test_data): Likewise.
24067         (casin_test_data): Likewise.
24068         (casinh_test_data): Likewise.
24069         (catan_test_data): Likewise.
24070         (catanh_test_data): Likewise.
24071         (cbrt_test_data): Likewise.
24072         (ccos_test_data): Likewise.
24073         (ccosh_test_data): Likewise.
24074         (ceil_test_data): Likewise.
24075         (cexp_test_data): Likewise.
24076         (cimag_test_data): Likewise.
24077         (clog_test_data): Likewise.
24078         (clog10_test_data): Likewise.
24079         (conj_test_data): Likewise.
24080         (copysign_test_data): Likewise.
24081         (cos_test_data): Likewise.
24082         (cos_tonearest_test_data): Likewise.
24083         (cos_towardzero_test_data): Likewise.
24084         (cos_downward_test_data): Likewise.
24085         (cos_upward_test_data): Likewise.
24086         (cosh_test_data): Likewise.
24087         (cosh_tonearest_test_data): Likewise.
24088         (cosh_towardzero_test_data): Likewise.
24089         (cosh_downward_test_data): Likewise.
24090         (cosh_upward_test_data): Likewise.
24091         (cpow_test_data): Likewise.
24092         (cproj_test_data): Likewise.
24093         (creal_test_data): Likewise.
24094         (csin_test_data): Likewise.
24095         (csinh_test_data): Likewise.
24096         (csqrt_test_data): Likewise.
24097         (ctan_test_data): Likewise.
24098         (ctan_tonearest_test_data): Likewise.
24099         (ctan_towardzero_test_data): Likewise.
24100         (ctan_downward_test_data): Likewise.
24101         (ctan_upward_test_data): Likewise.
24102         (ctanh_test_data): Likewise.
24103         (ctanh_tonearest_test_data): Likewise.
24104         (ctanh_towardzero_test_data): Likewise.
24105         (ctanh_downward_test_data): Likewise.
24106         (ctanh_upward_test_data): Likewise.
24107         (erf_test_data): Likewise.
24108         (erfc_test_data): Likewise.
24109         (exp_test_data): Likewise.
24110         (exp_tonearest_test_data): Likewise.
24111         (exp_towardzero_test_data): Likewise.
24112         (exp_downward_test_data): Likewise.
24113         (exp_upward_test_data): Likewise.
24114         (exp10_test_data): Likewise.
24115         (exp2_test_data): Likewise.
24116         (expm1_test_data): Likewise.
24117         (fabs_test_data): Likewise.
24118         (fdim_test_data): Likewise.
24119         (finite_test_data): Likewise.
24120         (floor_test_data): Likewise.
24121         (fma_test_data): Likewise.
24122         (fma_towardzero_test_data): Likewise.
24123         (fma_downward_test_data): Likewise.
24124         (fma_upward_test_data): Likewise.
24125         (fmax_test_data): Likewise.
24126         (fmin_test_data): Likewise.
24127         (fmod_test_data): Likewise.
24128         (fpclassify_test_data): Likewise.
24129         (frexp_test_data): Likewise.
24130         (gamma_test_data): Likewise.
24131         (hypot_test_data): Likewise.
24132         (ilogb_test_data): Likewise.
24133         (isfinite_test_data): Likewise.
24134         (isgreater_test_data): Likewise.
24135         (isgreaterequal_test_data): Likewise.
24136         (isinf_test_data): Likewise.
24137         (isless_test_data): Likewise.
24138         (islessequal_test_data): Likewise.
24139         (islessgreater_test_data): Likewise.
24140         (isnan_test_data): Likewise.
24141         (isnormal_test_data): Likewise.
24142         (issignaling_test_data): Likewise.
24143         (isunordered_test_data): Likewise.
24144         (j0_test_data): Likewise.
24145         (j1_test_data): Likewise.
24146         (jn_test_data): Likewise.
24147         (ldexp_test_data): Likewise.
24148         (lgamma_test_data): Likewise.
24149         (lrint_test_data): Likewise.
24150         (lrint_tonearest_test_data): Likewise.
24151         (lrint_towardzero_test_data): Likewise.
24152         (lrint_downward_test_data): Likewise.
24153         (lrint_upward_test_data): Likewise.
24154         (llrint_test_data): Likewise.
24155         (llrint_tonearest_test_data): Likewise.
24156         (llrint_towardzero_test_data): Likewise.
24157         (llrint_downward_test_data): Likewise.
24158         (llrint_upward_test_data): Likewise.
24159         (log_test_data): Likewise.
24160         (log10_test_data): Likewise.
24161         (log1p_test_data): Likewise.
24162         (log2_test_data): Likewise.
24163         (logb_test_data): Likewise.
24164         (logb_downward_test_data): Likewise.
24165         (lround_test_data): Likewise.
24166         (llround_test_data): Likewise.
24167         (modf_test_data): Likewise.
24168         (nearbyint_test_data): Likewise.
24169         (nextafter_test_data): Likewise.
24170         (nexttoward_test_data): Likewise.
24171         (pow_test_data): Likewise.
24172         (pow_tonearest_test_data): Likewise.
24173         (pow_towardzero_test_data): Likewise.
24174         (pow_downward_test_data): Likewise.
24175         (pow_upward_test_data): Likewise.
24176         (remainder_test_data): Likewise.
24177         (remainder_tonearest_test_data): Likewise.
24178         (remainder_towardzero_test_data): Likewise.
24179         (remainder_downward_test_data): Likewise.
24180         (remainder_upward_test_data): Likewise.
24181         (remquo_test_data): Likewise.
24182         (rint_test_data): Likewise.
24183         (rint_tonearest_test_data): Likewise.
24184         (rint_towardzero_test_data): Likewise.
24185         (rint_downward_test_data): Likewise.
24186         (rint_upward_test_data): Likewise.
24187         (round_test_data): Likewise.
24188         (scalb_test_data): Likewise.
24189         (scalbn_test_data): Likewise.
24190         (scalbln_test_data): Likewise.
24191         (signbit_test_data): Likewise.
24192         (sin_test_data): Likewise.
24193         (sin_tonearest_test_data): Likewise.
24194         (sin_towardzero_test_data): Likewise.
24195         (sin_downward_test_data): Likewise.
24196         (sin_upward_test_data): Likewise.
24197         (sincos_test_data): Likewise.
24198         (sinh_test_data): Likewise.
24199         (sinh_tonearest_test_data): Likewise.
24200         (sinh_towardzero_test_data): Likewise.
24201         (sinh_downward_test_data): Likewise.
24202         (sinh_upward_test_data): Likewise.
24203         (sqrt_test_data): Likewise.
24204         (tan_test_data): Likewise.
24205         (tan_tonearest_test_data): Likewise.
24206         (tan_towardzero_test_data): Likewise.
24207         (tan_downward_test_data): Likewise.
24208         (tan_upward_test_data): Likewise.
24209         (tanh_test_data): Likewise.
24210         (tgamma_test_data): Likewise.
24211         (trunc_test_data): Likewise.
24212         (y0_test_data): Likewise.
24213         (y1_test_data): Likewise.
24214         (yn_test_data): Likewise.
24215         (significand_test_data): Likewise.
24216
24217         * math/gen-libm-test.pl (@functions): Remove variable.
24218         (generate_testfile): Don't handle START and END lines.
24219         * math/libm-test.inc (START): New macro.
24220         (END): Likewise.
24221         (END_COMPLEX): Likewise.
24222         (acos_test): Use END macro without arguments.
24223         (acos_test_tonearest): Likewise.
24224         (acos_test_towardzero): Likewise.
24225         (acos_test_downward): Likewise.
24226         (acos_test_upward): Likewise.
24227         (acosh_test): Likewise.
24228         (asin_test): Likewise.
24229         (asin_test_tonearest): Likewise.
24230         (asin_test_towardzero): Likewise.
24231         (asin_test_downward): Likewise.
24232         (asin_test_upward): Likewise.
24233         (asinh_test): Likewise.
24234         (atan_test): Likewise.
24235         (atanh_test): Likewise.
24236         (atan2_test): Likewise.
24237         (cabs_test): Likewise.
24238         (cacos_test): Use END_COMPLEX macro without arguments.
24239         (cacosh_test): Likewise.
24240         (carg_test): Use END macro without arguments.
24241         (casin_test): Use END_COMPLEX macro without arguments.
24242         (casinh_test): Likewise.
24243         (catan_test): Likewise.
24244         (catanh_test): Likewise.
24245         (cbrt_test): Use END macro without arguments.
24246         (ccos_test): Use END_COMPLEX macro without arguments.
24247         (ccosh_test): Likewise.
24248         (ceil_test): Use END macro without arguments.
24249         (cexp_test): Use END_COMPLEX macro without arguments.
24250         (cimag_test): Use END macro without arguments.
24251         (clog_test): Use END_COMPLEX macro without arguments.
24252         (clog10_test): Likewise.
24253         (conj_test): Likewise.
24254         (copysign_test): Use END macro without arguments.
24255         (cos_test): Likewise.
24256         (cos_test_tonearest): Likewise.
24257         (cos_test_towardzero): Likewise.
24258         (cos_test_downward): Likewise.
24259         (cos_test_upward): Likewise.
24260         (cosh_test): Likewise.
24261         (cosh_test_tonearest): Likewise.
24262         (cosh_test_towardzero): Likewise.
24263         (cosh_test_downward): Likewise.
24264         (cosh_test_upward): Likewise.
24265         (cpow_test): Use END_COMPLEX macro without arguments.
24266         (cproj_test): Likewise.
24267         (creal_test): Use END macro without arguments.
24268         (csin_test): Use END_COMPLEX macro without arguments.
24269         (csinh_test): Likewise.
24270         (csqrt_test): Likewise.
24271         (ctan_test): Likewise.
24272         (ctan_test_tonearest): Likewise.
24273         (ctan_test_towardzero): Likewise.
24274         (ctan_test_downward): Likewise.
24275         (ctan_test_upward): Likewise.
24276         (ctanh_test): Likewise.
24277         (ctanh_test_tonearest): Likewise.
24278         (ctanh_test_towardzero): Likewise.
24279         (ctanh_test_downward): Likewise.
24280         (ctanh_test_upward): Likewise.
24281         (erf_test): Use END macro without arguments.
24282         (erfc_test): Likewise.
24283         (exp_test): Likewise.
24284         (exp_test_tonearest): Likewise.
24285         (exp_test_towardzero): Likewise.
24286         (exp_test_downward): Likewise.
24287         (exp_test_upward): Likewise.
24288         (exp10_test): Likewise.
24289         (exp2_test): Likewise.
24290         (expm1_test): Likewise.
24291         (fabs_test): Likewise.
24292         (fdim_test): Likewise.
24293         (finite_test): Likewise.
24294         (floor_test): Likewise.
24295         (fma_test): Likewise.
24296         (fma_test_towardzero): Likewise.
24297         (fma_test_downward): Likewise.
24298         (fma_test_upward): Likewise.
24299         (fmax_test): Likewise.
24300         (fmin_test): Likewise.
24301         (fmod_test): Likewise.
24302         (fpclassify_test): Likewise.
24303         (frexp_test): Likewise.
24304         (gamma_test): Likewise.
24305         (hypot_test): Likewise.
24306         (ilogb_test): Likewise.
24307         (isfinite_test): Likewise.
24308         (isgreater_test): Likewise.
24309         (isgreaterequal_test): Likewise.
24310         (isinf_test): Likewise.
24311         (isless_test): Likewise.
24312         (islessequal_test): Likewise.
24313         (islessgreater_test): Likewise.
24314         (isnan_test): Likewise.
24315         (isnormal_test): Likewise.
24316         (issignaling_test): Likewise.
24317         (isunordered_test): Likewise.
24318         (j0_test): Likewise.
24319         (j1_test): Likewise.
24320         (jn_test): Likewise.
24321         (ldexp_test): Likewise.
24322         (lgamma_test): Likewise.
24323         (lrint_test): Likewise.
24324         (lrint_test_tonearest): Likewise.
24325         (lrint_test_towardzero): Likewise.
24326         (lrint_test_downward): Likewise.
24327         (lrint_test_upward): Likewise.
24328         (llrint_test): Likewise.
24329         (llrint_test_tonearest): Likewise.
24330         (llrint_test_towardzero): Likewise.
24331         (llrint_test_downward): Likewise.
24332         (llrint_test_upward): Likewise.
24333         (log_test): Likewise.
24334         (log10_test): Likewise.
24335         (log1p_test): Likewise.
24336         (log2_test): Likewise.
24337         (logb_test): Likewise.
24338         (logb_test_downward): Likewise.
24339         (lround_test): Likewise.
24340         (llround_test): Likewise.
24341         (modf_test): Likewise.
24342         (nearbyint_test): Likewise.
24343         (nextafter_test): Likewise.
24344         (nexttoward_test): Likewise.
24345         (pow_test): Likewise.
24346         (pow_test_tonearest): Likewise.
24347         (pow_test_towardzero): Likewise.
24348         (pow_test_downward): Likewise.
24349         (pow_test_upward): Likewise.
24350         (remainder_test): Likewise.
24351         (remainder_test_tonearest): Likewise.
24352         (remainder_test_towardzero): Likewise.
24353         (remainder_test_downward): Likewise.
24354         (remainder_test_upward): Likewise.
24355         (remquo_test): Likewise.
24356         (rint_test): Likewise.
24357         (rint_test_tonearest): Likewise.
24358         (rint_test_towardzero): Likewise.
24359         (rint_test_downward): Likewise.
24360         (rint_test_upward): Likewise.
24361         (round_test): Likewise.
24362         (scalb_test): Likewise.
24363         (scalbn_test): Likewise.
24364         (scalbln_test): Likewise.
24365         (signbit_test): Likewise.
24366         (sin_test): Likewise.
24367         (sin_test_tonearest): Likewise.
24368         (sin_test_towardzero): Likewise.
24369         (sin_test_downward): Likewise.
24370         (sin_test_upward): Likewise.
24371         (sincos_test): Likewise.
24372         (sinh_test): Likewise.
24373         (sinh_test_tonearest): Likewise.
24374         (sinh_test_towardzero): Likewise.
24375         (sinh_test_downward): Likewise.
24376         (sinh_test_upward): Likewise.
24377         (sqrt_test): Likewise.
24378         (tan_test): Likewise.
24379         (tan_test_tonearest): Likewise.
24380         (tan_test_towardzero): Likewise.
24381         (tan_test_downward): Likewise.
24382         (tan_test_upward): Likewise.
24383         (tanh_test): Likewise.
24384         (tgamma_test): Likewise.
24385         (trunc_test): Likewise.
24386         (y0_test): Likewise.
24387         (y1_test): Likewise.
24388         (yn_test): Likewise.
24389         (significand_test): Likewise.
24390
24391 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24392
24393         [BZ #15381]
24394         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24395
24396 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24397
24398         [BZ #14894]
24399         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24400         __ppc_mdoio and __ppc_mdoom.
24401         * manual/platform.texi: Document new functions __ppc_yield,
24402         __ppc_mdoio and __ppc_mdoom.
24403
24404 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24405
24406         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24407         (main): Mention "tls" pseudo-hwcap is legacy.
24408         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24409
24410 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24411
24412         * math/gen-libm-test.pl (parse_args): Output only string of
24413         arguments as text for test name, not full call or descriptions of
24414         tests for extra outputs.
24415         (generate_testfile): Do not pass function name to parse_args.
24416         Generate this_func variable from START.
24417         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24418         field to arg_str.
24419         (struct test_ff_f_data): Likewise.
24420         (test_ff_f_data_nexttoward): Likewise.
24421         (struct test_fi_f_data): Likewise.
24422         (struct test_fl_f_data): Likewise.
24423         (struct test_if_f_data): Likewise.
24424         (struct test_fff_f_data): Likewise.
24425         (struct test_c_f_data): Likewise.
24426         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24427         (struct test_fF_f1_data): Likewise.
24428         (struct test_ffI_f1_data): Likewise.
24429         (struct test_c_c_data): Rename test_name field to arg_str.
24430         (struct test_cc_c_data): Likewise.
24431         (struct test_f_i_data): Likewise.
24432         (struct test_ff_i_data): Likewise.
24433         (struct test_f_l_data): Likewise.
24434         (struct test_f_L_data): Likewise.
24435         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24436         and extra2_name.
24437         (COMMON_TEST_SETUP): New macro.
24438         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24439         (COMMON_TEST_CLEANUP): Likewise.
24440         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24441         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24442         macros.
24443         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24444         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24445         macros.
24446         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24447         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24448         cleanup macros.
24449         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24450         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24451         macros.
24452         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24453         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24454         macros.
24455         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24456         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24457         cleanup macros.
24458         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24459         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24460         cleanup macros.
24461         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24462         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24463         cleanup macros.
24464         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24465         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24466         macros.
24467         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24468         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24469         macros.
24470         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24471         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24472         macros.
24473         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24474         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24475         cleanup macros.
24476         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24477         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24478         cleanup macros.
24479         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24480         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24481         macros.
24482         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24483         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24484         cleanup macros.
24485         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24486         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24487         macros.
24488         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24489         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24490         macros.
24491         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24492         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24493         cleanup macros.
24494         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24495
24496 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24497
24498         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24499         to _sifields.sigfault.
24500         (si_addr_lsb): Define new macro.
24501         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24502         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24503         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24504
24505 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24506
24507         [BZ #15441]
24508         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24509         returns -1.
24510         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24511         null return -1.
24512         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24513         loading the domain.
24514
24515 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24516
24517         * math/gen-libm-test.pl (parse_args): Do not include expected
24518         result in test name.
24519         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24520         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24521         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24522         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24523         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24524         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24525
24526 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24527
24528         * benchtests/Makefile: Sort function entries.
24529
24530         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24531         tanh, asinh, acosh, atanh.
24532         * benchtests/acos-inputs: New file.
24533         * benchtests/acosh-inputs: New file.
24534         * benchtests/asin-inputs: New file.
24535         * benchtests/asinh-inputs: New file.
24536         * benchtests/atanh-inputs: New file.
24537         * benchtests/cosh-inputs: New file.
24538         * benchtests/log-inputs: New file.
24539         * benchtests/sinh-inputs: New file.
24540         * benchtests/tanh-inputs: New file.
24541
24542 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24543
24544         [BZ #15339]
24545         * posix/tst-getaddrinfo4.c: New test.
24546         * posix/Makefile (tests): Add it.
24547
24548 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24549
24550         [BZ #15339]
24551         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24552         when no services were used.
24553         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24554         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24555
24556 2013-05-21  Andreas Schwab  <schwab@suse.de>
24557
24558         [BZ #15014]
24559         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24560         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24561         successful.
24562         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24563         redundant variable declarations and reallocation of buffer when
24564         parsing as IPv6 address.  Always set NSS status when called from
24565         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24566         buffer too small.  Correct computation of needed size.
24567         * nss/Makefile (tests): Add test-digits-dots.
24568         * nss/test-digits-dots.c: New test.
24569
24570 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24571
24572         * benchtests/Makefile: Remove instructions for adding
24573         benchmark tests.
24574         * benchtests/README: New file to explain how to execute and
24575         enhance the benchmark tests.
24576
24577 2013-05-21  Andreas Schwab  <schwab@suse.de>
24578
24579         [BZ #15493]
24580         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24581         * setjmp/tst-sigsetjmp.c: New test.
24582
24583 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24584
24585         * sysdeps/x86_64/memset.S (memset): New implementation.
24586         (__bzero): Likewise.
24587         (__memset_tail): New function.
24588
24589 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24590
24591         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24592         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24593         __memcpy_sse2_unaligned ifunc selection.
24594         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24595         Add memcpy-sse2-unaligned.S.
24596         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24597         Add: __memcpy_sse2_unaligned.
24598
24599 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24600
24601         [BZ #15490]
24602         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24603         math_force_eval before restoring floating-point envrionment.
24604         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24605         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24606         Likewise.
24607         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24608         <math_private.h>.
24609         (__nearbyintl): Use math_force_eval before restoring
24610         floating-point environment.
24611         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24612
24613         * math/gen-libm-test.pl (special_functions): Remove.
24614         (parse_args): Don't handle TEST_extra.  Handle functions with no
24615         return value.
24616         * math/libm-test.inc (struct test_sincos_data): Replace with
24617         struct test_fFF_11_data.
24618         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24619         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24620         (sincos_test_data): Change element type to struct
24621         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24622         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24623         RUN_TEST_LOOP_sincos.
24624         * math/README.libm-test: Don't mention special handling of
24625         individual functions.
24626         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24627         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24628         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24629         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24630         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24631         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24632
24633         * math/gen-libm-test.pl (get_variable): Remove function.
24634         (parse_args): Don't show pointer parameters to call in test
24635         names.  Use "extra output N" in test names for extra outputs
24636         rather than naming variables.
24637
24638 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24639
24640         [BZ #15488]
24641         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24642         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24643         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24644         double tests.
24645         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24646         disable.
24647         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24648         check_long_double.
24649
24650         * math/gen-libm-test.pl (@tests): Remove variable.
24651         ($count): Likewise.
24652         (new_test): Remove function.
24653         (show_exceptions): New function.
24654         (special_functions): Use show_exceptions instead of new_test.
24655         (parse_args): Likewise.
24656         (generate_testfile): Pass only function name in generated call to
24657         print_max_error or print_complex_max_error.
24658         (get_ulps): Do not handle complex tests specially.
24659         (output_test): Rename to ...
24660         (get_all_ulps_for_test): ... this.  Return a string rather than
24661         printing to a file.  Require ulps to be present.
24662         (output_ulps): Generate arrays rather than #defines.
24663         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24664         (struct ulp_data): New type.
24665         (BUILD_COMPLEX_ULP): Remove macro.
24666         (compare_ulp_data): New function.
24667         (find_ulps): Likewise.
24668         (find_test_ulps): Likewise.
24669         (find_function_ulps): Likewise.
24670         (find_complex_function_ulps): Likewise.
24671         (print_max_error): Determine allowed ulps using
24672         find_function_ulps.
24673         (print_complex_max_error): Determine allowed ulps using
24674         find_complex_function_ulps.
24675         (check_float_internal): Determine max ulps using find_test_ulps.
24676         (check_float): Do not take max_ulp parameter.  Update call to
24677         check_float_internal.
24678         (check_complex): Likewise.
24679         (check_int): Do not take max_ulp parameter.
24680         (check_long): Likewise.
24681         (check_bool): Likewise.
24682         (check_longlong): Likewise.
24683         (struct test_f_f_data): Remove max_ulp field.
24684         (struct test_ff_f_data): Likewise.
24685         (struct test_ff_f_data_nexttoward): Likewise.
24686         (struct test_fi_f_data): Likewise.
24687         (struct test_fl_f_data): Likewise.
24688         (struct test_if_f_data): Likewise.
24689         (struct test_fff_f_data): Likewise.
24690         (struct test_c_f_data): Likewise.
24691         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24692         (struct test_fF_f1_data): Likewise.
24693         (struct test_ffI_f1_data): Likewise.
24694         (struct test_c_c_data): Remove max_ulp field.
24695         (struct test_cc_c_data): Likewise.
24696         (struct test_f_i_data): Likewise.
24697         (struct test_ff_i_data): Likewise.
24698         (struct test_f_l_data): Likewise.
24699         (struct test_f_L_data): Likewise.
24700         (struct test_sincos_data): Likewise.
24701         (RUN_TEST_f_f): Do not handle ulps.
24702         (RUN_TEST_LOOP_f_f): Likewise.
24703         (RUN_TEST_2_f): Likewise.
24704         (RUN_TEST_LOOP_2_f): Likewise.
24705         (RUN_TEST_fff_f): Likewise.
24706         (RUN_TEST_LOOP_fff_f): Likewise.
24707         (RUN_TEST_c_f): Likewise.
24708         (RUN_TEST_LOOP_c_f): Likewise.
24709         (RUN_TEST_f_f1): Likewise.
24710         (RUN_TEST_LOOP_f_f1): Likewise.
24711         (RUN_TEST_fF_f1): Likewise.
24712         (RUN_TEST_LOOP_fF_f1): Likewise.
24713         (RUN_TEST_fI_f1): Likewise.
24714         (RUN_TEST_LOOP_fI_f1): Likewise.
24715         (RUN_TEST_ffI_f1): Likewise.
24716         (RUN_TEST_LOOP_ffI_f1): Likewise.
24717         (RUN_TEST_c_c): Likewise.
24718         (RUN_TEST_LOOP_c_c): Likewise.
24719         (RUN_TEST_cc_c): Likewise.
24720         (RUN_TEST_LOOP_cc_c): Likewise.
24721         (RUN_TEST_f_i): Likewise.
24722         (RUN_TEST_LOOP_f_i): Likewise.
24723         (RUN_TEST_f_i_tg): Likewise.
24724         (RUN_TEST_LOOP_f_i_tg): Likewise.
24725         (RUN_TEST_ff_i_tg): Likewise.
24726         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24727         (RUN_TEST_f_b): Likewise.
24728         (RUN_TEST_LOOP_f_b): Likewise.
24729         (RUN_TEST_f_b_tg): Likewise.
24730         (RUN_TEST_LOOP_f_b_tg): Likewise.
24731         (RUN_TEST_f_l): Likewise.
24732         (RUN_TEST_LOOP_f_l): Likewise.
24733         (RUN_TEST_f_L): Likewise.
24734         (RUN_TEST_LOOP_f_L): Likewise.
24735         (RUN_TEST_sincos): Likewise.
24736         (RUN_TEST_LOOP_sincos): Likewise.
24737
24738 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24739
24740         [BZ #15480]
24741         [BZ #15485]
24742         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24743         main case of finite arguments, set rounding mode to FE_TONEAREST
24744         and discard exceptions.
24745         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24746         exceptions.
24747         (remainder_tonearest_test_data): New variable.
24748         (remainder_test_tonearest): New function.
24749         (remainder_towardzero_test_data): New variable.
24750         (remainder_test_towardzero): New function.
24751         (remainder_downward_test_data): New variable.
24752         (remainder_test_downward): New function.
24753         (remainder_upward_test_data): New variable.
24754         (remainder_test_upward): New function.
24755         (main): Call the new test functions.
24756
24757         * math/libm-test.inc (struct test_f_f1_data): Remove field
24758         extra_init.
24759         (struct test_fF_f1_data): Likewise.
24760         (struct test_ffI_f1_data): Likewise.
24761         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24762         based on value of EXTRA_EXPECTED.
24763         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24764         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24765         EXTRA_VAR based on value of EXTRA_EXPECTED.
24766         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24767         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24768         EXTRA_VAR based on value of EXTRA_EXPECTED.
24769         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24770         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24771         EXTRA_VAR based on value of EXTRA_EXPECTED.
24772         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24773         * math/gen-libm-test.pl (parse_args): Don't output initializers
24774         for extra output values.
24775
24776         * math/libm-test.inc (check_int): Expect result to be exactly
24777         equal to expected value and do not handle ulps.
24778         (check_long): Likewise.
24779         (check_longlong): Likewise.
24780
24781         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24782         exceptions.
24783         (cimag_test_data): Likewise.
24784         (conj_test_data): Likewise.
24785         (copysign_test_data): Likewise.
24786         (cproj_test_data): Likewise.
24787         (creal_test_data): Likewise.
24788         (fabs_test_data): Likewise.
24789         (fdim_test_data): Likewise.
24790         (finite_test_data): Likewise.
24791         (floor_test_data): Likewise.
24792         (fmax_test_data): Likewise.
24793         (fmin_test_data): Likewise.
24794         (fmod_test_data): Likewise.
24795         (fpclassify_test_data): Likewise.
24796         (frexp_test_data): Likewise.
24797         (ilogb_test_data): Likewise.
24798         (isfinite_test_data): Likewise.
24799         (isgreater_test_data): Likewise.
24800         (isgreaterequal_test_data): Likewise.
24801         (isinf_test_data): Likewise.
24802         (isless_test_data): Likewise.
24803         (islessequal_test_data): Likewise.
24804         (islessgreater_test_data): Likewise.
24805         (isnan_test_data): Likewise.
24806         (isnormal_test_data): Likewise.
24807         (issignaling_test_data): Likewise.
24808         (isunordered_test_data): Likewise.
24809         (ldexp_test_data): Likewise.
24810         (lrint_test_data): Likewise.
24811         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24812         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24813         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24814         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24815         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24816         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24817         test input.
24818         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24819         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24820         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24821         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24822         that test input.
24823         (lrint_downward_test_data): Test for "inexact" exceptions.
24824         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24825         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24826         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24827         test input.
24828         (lrint_upward_test_data): Test for "inexact" exceptions.
24829         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24830         test input.
24831         (llrint_test_data): Test for "inexact" exceptions.
24832         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24833         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24834         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24835         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24836         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24837         (llrint_downward_test_data): Test for "inexact" exceptions.
24838         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24839         (llrint_upward_test_data): Test for "inexact" exceptions.
24840         (logb_test_data): Likewise.
24841         (logb_downward_test_data): Likewise.
24842         (nextafter_test_data): Likewise.
24843         (nexttoward_test_data): Likewise.
24844         (remainder_test_data): Likewise.
24845         (remquo_test_data): Likewise.
24846         (scalbn_test_data): Likewise.
24847         (scalbln_test_data): Likewise.
24848         (signbit_test_data): Likewise.
24849         (sqrt_test_data): Likewise.
24850         (significand_test_data): Likewise.
24851
24852 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24853
24854         [BZ #15424]
24855         * benchtests/bench-modf.c (struct args): Mark arg0 as
24856         volatile.
24857         * scripts/bench.pl: Mark members of struct args as volatile.
24858
24859 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24860
24861         [BZ # 15497]
24862         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24863         negative infinity on POWER6 or lower.
24864         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24865
24866 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24867
24868         [BZ #15442]
24869         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24870         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24871         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24872         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24873         (_FP_SETQNAN): New macro.
24874         (_FP_SETQNAN_SEMIRAW): Likewise.
24875         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24876         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24877         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24878         (FP_EXTEND): Use _FP_FRAC_SNANP.
24879         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24880         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24881         into account.
24882         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24883         New macro.
24884         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24885         Likewise.
24886
24887 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24888
24889         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24890         with DIVIDE_BY_ZERO_EXCEPTION.
24891         (gamma_test_data): Likewise.
24892         (lgamma_test_data): Likewise.
24893         (log_test_data): Likewise.
24894         (log10_test_data): Likewise.
24895         (log2_test_data): Likewise.
24896         (tgamma_test_data): Likewise.
24897
24898         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24899         (acos_test_tonearest): Likewise.
24900         (acos_test_towardzero): Likewise.
24901         (acos_test_downward): Likewise.
24902         (acos_test_upward): Likewise.
24903         (acosh_test): Likewise.
24904         (asin_test): Likewise.
24905         (asin_test_tonearest): Likewise.
24906         (asin_test_towardzero): Likewise.
24907         (asin_test_downward): Likewise.
24908         (asin_test_upward): Likewise.
24909         (asinh_test): Likewise.
24910         (atan_test): Likewise.
24911         (atanh_test): Likewise.
24912         (atan2_test): Likewise.
24913         (cabs_test): Likewise.
24914         (cacos_test): Likewise.
24915         (cacosh_test): Likewise.
24916         (casin_test): Likewise.
24917         (casinh_test): Likewise.
24918         (catan_test): Likewise.
24919         (catanh_test): Likewise.
24920         (cbrt_test): Likewise.
24921         (ccos_test): Likewise.
24922         (ccosh_test): Likewise.
24923         (cexp_test): Likewise.
24924         (clog_test): Likewise.
24925         (clog10_test): Likewise.
24926         (cos_test): Likewise.
24927         (cos_test_tonearest): Likewise.
24928         (cos_test_towardzero): Likewise.
24929         (cos_test_downward): Likewise.
24930         (cos_test_upward): Likewise.
24931         (cosh_test): Likewise.
24932         (cosh_test_tonearest): Likewise.
24933         (cosh_test_towardzero): Likewise.
24934         (cosh_test_downward): Likewise.
24935         (cosh_test_upward): Likewise.
24936         (cpow_test): Likewise.
24937         (csin_test): Likewise.
24938         (csinh_test): Likewise.
24939         (csqrt_test): Likewise.
24940         (ctan_test): Likewise.
24941         (ctan_test_tonearest): Likewise.
24942         (ctan_test_towardzero): Likewise.
24943         (ctan_test_downward): Likewise.
24944         (ctan_test_upward): Likewise.
24945         (ctanh_test): Likewise.
24946         (ctanh_test_tonearest): Likewise.
24947         (ctanh_test_towardzero): Likewise.
24948         (ctanh_test_downward): Likewise.
24949         (ctanh_test_upward): Likewise.
24950         (erf_test): Likewise.
24951         (erfc_test): Likewise.
24952         (exp_test): Likewise.
24953         (exp_test_tonearest): Likewise.
24954         (exp_test_towardzero): Likewise.
24955         (exp_test_downward): Likewise.
24956         (exp_test_upward): Likewise.
24957         (exp10_test): Likewise.
24958         (exp2_test): Likewise.
24959         (expm1_test): Likewise.
24960         (fmod_test): Likewise.
24961         (gamma_test): Likewise.
24962         (hypot_test): Likewise.
24963         (j0_test): Likewise.
24964         (j1_test): Likewise.
24965         (jn_test): Likewise.
24966         (lgamma_test): Likewise.
24967         (log_test): Likewise.
24968         (log10_test): Likewise.
24969         (log1p_test): Likewise.
24970         (log2_test): Likewise.
24971         (logb_test_downward): Likewise.
24972         (pow_test): Likewise.
24973         (pow_test_tonearest): Likewise.
24974         (pow_test_towardzero): Likewise.
24975         (pow_test_downward): Likewise.
24976         (pow_test_upward): Likewise.
24977         (remainder_test): Likewise.
24978         (remquo_test): Likewise.
24979         (sin_test): Likewise.
24980         (sin_test_tonearest): Likewise.
24981         (sin_test_towardzero): Likewise.
24982         (sin_test_downward): Likewise.
24983         (sin_test_upward): Likewise.
24984         (sincos_test): Likewise.
24985         (sinh_test): Likewise.
24986         (sinh_test_tonearest): Likewise.
24987         (sinh_test_towardzero): Likewise.
24988         (sinh_test_downward): Likewise.
24989         (sinh_test_upward): Likewise.
24990         (sqrt_test): Likewise.
24991         (tan_test): Likewise.
24992         (tan_test_tonearest): Likewise.
24993         (tan_test_towardzero): Likewise.
24994         (tan_test_downward): Likewise.
24995         (tan_test_upward): Likewise.
24996         (tanh_test): Likewise.
24997         (tgamma_test): Likewise.
24998         (y0_test): Likewise.
24999         (y1_test): Likewise.
25000         (yn_test): Likewise.
25001
25002         * math/gen-libm-test.pl (adjust_arg): Remove function.
25003         (special_function): Remove argument $in_func.  Only handle
25004         generating output for tables of tests, not inside functions.
25005         (parse_args): Likewise.
25006         (generate_testfile): Remove variable $in_func.  Update call to
25007         parse_args.
25008         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
25009         (MINUS_ZERO_INIT): Rename macro to minus_zero.
25010         (PLUS_INFTY_INIT): Rename macro to plus_infty.
25011         (MINUS_INFTY_INIT): Rename macro to minus_infty.
25012         (QNAN_VALUE_INIT): Rename macro to qnan_value.
25013         (MAX_VALUE_INIT): Rename macro to max_value.
25014         (MIN_VALUE_INIT): Rename macro to min_value.
25015         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
25016         (plus_zero): Remove variable.
25017         (minus_zero): Likewise.
25018         (plus_infty): Likewise.
25019         (minus_infty): Likewise.
25020         (qnan_value): Likewise.
25021         (max_value): Likewise.
25022         (min_value): Likewise.
25023         (min_subnorm_value): Likewise.
25024
25025 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25026
25027         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
25028         uint64_t or uint32_t usage.
25029         * crypt/sha256-block.c: Likewise.
25030         * crypt/sha256-crypt.c: Likewise.
25031         * crypt/sha256.c: Likewise.
25032         * crypt/sha512-block.c: Likewise.
25033         * crypt/sha512-crypt.c: Likewise.
25034         * crypt/sha512.c: Likewise.
25035         * debug/backtrace-tst.c: Likewise.
25036         * debug/pcprofiledump.c: Likewise.
25037         * elf/cache.c: Likewise.
25038         * elf/dl-cache.c: Likewise.
25039         * elf/dl-misc.c: Likewise.
25040         * elf/dl-profile.c: Likewise.
25041         * elf/dl-support.c: Likewise.
25042         * elf/ldconfig.c: Likewise.
25043         * elf/sprof.c: Likewise.
25044         * iconv/dummy-repertoire.c: Likewise.
25045         * iconv/iconv_charmap.c: Likewise.
25046         * iconv/skeleton.c: Likewise.
25047         * iconvdata/8bit-generic.c: Likewise.
25048         * iconvdata/cp737.h: Likewise.
25049         * iconvdata/cp775.h: Likewise.
25050         * iconvdata/ibm1008.h: Likewise.
25051         * iconvdata/ibm1025.h: Likewise.
25052         * iconvdata/ibm1046.h: Likewise.
25053         * iconvdata/ibm1097.h: Likewise.
25054         * iconvdata/ibm1112.h: Likewise.
25055         * iconvdata/ibm1122.h: Likewise.
25056         * iconvdata/ibm1123.h: Likewise.
25057         * iconvdata/ibm1124.h: Likewise.
25058         * iconvdata/ibm1129.h: Likewise.
25059         * iconvdata/ibm1130.h: Likewise.
25060         * iconvdata/ibm1132.h: Likewise.
25061         * iconvdata/ibm1133.h: Likewise.
25062         * iconvdata/ibm1137.h: Likewise.
25063         * iconvdata/ibm1140.h: Likewise.
25064         * iconvdata/ibm1141.h: Likewise.
25065         * iconvdata/ibm1142.h: Likewise.
25066         * iconvdata/ibm1143.h: Likewise.
25067         * iconvdata/ibm1144.h: Likewise.
25068         * iconvdata/ibm1145.h: Likewise.
25069         * iconvdata/ibm1146.h: Likewise.
25070         * iconvdata/ibm1147.h: Likewise.
25071         * iconvdata/ibm1148.h: Likewise.
25072         * iconvdata/ibm1149.h: Likewise.
25073         * iconvdata/ibm1153.h: Likewise.
25074         * iconvdata/ibm1154.h: Likewise.
25075         * iconvdata/ibm1155.h: Likewise.
25076         * iconvdata/ibm1156.h: Likewise.
25077         * iconvdata/ibm1157.h: Likewise.
25078         * iconvdata/ibm1158.h: Likewise.
25079         * iconvdata/ibm1160.h: Likewise.
25080         * iconvdata/ibm1161.h: Likewise.
25081         * iconvdata/ibm1162.h: Likewise.
25082         * iconvdata/ibm1163.h: Likewise.
25083         * iconvdata/ibm1164.h: Likewise.
25084         * iconvdata/ibm1166.h: Likewise.
25085         * iconvdata/ibm1167.h: Likewise.
25086         * iconvdata/ibm12712.h: Likewise.
25087         * iconvdata/ibm1390.h: Likewise.
25088         * iconvdata/ibm1399.h: Likewise.
25089         * iconvdata/ibm16804.h: Likewise.
25090         * iconvdata/ibm4517.h: Likewise.
25091         * iconvdata/ibm4899.h: Likewise.
25092         * iconvdata/ibm4909.h: Likewise.
25093         * iconvdata/ibm4971.h: Likewise.
25094         * iconvdata/ibm5347.h: Likewise.
25095         * iconvdata/ibm803.h: Likewise.
25096         * iconvdata/ibm856.h: Likewise.
25097         * iconvdata/ibm901.h: Likewise.
25098         * iconvdata/ibm902.h: Likewise.
25099         * iconvdata/ibm9030.h: Likewise.
25100         * iconvdata/ibm9066.h: Likewise.
25101         * iconvdata/ibm921.h: Likewise.
25102         * iconvdata/ibm922.h: Likewise.
25103         * iconvdata/ibm9448.h: Likewise.
25104         * iconvdata/isiri-3342.h: Likewise.
25105         * iconvdata/jis0201.h: Likewise.
25106         * include/link.h: Likewise.
25107         * include/netdb.h: Likewise.
25108         * inet/check_native.c: Likewise.
25109         * inet/check_pf.c: Likewise.
25110         * inet/getipv4sourcefilter.c: Likewise.
25111         * inet/getnameinfo.c: Likewise.
25112         * inet/getsourcefilter.c: Likewise.
25113         * inet/htonl.c: Likewise.
25114         * inet/setipv4sourcefilter.c: Likewise.
25115         * inet/setsourcefilter.c: Likewise.
25116         * inet/test-inet6_opt.c: Likewise.
25117         * inet/tst-network.c: Likewise.
25118         * locale/C-collate.c: Likewise.
25119         * locale/C-ctype.c: Likewise.
25120         * locale/C-time.c: Likewise.
25121         * locale/C-translit.h: Likewise.
25122         * locale/loadarchive.c: Likewise.
25123         * locale/programs/3level.h: Likewise.
25124         * locale/programs/charmap.c: Likewise.
25125         * locale/programs/charmap.h: Likewise.
25126         * locale/programs/ld-address.c: Likewise.
25127         * locale/programs/ld-collate.c: Likewise.
25128         * locale/programs/ld-ctype.c: Likewise.
25129         * locale/programs/ld-identification.c: Likewise.
25130         * locale/programs/ld-measurement.c: Likewise.
25131         * locale/programs/ld-messages.c: Likewise.
25132         * locale/programs/ld-monetary.c: Likewise.
25133         * locale/programs/ld-name.c: Likewise.
25134         * locale/programs/ld-numeric.c: Likewise.
25135         * locale/programs/ld-paper.c: Likewise.
25136         * locale/programs/ld-telephone.c: Likewise.
25137         * locale/programs/ld-time.c: Likewise.
25138         * locale/programs/linereader.c: Likewise.
25139         * locale/programs/locale.c: Likewise.
25140         * locale/programs/locarchive.c: Likewise.
25141         * locale/programs/locfile.h: Likewise.
25142         * locale/programs/repertoire.c: Likewise.
25143         * locale/programs/simple-hash.c: Likewise.
25144         * locale/programs/simple-hash.h: Likewise.
25145         * malloc/memusage.c: Likewise.
25146         * malloc/memusagestat.c: Likewise.
25147         * nis/nis_defaults.c: Likewise.
25148         * nis/nis_hash.c: Likewise.
25149         * nis/nis_print.c: Likewise.
25150         * nis/nis_xdr.c: Likewise.
25151         * nscd/connections.c: Likewise.
25152         * nscd/hstcache.c: Likewise.
25153         * nscd/nscd_gethst_r.c: Likewise.
25154         * nscd/nscd_getserv_r.c: Likewise.
25155         * nscd/nscd_helper.c: Likewise.
25156         * nscd/servicescache.c: Likewise.
25157         * nss/makedb.c: Likewise.
25158         * nss/nss_db/db-XXX.c: Likewise.
25159         * nss/nss_db/db-initgroups.c: Likewise.
25160         * nss/nss_db/db-netgrp.c: Likewise.
25161         * nss/nss_files/files-network.c: Likewise.
25162         * nss/nss_files/files-parse.c: Likewise.
25163         * posix/bug-regex5.c: Likewise.
25164         * posix/fnmatch_loop.c: Likewise.
25165         * posix/regcomp.c: Likewise.
25166         * posix/regexec.c: Likewise.
25167         * posix/tst-rfc3484-2.c: Likewise.
25168         * posix/tst-rfc3484-3.c: Likewise.
25169         * posix/tst-rfc3484.c: Likewise.
25170         * resolv/nss_dns/dns-canon.c: Likewise.
25171         * resolv/nss_dns/dns-network.c: Likewise.
25172         * resolv/res_init.c: Likewise.
25173         * resolv/res_mkquery.c: Likewise.
25174         * resolv/tst-aton.c: Likewise.
25175         * stdlib/cxa_atexit.c: Likewise.
25176         * stdlib/cxa_finalize.c: Likewise.
25177         * stdlib/gen-fpioconst.c: Likewise.
25178         * stdlib/strtol_l.c: Likewise.
25179         * string/tst-endian.c: Likewise.
25180         * sunrpc/auth_des.c: Likewise.
25181         * sunrpc/clnt_udp.c: Likewise.
25182         * sunrpc/rtime.c: Likewise.
25183         * sunrpc/svcauth_des.c: Likewise.
25184         * sunrpc/xdr.c: Likewise.
25185         * sunrpc/xdr_intXX_t.c: Likewise.
25186         * sunrpc/xdr_rec.c: Likewise.
25187         * sysdeps/generic/ldconfig.h: Likewise.
25188         * sysdeps/generic/ldsodefs.h: Likewise.
25189         * sysdeps/generic/memusage.h: Likewise.
25190         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25191         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25192         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25193         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25194         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25195         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25196         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25197         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25198         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25199         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25200         * sysdeps/posix/getaddrinfo.c: Likewise.
25201         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25202         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25203         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25204         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25205         * sysdeps/powerpc/test-gettimebase.c: Likewise.
25206         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25207         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25208         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25209         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25210         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25211         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25212         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25213         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25214         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25215         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25216         * sysdeps/x86_64/dl-tls.h: Likewise.
25217         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25218         * time/alt_digit.c: Likewise.
25219         * time/era.c: Likewise.
25220         * wcsmbs/tst-c16c32-1.c: Likewise.
25221
25222 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25223
25224         * math/libm-test.inc (struct test_sincos_data): New type.
25225         (RUN_TEST_LOOP_sincos): New macro.
25226         (sincos_test_data): New variable.
25227         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25228
25229 2013-05-16  Richard Henderson  <rth@redhat.com>
25230
25231         * math/atest-exp2.c (LIMB64): New macro.
25232         (CONSTSZ): New macro.
25233         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25234         (hexdig): Move ...
25235         (print_mpn_fp): ... to function scope.
25236         (read_mpn_hex): Remove.
25237         (get_log2): Remove.
25238         (exp2_mpn): Use mp_log2.
25239         (main): Use mp_exp1.
25240
25241 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25242
25243         * math/libm-test.inc: Remove comment about not testing "inexact"
25244         exceptions.
25245         (INEXACT_EXCEPTION): New macro.
25246         (NO_INEXACT_EXCEPTION): Likewise.
25247         (INVALID_EXCEPTION_OK): Update value.
25248         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25249         (OVERFLOW_EXCEPTION_OK): Likewise.
25250         (UNDERFLOW_EXCEPTION_OK): Likewise.
25251         (IGNORE_ZERO_INF_SIGN): Likewise.
25252         (ERRNO_UNCHANGED): Likewise.
25253         (ERRNO_EDOM): Likewise.
25254         (ERRNO_ERANGE): Likewise.
25255         (test_exceptions): Handle testing "inexact" exceptions.
25256         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25257         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25258         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25259         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25260         INEXACT_EXCEPTION.
25261         (rint_towardzero_test_data): Likewise.
25262         (rint_downward_test_data): Likewise.
25263         (rint_upward_test_data): Likewise.
25264
25265         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25266         with OVERFLOW_EXCEPTION.
25267         (exp10_test_data): Likewise.
25268         (exp2_test_data): Likewise.
25269         (expm1_test_data): Likewise.
25270         (lgamma_test_data): Likewise.
25271         (pow_test_data): Likewise.
25272         (tgamma_test_data): Likewise.
25273         (yn_test_data): Remove duplicate test of overflow.
25274
25275         * math/libm-test.inc (struct test_cc_c_data): New type.
25276         (RUN_TEST_LOOP_cc_c): New macro.
25277         (cpow_test_data): New variable.
25278         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25279
25280         * math/libm-test.inc (struct test_f_L_data): New type.
25281         (RUN_TEST_LOOP_f_L): New macro.
25282         (llrint_test_data): New variable.
25283         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25284         (llrint_tonearest_test_data): New variable.
25285         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25286         (llrint_towardzero_test_data): New variable.
25287         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25288         (llrint_downward_test_data): New variable.
25289         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25290         (llrint_upward_test_data): New variable.
25291         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25292         (llround_test_data): New variable.
25293         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25294
25295 2013-05-13  Peter Collingbourne  <pcc@google.com>
25296
25297         * math/atest-exp2.c (get_log2): Remove const attribute.
25298
25299 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25300
25301         * math/libm-test.inc (struct test_f_l_data): New type.
25302         (RUN_TEST_LOOP_f_l): New macro.
25303         (lrint_test_data): New variable.
25304         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25305         (lrint_tonearest_test_data): New variable.
25306         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25307         (lrint_towardzero_test_data): New variable.
25308         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25309         (lrint_downward_test_data): New variable.
25310         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25311         (lrint_upward_test_data): New variable.
25312         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25313         (lround_test_data): New variable.
25314         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25315
25316 2013-05-15  Peter Collingbourne  <pcc@google.com>
25317
25318         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25319         (EXTRACT_WORDS64) Use where appropriate.
25320         (INSERT_WORDS64) Likewise.
25321
25322         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25323         constraints with x constraints.
25324         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25325
25326         * malloc/obstack.c (_obstack_compat): Add initializer.
25327
25328 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25329
25330         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25331         si_trapno and add si_addr_lsb to _sifields.sigfault.
25332         (si_trapno): Remove macro.
25333         (si_addr_lsb): Define new macro.
25334         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25335
25336 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25337
25338         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25339         instead of TEST_f_l.
25340         (llrint_test_tonearest): Likewise.
25341         (llrint_test_towardzero): Likewise.
25342         (llrint_test_downward): Likewise.
25343         (llrint_test_upward): Likewise.
25344         (llround_test): Likewise.
25345
25346         * math/libm-test.inc (struct test_f_i_data): Add comment.
25347         (RUN_TEST_LOOP_f_b): New macro.
25348         (RUN_TEST_LOOP_f_b_tg): Likewise.
25349         (finite_test_data): New variable.
25350         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25351         (isfinite_test_data): New variable.
25352         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25353         (isinf_test_data): New variable.
25354         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25355         (isnan_test_data): New variable.
25356         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25357         (isnormal_test_data): New variable.
25358         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25359         (issignaling_test_data): New variable.
25360         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25361         (signbit_test_data): New variable.
25362         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25363
25364         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25365         with INVALID_EXCEPTION.
25366         (acosh_test_data): Likewise.
25367         (asin_test_data): Likewise.
25368         (atanh_test_data): Likewise.
25369         (fmod_test_data): Likewise.
25370         (log_test_data): Likewise.
25371         (log10_test_data): Likewise.
25372         (log2_test_data): Likewise.
25373         (pow_test_data): Likewise.
25374         (sqrt_test_data): Likewise.
25375         (y0_test_data): Likewise.
25376         (y1_test_data): Likewise.
25377         (yn_test_data): Likewise.
25378
25379         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25380         function contents.
25381
25382         * math/libm-test.inc (struct test_ff_i_data): New type.
25383         (RUN_TEST_LOOP_ff_i_tg): New macro.
25384         (isgreater_test_data): New variable.
25385         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25386         (isgreaterequal_test_data): New variable.
25387         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25388         (isless_test_data): New variable.
25389         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25390         (islessequal_test_data): New variable.
25391         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25392         (islessgreater_test_data): New variable.
25393         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25394         (isunordered_test_data): New variable.
25395         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25396
25397 2013-05-14  David S. Miller  <davem@davemloft.net>
25398
25399         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25400
25401 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25402
25403         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25404
25405         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25406         extra_test to int.
25407         (struct test_f_i_data): Change type of max_ulp to int.
25408
25409         * math/libm-test.inc (test_ffI_f1_data): New type.
25410         (RUN_TEST_LOOP_ffI_f1): New macro.
25411         (remquo_test_data): New variable.
25412         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25413
25414         * setjmp/tst-setjmp-fp.c: New file.
25415         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25416         (link-libm): New variable.
25417         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25418
25419         * math/libm-test.inc (struct test_f_i_data): New type.
25420         (RUN_TEST_LOOP_f_i): New macro.
25421         (RUN_TEST_LOOP_f_i_tg): Likewise.
25422         (fpclassify_test_data): New variable.
25423         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25424         (ilogb_test_data): New variable.
25425         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25426
25427         * math/libm-test.inc (scalbln_test): Correct function name in END
25428         call.
25429
25430         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25431         (RUN_TEST_LOOP_fI_f1): New macro.
25432         (frexp_test_data): New variable.
25433         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25434
25435         * math/libm-test.inc (struct test_fF_f1_data): New type.
25436         (RUN_TEST_LOOP_fF_f1): New macro.
25437         (modf_test_data): New variable.
25438         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25439
25440         * math/libm-test.inc (struct test_f_f1_data): New type.
25441         (RUN_TEST_LOOP_f_f1): New macro.
25442         (gamma_test_data): New variable.
25443         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25444         (lgamma_test_data): New variable.
25445         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25446
25447 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25448
25449         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25450         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25451         (main): Comment "tls" pseudo-hwcap.
25452
25453 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25454
25455         * math/libm-test.inc (struct test_fl_f_data): New type.
25456         (RUN_TEST_LOOP_fl_f): New variable.
25457         (scalbln_test_data): New variable.
25458         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25459
25460         * math/libm-test.inc (struct test_fi_f_data): New type.
25461         (RUN_TEST_LOOP_fi_f): New macro.
25462         (ldexp_test_data): New variable.
25463         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25464         (scalbn_test_data): New variable.
25465         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25466
25467         * math/libm-test.inc (struct test_c_f_data): New type.
25468         (RUN_TEST_LOOP_c_f): New macro.
25469         (cabs_test_data): New variable.
25470         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25471         (carg_test_data): New variable.
25472         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25473         (cimag_test_data): New variable.
25474         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25475         (creal_test_data): New variable.
25476         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25477
25478         * math/libm-test.inc (struct test_if_f_data): New type.
25479         (RUN_TEST_LOOP_if_f): New macro.
25480         (jn_test_data): New variable.
25481         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25482         (yn_test_data): New variable.
25483         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25484
25485         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25486
25487 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25488
25489         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25490         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25491
25492 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25493
25494         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25495         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25496         (bench-deps): Add bench-timing.h.
25497         * benchtests-bench-skeleton.c: Include bench-timing.h.
25498         (main): Use TIMING_* macros instead of clock_gettime.
25499         * benchtests/bench-timing.h: New file.
25500
25501         [BZ #14582]
25502         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25503         Renamed from _LIB_VERSION.
25504         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25505
25506 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25507
25508         * math/libm-test.inc (struct test_fff_f_data): New type.
25509         (RUN_TEST_LOOP_fff_f): New macro.
25510         (fma_test_data): New variable.
25511         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25512         (fma_towardzero_test_data): New variable.
25513         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25514         (fma_downward_test_data): New variable.
25515         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25516         (fma_upward_test_data): New variable.
25517         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25518
25519         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25520         (struct test_c_c_data): New type.
25521         (RUN_TEST_LOOP_c_c): New macro.
25522         (cacos_test_data): New variable.
25523         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25524         (cacosh_test_data): New variable.
25525         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25526         (casin_test_data): New variable.
25527         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25528         (casinh_test_data): New variable.
25529         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25530         (catan_test_data): New variable.
25531         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25532         (catanh_test_data): New variable.
25533         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25534         (ccos_test_data): New variable.
25535         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25536         (ccosh_test_data): New variable.
25537         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25538         (cexp_test_data): New variable.
25539         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25540         (clog_test_data): New variable.
25541         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25542         (clog10_test_data): New variable.
25543         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25544         (conj_test_data): New variable.
25545         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25546         (cproj_test_data): New variable.
25547         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25548         (csin_test_data): New variable.
25549         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25550         (csinh_test_data): New variable.
25551         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25552         (csqrt_test_data): New variable.
25553         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25554         (ctan_test_data): New variable.
25555         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25556         (ctan_tonearest_test_data): New variable.
25557         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25558         (ctan_towardzero_test_data): New variable.
25559         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25560         (ctan_downward_test_data): New variable.
25561         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25562         (ctan_upward_test_data): New variable.
25563         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25564         (ctanh_test_data): New variable.
25565         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25566         (ctanh_tonearest_test_data): New variable.
25567         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25568         (ctanh_towardzero_test_data): New variable.
25569         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25570         (ctanh_downward_test_data): New variable.
25571         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25572         (ctanh_upward_test_data): New variable.
25573         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25574         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25575         of BUILD_COMPLEX.
25576
25577         * math/libm-test.inc (struct test_ff_f_data): New type.
25578         (struct test_ff_f_data_nexttoward): Likewise.
25579         (RUN_TEST_LOOP_2_f): New macro.
25580         (RUN_TEST_LOOP_ff_f): Likewise.
25581         (atan2_test_data): New variable.
25582         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25583         (copysign_test_data): New variable.
25584         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25585         (fdim_test_data): New variable.
25586         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25587         (fmax_test_data): New variable.
25588         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25589         (fmin_test_data): New variable.
25590         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25591         (fmod_test_data): New variable.
25592         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25593         (hypot_test_data): New variable.
25594         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25595         (nextafter_test_data): New variable.
25596         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25597         (nexttoward_test_data): New variable.
25598         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25599         (pow_test_data): New variable.
25600         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25601         (pow_tonearest_test_data): New variable.
25602         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25603         (pow_towardzero_test_data): New variable.
25604         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25605         (pow_downward_test_data): New variable.
25606         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25607         (pow_upward_test_data): New variable.
25608         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25609         (remainder_test_data): New variable.
25610         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25611         (scalb_test_data): New variable.
25612         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25613         * sysdeps/i386/fpu/libm-test-ulps: Update.
25614
25615 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25616
25617         * math/libm-test.inc (fma_test): Use max_value instead of local
25618         variable fltmax.
25619         (nextafter_test): Likewise.
25620
25621         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25622         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25623         (acos_downward_test_data): New variable.
25624         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25625         (acos_upward_test_data): New variable.
25626         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25627         (acosh_test_data): New variable.
25628         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25629         (asin_test_data): New variable.
25630         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25631         (asin_tonearest_test_data): New variable.
25632         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25633         (asin_towardzero_test_data): New variable.
25634         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25635         (asin_downward_test_data): New variable.
25636         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25637         (asin_upward_test_data): New variable.
25638         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25639         (asinh_test_data): New variable.
25640         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25641         (atan_test_data): New variable.
25642         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25643         (atanh_test_data): New variable.
25644         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25645         (cbrt_test_data): New variable.
25646         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25647         (ceil_test_data): New variable.
25648         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25649         (cos_test_data): New variable.
25650         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25651         (cos_tonearest_test_data): New variable.
25652         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25653         (cos_towardzero_test_data): New variable.
25654         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25655         (cos_downward_test_data): New variable.
25656         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25657         (cos_upward_test_data): New variable.
25658         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25659         (cosh_test_data): New variable.
25660         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25661         (cosh_tonearest_test_data): New variable.
25662         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25663         (cosh_towardzero_test_data): New variable.
25664         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25665         (cosh_downward_test_data): New variable.
25666         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25667         (cosh_upward_test_data): New variable.
25668         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25669         (erf_test_data): New variable.
25670         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25671         (erfc_test_data): New variable.
25672         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25673         (exp_test_data): New variable.
25674         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25675         (exp_tonearest_test_data): New variable.
25676         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25677         (exp_towardzero_test_data): New variable.
25678         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25679         (exp_downward_test_data): New variable.
25680         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25681         (exp_upward_test_data): New variable.
25682         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25683         (exp10_test_data): New variable.
25684         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25685         (exp2_test_data): New variable.
25686         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25687         (expm1_test_data): New variable.
25688         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25689         (fabs_test_data): New variable.
25690         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25691         (floor_test_data): New variable.
25692         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25693         (j0_test_data): New variable.
25694         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25695         (j1_test_data): New variable.
25696         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25697         (log_test_data): New variable.
25698         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25699         (log10_test_data): New variable.
25700         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25701         (log1p_test_data): New variable.
25702         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25703         (log2_test_data): New variable.
25704         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25705         (logb_test_data): New variable.
25706         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25707         (logb_downward_test_data): New variable.
25708         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25709         (nearbyint_test_data): New variable.
25710         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25711         (rint_test_data): New variable.
25712         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25713         (rint_tonearest_test_data): New variable.
25714         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25715         (rint_towardzero_test_data): New variable.
25716         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25717         (rint_downward_test_data): New variable.
25718         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25719         (rint_upward_test_data): New variable.
25720         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25721         (round_test_data): New variable.
25722         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25723         (sin_test_data): New variable.
25724         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25725         (sin_tonearest_test_data): New variable.
25726         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25727         (sin_towardzero_test_data): New variable.
25728         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25729         (sin_downward_test_data): New variable.
25730         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25731         (sin_upward_test_data): New variable.
25732         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25733         (sinh_test_data): New variable.
25734         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25735         (sinh_tonearest_test_data): New variable.
25736         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25737         (sinh_towardzero_test_data): New variable.
25738         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25739         (sinh_downward_test_data): New variable.
25740         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25741         (sinh_upward_test_data): New variable.
25742         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25743         (sqrt_test_data): New variable.
25744         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25745         (tan_test_data): New variable.
25746         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25747         (tan_tonearest_test_data): New variable.
25748         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25749         (tan_towardzero_test_data): New variable.
25750         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25751         (tan_downward_test_data): New variable.
25752         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25753         (tan_upward_test_data): New variable.
25754         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25755         (tanh_test_data): New variable.
25756         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25757         (tgamma_test_data): New variable.
25758         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25759         (trunc_test_data): New variable.
25760         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25761         (y0_test_data): New variable.
25762         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25763         (y1_test_data): New variable.
25764         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25765         (significand_test_data): New variable.
25766         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25767
25768 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25769
25770         [BZ #12387]
25771         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25772
25773 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25774
25775         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25776
25777 2013-05-10  Andreas Jaeger  <aj@suse.de>
25778
25779         [BZ #15448]
25780         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25781         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25782
25783 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25784
25785         * math/gen-libm-test.pl (adjust_arg): New function.
25786         (special_functions): Handle generating output in both functions
25787         and arrays.
25788         (parse_args): Likewise.
25789         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25790         $in_func argument to parse_args.
25791         * math/libm-test.inc (struct test_f_f_data): New type.
25792         (IF_ROUND_INIT_): New macro.
25793         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25794         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25795         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25796         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25797         (ROUND_RESTORE_): Likewise.
25798         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25799         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25800         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25801         (ROUND_RESTORE_FE_UPWARD): Likewise.
25802         (RUN_TEST_LOOP_f_f): New macro.
25803         (acos_test_data): New variable.
25804         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25805         (acos_tonearest_test_data): New variable.
25806         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25807
25808 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25809
25810         * benchtests/bench-skeleton.c (startup): Fix coding style.
25811
25812 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25813
25814         [BZ #6809]
25815         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25816         negative infinity argument.
25817         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25818         negative infinity argument.
25819         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25820         negative infinity argument.
25821         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25822         domain errors.
25823
25824 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25825
25826         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25827         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25828         * iconv/iconv_prog.c (main): Likewise.
25829         * locale/programs/charmap-dir.c (charmap_readdir)
25830         (fopen_uncompressed): Likewise.
25831         * locale/programs/locfile.c (siblings_uncached)
25832         (write_locale_data): Use lstat64 instead of lstat.
25833         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25834         stat.
25835
25836 2013-05-10  Andreas Jaeger  <aj@suse.de>
25837
25838         [BZ #15395]
25839         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25840         localization.
25841         Include <locale.h>.
25842
25843 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25844
25845         * elf/dl-close.c (_dl_close_worker): Add comments.
25846
25847 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25848
25849         [BZ #15359]
25850         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25851         high part of pi/2.
25852         (__ieee754_rem_pio2l): Update comments.
25853
25854         [BZ #15429]
25855         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25856         high part of pi/2.
25857         (__ieee754_rem_pio2l): Update comments.
25858
25859         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25860         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25861
25862         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25863         M_PI_4l.
25864
25865         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25866         (M_PI_34_LOG10El): Likewise.
25867         (M_PI2_LOG10El): Likewise.
25868         (M_PI4_LOG10El): Likewise.
25869         (M_PI_LOG10El): Likewise.
25870
25871 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25872
25873         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25874
25875 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25876
25877         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25878         (MINUS_ZERO_INIT): Likewise.
25879         (PLUS_INFTY_INIT): Likewise.
25880         (MINUS_INFTY_INIT): Likewise.
25881         (QNAN_VALUE_INIT): Likewise.
25882         (MAX_VALUE_INIT): Likewise.
25883         (MIN_VALUE_INIT): Likewise.
25884         (MIN_SUBNORM_VALUE_INIT): Likewise.
25885         (plus_zero): Initialize with PLUS_ZERO_INIT.
25886         (minus_zero): Initialize with MINUS_ZERO_INIT.
25887         (plus_infty): Initialize with PLUS_INFTY_INIT.
25888         (minus_infty): Initialize with MINUS_INFTY_INIT.
25889         (qnan_value): Initialize with QNAN_VALUE_INIT.
25890         (max_value): Initialize with MAX_VALUE_INIT.
25891         (min_value): Initialize with MIN_VALUE_INIT.
25892         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25893
25894         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25895         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25896         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25897         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25898
25899         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25900         (RUN_TEST_2_f): Likewise.
25901         (RUN_TEST_ff_f): Likewise.
25902         (RUN_TEST_fi_f): Likewise.
25903         (RUN_TEST_fl_f): Likewise.
25904         (RUN_TEST_fff_f): Likewise.
25905         (RUN_TEST_c_f): Likewise.
25906         (RUN_TEST_f_f1): Likewise.
25907         (RUN_TEST_fF_f1): Likewise.
25908         (RUN_TEST_fI_f1): Likewise.
25909         (RUN_TEST_ffI_f1): Likewise.
25910         (RUN_TEST_c_c): Likewise.
25911         (RUN_TEST_cc_c): Likewise.
25912         (RUN_TEST_f_i): Likewise.
25913         (RUN_TEST_f_i_tg): Likewise.
25914         (RUN_TEST_ff_i_tg): Likewise.
25915         (RUN_TEST_f_b): Likewise.
25916         (RUN_TEST_f_b_tg): Likewise.
25917         (RUN_TEST_f_l): Likewise.
25918         (RUN_TEST_f_L): Likewise.
25919         (RUN_TEST_sincos): Likewise.
25920         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25921         whether to show exceptions.  Do not include ");\n" in return
25922         value.
25923         (special_functions): Output call to RUN_TEST_sincos instead of
25924         check_float calls.  Update calls to new_test.
25925         (parse_args): Output call to single RUN_TEST_* macro instead of
25926         check_* calls and other assignments.  Update calls to new_test.
25927
25928         [BZ #2546]
25929         [BZ #2560]
25930         [BZ #5159]
25931         [BZ #15426]
25932         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25933         input to result for tgamma overflow.
25934         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25935         (gamma_coeff): New variable.
25936         (NCOEFF): New macro.
25937         (gamma_positive): New function.
25938         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25939         underflow here.  Use gamma_positive instead of exp (lgamma) for
25940         other arguments.
25941         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25942         (gamma_coeff): New variable.
25943         (NCOEFF): New macro.
25944         (gammaf_positive): New function.
25945         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25946         underflow here.  Use gamma_positive instead of exp (lgamma) for
25947         other arguments.
25948         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25949         (gamma_coeff): New variable.
25950         (NCOEFF): New macro.
25951         (gammal_positive): New function.
25952         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25953         underflow here.  Use gamma_positive instead of exp (lgamma) for
25954         other arguments.
25955         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25956         (gamma_coeff): New variable.
25957         (NCOEFF): New macro.
25958         (gammal_positive): New function.
25959         (__ieee754_gammal_r): Handle positive infinity, overflow and
25960         underflow here.  Handle NaN the same as positive infinity.  Remove
25961         check x < 0xffffffff for negative integers.  Use gamma_positive
25962         instead of exp (lgamma) for other arguments.
25963         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25964         (gamma_coeff): New variable.
25965         (NCOEFF): New macro.
25966         (gammal_positive): New function.
25967         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25968         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25969         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25970         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25971         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25972         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25973         * sysdeps/generic/math_private.h (__gamma_productf): New
25974         prototype.
25975         (__gamma_product): Likewise.
25976         (__gamma_productl): Likewise.
25977         * math/Makefile (libm-calls): Add gamma_product.
25978         * math/libm-test.inc (tgamma_test): Add more tests.
25979         * sysdeps/i386/fpu/libm-test-ulps: Update.
25980         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25981
25982 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25983
25984         * benchtests/bench-skeleton.c (main): Preheat CPU.
25985
25986 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25987
25988         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25989
25990 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25991
25992         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25993         and _dl_skip_args_internal.
25994
25995 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25996
25997         * manual/message.texi (Message Translation): Talk about users.
25998         Message to key mapping impacts design.
25999
26000 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26001
26002         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
26003
26004         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
26005
26006         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
26007         * sysdeps/wordsize-64/glob64.c: ... here.
26008
26009         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
26010         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
26011         New macros.
26012
26013         * debug/getlogin_r_chk.c: Moved to ...
26014         * login/getlogin_r_chk.c: ... here.
26015         * debug/Makefile (routines): Move getlogin_r_chk to ...
26016         * login/Makefile (routines): ... here.
26017         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
26018         * login/Versions (libc: GLIBC_2.4): ... here.
26019
26020         * io/poll.c (__poll): Renamed from poll.
26021         Add libc_hidden_def.
26022         (poll): Define as weak alias.
26023
26024         * debug/ptsname_r_chk.c: Moved to ...
26025         * login/ptsname_r_chk.c: ... here.
26026         * debug/Makefile (routines): Move ptsname_r_chk to ...
26027         * login/Makefile (routines): ... here.
26028         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
26029         * login/Versions (libc: GLIBC_2.4): ... here.
26030
26031         * posix/getlogin.c: Moved to ...
26032         * login/getlogin.c: ... here.
26033         * posix/getlogin_r.c: Moved to ...
26034         * login/getlogin_r.c: ... here.
26035         * posix/getlogin_r.c: Moved to ...
26036         * login/getlogin_r.c: ... here.
26037         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
26038         * login/Makefile (routines): ... here.
26039         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
26040         * login/Versions (libc: GLIBC_2.0): ... here.
26041
26042         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
26043         (setrlimit): Define as weak alias.
26044
26045         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
26046         Call __ names for open, ftruncate, and close.
26047         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
26048         (truncate): Define as weak alias.
26049
26050 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
26051
26052         * math/gen-libm-test.pl (parse_args): Initialize x before each
26053         test of frexp, modf and remquo.
26054
26055         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
26056         test signgam value.
26057
26058 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26059
26060         [BZ #15418]
26061         [BZ #15419]
26062         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
26063         internal tests.
26064         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26065
26066 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26067
26068         * elf/dl-writev.h: New file.
26069         * elf/dl-misc.c: Include it.
26070         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
26071         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
26072
26073 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
26074
26075         * math/libm-test.inc (noXFails): Remove variable.
26076         (noXPasses): Likewise.
26077         (BUILD_COMPLEX_INT): Remove macro.
26078         (print_screen): Remove xfail argument.
26079         (print_screen_max_error): Likewise.
26080         (update_stats): Likewise.
26081         (print_max_error): Likewise.  Update calls to other affected
26082         functions.
26083         (print_complex_max_error): Likewise.
26084         (test_single_exception): Update calls to print_screen.
26085         (test_single_errno): Likewise.
26086         (check_float_internal): Remove xfail argument.  Update calls to
26087         other affected functions.
26088         (check_float): Likewise.
26089         (check_complex): Likewise.
26090         (check_int): Likewise.
26091         (check_long): Likewise.
26092         (check_bool): Likewise.
26093         (check_longlong): Likewise.
26094         (main): Don't print noXFails and noXPasses.
26095         * math/gen-libm-test.pl (top level): Don't mention expected
26096         failure handling in comment.
26097         (new_test): Don't handle expected failures.
26098         (parse_args): Don't mention expected failure handling in comment.
26099         (generate_testfile): Don't handle expected failures.
26100         (parse_ulps): Likewise.
26101         (print_ulps_file): Likewise.
26102         (get_failure): Remove function.
26103         (output_test): Don't handle expected failures.
26104         * make/README.libm-test: Don't mention expected failure handling.
26105
26106         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
26107         (minus_zero): Likewise.
26108         (plus_infty): Likewise.
26109         (minus_infty): Likewise.
26110         (qnan_value): Likewise.
26111         (max_value): Likewise.
26112         (min_value): Likewise.
26113         (min_subnorm_value): Likewise.
26114         (initialize): Do not initialize those variables dynamically.
26115
26116 2013-05-03  Roland McGrath  <roland@hack.frob.com>
26117
26118         * io/open.c (__open_2): Moved to ...
26119         * io/open_2.c: ... this new file.
26120         * io/open64.c (__open64_2): Moved to ...
26121         * io/open64_2.c: ... this new file.
26122         * io/openat.c (__openat_2): Moved to ...
26123         * io/openat_2.c: ... this new file.
26124         * io/openat64.c (__openat64_2): Moved to ...
26125         * io/openat64_2.c: ... this new file.
26126         * io/Makefile (routines): Add them.
26127         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
26128         * sysdeps/unix/sysv/linux/open_2.c: File removed.
26129         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
26130         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
26131         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
26132         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
26133         (__openat64): Add hidden_ver.
26134         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
26135         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
26136
26137         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
26138         Separately conditionalize setting of GLRO(dl_sysinfo) so
26139         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
26140         as well, but the actual setting is only under [NEED_DL_SYSINFO].
26141
26142 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26143
26144         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
26145         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
26146         definition.
26147         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
26148         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26149         (_libc_vdso_platform_setup): Add __vdso_time initialization.
26150         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
26151         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
26152
26153 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
26154
26155         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26156         test signgam value.
26157
26158         * math/libm-test.inc (hypot_test): Do not use
26159         IGNORE_ZERO_INF_SIGN.
26160
26161 2013-05-03  Andreas Jaeger  <aj@suse.de>
26162
26163         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26164         Linux 3.9.
26165         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26166         (PF_MAX): Adjust for VSOCK change.
26167
26168 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26169
26170         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26171
26172 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
26173
26174         [BZ #15264]
26175         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26176         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26177         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26178
26179 2013-05-02  David S. Miller  <davem@davemloft.net>
26180
26181         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26182
26183 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
26184
26185         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26186
26187 2013-05-01  Roland McGrath  <roland@hack.frob.com>
26188
26189         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26190
26191 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
26192
26193         [BZ #14952]
26194         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26195         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26196         Use __attribute__ ((__gnu_inline__)).
26197         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26198         Don't use __attribute__ ((__gnu_inline__)).
26199
26200 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
26201
26202         [BZ #15423]
26203         * math/s_catan.c (__catan): Handle small real or imaginary part of
26204         input specially to avoid spurious underflow.
26205         * math/s_catanf.c (__catanf): Likewise.
26206         * math/s_catanh.c (__catanh): Likewise.
26207         * math/s_catanhf.c (__catanhf): Likewise.
26208         * math/s_catanhl.c (__catanhl): Likewise.
26209         * math/s_catanl.c (__catanl): Likewise.
26210         * math/libm-test.inc (catan_test): Add more tests.
26211         (catanh_test): Likewise.
26212         * sysdeps/i386/fpu/libm-test-ulps: Update.
26213         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26214
26215 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26216
26217         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26218
26219 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
26220
26221         [BZ #15416]
26222         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26223         accurately for denominator in atan2.
26224         * math/s_catanf.c (__catanf): Likewise.
26225         * math/s_catanh.c (__catanh): Likewise.
26226         * math/s_catanhf.c (__catanhf): Likewise.
26227         * math/s_catanhl.c (__catanhl): Likewise.
26228         * math/s_catanl.c (__catanl): Likewise.
26229         * math/libm-test.inc (catan_test): Add more tests.
26230         (catanh_test): Likewise.
26231         * sysdeps/i386/fpu/libm-test-ulps: Update.
26232         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26233
26234 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26235
26236         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26237
26238         * benchtests/Makefile (bench): Remove slow benchmarks.
26239         * benchtests/atan-inputs: Add slow benchmark inputs.
26240         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26241         (BENCH_FUNC): Accept variant offset.
26242         (VARIANT): Define.
26243         * benchtests/bench-skeleton.c (main): Run benchmark for each
26244         variant.
26245         * benchtests/cos-inputs: Add slow benchmark inputs.
26246         * benchtests/exp-inputs: Likewise.
26247         * benchtests/pow-inputs: Likewise.
26248         * benchtests/sin-inputs: Likewise.
26249         * benchtests/slowatan-inputs: Remove.
26250         * benchtests/slowatan.c: Remove.
26251         * benchtests/slowcos-inputs: Remove.
26252         * benchtests/slowcos.c: Remove.
26253         * benchtests/slowexp-inputs: Remove.
26254         * benchtests/slowexp.c: Remove.
26255         * benchtests/slowpow-inputs: Remove.
26256         * benchtests/slowpow.c: Remove.
26257         * benchtests/slowsin-inputs: Remove.
26258         * benchtests/slowsin.c: Remove.
26259         * benchtests/slowtan-inputs: Remove.
26260         * benchtests/slowtan.c: Remove.
26261         * benchtests/tan-inputs: Add slow benchmark inputs.
26262         * scripts/bench.pl: Parse comments and directives.
26263
26264         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26265         in CPPFLAGS.
26266         ($(objpfx)bench-%.c): Remove *-ITER.
26267         * benchtests/bench-modf.c: Remove definition of ITER.
26268         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26269         (main): Loop for DURATION seconds instead of fixed number of
26270         iterations.
26271         * scripts/bench.pl: Don't expect iterations in parameters.
26272
26273 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26274
26275         * io/fchdir.c (__fchdir): Renamed from fchdir.
26276         (fchdir): Define as weak alias.
26277
26278 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26279
26280         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26281         (ERRNO_EDOM): Likewise.
26282         (ERRNO_ERANGE): Likewise.
26283         (noErrnoTests): New variable.
26284         (init_max_error): Set errno to 0.
26285         (test_single_errno): New function.
26286         (test_errno): Likewise.
26287         (check_float_internal): Call test_errno.  Set errno to 0.
26288         (check_complex): Refer to errno tests in comment.
26289         (check_int): Call test_errno.  Set errno to 0.
26290         (check_long): Likewise.
26291         (check_bool): Likewise.
26292         (check_longlong): Likewise.
26293         (cos_test): Use ERRNO_* flags for errno tests instead of
26294         check_int.
26295         (expm1_test): Likewise.
26296         (fmod_test): Likewise.
26297         (ilogb_test): Likewise.
26298         (lgamma_test): Likewise.
26299         (pow_test): Likewise.
26300         (remainder_test): Likewise.
26301         (sin_test): Likewise.
26302         (tan_test): Likewise.
26303         (yn_test): Likewise.
26304         (initialize): Set errno to 0.
26305         (main): Print number of errno tests.
26306         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26307
26308 2013-04-29  Andreas Jaeger  <aj@suse.de>
26309
26310         [BZ #15084]
26311         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26312         and RES_USEVC.
26313
26314         [BZ #15085]
26315         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26316         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26317         unimplemented.
26318
26319         [BZ #15380]
26320         * stdlib/random.c (__initstate): Return NULL if
26321         __initstate fails.
26322
26323         [BZ #15086]
26324         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26325         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26326         RES_SNGLKUPREOP.
26327
26328 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26329
26330         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26331
26332 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26333
26334         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26335         of individual tests.
26336         (casin_test): Likewise.
26337         (casinh_test): Likewise.
26338
26339 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26340
26341         [BZ #15409]
26342         * math/s_catan.c (__catan): Handle arguments with large real or
26343         imaginary part separately without squaring.
26344         * math/s_catanf.c (__catanf): Likewise.
26345         * math/s_catanh.c (__catanh): Likewise.
26346         * math/s_catanhf.c (__catanhf): Likewise.
26347         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26348         and redefine.
26349         (__catanhl): Handle arguments with large real or imaginary part
26350         separately without squaring.
26351         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26352         and redefine.
26353         (__catanl): Handle arguments with large real or imaginary part
26354         separately without squaring.
26355         * math/libm-test.inc (catan_test): Add more tests.
26356         (catanh_test): Likewise.
26357         * sysdeps/i386/fpu/libm-test-ulps: Update.
26358         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26359
26360 2013-04-27  Andreas Jaeger  <aj@suse.de>
26361
26362         [BZ #15007]
26363         * stdlib/stdlib.h: Update guards for qecvt.
26364         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26365         <stdlib.h>.
26366
26367 2013-04-27  Allan McRae  <allan@archlinux.org>
26368
26369         * sysdeps/i386/fpu/libm-test-ulps: Update.
26370
26371 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26372
26373         [BZ #15406]
26374         * math/s_catan.c: Include <float.h>.
26375         (__catan): Ensure underflow exception occurs for underflowed
26376         result.
26377         * math/s_catanf.c: Include <float.h>.
26378         (__catanf): Ensure underflow exception occurs for underflowed
26379         result.
26380         * math/s_catanh.c: Include <float.h>.
26381         (__catanh): Ensure underflow exception occurs for underflowed
26382         result.
26383         * math/s_catanhf.c: Include <float.h>.
26384         (__catanhf): Ensure underflow exception occurs for underflowed
26385         result.
26386         * math/s_catanhl.c: Include <float.h>.
26387         (__catanhl): Ensure underflow exception occurs for underflowed
26388         result.
26389         * math/s_catanl.c: Include <float.h>.
26390         (__catanl): Ensure underflow exception occurs for underflowed
26391         result.
26392         * math/libm-test.inc (catan_test): Add more tests.
26393         (catanh_test): Likewise.
26394
26395         [BZ #15405]
26396         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26397         underflowed result.
26398         * math/s_ccoshf.c (__ccoshf): Likewise.
26399         * math/s_ccoshl.c (__ccoshl): Likewise.
26400         * math/s_csin.c (__csin): Likewise.
26401         * math/s_csinf.c (__csinf): Likewise.
26402         * math/s_csinh.c (__csinh): Likewise.
26403         * math/s_csinhf.c (__csinhf): Likewise.
26404         * math/s_csinhl.c (__csinhl): Likewise.
26405         * math/s_csinl.c (__csinl): Likewise.
26406         * math/libm-test.inc (ccos_test): Add more tests.
26407         (ccosh_test): Likewise.
26408         (csin_test): Likewise.
26409         (csinh_test): Likewise.
26410
26411 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26412
26413         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26414         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26415         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26416         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26417         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26418         powerpc/power5+/fpu folders.
26419         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26420
26421
26422 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26423
26424         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26425
26426 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26427
26428         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26429         additions to variable.
26430         [$(config-machine) = x86_64] (modules-names): Likewise.
26431         ($(objpfx)tst-audit3): Remove dependency.
26432         ($(objpfx)tst-audit3.out): Likewise.
26433         ($(objpfx)tst-audit4): Likewise.
26434         ($(objpfx)tst-audit4.out): Likewise.
26435         ($(objpfx)tst-audit5): Likewise.
26436         ($(objpfx)tst-audit5.out): Likewise.
26437         ($(objpfx)tst-audit6): Likewise.
26438         ($(objpfx)tst-audit6.out): Likewise.
26439         ($(objpfx)tst-audit7): Likewise.
26440         ($(objpfx)tst-audit7.out): Likewise.
26441         (tst-audit3-ENV): Remove variable.
26442         (tst-audit4-ENV): Likewise.
26443         (tst-audit5-ENV): Likewise.
26444         (tst-audit6-ENV): Likewise.
26445         (tst-audit7-ENV): Likewise.
26446         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26447         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26448         addition to variable.
26449         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26450         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26451         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26452         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26453         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26454         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26455         tst-audit3, tst-audit4 and tst-audit5.
26456         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26457         tst-audit6 and tst-audit7.
26458         [$(subdir) = elf] (modules-names): Add audit modules for those
26459         tests.
26460         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26461         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26462         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26463         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26464         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26465         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26466         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26467         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26468         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26469         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26470         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26471         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26472         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26473         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26474         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26475         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26476         Likewise.
26477         [$(subdir) = elf && $(config-cflags-avx) = yes]
26478         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26479         [$(subdir) = elf && $(config-cflags-avx) = yes]
26480         (CFLAGS-tst-auditmod4a.c): Likewise.
26481         [$(subdir) = elf && $(config-cflags-avx) = yes]
26482         (CFLAGS-tst-auditmod4b.c): Likewise.
26483         [$(subdir) = elf && $(config-cflags-avx) = yes]
26484         (CFLAGS-tst-auditmod6b.c): Likewise.
26485         [$(subdir) = elf && $(config-cflags-avx) = yes]
26486         (CFLAGS-tst-auditmod6c.c): Likewise.
26487         [$(subdir) = elf && $(config-cflags-avx) = yes]
26488         (CFLAGS-tst-auditmod7b.c): Likewise.
26489         * elf/tst-audit3.c: Move to ...
26490         * sysdeps/x86_64/tst-audit3.c: ... here.
26491         * elf/tst-audit4.c: Move to ...
26492         * sysdeps/x86_64/tst-audit4.c: ... here.
26493         * elf/tst-audit5.c: Move to ...
26494         * sysdeps/x86_64/tst-audit5.c: ... here.
26495         * elf/tst-audit6.c: Move to ...
26496         * sysdeps/x86_64/tst-audit6.c: ... here.
26497         * elf/tst-audit7.c: Move to ...
26498         * sysdeps/x86_64/tst-audit7.c: ... here.
26499         * elf/tst-auditmod3a.c: Move to ...
26500         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26501         * elf/tst-auditmod3b.c: Move to ...
26502         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26503         * elf/tst-auditmod4a.c: Move to ...
26504         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26505         * elf/tst-auditmod4b.c: Move to ...
26506         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26507         * elf/tst-auditmod5a.c: Move to ...
26508         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26509         * elf/tst-auditmod5b.c: Move to ...
26510         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26511         * elf/tst-auditmod6a.c: Move to ...
26512         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26513         * elf/tst-auditmod6b.c: Move to ...
26514         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26515         * elf/tst-auditmod6c.c: Move to ...
26516         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26517         * elf/tst-auditmod7a.c: Move to ...
26518         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26519         * elf/tst-auditmod7b.c: Move to ...
26520         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26521
26522 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26523
26524         [BZ #15366]
26525         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26526         define unconditionally.
26527         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26528         define unconditionally.
26529         (INT8_C, INT16_C, etc.): Likewise.
26530
26531 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26532
26533         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26534         __ehdr_start with hidden visibility.
26535
26536         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26537
26538 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26539
26540         * math/libm-test.inc (cos_test): Use accurate hex constants.
26541         (sincost_test): Likewise.
26542
26543 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26544
26545         * math/libm-test.inc (catan_test): Add more tests.
26546         (catanh_test): Likewise.
26547
26548         * math/s_catanf.c (__catanf): Use suffixed floating-point
26549         constants.
26550         * math/s_catanhf.c (__catanhf): Likewise.
26551         * math/s_catanhl.c (__catanhl): Likewise.
26552         * math/s_catanl.c (__catanl): Likewise.
26553
26554         [BZ #15394]
26555         * math/s_catan.c (__catan): Calculate imaginary part of result
26556         with log1p not log unless computing log of number close to 0.
26557         * math/s_catanf.c (__catanf): Likewise.
26558         * math/s_catanl.c (__catanl): Likewise.
26559         * math/s_catanh.c (__catanh): Calculate real part of result with
26560         log1p not log unless computing log of number close to 0.
26561         * math/s_catanhf.c (__catanhf): Likewise.
26562         * math/s_catanhl.c (__catanhl): Likewise.
26563         * math/libm-test.inc (catan_test): Add more tests.
26564         (catanh_test): Likewise.
26565         * sysdeps/i386/fpu/libm-test-ulps: Update.
26566         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26567
26568 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26569
26570         * benchtests/Makefile: Mention files in which fast and slow
26571         paths of math functions are implemented.
26572
26573 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26574
26575         * sysdeps/posix/timespec_get.c: New file.
26576
26577 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26578
26579         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26580         POWER.
26581         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26582         for POWER.
26583         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26584         powerpc/power5/fpu folders.
26585         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26586         * benchtests/Makefile: Add modf testcase.
26587         * benchtests/bench-modf.c: New file: Benchmark test for mo
26588
26589 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26590
26591         [BZ #14888]
26592         * time/Makefile (tests): Add tst-strptime-whitespace.
26593         * time/strptime_l.c (get_number): Use ISSPACE.
26594         (__strptime_internal): Likewise.
26595         * time/tst-strptime-whitespace.c: New test case.
26596
26597 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26598
26599         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26600         member.
26601         (_nss_files_init): Set it here.
26602
26603 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26604
26605         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26606         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26607         unsigned.
26608
26609 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26610
26611         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26612
26613 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26614
26615         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26616         size just once.
26617
26618 2013-04-21  David S. Miller  <davem@davemloft.net>
26619
26620         * po/ru.po: Update Russion translation from translation project.
26621
26622 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26623
26624         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26625         and setfsgid.
26626
26627 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26628
26629         * configure.in: Remove i386 configure warning. Remove i386 case.
26630         * configure: Regenerate.
26631         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26632         Add example to error message.
26633         * sysdeps/i386/configure: Regenerate.
26634
26635 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26636
26637         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26638         slowtan.
26639         * benchtests/cos-inputs: New file.
26640         * benchtests/slowcos-inputs: New file.
26641         * benchtests/slowcos.c: New file.
26642         * benchtests/slowtan-inputs: New file.
26643         * benchtests/slowtan.c: New file.
26644         * benchtests/tan-inputs: New file.
26645
26646 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26647
26648         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26649         considered kosher.
26650
26651 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26652
26653         * benchtests/Makefile: Include cppflags-iterator.mk to add
26654         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26655
26656         * Makefile.in (bench-clean): New target.
26657         * benchtests/Makefile (bench-clean): Likewise.
26658
26659 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26660
26661         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26662
26663 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26664
26665         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26666
26667 2013-04-15  Andreas Schwab  <schwab@suse.de>
26668
26669         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26670         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26671         * nscd/pwdcache.c (cache_addpw): Likewise.
26672         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26673         more than recsize.
26674
26675 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26676
26677         * benchtests/Makefile (bench): Write all output to
26678         bench-out.tmp together.
26679
26680 2013-04-15  Andreas Schwab  <schwab@suse.de>
26681
26682         * nscd/nscd.c (main): Don't fork again after closing files.
26683
26684 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26685
26686         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26687
26688         * benchtests/Rules (bench-deps): Collect dependencies into a
26689         single variable.  Add Makefile to dependencies.
26690         ($(objpfx)bench-%.c): Depend on bench-deps.
26691
26692 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26693             Xavier Roche  <roche+kml2@exalead.com>
26694
26695         [BZ #15361]
26696         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26697         just that it's a file descriptor.
26698         * manual/llio.texi (Synchronizing AIO Operations): Update description
26699         for EBADF error from aio_fsync.
26700
26701 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26702
26703         * Rules (bench): Move target definition...
26704         * benchtests/Makefile: ... here.
26705
26706 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26707
26708         * math/libm-test.inc (cos_test): Fix PI/2 test.
26709         (sincos_test): Likewise.
26710         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26711         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26712
26713 2013-04-11  Andreas Schwab  <schwab@suse.de>
26714
26715         [BZ #13988]
26716         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26717         accept exponent character only when digits were seen.
26718         * stdio-common/Makefile (tests): Add bug26.
26719         * stdio-common/bug26.c: New file.
26720
26721         [BZ #14293]
26722         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26723         non-freeable.
26724
26725 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26726
26727         * Makeconfig (rtld-prefix): Define built linker prefix.
26728         * Rules (run-bench): Use it.
26729         * math/Makefile (run-regen-ulps): Likewise.
26730
26731         * Rules (bench): Remove eval.
26732
26733 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26734             Roland McGrath  <roland@hack.frob.com>
26735             Ondrej Bilka  <neleai@seznam.cz>
26736
26737         [BZ #15346]
26738         * time/getdate.c: Include ctype.h and alloca.h.
26739         (__getdate_r): Trim leading and trailing spaces of input.
26740         * time/tst-getdate.c (tests): Add tests with leading and
26741         trailing spaces.
26742
26743 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26744
26745         [BZ #14280]
26746         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26747         when computing value.
26748
26749 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26750
26751         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26752         Use testrun.sh to run libm tests.
26753
26754         [BZ #15309]
26755         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26756
26757 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26758
26759         [BZ #15264]
26760         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26761
26762 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26763
26764         * Makefile.in (regen-ulps): New target.
26765         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26766         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26767         [ifneq (no,$(PERL)] (regen-ulps): New target.
26768         [ifeq (no,$(PERL)] (regen-ulps): New target.
26769         * math/libm-test.inc (ulps_file_name): Define.
26770         (output_dir): New variable.
26771         (options): Add "output-dir" option.
26772         (parse_opt): Handle 'o' case.
26773         (main): If output_dir is non-NULL use it as a prefix
26774         otherwise use "".
26775         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26776
26777 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26778
26779         [BZ #10060, #10062]
26780         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26781         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26782         fail configure if __sync_val_compare_and_swap is not inlined.
26783         * sysdeps/i386/configure: Regenerate.
26784         * configure.in: Build for i686 when configured for i386.
26785         * configure: Regenerate.
26786         * README: Remove i386 reference.
26787
26788 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26789
26790         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26791         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26792
26793 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26794
26795         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26796         (lmsnanval): New variables.
26797         (F): Add conversion tests.
26798         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26799         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26800
26801         * stdio-common/tstdiomisc.c (F): Properly collect individual
26802         tests' results.
26803
26804         [BZ #14686, #15336]
26805         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26806         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26807         Instead, use input NaN values or generate a qNaN by arithmetic
26808         operation.  Also fix bugs to comply with the standard.
26809         * math/libm-test.inc (remainder_test): Add more tests.
26810
26811         [BZ #15335, #15342]
26812         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26813         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26814         input NaN values or generate a qNaN by arithmetic operation.
26815
26816         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26817         unreachable code.
26818
26819         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26820         definitions.
26821
26822 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26823
26824         [BZ #14478]
26825         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26826         underflowed result.
26827         * math/s_cexpf.c (__cexpf): Likewise.
26828         * math/s_cexpl.c (__cexpl): Likewise.
26829         * math/libm-test.inc (cexp_test): Add more tests.
26830
26831 2013-04-03  Andreas Schwab  <schwab@suse.de>
26832
26833         [BZ #15330]
26834         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26835         order arrays from heap if bigger than alloca cutoff.
26836
26837 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26838
26839         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26840         (SNAN_TESTS_double): Refer to GCC PR56831.
26841         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26842         GCC PR56828.
26843
26844 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26845
26846         * Rules (bench): Move bench.out after the run is complete.
26847
26848         * Rules (bench): Echo currently running benchmark.
26849
26850         * benchtests/Makefile (bench): Add atan and slowatan.
26851         * benchtests/atan-inputs: New file.
26852         * benchtests/slowatan-inputs: New file.
26853         * benchtests/slowatan.c: New file.
26854
26855         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26856         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26857         its value.
26858
26859         [BZ #15305]
26860         * sysdeps/unix/sysv/linux/kernel-features.h
26861         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26862         __ASSUME_XFS_RESTRICTED_CHOWN.
26863         * sysdeps/unix/sysv/linux/pathconf.c
26864         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26865         Save and restore errno.
26866
26867 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26868
26869         [BZ #15327]
26870         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26871         arguments using __kernel_casinh.
26872         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26873         arguments using __kernel_casinhf.
26874         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26875         arguments using __kernel_casinhl.
26876         * math/libm-test.inc (cacosh_test): Add more tests.
26877         * sysdeps/i386/fpu/libm-test-ulps: Update.
26878         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26879
26880 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26881
26882         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26883         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26884
26885         * bench/Makefile (bench): Add sin and slowsin.
26886         * benchtests/sin-inputs: New file.
26887         * benchtests/slowsin-inputs: New file.
26888         * benchtests/slowsin.c: New file.
26889
26890         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26891         (bench): Add slowexp and slowpow.
26892         (exp-ITER): Increase iterations.
26893         (pow-ITER): Likewise.
26894         * benchtests/exp-inputs: Change input.
26895         * benchtests/pow-inputs: Likewise.
26896         * benchtests/slowexp-inputs: New file.
26897         * benchtests/slowexp.c: New file.
26898         * benchtests/slowpow-inputs: New file.
26899         * benchtests/slowpow.c: New file.
26900
26901 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26902
26903         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26904         instructions.
26905         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26906         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26907         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26908         * benchtests/Makefile: Add rint benchtest.
26909         * benchtests/rint-inputs: Input for rint benchtest.
26910
26911 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26912
26913         * Versions.def (libm): Add GLIBC_2.18.
26914         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26915         hidden libm prototypes.
26916         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26917         * math/Makefile (libm-calls): Add s_issignaling.
26918         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26919         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26920         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26921         declaration.
26922         * math/math.h [__USE_GNU] (issignaling): New macro.
26923         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26924         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26925         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26926         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26927         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26928         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26929         * manual/arith.texi (issignaling): New section.
26930         * manual/libm-err-tab.pl (@all_functions): Update comment.
26931         * math/gen-libm-test.pl (parse_args): Apply special handling for
26932         issignaling.
26933         * math/libm-test.inc (print_float, issignaling_test): New
26934         functions.
26935         (check_float_internal): Add issignaling checks.
26936         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26937         default definition.
26938         * sysdeps/powerpc/math-tests.h: New file.
26939         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26940         tests.
26941         * math/test-snan.c (TEST_FUNC): Likewise.
26942
26943 2013-03-30  David S. Miller  <davem@davemloft.net>
26944
26945         * po/de.po: Update from translation team.
26946
26947 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26948
26949         [BZ #10357]
26950         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26951         imaginary part less than 1.0 and real part less than 0.5
26952         specially.
26953         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26954         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26955         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26956         (cacos_test): Add more tests.
26957         (casin_test): Likewise.
26958         (casinh_test): Likewise.
26959         * sysdeps/i386/fpu/libm-test-ulps: Update.
26960         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26961
26962 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26963
26964         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26965         ONE with its value.
26966
26967         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26968         (__pow_mp): Replace ONE and MONE with their values.
26969         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26970         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26971         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26972         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26973         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26974         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26975
26976         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26977
26978         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26979         (__pow_mp): Replace ZERO and MZERO with their values.
26980         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26981         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26982         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26983         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26984         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26985         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26986         (__sqr): Likewise.
26987
26988         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26989
26990         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26991
26992 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26993
26994         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26995         Declare with __attribute__ ((weak)).
26996         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26997         Call __call_tls_dtors only if it's not NULL.
26998
26999 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27000
27001         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
27002         didn't do it already, then set _dl_phdr and _dl_phnum based on the
27003         magic __ehdr_start linker symbol if it's defined.
27004         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
27005         them up here if it was already done.
27006
27007         * elf/dl-support.c (_dl_phdr): Make pointer to const.
27008         (_dl_aux_init): Use const in cast when setting it.
27009         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
27010         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
27011         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
27012
27013         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
27014         Declare them here.
27015         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
27016         * csu/libc-tls.c: Nor here.
27017         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
27018
27019         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
27020         (__libc_message): Never call vsyslog.
27021
27022 2013-03-28  Alan Modra  <amodra@gmail.com>
27023
27024         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
27025         Define as empty.
27026         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
27027         Likewise.
27028
27029 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27030
27031         [BZ #15214]
27032         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
27033         underflow.
27034         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27035
27036 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27037
27038         [BZ #15304]
27039         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
27040         Don't add gid passed as argument.
27041
27042         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
27043
27044 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
27045
27046         [BZ #15307]
27047         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27048         imaginary part between 1.0 and 1.5 and real part less than 0.5
27049         specially.
27050         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27051         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27052         * math/libm-test.inc (cacos_test): Add more tests.
27053         (casin_test): Likewise.
27054         (casinh_test): Likewise.
27055         * sysdeps/i386/fpu/libm-test-ulps: Update.
27056         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27057
27058 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27059
27060         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
27061         constants.
27062         (norm): Likewise.
27063         (denorm): Likewise.
27064         (__dbl_mp): Likewise.
27065         (add_magnitudes): Likewise.
27066         (sub_magnitudes): Likewise.
27067         (__add): Likewise.
27068         (__sub): Likewise.
27069         (__mul): Likewise.
27070         (__sqr): Likewise.
27071         (__inv): Likewise.
27072         (__dvd): Likewise.
27073
27074         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
27075         commented code.
27076         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
27077         (__dubcos): Likewise.
27078         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
27079         (__ieee754_acos): Likewise.
27080         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27081         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
27082         (__exp1): Likewise.
27083         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27084         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
27085         (log1): Likewise.
27086         (my_log2): Likewise.
27087         (checkint): Likewise.
27088         * sysdeps/ieee754/dbl-64/e_remainder.c
27089         (__ieee754_remainder): Likewise.
27090         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27091         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
27092         (bsloww): Likewise.
27093         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27094
27095         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27096         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
27097         MANTISSA_STORE_T to store computations on mantissa.  Use
27098         macros for rounding and division.
27099         (denorm): Likewise.
27100         (__dbl_mp): Likewise.
27101         (add_magnitudes): Likewise.
27102         (sub_magnitudes): Likewise.
27103         (__mul): Likewise.
27104         (__sqr): Likewise.
27105         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27106         powers of two in terms of TWOPOW macro.
27107         (mp_no): Make type of mantissa as MANTISSA_T.
27108         [!RADIXI]: Define RADIXI.
27109         [!TWO52]: Define TWO52.
27110         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27111
27112 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27113
27114         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
27115         llroundl symbol when building for PPC32.
27116
27117 2013-03-24  Mark H Weaver  <mhw@netris.org>
27118
27119         * manual/arith.texi (Normalization Functions): Fix prototypes for
27120         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
27121
27122 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27123
27124         [BZ #13889]
27125         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
27126         high value to check if expl overflow.
27127         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
27128         to check for underflow and overflow.
27129         * math/libm-test.inc: Add exp test.
27130
27131 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
27132
27133         [BZ #11120]
27134         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
27135         with NOT_IN_libc.
27136
27137 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27138
27139         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
27140         symbol.
27141
27142 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
27143
27144         * math/gen-libm-test.pl (parse_args, special_functions): Properly
27145         wrap blocks consisting of several statements.
27146
27147         * sysdeps/generic/math-tests.h: New file.
27148         * sysdeps/i386/fpu/math-tests.h: Likewise.
27149         * math/test-snan.c: Include it.
27150         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
27151
27152 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27153
27154         [BZ #15285]
27155         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27156         (__ieee754_j0l): Do not improve calculations using cos of twice
27157         input for inputs above LDBL_MAX / 2.0L.
27158         (__ieee754_y0l): Likewise.
27159         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27160         (__ieee754_j1l): Do not improve calculations using cos of twice
27161         input for inputs above LDBL_MAX / 2.0L.
27162         (__ieee754_y1l): Likewise.
27163         * math/libm-test.inc (j0_test): Add another test.
27164         (j1_test): Likewise.
27165         (y0_test): Likewise.
27166         (y1_test): Likewise.
27167         * sysdeps/i386/fpu/libm-test-ulps: Update.
27168
27169 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27170
27171         * Rules ($(objpfx)bench-%.c): Include code from a C source
27172         file.
27173
27174 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27175
27176         [BZ #15287]
27177         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27178         imaginary part 1.0 and real part less than 0.5 specially.
27179         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27180         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27181         * math/libm-test.inc (cacos_test): Add more tests.
27182         (casin_test): Likewise.
27183         (casinh_test): Likewise.
27184         * sysdeps/i386/fpu/libm-test-ulps: Update.
27185         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27186
27187 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27188
27189         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27190         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27191
27192 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
27193
27194         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27195         * config.make.in (config-cflags-sse4): Remove variable.
27196         (config-cflags-avx): Likewise.
27197         (config-cflags-sse2avx): Likewise.
27198         (config-cflags-novzeroupper): Likewise.
27199         (config-asflags-i686): Likewise.
27200         (have-mfma4): Likewise.
27201         (have-as-vis3): Likewise.
27202         (MIG): Likewise.
27203         * configure.in (MIG): Do not AC_SUBST.
27204         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27205         (libc_cv_cc_sse4): Do not AC_SUBST.
27206         (libc_cv_cc_avx): Likewise.
27207         (libc_cv_cc_sse2avx): Likewise.
27208         (libc_cv_cc_novzeroupper): Likewise.
27209         (libc_cv_cc_fma4): Likewise.
27210         (libc_cv_as_i686): Likewise.
27211         (libc_cv_sparc_as_vis3): Likewise.
27212         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27213         LIBC_CONFIG_VAR.
27214         (config-asflags-i686): Likewise.
27215         (config-cflags-avx): Likewise.
27216         (config-cflags-sse2avx): Likewise.
27217         (have-mfma4): Likewise.
27218         (config-cflags-novzeroupper): Likewise.
27219         * sysdeps/mach/configure.in (MIG): Likewise.
27220         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27221         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27222         LIBC_CONFIG_VAR.
27223         (config-cflags-avx): Likewise.
27224         (config-cflags-sse2avx): Likewise.
27225         (have-mfma4): Likewise.
27226         (config-cflags-novzeroupper): Likewise.
27227         * configure: Regenerated.
27228         * sysdeps/i386/configure: Likewise.
27229         * sysdeps/mach/configure: Likewise.
27230         * sysdeps/sparc/configure: Likewise.
27231         * sysdeps/x86_64/configure: Likewise.
27232
27233 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27234
27235         [BZ #14812]
27236         * locale/programs/localedef.c (options): Put N_ translation marker
27237         on argument names, not just descriptions.
27238
27239 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27240
27241         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27242
27243 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27244
27245         [BZ #14176]
27246         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27247
27248 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27249
27250         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27251         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27252         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27253         [!BEFORE_ABORT] (before_abort): New function.
27254         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27255         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27256         (writev_for_fatal): New function.
27257         (WRITEV_FOR_FATAL): New macro; call that.
27258         (backtrace_and_maps): New function.
27259         (BEFORE_ABORT): New macro; call that.
27260         (struct str_list): Type removed.
27261         (__libc_message, __libc_fatal): Functions removed.
27262         Include <sysdeps/posix/libc_fatal.c> instead.
27263
27264 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27265
27266         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27267         constants.
27268         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27269         double constants.
27270
27271 2013-03-19  Andreas Schwab  <schwab@suse.de>
27272
27273         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27274         * sysdeps/gnu/configure: Regenerate.
27275
27276         * configure.in: Substitute libc_cv_rtlddir.
27277         * configure: Regenerate.
27278         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27279         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27280         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27281         * elf/Makefile (install-others, CFLAGS-interp.c)
27282         (ldso_install, common-ldd-rewrite): Likewise.
27283         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27284         $(inst_slibdir)/$(rtld-installed-name).
27285         * scripts/rellns-sh: Add -p option.
27286         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27287         for source.
27288
27289 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27290
27291         * manual/nptl.texi: Renamed to ...
27292         * manual/threads.texi: ... this.
27293         * manual/Makefile (chapters): Update.
27294
27295 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27296
27297         [BZ #14812]
27298         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27299         on argument names, not just descriptions.
27300         * malloc/memusagestat.c (options): Likewise.
27301         * nss/getent.c (options): Likewise.
27302
27303 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27304
27305         [BZ #14812]
27306         * iconv/iconv_prog.c (options): Put N_ translation marker
27307         on argument names, not just descriptions.
27308         * iconv/iconvconfig.c (options): Likewise.
27309
27310 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27311
27312         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27313         implementation which is faster on all x86_64 architectures.
27314         Tested on AMD, Intel Nehalem, SNB, IVB.
27315         * sysdeps/x86_64/strnlen.S: Likewise.
27316
27317         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27318         Remove all multiarch strlen and strnlen versions.
27319         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27320         Remove strlen and strnlen related parts.
27321
27322         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27323         Inline strlen part.
27324         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27325
27326         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27327         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27328         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27329         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27330         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27331         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27332
27333 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27334
27335         * manual/memory.texi (Malloc Tunable Parameters):
27336         Sort parameters alphabetically. Add comments for missing entries.
27337
27338 2013-03-17  David S. Miller  <davem@davemloft.net>
27339
27340         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27341
27342 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27343
27344         [BZ #15283]
27345         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27346         for arguments at most half maximum finite value.
27347         * math/libm-test.inc (j0_test): Add more tests.
27348         (j1_test): Likewise.
27349         (y0_test): Likewise.
27350         (y1_test): Likewise.
27351         * sysdeps/i386/fpu/libm-test-ulps: Update.
27352         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27353
27354         [BZ #14155]
27355         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27356         1 / x and functions P and Q for arguments above 0x1p256L.
27357         (__ieee754_y0l): Likewise.
27358         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27359         (__ieee754_y1l): Likewise.
27360         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27361         (j1_test): Likewise.
27362         (y0_test): Likewise.
27363         (y1_test): Likewise.
27364
27365 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27366
27367         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27368         variable.
27369
27370 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27371
27372         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27373         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27374         zero since it's initialized to EXEC_PAGESIZE.
27375
27376         * sysdeps/unix/sysv/linux/ldsodefs.h
27377         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27378         * sysdeps/generic/ldsodefs.h: ... here.
27379
27380 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27381
27382         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27383
27384         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27385         math/test-snan.c.
27386         * math/test-snan.c: Renamed from
27387         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27388         * math/Makefile (tests): Add test-snan.
27389         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27390         test-powerpc-snan.
27391
27392         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27393         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27394         functions.
27395         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27396         __builtin_nan family of functions.
27397         * math/libm-test.inc (initialize): Initialize qnan_value with
27398         __builtin_nan family of functions.
27399         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27400         Remove variables.
27401         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27402         Remove functions.
27403         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27404         storage class.  Initialize qNaN_var and sNaN_var with
27405         __builtin_nan and __builtin_nans families of functions,
27406         respectively.
27407
27408         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27409         (sqrt_test): Remove duplicate test with qNaN input.
27410         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27411         (round_test, signbit_test, significand_test): Note missing +/-Inf
27412         as well as qNaN tests.
27413
27414         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27415         qNaN_var.  Fix a few strings, too.
27416         * math/libm-test.inc (nan_value): Rename to qnan_value.
27417         * math/gen-libm-test.pl (%beautify): Adjust to that.
27418         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27419         * math/test-misc.c (main): Likewise.
27420         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27421         to __qnan_bytes, and __qnan_union, respectively.
27422         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27423         Likewise.
27424         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27425         and lqnanval, respectively.
27426         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27427         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27428         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27429         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27430
27431         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27432         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27433         doubles.
27434
27435         * math/test-misc.c (main): Fix copy'n'pastos.
27436         * misc/tst-efgcvt.c (special): Likewise.
27437
27438         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27439         Remove declarations.
27440
27441 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27442
27443         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27444         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27445         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27446         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27447
27448 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27449
27450         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27451         macro to return vdso values correctly in IFUNC implementations.
27452         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27453         Optimization by using IFUNC.
27454
27455 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27456             Richard Henderson  <rth@redhat.com>
27457             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27458
27459         * Makefile.in (bench): New target.
27460         * NEWS: Mention the benchmark framework.
27461         * Rules (bench): Likewise.
27462         (binaries-bench): Generate binaries for functions to
27463         benchmark.
27464         * benchtests/Makefile: New makefile for benchmark tests.
27465         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27466         programs.
27467         * benchtests/exp-inputs: New input file for EXP function.
27468         * benchtests/pow-inputs: New input file for POW function.
27469         * scripts/bench.pl: New script to generate source files for
27470         benchmark programs.
27471
27472 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27473
27474         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27475         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27476         computations on mantissa.  Use macros for rounding and
27477         division.
27478         (denorm): Likewise.
27479         (__dbl_mp): Likewise.
27480         (add_magnitudes): Likewise.
27481         (sub_magnitudes): Likewise.
27482         (__mul): Likewise.
27483         (__sqr): Likewise.
27484         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27485         powers of two in terms of TWOPOW macro.
27486         (mp_no): Make type of mantissa as MANTISSA_T.
27487         [!RADIXI]: Define RADIXI.
27488         [!TWO52]: Define TWO52.
27489         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27490
27491         * manual/nptl.texi (cindex): Modify threads to pthreads.
27492
27493 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27494
27495         * sysdeps/x86_64/preconfigure: Regenerated.
27496
27497 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27498
27499         [BZ #14155]
27500         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27501         0x1p28 and above.
27502         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27503         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27504         0x1p28 and above.
27505         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27506         * math/libm-test.inc (j0_test): Do not allow one spurious
27507         underflow exception.
27508         (y1_test): Likewise.
27509
27510 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27511
27512         * manual/Makefile (chapters): Add nptl.
27513         * manual/debug.texi (Debugging Support): Add link to Threads
27514         chapter.
27515         * manual/nptl.texi: New file.
27516
27517         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27518
27519 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27520
27521         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27522         for non-NULL pointer before the memory validity test. Pointed
27523         out by Holger Brunck <holger.brunck@keymile.com>.
27524
27525 2013-03-13  Andreas Schwab  <schwab@suse.de>
27526
27527         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27528         instead of .os.
27529
27530 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27531
27532         * timezone/zic.c: Update from tzcode 2013b.
27533
27534 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27535
27536         * manual/install.texi (Configuring and compiling):
27537         Mention i686 and i586.
27538         * INSTALL: Regenerate.
27539
27540 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27541
27542         * sysdeps/init_array/elf-init.c: New file.
27543         * csu/elf-init.c
27544         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27545         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27546
27547         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27548         __gmon_start__ as global, but as static with a .preinit_array pointer.
27549         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27550         * sysdeps/init_array/crti.S: New file, empty except for comments.
27551         * sysdeps/init_array/crtn.S: Likewise.
27552
27553 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27554
27555         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27556         definining bcopy.
27557         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27558         Remove Prefer_SSE_for_memop.
27559         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27560         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27561         HAS_PREFER_SSE_FOR_MEMOP.
27562         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27563         memset-x86-64.
27564         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27565         Remove bzero, memset ifunc support.
27566         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27567         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27568         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27569         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27570
27571 2013-03-11  Andreas Schwab  <schwab@suse.de>
27572
27573         [BZ #15234]
27574         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27575         by SHLIB_COMPAT.
27576         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27577         (GLIBC_2.16): Remove pthread_atfork.
27578
27579 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27580
27581         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27582         (ptestcases.h): Likewise.
27583
27584 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27585
27586         * Makeconfig ($(common-objpfx)config.status): Depend on
27587         sysdeps/*/preconfigure{,.in} too.
27588
27589 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27590
27591         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27592         (__free_hook): Use void * instead of __malloc_ptr_t.
27593         (__malloc_hook): Likewise.
27594         (__realloc_hook): Likewise.
27595         (__memalign_hook): Likewise.
27596         (__after_morecore_hook): Likewise.
27597         * malloc/arena.c (save_malloc_hook): Likewise.
27598         (save_free_hook): Likewise.
27599         * malloc/hooks.c (malloc_hook_ini): Likewise.
27600         (realloc_hook_ini): Likewise.
27601         (memalign_hook_ini): Likewise.
27602         * malloc/malloc.c (malloc_hook_ini): Likewise.
27603         (realloc_hook_ini): Likewise.
27604         (memalign_hook_ini): Likewise.
27605         (__free_hook): Likewise.
27606         (__malloc_hook): Likewise.
27607         (__realloc_hook): Likewise.
27608         (__memalign_hook): Likewise.
27609         (__libc_malloc): Likewise.
27610         (__libc_free): Likewise.
27611         (__libc_realloc): Likewise.
27612         (__libc_memalign): Likewise.
27613         (__libc_valloc): Likewise.
27614         (__libc_pvalloc): Likewise.
27615         (__libc_calloc): Likewise.
27616         (__posix_memalign): Likewise.
27617         * malloc/morecore.c (__sbrk): Likewise.
27618         (__default_morecore): Likewise.
27619
27620         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27621
27622         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27623         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27624         __malloc_ptrdiff_t.
27625
27626         * malloc/malloc.h (__malloc_size_t): Remove macro.
27627         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27628         __malloc_size_t.
27629         (old_memalign_hook): Likewise.
27630         (old_realloc_hook): Likewise.
27631         (struct hdr): Likewise.
27632         (flood): Likewise.
27633         (mallochook): Likewise.
27634         (memalignhook): Likewise.
27635         (reallochook): Likewise.
27636         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27637         (tr_old_realloc_hook): Likewise.
27638         (tr_old_memalign_hook): Likewise.
27639         (tr_mallochook): Likewise.
27640         (tr_reallochook): Likewise.
27641         (tr_memalignhook): Likewise.
27642
27643 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27644
27645         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27646         default_ldbl_pack and using as default implementation.
27647         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27648         implementation.
27649         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27650         redundant definition.
27651         (ldbl_insert_mantissa): Likewise.
27652         (ldbl_canonicalize): Likewise.
27653         (ldbl_nearbyint): Likewise.
27654         (ldbl_pack): Rename to ldbl_pack_ppc.
27655         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27656         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27657         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27658
27659 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27660
27661         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27662         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27663         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27664         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27665         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27666         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27667         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27668         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27669
27670 2013-03-07  Andreas Jaeger  <aj@suse.de>
27671
27672         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27673         bits/mman-linux.h.
27674
27675 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27676
27677         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27678         Include mpa.h and declare __MPEXP.
27679         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27680         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27681         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27682         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27683         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27684         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27685         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27686
27687         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27688         (__slowpow): Use long double EXPL and LOGL functions to
27689         compute POW.
27690         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27691         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27692         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27693         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27694         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27695         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27696
27697         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27698         intermediate variable to calculate exponent.
27699         (__sqr): Likewise.
27700         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27701         Likewise.
27702         (__sqr): Likewise.
27703
27704         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27705         [!NO__SQR]: Define __sqr.
27706         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27707         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27708         sysdeps/ieee754/dbl-64/mpa.c.
27709         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27710
27711         [BZ #12723]
27712         * posix/Makefile (tests): Add tst-pathconf.
27713         * posix/tst-pathconf.c: New test case.
27714         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27715         _PC_PIPE_BUF.
27716         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27717
27718 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27719
27720         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27721
27722 2013-03-06  Andreas Jaeger  <aj@suse.de>
27723
27724         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27725         definition via __MAP_ANONYMOUS.
27726
27727         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27728         it's not part of Linux headers.
27729
27730         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27731         (MAP_HUGE_MASK): Define.
27732
27733         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27734         Define.
27735         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27736         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27737         Define.
27738         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27739         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27740         Define.
27741         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27742         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27743         Define.
27744         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27745
27746         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27747         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27748         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27749         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27750         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27751         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27752
27753         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27754         Handle f2fs.
27755
27756         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27757         Handle f2fs and efivarfs.
27758
27759         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27760         f2fs.
27761
27762         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27763         (EFIVARFS_MAGIC): Add.
27764         (F2FS_LINK_MAX): Add.
27765
27766 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27767
27768         * stdio-common/vfprintf.c: Replace __builtin_expect with
27769         __glibc_unlikely.
27770
27771 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27772
27773         [BZ #13550]
27774         * sysdeps/generic/bp-sym.h: Remove file.
27775         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27776         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27777         <bp-sym.h> and <bp-asm.h>.
27778         (__longjmp): Don't use BP_SYM.
27779         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27780         and <bp-asm.h>.
27781         (memcpy): Don't use BP_SYM.
27782         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27783         <bp-sym.h> and <bp-asm.h>.
27784         (memcpy): Don't use BP_SYM.
27785         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27786         <bp-asm.h>.
27787         (memcpy): Don't use BP_SYM.
27788         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27789         <bp-asm.h>.
27790         (memset): Don't use BP_SYM.
27791         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27792         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27793         (__bzero): Don't use BP_SYM.
27794         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27795         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27796         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27797         <bp-sym.h> and <bp-asm.h>.
27798         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27799         pointers.
27800         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27801         <bp-sym.h> and <bp-asm.h>.
27802         (memcpy): Don't use BP_SYM.
27803         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27804         <bp-sym.h> and <bp-asm.h>.
27805         (memset): Don't use BP_SYM.
27806         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27807         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27808         (__bzero): Don't use BP_SYM.
27809         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27810         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27811         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27812         <bp-sym.h> and <bp-asm.h>.
27813         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27814         pointers.
27815         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27816         <bp-sym.h> and <bp-asm.h>.
27817         (memcpy): Don't use BP_SYM.
27818         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27819         <bp-sym.h> and <bp-asm.h>.
27820         (memset): Don't use BP_SYM.
27821         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27822         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27823         (__bzero): Don't use BP_SYM.
27824         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27825         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27826         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27827         <bp-sym.h> and <bp-asm.h>.
27828         (__memchr): Don't use BP_SYM.
27829         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27830         <bp-sym.h> and <bp-asm.h>.
27831         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27832         pointers.
27833         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27834         <bp-sym.h> and <bp-asm.h>.
27835         (memcpy): Don't use BP_SYM.
27836         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27837         <bp-sym.h> and <bp-asm.h>.
27838         (__mempcpy): Don't use BP_SYM.
27839         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27840         <bp-sym.h> and <bp-asm.h>.
27841         (__memrchr): Don't use BP_SYM.
27842         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27843         <bp-sym.h> and <bp-asm.h>.
27844         (memset): Don't use BP_SYM.
27845         (__bzero): Likewise.
27846         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27847         <bp-sym.h> and <bp-asm.h>.
27848         (__rawmemchr): Don't use BP_SYM.
27849         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27850         <bp-sym.h> and <bp-asm.h>.
27851         (__STRCMP): Don't use BP_SYM.
27852         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27853         <bp-sym.h> and <bp-asm.h>.
27854         (strchr): Don't use BP_SYM.
27855         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27856         <bp-sym.h> and <bp-asm.h>.
27857         (__strchrnul): Don't use BP_SYM.
27858         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27859         <bp-sym.h> and <bp-asm.h>.
27860         (strlen): Don't use BP_SYM.
27861         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27862         <bp-sym.h> and <bp-asm.h>.
27863         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27864         pointers.
27865         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27866         <bp-sym.h> and <bp-asm.h>.
27867         (__strnlen): Don't use BP_SYM.
27868         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27869         <bp-sym.h> and <bp-asm.h>.
27870         (__GI__setjmp): Don't use BP_SYM.
27871         (_setjmp): Likewise.
27872         (__sigsetjmp): Likewise.
27873         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27874         (L(start_addresses)): Don't use BP_SYM.
27875         (_start): Likewise.
27876         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27877         <bp-asm.h>.
27878         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27879         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27880         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27881         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27882         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27883         <bp-asm.h>.
27884         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27885         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27886         about bounded pointers.
27887         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27888         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27889         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27890         <bp-asm.h>.
27891         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27892         about bounded pointers.  Remove GKM FIXME comments.
27893         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27894         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27895         <bp-asm.h>.
27896         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27897         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27898         Remove GKM FIXME comments.
27899         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27900         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27901         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27902         <bp-asm.h>.
27903         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27904         about bounded pointers.  Remove GKM FIXME comment.
27905         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27906         and <bp-asm.h>.
27907         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27908         pointers.
27909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27910         <bp-sym.h> and <bp-asm.h>.
27911         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27913         <bp-sym.h> and <bp-asm.h>.
27914         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27915         comment.
27916
27917 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27918
27919         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27920         call free(NULL).
27921
27922 2013-03-05  David S. Miller  <davem@davemloft.net>
27923
27924         * po/es.po: Update from translation team.
27925
27926 2013-03-05  Andreas Jaeger  <aj@suse.de>
27927
27928         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27929         <bits/mman-linux.h>.
27930         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27931         is fine.
27932         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27933         <bits/mman-linux.h> to end of file.
27934         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27935         is fine.
27936         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27937         <bits/mman-linux.h> to end of file.
27938         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27939         is fine.
27940         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27941         <bits/mman-linux.h> to end of file.
27942
27943         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27944         (MCL_CURRENT, MCL_FUTURE): Define here.
27945
27946 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27947
27948         [BZ #15232]
27949         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27950         attribute_hidden.
27951         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27952
27953 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27954
27955         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27956         fourth parameter needed for rt_sigprocmask syscall.
27957         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27958         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27959         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27960         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27961         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27962         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27963
27964 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27965
27966         [BZ #13550]
27967         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27968         comment about bounded pointers.
27969         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27970         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27971
27972 2013-03-04  Andreas Jaeger  <aj@suse.de>
27973
27974         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27975         common definitions.
27976
27977         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27978         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27979         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27980         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27981         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27982         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27983
27984 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27985
27986         [BZ #15055]
27987         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27988         __ieee754_sqrl instead of __sqrl.
27989
27990 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27991
27992         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27993         * sysdeps/powerpc/fpu_control.h: ... here.
27994         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27995         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27996         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27997         * sysdeps/powerpc/bits/mathinline.h: ... here.
27998
27999 2013-03-01  Roland McGrath  <roland@hack.frob.com>
28000
28001         * elf/dl-hwcaps.c (_dl_important_hwcaps):
28002         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
28003         to just [NEED_DL_SYSINFO_DSO].
28004         * elf/dl-support.c: Likewise.
28005         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
28006         * elf/rtld.c (dl_main): Likewise.
28007         * elf/setup-vdso.h (setup_vdso): Likewise.
28008         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
28009         * sysdeps/unix/sysv/linux/dl-sysdep.c
28010         (_dl_discover_osversion): Likewise.
28011
28012 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
28013
28014         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
28015         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28016
28017 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
28018
28019         * NEWS: Mention libm performance improvements and non-x86 PI
28020         futex support.
28021
28022         * csu/libc-start.c (__pthread_initialize_minimal): Change
28023         function arguments.
28024         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28025
28026 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
28027
28028         [BZ #13550]
28029         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
28030         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
28031         <bp-sym.h> and <bp-asm.h>.
28032         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28033         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
28034         and <bp-asm.h>.
28035         (memcpy): Don't use BP_SYM.
28036         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
28037         <bp-asm.h>.
28038         (__mpn_add_n): Don't use BP_SYM.
28039         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
28040         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
28041         and <bp-asm.h>.
28042         (__mpn_addmul_1): Don't use BP_SYM.
28043         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28044         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
28045         <bp-sym.h>.
28046         (_setjmp): Don't use BP_SYM.
28047         (__novmx_setjmp): Likewise.
28048         (__GI__setjmp): Likewise.
28049         (__vmx_setjmp): Likewise.
28050         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
28051         <bp-sym.h>.
28052         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
28053         (__bzero): Don't use BP_SYM.
28054         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28055         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28056         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
28057         <bp-sym.h> and <bp-asm.h>.
28058         (memcpy): Don't use BP_SYM.
28059         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
28060         <bp-sym.h> and <bp-asm.h>.
28061         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28062         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
28063         <bp-sym.h> and <bp-asm.h>.
28064         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28065         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
28066         <bp-asm.h>.
28067         (__mpn_lshift): Don't use BP_SYM.
28068         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28069         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
28070         <bp-asm.h>.
28071         (memset): Don't use BP_SYM.
28072         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28073         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28074         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
28075         <bp-asm.h>.
28076         (__mpn_mul_1): Don't use BP_SYM.
28077         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28078         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
28079         <bp-sym.h> and <bp-asm.h>.
28080         (memcmp): Don't use BP_SYM.
28081         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
28082         <bp-sym.h> and <bp-asm.h>.
28083         (memcpy): Don't use BP_SYM.
28084         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
28085         <bp-sym.h> and <bp-asm.h>.
28086         (memset): Don't use BP_SYM.
28087         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
28088         <bp-sym.h> and <bp-asm.h>.
28089         (strncmp): Don't use BP_SYM.
28090         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
28091         <bp-sym.h> and <bp-asm.h>.
28092         (memcpy): Don't use BP_SYM.
28093         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
28094         <bp-sym.h> and <bp-asm.h>.
28095         (memset): Don't use BP_SYM.
28096         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
28097         <bp-sym.h> and <bp-asm.h>.
28098         (__memchr): Don't use BP_SYM.
28099         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
28100         <bp-sym.h> and <bp-asm.h>.
28101         (memcmp): Don't use BP_SYM.
28102         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
28103         <bp-sym.h> and <bp-asm.h>.
28104         (memcpy): Don't use BP_SYM.
28105         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
28106         <bp-sym.h> and <bp-asm.h>.
28107         (__mempcpy): Don't use BP_SYM.
28108         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
28109         <bp-sym.h> and <bp-asm.h>.
28110         (__memrchr): Don't use BP_SYM.
28111         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
28112         <bp-sym.h> and <bp-asm.h>.
28113         (memset): Don't use BP_SYM.
28114         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
28115         <bp-sym.h> and <bp-asm.h>.
28116         (__rawmemchr): Don't use BP_SYM.
28117         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
28118         <bp-sym.h> and <bp-asm.h>.
28119         (__STRCMP): Don't use BP_SYM.
28120         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
28121         <bp-sym.h> and <bp-asm.h>.
28122         (strchr): Don't use BP_SYM.
28123         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
28124         <bp-sym.h> and <bp-asm.h>.
28125         (__strchrnul): Don't use BP_SYM.
28126         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
28127         <bp-sym.h> and <bp-asm.h>.
28128         (strlen): Don't use BP_SYM.
28129         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
28130         <bp-sym.h> and <bp-asm.h>.
28131         (strncmp): Don't use BP_SYM.
28132         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
28133         <bp-sym.h> and <bp-asm.h>.
28134         (__strnlen): Don't use BP_SYM.
28135         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
28136         <bp-asm.h>.
28137         (__mpn_rshift): Don't use BP_SYM.
28138         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28139         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
28140         <bp-sym.h> and <bp-asm.h>.
28141         (__sigsetjmp): Don't use BP_SYM.
28142         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
28143         (L(start_addresses)): Don't use BP_SYM.
28144         (_start): Likewise.
28145         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
28146         <bp-asm.h>.
28147         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
28148         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28149         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28150         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
28151         <bp-asm.h>.
28152         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
28153         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28154         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28155         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28156         <bp-asm.h>.
28157         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28158         comments.
28159         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28160         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28161         <bp-asm.h>.
28162         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
28163         FIXME comments.
28164         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28165         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28166         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28167         <bp-asm.h>.
28168         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28169         comment.
28170         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28171         and <bp-asm.h>.
28172         (strncmp): Don't use BP_SYM,
28173         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28174         <bp-asm.h>.
28175         (__mpn_sub_n): Don't use BP_SYM.
28176         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28177         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28178         and <bp-asm.h>.
28179         (__mpn_submul_1): Don't use BP_SYM.
28180         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28182         <bp-sym.h> and <bp-asm.h>.
28183         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28185         <bp-sym.h> and <bp-asm.h>.
28186         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28187         comment.
28188
28189 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28190
28191         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28192         Use ZK to minimize writes to Z.
28193         (sub_magnitudes): Simplify code a bit.
28194         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28195         Use ZK to minimize writes to Z.
28196         (sub_magnitudes): Simplify code a bit.
28197
28198 2013-02-27  Roland McGrath  <roland@hack.frob.com>
28199
28200         * csu/gmon-start.c: Add special exception to license text.
28201
28202 2013-02-27  Richard Henderson  <rth@redhat.com>
28203
28204         * scripts/config.guess: Update from config.git.
28205         * scripts/config.sub: Likewise.
28206
28207 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28208
28209         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28210
28211         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28212
28213         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28214
28215         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28216
28217         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28218
28219 2013-02-26  Roland McGrath  <roland@hack.frob.com>
28220
28221         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28222         [$(build-shared = yes].
28223
28224 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28225
28226         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28227         (__mul): Reduce iterations for calculating mantissa.
28228
28229         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28230         MPTWO.
28231         (__mpranred): Likewise.
28232
28233         [BZ #15160]
28234         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28235         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28236
28237 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28238
28239         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28240         Define __attribute__.
28241
28242 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28243
28244         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28245         unused.
28246         * posix/regex_internal.h (__attribute): Remove.
28247         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28248         (re_string_context_at): Likewise.
28249         (bitset_not): Use __attribute__ and mark function as possibly
28250         unused.
28251         (bitset_merge): Likewise.
28252         (bitset_mask): Likewise.
28253         (re_string_char_size_at): Likewise.
28254         (re_string_wchar_at): Likewise.
28255         (re_string_elem_size_at): Likewise.
28256
28257 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28258
28259         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28260         code.
28261         (cc32): Likewise.
28262
28263         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28264         (__acr): Likewise.
28265         (__cpy): Likewise.
28266         (norm): Likewise.
28267         (denorm): Likewise.
28268         (__dbl_mp): Likewise.
28269         (add_magnitudes): Likewise.
28270         (sub_magnitudes): Likewise.
28271         (__mul): Likewise.
28272         (__inv): Likewise.
28273
28274         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28275         style.
28276
28277         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28278         style.
28279
28280         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28281         code.
28282
28283         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28284         up changes with default code.
28285         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28286         Likewise.
28287
28288 2013-02-24  Allan McRae  <allan@archlinux.org>
28289
28290         * manual/socket.texi (The Internet Namespace): Order menu items
28291         to match that in the file.
28292
28293         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28294         node listing of the info page menu.
28295
28296 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28297
28298         [BZ #13550]
28299         * sysdeps/i386/bp-asm.h: Remove file.
28300         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28301         (PARMS): Do not use macros from bp-asm.h.
28302         (S1): Likewise.
28303         (S2): Likewise.
28304         (SIZE): Likewise.
28305         (__mpn_add_n): Do not use BP_SYM
28306         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28307         "bp-asm.h".
28308         (PARMS): Do not use macros from bp-asm.h.
28309         (S1): Likewise.
28310         (SIZE): Likewise.
28311         (__mpn_addmul_1): Do not use BP_SYM
28312         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28313         "bp-asm.h".
28314         (PARMS): Do not use macros from bp-asm.h.
28315         (SIGMSK): Likewise.
28316         (_setjmp): Likewise.  Do not use BP_SYM.
28317         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28318         "bp-asm.h".
28319         (PARMS): Do not use macros from bp-asm.h.
28320         (SIGMSK): Likewise.
28321         (setjmp): Likewise.  Do not use BP_SYM.
28322         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28323         "bp-asm.h".
28324         (PARMS): Do not use macros from bp-asm.h.
28325         (__frexp): Do not use BP_SYM.
28326         (frexp): Likewise.
28327         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28328         "bp-asm.h".
28329         (PARMS): Do not use macros from bp-asm.h.
28330         (__frexpf): Do not use BP_SYM.
28331         (frexpf): Likewise.
28332         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28333         "bp-asm.h".
28334         (PARMS): Do not use macros from bp-asm.h.
28335         (__frexpl): Do not use BP_SYM.
28336         (frexpl): Likewise.
28337         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28338         "bp-asm.h".
28339         (PARMS): Do not use macros from bp-asm.h.
28340         (__remquo): Do not use BP_SYM.
28341         (remquo): Likewise.
28342         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28343         "bp-asm.h".
28344         (PARMS): Do not use macros from bp-asm.h.
28345         (__remquof): Do not use BP_SYM.
28346         (remquof): Likewise.
28347         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28348         "bp-asm.h".
28349         (PARMS): Do not use macros from bp-asm.h.
28350         (__remquol): Do not use BP_SYM.
28351         (remquol): Likewise.
28352         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28353         "bp-asm.h".
28354         (PARMS): Do not use macros from bp-asm.h.
28355         (DEST): Likewise.
28356         (SRC): Likewise.
28357         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28358         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28359         "bp-asm.h".
28360         (PARMS): Do not use macros from bp-asm.h.
28361         (strlen): Do not use BP_SYM.
28362         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28363         "bp-asm.h".
28364         (PARMS): Do not use macros from bp-asm.h.
28365         (S1): Likewise.
28366         (S2): Likewise.
28367         (SIZE): Likewise.
28368         (__mpn_add_n): Do not use BP_SYM.
28369         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28370         "bp-asm.h".
28371         (PARMS): Do not use macros from bp-asm.h.
28372         (S1): Likewise.
28373         (SIZE): Likewise.
28374         (__mpn_addmul_1): Do not use BP_SYM.
28375         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28376         weak_alias.
28377         (bzero): Likewise.
28378         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28379         "bp-asm.h".
28380         (PARMS): Do not use macros from bp-asm.h.
28381         (S): Likewise.
28382         (SIZE): Likewise.
28383         (__mpn_lshift): Do not use BP_SYM.
28384         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28385         "bp-asm.h".
28386         (PARMS): Do not use macros from bp-asm.h.
28387         (DEST): Likewise.
28388         (SRC): Likewise.
28389         (LEN): Likewise.
28390         (memcpy): Likewise.  Do not use BP_SYM.
28391         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28392         libc_hidden_def and weak_alias.
28393         (mempcpy): Do not use BP_SYM in weak_alias.
28394         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28395         "bp-asm.h".
28396         (PARMS): Do not use macros from bp-asm.h.
28397         (DEST): Likewise.
28398         (LEN): Likewise.
28399         [!BZERO_P] (CHR): Likewise.
28400         (memset): Likewise.  Do not use BP_SYM.
28401         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28402         "bp-asm.h".
28403         (PARMS): Do not use macros from bp-asm.h.
28404         (S1): Likewise.
28405         (SIZE): Likewise.
28406         (__mpn_mul_1): Do not use BP_SYM.
28407         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28408         "bp-asm.h".
28409         (PARMS): Do not use macros from bp-asm.h.
28410         (S): Likewise.
28411         (SIZE): Likewise.
28412         (__mpn_rshift): Do not use BP_SYM.
28413         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28414         "bp-asm.h".
28415         (PARMS): Do not use macros from bp-asm.h.
28416         (STR): Likewise.
28417         (CHR): Likewise.
28418         (strchr): Likewise.  Do not use BP_SYM.
28419         (index): Do not use BP_SYM in weak_alias.
28420         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28421         "bp-asm.h".
28422         (PARMS): Do not use macros from bp-asm.h.
28423         (DEST): Likewise.
28424         (SRC): Likewise.
28425         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28426         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28427         "bp-asm.h".
28428         (PARMS): Do not use macros from bp-asm.h.
28429         (strlen): Do not use BP_SYM.
28430         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28431         "bp-asm.h".
28432         (PARMS): Do not use macros from bp-asm.h.
28433         (S1): Likewise.
28434         (S2): Likewise.
28435         (SIZE): Likewise.
28436         (__mpn_sub_n): Do not use BP_SYM.
28437         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28438         "bp-asm.h".
28439         (PARMS): Do not use macros from bp-asm.h.
28440         (S1): Likewise.
28441         (SIZE): Likewise.
28442         (__mpn_submul_1): Do not use BP_SYM.
28443         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28444         "bp-asm.h".
28445         (PARMS): Do not use macros from bp-asm.h.
28446         (S1): Likewise.
28447         (S2): Likewise.
28448         (SIZE): Likewise.
28449         (__mpn_add_n): Do not use BP_SYM.
28450         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28451         weak_alias.
28452         (bzero): Likewise.
28453         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28454         "bp-asm.h".
28455         (PARMS): Do not use macros from bp-asm.h.
28456         (BLK2): Likewise.
28457         (LEN): Likewise.
28458         (memcmp): Do not use BP_SYM.
28459         (bcmp): Do not use BP_SYM in weak_alias.
28460         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28461         "bp-asm.h".
28462         (PARMS): Do not use macros from bp-asm.h.
28463         (DEST): Likewise.
28464         (SRC): Likewise.
28465         (LEN): Likewise.
28466         (memcpy): Likewise.  Do not use BP_SYM.
28467         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28468         "bp-asm.h".
28469         (PARMS): Do not use macros from bp-asm.h.
28470         (DEST): Likewise.
28471         (SRC): Likewise.
28472         (LEN): Likewise.
28473         (memmove): Likewise.  Do not use BP_SYM.
28474         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28475         "bp-asm.h".
28476         (PARMS): Do not use macros from bp-asm.h.
28477         (DEST): Likewise.
28478         (SRC): Likewise.
28479         (LEN): Likewise.
28480         (__mempcpy): Likewise.  Do not use BP_SYM.
28481         (mempcpy): Do not use BP_SYM in weak_alias.
28482         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28483         "bp-asm.h".
28484         (PARMS): Do not use macros from bp-asm.h.
28485         (DEST): Likewise.
28486         (LEN): Likewise.
28487         [!BZERO_P] (CHR): Likewise.
28488         (memset): Likewise.  Do not use BP_SYM.
28489         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28490         "bp-asm.h".
28491         (PARMS): Do not use macros from bp-asm.h.
28492         (STR2): Likewise.
28493         (strcmp): Do not use BP_SYM.
28494         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28495         "bp-asm.h".
28496         (PARMS): Do not use macros from bp-asm.h.
28497         (STR): Likewise.
28498         (DELIM): Likewise.
28499         [USE_AS_STRTOK_R] (SAVE): Likewise.
28500         (FUNCTION): Likewise.  Do not use BP_SYM.
28501         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28502         aliases.
28503         (strtok_r): Likewise.
28504         (__GI___strtok_r): Likewise.
28505         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28506         (PARMS): Do not use macros from bp-asm.h.
28507         (S): Likewise.
28508         (SIZE): Likewise.
28509         (__mpn_lshift): Do not use BP_SYM.
28510         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28511         (PARMS): Do not use macros from bp-asm.h.
28512         (STR): Likewise.
28513         (CHR): Likewise.
28514         (__memchr): Do not use BP_SYM.
28515         (memchr): Do not use BP_SYM in weak_alias.
28516         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28517         (PARMS): Do not use macros from bp-asm.h.
28518         (BLK2): Likewise.
28519         (LEN): Likewise.
28520         (memcmp): Do not use BP_SYM.
28521         (bcmp): Do not use BP_SYM in weak_alias.
28522         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28523         (PARMS): Do not use macros from bp-asm.h.
28524         (S1): Likewise.
28525         (SIZE): Likewise.
28526         (__mpn_mul_1): Do not use BP_SYM.
28527         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28528         "bp-asm.h".
28529         (PARMS): Do not use macros from bp-asm.h.
28530         (STR): Likewise.
28531         (CHR): Likewise.
28532         (__rawmemchr): Do not use BP_SYM.
28533         (rawmemchr): Do not use BP_SYM in weak_alias.
28534         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28535         (PARMS): Do not use macros from bp-asm.h.
28536         (S): Likewise.
28537         (SIZE): Likewise.
28538         (__mpn_rshift): Do not use BP_SYM.
28539         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28540         (PARMS): Do not use macros from bp-asm.h.
28541         (SIGMSK): Likewise.
28542         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28543         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28544         (_start): Do not use BP_SYM.
28545         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28546         (PARMS): Do not use macros from bp-asm.h.
28547         (DEST): Likewise.
28548         (SRC): Likewise.
28549         (__stpcpy): Likewise.  Do not use BP_SYM.
28550         (stpcpy): Do not use BP_SYM in weak_alias.
28551         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28552         "bp-asm.h".
28553         (PARMS): Do not use macros from bp-asm.h.
28554         (DEST): Likewise.
28555         (SRC): Likewise.
28556         (LEN): Likewise.
28557         (__stpncpy): Likewise.  Do not use BP_SYM.
28558         (stpncpy): Do not use BP_SYM in weak_alias.
28559         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28560         (PARMS): Do not use macros from bp-asm.h.
28561         (STR): Likewise.
28562         (CHR): Likewise.
28563         (strchr): Likewise.  Do not use BP_SYM.
28564         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28565         "bp-asm.h".
28566         (PARMS): Do not use macros from bp-asm.h.
28567         (STR): Likewise.
28568         (CHR): Likewise.
28569         (__strchrnul): Likewise.  Do not use BP_SYM.
28570         (strchrnul): Do not use BP_SYM in weak_alias.
28571         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28572         "bp-asm.h".
28573         (PARMS): Do not use macros from bp-asm.h.
28574         (STOP): Likewise.
28575         (strcspn): Do not use BP_SYM.
28576         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28577         "bp-asm.h".
28578         (PARMS): Do not use macros from bp-asm.h.
28579         (STR): Likewise.
28580         (STOP): Likewise.
28581         (strpbrk): Likewise.  Do not use BP_SYM.
28582         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28583         "bp-asm.h".
28584         (PARMS): Do not use macros from bp-asm.h.
28585         (STR): Likewise.
28586         (CHR): Likewise.
28587         (strrchr): Likewise.  Do not use BP_SYM.
28588         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28589         (PARMS): Do not use macros from bp-asm.h.
28590         (SKIP): Likewise.
28591         (strspn): Do not use BP_SYM.
28592         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28593         (PARMS): Do not use macros from bp-asm.h.
28594         (STR): Likewise.
28595         (DELIM): Likewise.
28596         (SAVE): Likewise.
28597         (FUNCTION): Likewise.  Do not use BP_SYM.
28598         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28599         aliases.
28600         (strtok_r): Likewise.
28601         (__GI___strtok_r): Likewise.
28602         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28603         (PARMS): Do not use macros from bp-asm.h.
28604         (S1): Likewise.
28605         (S2): Likewise.
28606         (SIZE): Likewise.
28607         (__mpn_sub_n): Do not use BP_SYM.
28608         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28609         "bp-asm.h".
28610         (PARMS): Do not use macros from bp-asm.h.
28611         (S1): Likewise.
28612         (SIZE): Likewise.
28613         (__mpn_submul_1): Do not use BP_SYM.
28614         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28615         <bp-sym.h>.
28616         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28617         and <bp-asm.h>.
28618         (PARMS): Do not use macros from bp-asm.h.
28619         (FLAGS): Likewise.
28620         (PTID): Likewise.
28621         (TLS): Likewise.
28622         (CTID): Likewise.
28623         (__clone): Do not use BP_SYM.
28624         (clone): Do not use BP_SYM in weak_alias.
28625         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28626         and <bp-asm.h>.
28627         (PARMS): Do not use macros from bp-asm.h.
28628         (LEN): Likewise.
28629         (__mmap64): Do not use BP_SYM.
28630         (mmap64): Do not use BP_SYM in weak_alias.
28631         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28632         <bp-sym.h> and <bp-asm.h>.
28633         (PARMS): Do not use macros from bp-asm.h.
28634         (__posix_fadvise64_l64): Do not use BP_SYM.
28635         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28636         (PARMS): Do not use macros from bp-asm.h.
28637         (NSOPS): Likewise.
28638         (semtimedop): Do not use BP_SYM.
28639         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28640         and <bp-asm.h>.
28641
28642 2013-02-21  Allan McRae  <allan@archlinux.org>
28643
28644         * manual/message.texi (Charset conversion in gettext):
28645         Move @end statement to beginning of line.
28646
28647 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28648
28649         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28650         static.
28651         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28652         Likewise.
28653
28654         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28655         (denorm): Likewise.
28656         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28657         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28658
28659 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28660
28661         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28662         tail-call to the resolved function if pltexit isn't needed.
28663
28664 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28665
28666         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28667         or Y being zero as being unlikely.
28668         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28669         Likewise.
28670
28671 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28672
28673         * manual/nss.texi (System Databases and Name Service Switch):
28674         Remove frobnicate @pxref.
28675
28676 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28677
28678         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28679         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28680
28681 2013-02-20  Petr Machata  <pmachata@redhat.com>
28682
28683         * elf/elf.h (R_ARM_TARGET1): New macro.
28684         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28685         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28686         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28687         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28688         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28689         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28690         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28691         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28692         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28693         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28694         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28695         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28696         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28697         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28698         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28699         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28700         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28701         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28702         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28703         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28704         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28705         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28706         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28707         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28708         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28709         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28710         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28711         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28712         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28713         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28714         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28715         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28716         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28717         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28718         (R_ARM_THM_GOT_BREL12): Likewise.
28719         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28720         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28721         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28722         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28723         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28724         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28725         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28726         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28727         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28728
28729 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28730
28731         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28732         __attribute_used__ to __attribute__ ((unused)).
28733
28734 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28735
28736         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28737         powerpc mpa.c.
28738         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28739         comment formatting.
28740         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28741
28742 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28743
28744         [BZ #13550]
28745         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28746         Remove macro.
28747         (ENTER): Remove both macro definitions.
28748         (LEAVE): Likewise.
28749         (CHECK_BOUNDS_LOW): Likewise.
28750         (CHECK_BOUNDS_HIGH): Likewise.
28751         (CHECK_BOUNDS_BOTH): Likewise.
28752         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28753         (RETURN_BOUNDED_POINTER): Likewise.
28754         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28755         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28756         (POP_ERRNO_LOCATION_RETURN): Likewise.
28757         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28758         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28759         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28760         macros.
28761         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28762         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28763         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28764         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28765         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28766         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28767         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28768         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28769         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28770         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28771         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28772         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28773         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28774         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28775         removed macros.
28776         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28777         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28778         macros.
28779         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28780         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28781         * sysdeps/i386/i586/memset.S (memset): Likewise.
28782         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28783         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28784         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28785         macros.
28786         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28787         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28788         Change uses of L(2) to L(out).
28789         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28790         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28791         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28792         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28793         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28794         removed macros.
28795         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28796         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28797         macros.
28798         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28799         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28800         (RETURN): Do not use macro LEAVE.
28801         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28802         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28803         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28804         * sysdeps/i386/i686/memset.S (memset): Likewise.
28805         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28806         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28807         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28808         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28809         Likewise.
28810         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28811         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28812         L(1_2) and L(1_3) into L(1).
28813         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28814         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28815         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28816         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28817         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28818         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28819         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28820         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28821         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28822         macros.
28823         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28824         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28825         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28826         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28827         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28828         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28829         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28830         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28831         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28832         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28833         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28834         * sysdeps/i386/strspn.S (strspn): Likewise.
28835         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28836         conditional code.
28837         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28838         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28839         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28840         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28841         L(1_3) into L(1_1).
28842         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28843         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28844         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28845         macros.
28846         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28847
28848 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28849
28850         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28851         macro.
28852
28853 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28854
28855         * math/atest-exp.c (exp_mpn): Remove ROUND.
28856         * math/atest-exp2.c (exp_mpn): Likewise.
28857         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28858
28859         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28860         * stdlib/tst-tls-atexit-lib.c: Likewise.
28861         * stdlib/tst-tls-atexit.c: Likewise.
28862
28863 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28864
28865         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28866         and __attribute_alloc_size__.
28867
28868 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28869
28870         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28871         __attribute_alloc_size__.
28872         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28873         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28874
28875 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28876
28877         * include/programs/xmalloc.h: New file.
28878         * catgets/gencat.c: Include it.
28879         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28880         * elf/pldd.c: Likewise.
28881         * iconv/iconv_charmap.c: Likewise.
28882         * iconv/iconvconfig.c: Likewise.
28883         * iconv/strtab.c: Likewise.
28884         * locale/programs/locale.c: Likewise.
28885         * locale/programs/localedef.h: Likewise.
28886         * locale/programs/simple-hash.c: Likewise.
28887         * nscd/nscd.h: Likewise.
28888         * nss/makedb.c: Likewise.
28889         * sysdeps/generic/ldconfig.h: Likewise.
28890
28891 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28892
28893         * Versions.def: Add GLIBC_2.18.
28894         * include/link.h (struct link_map): New member l_tls_dtor_count.
28895         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28896         (__call_tls_dtors): Likewise.
28897         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28898         __cxa_thread_atexit_impl.
28899         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28900         Likewise.
28901         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28902         Likewise.
28903         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28904         Likewise.
28905         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28906         Likewise.
28907         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28908         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28909         Likewise.
28910         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28911         Likewise.
28912         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28913         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28914         Likewise.
28915         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28916         (tests): Add test case tst-tls-atexit.
28917         (modules-names): Add shared library for tst-tls-atexit.
28918         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28919         (GLIBC_PRIVATE): Add __call_tls_dtors.
28920         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28921         for libstdc++.
28922         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28923         * stdlib/tst-tls-atexit.c: New test case.
28924         * stdlib/tst-tls-atexit-lib.c: New test case.
28925
28926         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28927
28928         * elf/Versions (ld): Add _dl_find_dso_for_object.
28929         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28930         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28931         (dl_open_worker): Use _dl_find_dso_for_object.
28932         * elf/dl-sym.c (do_sym): Likewise.
28933         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28934
28935 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28936
28937         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28938         Syntactic changes only.
28939         (_dl_runtime_profile): Do a tail-call to the resolved function.
28940
28941 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28942
28943         [BZ #13550]
28944         * sysdeps/x86_64/bp-asm.h: Remove file.
28945         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28946         <bp-sym.h> and <bp-asm.h>.
28947         (__clone): Do not use BP_SYM.
28948         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28949         <bp-sym.h> and <bp-asm.h>.
28950         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28951         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28952         "bp-asm.h".
28953         (_setjmp): Do not use BP_SYM.
28954         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28955         "bp-asm.h".
28956         (setjmp): Do not use BP_SYM.
28957         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28958         libc_hidden_def.
28959         (mempcpy): Do not use BP_SYM in weak_alias.
28960         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28961         "bp-asm.h".
28962         (strchr): Do not use BP_SYM.
28963         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28964         "bp-asm.h".
28965         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28966         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28967         (_start): Do not use BP_SYM.
28968         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28969         "bp-asm.h".
28970         (strcat): Do not use BP_SYM.
28971         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28972         "bp-asm.h".
28973         (STRCMP): Do not use BP_SYM.
28974         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28975         "bp-asm.h".
28976         (STRCPY): Do not use BP_SYM.
28977         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28978         "bp-asm.h".
28979         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28980         "bp-asm.h".
28981         (FUNCTION): Do not use BP_SYM.
28982         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28983         weak_alias.
28984         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28985
28986 2013-02-17  Andreas Jaeger  <aj@suse.de>
28987
28988         * time/Versions: Sort entries.
28989         * string/Versions: Likewise.
28990         * resolv/Versions: Likewise.
28991         * posix/Versions: Likewise.
28992         * iconv/Versions: Likewise.
28993         * elf/Versions: Likewise.
28994         * wcsmbs/Versions: Likewise.
28995
28996 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28997
28998         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28999         loop termination condition.
29000
29001         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
29002         variable to calculate EZ.
29003         (__sqr): Likewise.
29004
29005         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
29006         the lower precision input.
29007
29008 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
29009
29010         [BZ #13550]
29011         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
29012         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
29013         (run-via-rtld-prefix): Do not handle %-bp tests.
29014         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
29015         (all-object-suffixes): Remove .ob.
29016         (bppfx): Remove variable.
29017         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
29018         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
29019         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
29020         [$(build-bounded) = yes] (libtype.ob): Likewise.
29021         * Makerules (elide-routines.ob): Remove variable.
29022         (do-tests-clean): Do not handle *-bp.out.
29023         (common-mostlyclean): Do not handle *-bp and *-bp.out.
29024         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
29025         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
29026         (tests): Do not include $(tests-bp.out).
29027         (xtests): Do not include $(xtests-bp.out).
29028         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
29029         [$(build-bounded) = yes] ($(addprefix
29030         $(objpfx),$(binaries-bounded))): Remove rule.
29031         ($(objpfx)%-bp.out): Remove rule.
29032         * config.make.in (build-bounded): Remove variable.
29033         * crypt/Makefile [$(build-bounded) = yes]
29034         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
29035         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
29036         append to variable.
29037         [$(build-bounded) = yes] (install-lib): Likewise.
29038         [$(build-bounded) = yes] (generated): Likewise.
29039         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
29040         Remove rule.
29041         * intl/Makefile [$(build-bounded) = yes]
29042         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
29043         * math/Makefile [$(build-bounded) = yes]
29044         ($(tests:%=$(objpfx)%-bp): Likewise.
29045         * misc/Makefile [$(build-bounded) = yes]
29046         ($(objpfx)tst-tsearch-bp): Likewise.
29047         * nptl/Makeconfig (bounded-thread-library): Remove variable.
29048         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
29049         Remove dependency.
29050         * string/Makefile (o-objects.ob): Remove variable.
29051         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
29052         (CFLAGS-.ob): Remove variable.
29053         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
29054         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
29055         both definitions of variable.
29056         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
29057         (ASFLAGS-.ob): Remove variable.
29058
29059 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
29060
29061         [BZ #13550]
29062         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
29063         Remove __BOUNDED_POINTERS__ from condition.
29064         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
29065         * string/bits/string2.h [!__NO_STRING_INLINES &&
29066         !__BOUNDED_POINTERS__]: Likewise.
29067         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
29068         Likewise.
29069         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
29070         Remove conditional code.
29071         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
29072         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
29073         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
29074         condition.
29075
29076         [BZ #13550]
29077         * csu/libc-start.c: Do not include <bp-sym.h>.
29078         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
29079         * elf/dl-open.c: Do not include <bp-sym.h>.
29080         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
29081         * math/fegetenv.c: Do not include <bp-sym.h>.
29082         (fegetenv): Do not use BP_SYM in versioned symbols.
29083         * nptl/sysdeps/pthread/bits/libc-lockP.h
29084         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
29085         <bp-sym.h>.
29086         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29087         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
29088         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29089         (__pthread_mutex_destroy): Likewise.
29090         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29091         (__pthread_mutex_lock): Likewise.
29092         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29093         (__pthread_mutex_trylock): Likewise.
29094         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29095         (__pthread_mutex_unlock): Likewise.
29096         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29097         (__pthread_mutexattr_init): Likewise.
29098         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29099         (__pthread_mutexattr_destroy): Likewise.
29100         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29101         (__pthread_mutexattr_settype): Likewise.
29102         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29103         (__pthread_rwlock_init): Likewise.
29104         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29105         (__pthread_rwlock_destroy): Likewise.
29106         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29107         (__pthread_rwlock_rdlock): Likewise.
29108         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29109         (__pthread_rwlock_tryrdlock): Likewise.
29110         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29111         (__pthread_rwlock_wrlock): Likewise.
29112         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29113         (__pthread_rwlock_trywrlock): Likewise.
29114         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29115         (__pthread_rwlock_unlock): Likewise.
29116         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29117         (__pthread_key_create): Likewise.
29118         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29119         (__pthread_setspecific): Likewise.
29120         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29121         (__pthread_getspecific): Likewise.
29122         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
29123         Likewise.
29124         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29125         (_pthread_cleanup_push_defer): Likewise.
29126         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29127         (_pthread_cleanup_pop_restore): Likewise.
29128         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29129         (pthread_setcancelstate): Likewise.
29130         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
29131         <bp-sym.h>.
29132         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
29133         (memchr): Do not use BP_SYM in weak_alias.
29134         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
29135         (fegetenv): Do not use BP_SYM in versioned symbols.
29136         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
29137         (fesetenv): Do not use BP_SYM in versioned symbols.
29138         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29139         (feupdateenv): Do not use BP_SYM in versioned symbols.
29140         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29141         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29142         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
29143         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
29144         (open64): Do not use BP_SYM in weak_alias.
29145         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
29146         (fegetenv): Do not use BP_SYM in versioned symbols.
29147         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
29148         (fesetenv): Do not use BP_SYM in versioned symbols.
29149         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29150         (feupdateenv): Do not use BP_SYM in versioned symbols.
29151         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
29152         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
29153         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29154         (feraiseexcept): Do not use BP_SYM in versioned symbols.
29155         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29156         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29157         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29158         <bp-sym.h>.
29159         (__libc_start_main): Do not use BP_SYM.
29160
29161 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29162
29163         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29164         redundant return line.
29165         (norm): Likewise.
29166         (denorm): Likewise.
29167         (dbl_mp): Likewise.
29168         (sub_magnitudes): Likewise.
29169         (__add): Likewise.
29170         (__sub): Likewise.
29171         (__mul): Likewise.
29172         (__inv): Likewise.
29173         (__dvd): Likewise.
29174         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29175         (norm): Likewise.
29176         (denorm): Likewise.
29177         (dbl_mp): Likewise.
29178         (sub_magnitudes): Likewise.
29179         (__add): Likewise.
29180         (__sub): Likewise.
29181         (__mul): Likewise.
29182         (__inv): Likewise.
29183         (__dvd): Likewise.
29184
29185         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29186         instead of __mul.
29187         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29188         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29189         (cc32): Likewise.
29190
29191         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29192         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29193         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29194         of __mul for squares.
29195         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29196         function
29197         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29198         Likewise.
29199         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29200         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29201
29202 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
29203
29204         [BZ #13550]
29205         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29206         code.
29207         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29208         prototype or function definition.  Rename ubp_* variables and
29209         parameters.  Remove argv definitions conditional on
29210         [__BOUNDED_POINTERS__].
29211         * debug/backtrace.c (__backtrace): Do not use __unbounded.
29212         * elf/dl-runtime.c (_dl_fixup): Likewise.
29213         * include/set-hooks.h (RUN_HOOK): Likewise.
29214         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29215         definition.
29216         * string/strcpy.c (strcpy): Do not use __unbounded.
29217         * sysdeps/generic/frame.h (struct layout): Likewise.
29218         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29219         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29220         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29221         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29222         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29223         (__backtrace): Likewise.
29224         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29225         use __ptrvalue.
29226         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29227         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29228         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29229         Likewise.
29230         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29231         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29232         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29233         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29234         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29235         Do not use __unbounded.
29236         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29237         Rename __unboundedrlimits parameter to rlimits in prototype.
29238         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29239         Do not use __unbounded.
29240         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29241         not use __ptrvalue.
29242         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29243         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29244         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29245         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29246         __ptrvalue or __unbounded.
29247         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29248         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29249         use __unbounded.
29250         (__new_msgctl): Do not use __ptrvalue.
29251         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29252         __unbounded.
29253         (__libc_msgrcv): Do not use __ptrvalue.
29254         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29255         startup_info): Do not use __unbounded.
29256         (__libc_start_main): Likewise.  Rename ubp_* variables and
29257         parameters.  Remove argv definitions conditional on
29258         [__BOUNDED_POINTERS__].
29259         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29260         __ptrvalue.
29261         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29262         use __unbounded.
29263         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29264         or __ptrvalue.
29265         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29266         use __unbounded.
29267         (__new_shmctl): Do not use __ptrvalue.
29268         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29269         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29270         Likewise.
29271         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29272         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29273         (__libc_sigaction): Likewise.
29274         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29275         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29276         Likewise.
29277         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29278
29279 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29280
29281         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29282
29283         * string/mempcpy.c: Implement by calling memcpy.
29284
29285 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29286
29287         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29288
29289         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29290         evaluation.
29291
29292         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29293         values in the mantissa.
29294
29295         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29296         minimize writes to Z.
29297         (sub_magnitudes): Simplify code a bit.
29298
29299 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29300
29301         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29302         from the message.  The linker prefixes all warnings with that already.
29303
29304 2013-02-12  Andreas Schwab  <schwab@suse.de>
29305
29306         [BZ #15078]
29307         * posix/regexec.c (extend_buffers): Add parameter min_len.
29308         (check_matching): Pass minimum needed length.
29309         (clean_state_log_if_needed): Likewise.
29310         (get_subexp): Likewise.
29311         * posix/Makefile (tests): Add bug-regex34.
29312         (bug-regex34-ENV): Define.
29313         * posix/bug-regex34.c: New file.
29314
29315         [BZ #11561]
29316         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29317         elements compare against the byte sequence of it, not its name.
29318         * posix/Makefile (tests): Add bug-regex35.
29319         (bug-regex35-ENV): Define.
29320         * posix/bug-regex35.c: New file.
29321
29322 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29323
29324         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29325         comment.
29326         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29327         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29328         (CHECK_EOL): Add undef.
29329
29330 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29331
29332         * bits/stdlib-bsearch.h: New file.
29333         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29334         * stdlib/stdlib.h: Likewise.
29335
29336 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29337
29338         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29339         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29340         declaration.
29341         * manual/search.texi (Array Search Function): Add missing const in
29342         lfind prototype.
29343         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29344         declaration to use rlim_t.
29345         (Basic Scheduling Functions): Remove erroneous const from
29346         sched_getparam prototype.  Remove erroneous * from
29347         sched_get_priority_max and sched_get_priority_min prototypes.
29348         (Resource Usage): Fix summary @comment on vtimes to refer to
29349         sys/vtimes.h rather than vtimes.h.
29350         Add missing *s in vtimes prototype.
29351         (Limits on Resources): Fix ulimit prototype to return long int.
29352         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29353         prototypes to use long int rather than double.
29354         (BSD Random): Fix initstate and setstate to use char *, not void *.
29355         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29356         prototype to make second argument 'struct aiocb64 *const[]'.
29357         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29358         (Status of AIO Operations): Remove erroneous const in aio_return and
29359         aio_return64 prototypes.
29360         (Synchronizing I/O): Fix sync prototype to return void.
29361         * manual/startup.texi (Suboptions): Remove an erroneous const in
29362         getsubopt prototype.
29363         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29364         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29365         use size_t rather than int.
29366         (Scanning All Users): Likewise for getpwent_r.
29367         (Setting Groups): Add missing const to setgroups prototype.
29368         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29369         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29370         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29371         'const void *' rather than 'const char *'.
29372         (Host Address Functions): Likewise for inet_ntop.
29373         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29374         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29375         ssize_t for return value.
29376         (Sending Data): Likewise for send, sendto, sendmsg.
29377         (Socket Option Functions): Add a missing const in setsockopt prototype.
29378         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29379         use wchar_t for the argument.
29380         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29381         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29382         take no arguments.
29383         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29384         double/float/long double for second argument.
29385         Fix return types of significand, significandf, significandl.
29386         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29387         argument in fchmod prototype.
29388         (File Owner): Use uid_t and gid_t in fchown prototype.
29389         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29390         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29391         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29392         use 'const struct dirent **' as argument types to CMP function pointer
29393         argument.
29394         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29395         (File Times): Fix summary magic @comment for struct utimbuf and utime
29396         to refer to utime.h, not time.h.
29397         * manual/string.texi (Argz Functions): Add missing const in
29398         argz_extract and argz_next prototypes.
29399         (Finding Tokens in a String): Likewise for basename.
29400         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29401         (Copying and Concatenation): Fix typo in wmemmove prototype.
29402         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29403         (Signal Stack): Remove erroneous const in sigstack prototype.
29404         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29405         prototype.
29406         (Simple Calendar Time): Likewise for stime.
29407         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29408         prototype.
29409         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29410         say sys/sysctl.h instead.
29411         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29412         and vsyslog prototypes.
29413
29414 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29415
29416         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29417         Remove.
29418
29419 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29420
29421         * misc/sys/mman.h: Fix typo in mremap comment.
29422
29423 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29424
29425         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29426         the '\0' terminator.
29427
29428 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29429
29430         [BZ #13550]
29431         * debug/segfault.c: Don't include <bp-checks.h>.
29432         * sysdeps/generic/bp-checks.h: Remove file.
29433         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29434         (__GETDENTS): Don't use CHECK_N.
29435         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29436         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29437         (__getgroups): Don't use CHECK_N.
29438         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29439         (setgroups): Don't use CHECK_N.
29440         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29441         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29442         (__libc_msgrcv): Don't use CHECK_N.
29443         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29444         (__libc_msgsnd): Don't use CHECK_N.
29445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29446         <bp-checks.h>.
29447         (__libc_pread): Don't use CHECK_N.
29448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29449         include <bp-checks.h>.
29450         (__libc_pread64): Don't use CHECK_N.
29451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29452         include <bp-checks.h>.
29453         (__libc_pwrite): Don't use CHECK_N.
29454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29455         include <bp-checks.h>.
29456         (__libc_pwrite64): Don't use CHECK_N.
29457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29458         <bp-checks.h>.
29459         (__libc_pread): Don't use CHECK_N.
29460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29461         include <bp-checks.h>.
29462         (__libc_pread64): Don't use CHECK_N.
29463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29464         include <bp-checks.h>.
29465         (__libc_pwrite): Don't use CHECK_N.
29466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29467         include <bp-checks.h>.
29468         (__libc_pwrite64): Don't use CHECK_N.
29469         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29470         (do_pread): Don't use CHECK_N.
29471         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29472         (do_pread64): Don't use CHECK_N.
29473         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29474         (do_pwrite): Don't use CHECK_N.
29475         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29476         (do_pwrite64): Don't use CHECK_N.
29477         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29478         (__libc_readv): Don't use CHECK_N.
29479         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29480         (semop): Don't use CHECK_N.
29481         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29482         <bp-checks.h>.
29483         (semtimedop): Don't use CHECK_N.
29484         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29485         (__libc_pread): Don't use CHECK_N.
29486         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29487         <bp-checks.h>.
29488         (__libc_pread64): Don't use CHECK_N.
29489         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29490         <bp-checks.h>.
29491         (__libc_pwrite): Don't use CHECK_N.
29492         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29493         <bp-checks.h>.
29494         (__libc_pwrite64): Don't use CHECK_N.
29495         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29496         <bp-checks.h>.
29497         (__libc_msgrcv): Don't use CHECK_N.
29498         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29499         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29500         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29501         (__libc_writev): Don't use CHECK_N.
29502
29503 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29504
29505         * string/strcpy.c: Removed unused variable.
29506
29507         * Makeconfig (+sysdep-includes): Define with := rather than =.
29508         Use an existing include/ subdir of each sysdeps dir before it.
29509
29510 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29511
29512         * nscd/connection.c (register_traced_file): Comment function.
29513         [HAVE_INOTIFY] (union __inev): Define.
29514         [HAVE_INOTIFY] (inotify_check_files): New function.
29515         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29516         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29517         clear_db_cache.
29518         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29519
29520 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29521
29522         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29523         loaded if not already and that a failure is permanent.
29524
29525 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29526
29527         [BZ #15006]
29528         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29529         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29530
29531 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29532
29533         [BZ #13550]
29534         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29535         (CHECK_1_NULL_OK): Likewise.
29536         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29537         (__fxstat): Do not use CHECK_1.
29538         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29539         <bp-checks.h>.
29540         (___fxstat64): Do not use CHECK_1.
29541         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29542         <bp-checks.h>.
29543         (__fxstatat): Do not use CHECK_1.
29544         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29545         <bp-checks.h>.
29546         (__fxstatat64): Do not use CHECK_1.
29547         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29548         <bp-checks.h>.
29549         (__fxstat): Do not use CHECK_1.
29550         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29551         <bp-checks.h>.
29552         (__fxstatat): Do not use CHECK_1.
29553         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29554         <bp-checks.h>.
29555         (__getresgid): Do not use CHECK_1.
29556         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29557         <bp-checks.h>.
29558         (__getresuid): Do not use CHECK_1.
29559         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29560         <bp-checks.h>.
29561         (__lxstat): Do not use CHECK_1.
29562         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29563         <bp-checks.h>.
29564         (__old_msgctl): Do not use CHECK_1.
29565         (__new_msgctl): Likewise.
29566         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29567         <bp-checks.h>.
29568         (__new_setrlimit): Do not use CHECK_1.
29569         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29570         <bp-checks.h>.
29571         (__old_shmctl): Do not use CHECK_1.
29572         (__new_shmctl): Likewise.
29573         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29574         <bp-checks.h>.
29575         (__xstat): Do not use CHECK_1.
29576         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29577         (__lxstat): Do not use CHECK_1.
29578         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29579         <bp-checks.h>.
29580         (___lxstat64): Do not use CHECK_1.
29581         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29582         (__old_msgctl): Do not use CHECK_1.
29583         (__new_msgctl): Likewise.
29584         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29585         <bp-checks.h>.
29586         (__gettimeofday): Do not use CHECK_1.
29587         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29588         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29589         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29590         <bp-checks.h>.
29591         (__gettimeofday): Do not use CHECK_1.
29592         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29593         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29594         (__new_shmctl): Do not use CHECK_1.
29595         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29596         <bp-checks.h>.
29597         (do_sigtimedwait): Do not use CHECK_1.
29598         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29599         <bp-checks.h>.
29600         (do_sigwaitinfo): Do not use CHECK_1.
29601         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29602         <bp-checks.h>.
29603         (msgctl): Do not use CHECK_1.
29604         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29605         <bp-checks.h>.
29606         (shmctl): Do not use CHECK_1.
29607         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29608         (ustat): Do not use CHECK_1.
29609         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29610         <bp-checks.h>.
29611         (__fxstat): Do not use CHECK_1.
29612         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29613         <bp-checks.h>.
29614         (__fxstatat): Do not use CHECK_1.
29615         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29616         <bp-checks.h>.
29617         (__lxstat): Do not use CHECK_1.
29618         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29619         <bp-checks.h>.
29620         (__xstat): Do not use CHECK_1.
29621         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29622         (__xstat): Do not use CHECK_1.
29623         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29624         (___xstat64): Do not use CHECK_1.
29625
29626         [BZ #13550]
29627         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29628         definitions.
29629         (CHECK_BOUNDS_HIGH): Likewise.
29630         * string/strcpy.c: Do not include <bp-checks.h>.
29631         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29632
29633 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29634
29635         * nscd/nscd-client.h (__nscd_drop_map_ref):
29636         Add __attribute__ ((unused)).
29637         * nis/nss-nisplus.h (niserr2nss): Likewise.
29638
29639         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29640         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29641
29642         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29643         Remove inline keyword.
29644         * include/rounding-mode.h (round_away): Likewise.
29645         * libio/wfileops.c (adjust_wide_data): Likewise.
29646         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29647         (__m128i_strloadu_tolower): Likewise.
29648         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29649         (__m128i_strloadu_tolower): Likewise.
29650         * time/mktime.c (ydhms_diff): Likewise.
29651         * locale/elem-hash.h (elem_hash): Likewise.
29652         * locale/setlocale.c (setdata): Likewise.
29653         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29654         (re_string_wchar_at): Likewise.
29655         (bitset_not, bitset_merge, bitset_mask): Likewise.
29656         [!(__GNUC__ > 3)] (inline): Remove macro.
29657         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29658         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29659         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29660         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29661         * string/memcmp.c (memcmp_bytes): Likewise.
29662         * locale/programs/locarchive.c (compute_hashval): Likewise.
29663         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29664         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29665         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29666         * nss/getent.c (print_rpc, print_protocols): Likewise.
29667         (print_passwd, print_group, print_aliases): Likewise.
29668         * nis/nss-nisplus.h (niserr2nss): Likewise.
29669         * nscd/connections.c (restart_p): Likewise.
29670         Change return type to bool.
29671
29672 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29673
29674         * Makeconfig (all-Depend-files): Add existing
29675         $(sorted-subdirs:=/Depend) files.
29676         (all-subdirs): Remove nss.
29677         * sysdeps/unix/inet/Subdirs: Add it here instead.
29678         * hesiod/Depend: New file.
29679
29680         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29681         instead of calling alloca.
29682
29683         * io/lseek.c (__lseek): Rename to __libc_lseek.
29684         Define __lseek as an alias.
29685
29686         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29687
29688 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29689
29690         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29691         else clause and remove check for non-standard endianness.
29692
29693 2013-02-04  David S. Miller  <davem@davemloft.net>
29694
29695         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29696
29697 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29698
29699         [BZ #13550]
29700         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29701         (__ubp_memchr): Remove prototype.
29702         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29703         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29704         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29705         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29706         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29707         Remove alias.
29708         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29709         (__ubp_memchr): Likewise.
29710         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29711         (__ubp_memchr): Likewise.
29712         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29713         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29714         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29715         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29716         CHECK_STRING.
29717         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29718         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29719         (__getcwd): Do not use CHECK_STRING.
29720         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29721         <bp-checks.h>.
29722         (__real_chown): Do not use CHECK_STRING.
29723         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29724         <bp-checks.h>.
29725         (fchownat): Do not use CHECK_STRING.
29726         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29727         CHECK_STRING.
29728         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29729         <bp-checks.h>.
29730         (__lchown): Do not use CHECK_STRING.
29731         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29732         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29733         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29734         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29736         include <bp-checks.h>.
29737         (truncate64): Do not use CHECK_STRING.
29738         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29739         <bp-checks.h>.
29740         (__real_chown): Do not use CHECK_STRING.
29741         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29742         <bp-checks.h>.
29743         (__lchown): Do not use CHECK_STRING.
29744         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29745         <bp-checks.h>.
29746         (__chown): Do not use CHECK_STRING.
29747         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29748         <bp-checks.h>.
29749         (truncate64): Do not use CHECK_STRING.
29750         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29751         Likewise.
29752         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29753         (__xmknod): Do not use CHECK_STRING.
29754         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29755         <bp-checks.h>.
29756         (__xmknodat): Do not use CHECK_STRING.
29757         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29758         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29759
29760 2013-02-04  Andreas Schwab  <schwab@suse.de>
29761
29762         [BZ #14142]
29763         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29764         * include/netdb.h: Likewise for h_errno.
29765         * elf/tst-stackguard1.c: Include <tls.h>.
29766
29767 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29768
29769         * elf/link.h (struct link_map): Extend the l_addr comment.
29770         * include/link.h (struct link_map): Likewise.
29771
29772 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29773
29774         [BZ #13550]
29775         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29776         (BOUNDED_1): Remove macro.
29777         * debug/backtrace.c: Don't include <bp-checks.h>.
29778         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29779         (__backtrace): Likewise.
29780         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29781         <bp-checks.h>.
29782         (__backtrace): Don't use BOUNDED_1.
29783         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29784         <bp-checks.h>.
29785         (__backtrace): Don't use BOUNDED_1.
29786         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29787         (__backtrace): Don't use BOUNDED_1.
29788         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29789         (shmat): Don't use BOUNDED_N.
29790
29791 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29792
29793         [BZ #13550]
29794         * sysdeps/generic/bp-start.h: Remove file.
29795         * csu/libc-start.c: Don't include <bp-start.h>.
29796         (LIBC_START_MAIN): Set up __environ directly instead of using
29797         INIT_ARGV_and_ENVIRON.
29798         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29799         <bp-start.h>.
29800
29801         [BZ #13550]
29802         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29803         definitions.
29804         (CHECK_FCNTL): Likewise.
29805         (CHECK_N_PAGES): Likewise.
29806
29807         [BZ #13550]
29808         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29809         definitions.
29810         (CHECK_SIGSET_NULL_OK): Likewise.
29811         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29812         <bp-checks.h>.
29813         (sigpending): Don't use CHECK_SIGSET.
29814         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29815         <bp-checks.h>.
29816         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29817         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29818         <bp-checks.h>.
29819         (do_sigsuspend): Don't use CHECK_SIGSET.
29820         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29821         use CHECK_SIGSET.
29822         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29823         (do_sigwait): Don't use CHECK_SIGSET.
29824         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29825         use CHECK_SIGSET.
29826         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29827         include <bp-checks.h>.
29828         (sigpending): Don't use CHECK_SIGSET.
29829         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29830         include <bp-checks.h>.
29831         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29832         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29833         <bp-checks.h>.
29834         (sigpending): Don't use CHECK_SIGSET.
29835         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29836         <bp-checks.h>.
29837         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29838
29839         [BZ #13550]
29840         * sysdeps/generic/bp-semctl.h: Remove file.
29841         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29842         <bp-checks.h> and <bp-semctl.h>.
29843         (__old_semctl): Don't use CHECK_SEMCTL.
29844         (__new_semctl): Likewise.
29845         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29846         and <bp-semctl.h>.
29847         (__old_semctl): Don't use CHECK_SEMCTL.
29848         (__new_semctl): Likewise.
29849         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29850         <bp-checks.h> and <bp-semctl.h>.
29851         (__old_semctl): Don't use CHECK_SEMCTL.
29852         (__new_semctl): Likewise.
29853         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29854         <bp-checks.h> and <bp-semctl.h>.
29855         (semctl): Don't use CHECK_SEMCTL.
29856
29857         [BZ #13550]
29858         * Makerules (elide-bp-thunks): Remove variable.
29859         (elide-routines.oS): Don't use $(elide-bp-thunks).
29860         (elide-routines.os): Likewise.
29861         (elide-routines.o): Likewise.
29862         (elide-routines.op): Likewise.
29863         (elide-routines.og): Likewise.
29864         (objects): Don't use $(bp-thunks).
29865         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29866         include.
29867         (common-generated): Do not add s-proto-bp.d.
29868         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29869         (int): Likewise.
29870         (typ): Likewise.
29871         Do not generate makefile rules for bounded-pointer thunks.
29872         * sysdeps/generic/bp-thunks.h: Remove file.
29873         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29874         * sysdeps/unix/s-proto-bp.S: Likewise.
29875
29876         [BZ #15062]
29877         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29878         parts of result separately when argument is not close to line from
29879         -i to i and one part of argument is small.
29880         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29881         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29882         * math/libm-test.inc (cacos_test): Add more tests.
29883         (casin_test): Likewise.
29884         (casinh_test): Likewise.
29885         * sysdeps/i386/fpu/libm-test-ulps: Update.
29886         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29887
29888 2013-01-31  David S. Miller  <davem@davemloft.net>
29889
29890         * po/de.po: Update from translation team.
29891
29892 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29893
29894         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29895
29896 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29897
29898         * configure.in (_AC_PROG_CC_C89): New definition.
29899         * configure: Regenerate.
29900
29901         * configure.in (AC_PROG_CPP): New definition.
29902         * configure: Regenerate.
29903
29904 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29905
29906         * debug/tst-backtrace.h: New file.
29907         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29908         (ret): Remove variable.
29909         (x): Likewise.
29910         (FAIL): Remove macro.
29911         (NO_INLINE): Likewise.
29912         (fn1): Use match function instead of strstr.
29913         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29914         (ret): Remove variable.
29915         (x): Likewise.
29916         (FAIL): Remove macro.
29917         (NO_INLINE): Likewise.
29918         (fn): Use match function instead of strstr.
29919         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29920         (ret): Remove variable.
29921         (x): Likewise.
29922         (FAIL): Remove macro.
29923         (NO_INLINE): Likewise.
29924         (handle_signal): Use match function instead of strstr.
29925         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29926         (ret): Remove variable.
29927         (x): Likewise.
29928         (FAIL): Remove macro.
29929         (NO_INLINE): Likewise.
29930         (handle_signal): Use match function instead of strstr.
29931
29932 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29933
29934         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29935
29936 2013-01-23  David S. Miller  <davem@davemloft.net>
29937
29938         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29939         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29940         argument of CAS if possible.
29941         * sysdeps/sparc/sparc64/bits/atomic.h
29942         (__arch_compare_and_exchange_val_32_acq): Likewise.
29943         (__arch_compare_and_exchange_val_64_acq): Likewise.
29944
29945 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29946
29947         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29948         * sysdeps/posix/ulimit.c: ... this.
29949         Include <limits.h>.
29950         * sysdeps/unix/bsd/ulimit.c: Remove file.
29951
29952 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29953
29954         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29955         (LDFLAGS-tst-array5): Likewise.
29956
29957 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29958
29959         [BZ #15036]
29960         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29961         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29962         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29963         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29964
29965 2013-01-21  David S. Miller  <davem@davemloft.net>
29966
29967         * sysdeps/sparc/backtrace.c: New file.
29968         * sysdeps/sparc/sparc32/backtrace.h: New file.
29969         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29970         * sysdeps/sparc/sparc64/backtrace.h: New file.
29971         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29972         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29973         -funwind-tables.
29974
29975 2013-01-21  Andreas Schwab  <schwab@suse.de>
29976
29977         [BZ #15020]
29978         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29979         closed its stdout.
29980
29981 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29982
29983         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29984         "mpa2.h".
29985         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29986
29987 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29988             Mark Mitchell  <mark@codesourcery.com>
29989             Tom de Vries  <tom@codesourcery.com>
29990             Paul Pluzhnikov  <ppluzhnikov@google.com>
29991
29992         * debug/tst-backtrace2.c: New file.
29993         * debug/tst-backtrace3.c: Likewise.
29994         * debug/tst-backtrace4.c: Likewise.
29995         * debug/tst-backtrace5.c: Likewise.
29996         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29997         (CFLAGS-tst-backtrace3.c): Likewise.
29998         (CFLAGS-tst-backtrace4.c): Likewise.
29999         (CFLAGS-tst-backtrace5.c): Likewise.
30000         (LDFLAGS-tst-backtrace2): Likewise.
30001         (LDFLAGS-tst-backtrace3): Likewise.
30002         (LDFLAGS-tst-backtrace4): Likewise.
30003         (LDFLAGS-tst-backtrace5): Likewise.
30004         (tests): Add new tests tst-backtrace2, tst-backtrace3,
30005         tst-backtrace4 and tst-backtrace5.
30006
30007 2013-01-18  Anton Blanchard  <anton@samba.org>
30008             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
30009
30010         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
30011         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
30012         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
30013         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
30014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30015         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
30016         "+r" and remove output regs list as redundant.  Add explicit inline
30017         asm to specify register of return val to work around compiler codegen
30018         bug.  Remove (int) cast on return value.  Add return type parameter to
30019         use in macro so that this macro does not truncate return value for
30020         64-bit values.
30021         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
30022         pass to INTERNAL_VSYSCALL_NCS.
30023         (INLINE_VSYSCALL): Add 'long int' as return type to
30024         INTERNAL_VSYSCALL_NCS macro invocation.
30025         (INTERNAL_VSYSCALL): Add 'long int' as return type to
30026         INTERNAL_VSYSCALL_NCS macro invocation.
30027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30028
30029 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30030
30031         [BZ #14496]
30032         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
30033         Fix application of SIMD FP exception mask.
30034
30035         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
30036         mp_no from a power of two.
30037         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
30038         __mpexp_twomm1.  Use __pow_mp.
30039
30040         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
30041         multiplication.
30042
30043 2013-01-17  David S. Miller  <davem@davemloft.net>
30044
30045         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30046
30047 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30048
30049         [BZ #15023]
30050         * include/complex.h: Condition contents on [!_COMPLEX_H].
30051         (__kernel_casinhf): New prototype.
30052         (__kernel_casinh): Likewise.
30053         (__kernel_casinhl): Likewise.
30054         * math/Makefile (libm_calls): Add k_casinh.
30055         * math/k_casinh.c: New file.
30056         * math/k_casinhf.c: Likewise.
30057         * math/k_casinhl.c: Likewise.
30058         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
30059         finite nonzero arguments.
30060         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
30061         finite nonzero arguments.
30062         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
30063         finite nonzero arguments.
30064         * math/s_casinh.c: Do not include <float.h>.
30065         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
30066         * math/s_casinhf.c: Do not include <float.h>.
30067         (__casinhf): Move code for finite nonzero arguments to
30068         k_casinhf.c.
30069         * math/s_casinhl.c: Do not include <float.h>.
30070         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
30071         redefine.
30072         (__casinhl): Move code for finite nonzero arguments to
30073         k_casinhl.c.
30074         * math/libm-test.inc (cacos_test): Add more tests.
30075         * sysdeps/i386/fpu/libm-test-ulps: Update.
30076         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30077
30078 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
30079
30080         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
30081         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
30082         [!HAVE_MREMAP]: Remove [defined linux] case.
30083         * malloc/arena.c: Do not include <malloc-sysdep.h>.
30084
30085 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30086
30087         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
30088
30089 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
30090
30091         * elf/elf.h (R_386_SIZE32): New relocation.
30092         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
30093         R_386_SIZE32.
30094         (elf_machine_rela): Likewise.
30095         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
30096         R_X86_64_SIZE64 and R_X86_64_SIZE32.
30097
30098 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30099
30100         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
30101         (FP_FAST_FMA): Do not define.
30102         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
30103         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
30104         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
30105         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
30106         !_SOFT_FLOAT]: Likewise.
30107         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
30108         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
30109         value.
30110         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
30111         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
30112         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
30113         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
30114         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
30115         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
30116         file.
30117
30118 2013-01-16  Andreas Schwab  <schwab@suse.de>
30119
30120         [BZ #14327]
30121         * include/stdlib.h (__mktemp): Add declaration.
30122         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
30123         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
30124
30125 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30126
30127         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
30128         definitions.
30129         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30130         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
30131         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
30132         definitions here.
30133         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
30134         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
30135         definitions.
30136         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
30137         and ONE.
30138         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
30139         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
30140         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
30141         definitions.
30142         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
30143         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
30144         definitions.
30145         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30146
30147         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
30148
30149 2013-01-15  David S. Miller  <davem@davemloft.net>
30150
30151         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30152         trunc{,f} to libm-sysdep_routes.
30153         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30154         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30155         file.
30156         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30157         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30158         file.
30159         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30160         file.
30161         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30162         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30163         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30164         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30165         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30166         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30167         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30168         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30169
30170         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30171         nearbyint{,f} to libm-sysdep_routes.
30172         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30173         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30174         New file.
30175         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30176         file.
30177         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30178         New file.
30179         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30180         file.
30181         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30182         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30183         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30184         file.
30185         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30186         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30187         file.
30188         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30189         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30190         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30191
30192         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30193         libc_feholdexcept and libc_fesetenv.
30194
30195 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
30196
30197         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30198
30199 2013-01-14  David S. Miller  <davem@davemloft.net>
30200
30201         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30202         (SPARC_ASM_VIS2_IFUNC): Likewise.
30203         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30204         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30205         use of 'siam' instruction.
30206         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30207         Likewise.
30208         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30209         Likewise.
30210         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30211         Likewise.
30212         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30213         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30214         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30215         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30216         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30217         file.
30218         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30219         file.
30220         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30221         file.
30222         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30223         file.
30224         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30225         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30226         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30227         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30228         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30229         new VIS2 routines.
30230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30231         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30232         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30233         Likewise.
30234         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30235         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30236         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30237         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30238         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30239         routines to libm-sysdep_routines.
30240         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30241
30242         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30243         fdim/fdimf to libm-sysdep_routines.
30244         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30245         file.
30246         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30247         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30248         file.
30249         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30250         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30251         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30252         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30253         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30254         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30255         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30256
30257 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30258
30259         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30260         to optimize copies.
30261
30262         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30263         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30264         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30265
30266         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30267         local variable MPTWO.
30268         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30269         Likewise.
30270
30271 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30272
30273         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30274         GLOB_NOESCAPE.
30275
30276 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30277
30278         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30279
30280 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30281
30282         * manual/pattern.texi (glob_t): Document gl_flags.
30283         (glob64_t): Likewise.
30284
30285 2013-01-11  David S. Miller  <davem@davemloft.net>
30286
30287         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30288         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30289         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30290         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30291         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30292         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30293         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30294         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30295         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30296         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30297         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30298         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30299         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30300
30301         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30302         sparc V9 rather than using V8 code.
30303         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30304         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30305
30306         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30307         Move to...
30308         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30309         Here.
30310
30311 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30312
30313         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30314         not in the main loop.
30315         * configure: Regenerated.
30316
30317 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30318
30319         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30320         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30321         to just #else.
30322         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30323         [!__GLIBC_HAVE_LONG_LONG] case.
30324         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30325         condition to just #else.
30326         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30327         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30328         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30329         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30330         unconditional.
30331         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30332         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30333         #elif condition to just #else.
30334         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30335         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30336         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30337         #elif condition to just #else.
30338
30339 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30340
30341         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30342         (EF_MIPS_ARCH_64): Fix value.
30343         (EF_MIPS_ARCH_32R2): New.
30344         (EF_MIPS_ARCH_64R2): New.
30345
30346 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30347
30348         * Makeconfig (+link-pie-before-libc): New.
30349         (+link-pie-after-libc): Likewise.
30350         (+link-pie-tests): Likewise.
30351         (+link-pie): Rewritten.
30352         (link-before-libc): Remove $(config-LDFLAGS).
30353         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30354         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30355         (config-LDFLAGS): Renamed to ...
30356         (rtld-LDFLAGS): This.
30357         (rtld-tests-LDFLAGS): New macro.
30358         (link-libc-rpath-link): Likewise.
30359         (link-libc-tests-rpath-link): Likewise.
30360         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30361         (link-libc): Prepand $(link-libc-rpath-link).
30362         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30363         (test-program-prefix): New macro.
30364         (test-via-rtld-prefix): Likewise.
30365         (test-program-cmd): Likewise.
30366         (host-test-program-cmd): Likewise.
30367         * Makefile ($(common-objpfx)testrun.sh): Replace
30368         $(run-program-prefix) with $(test-program-prefix).
30369         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30370         $(rtld-LDFLAGS).
30371         ($(common-objpfx)shlib.lds): Likewise.
30372         (build-module-helper): Likewise.
30373         ($(common-objpfx)format.lds): Likewise.
30374         * Rules (binaries-pie-tests): New.
30375         (binaries-pie-notests): Likewise.
30376         (binaries-pie): Rewritten.
30377         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30378         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30379         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30380         (make-test-out): Replace $(host-built-program-cmd) with
30381         $(host-test-program-cmd).
30382         * config.make.in (build-hardcoded-path-in-tests): New variable.
30383         * configure.in (--enable-hardcoded-path-in-tests): New configure
30384         option.
30385         (hardcoded_path_in_tests): New AC_SUBST.
30386         * configure: Regenerated.
30387         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30388         $(built-program-cmd) with $(test-program-cmd).
30389         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30390         (test_program_cmd): This.
30391         * elf/Makefile ($(objpfx)order.out): Run test with
30392         $(test-program-prefix).
30393         ($(objpfx)order2.out): Likewise.
30394         ($(objpfx)tst-initorder.out): Likewise.
30395         ($(objpfx)tst-initorder2.out): Likewise.
30396         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30397         $(test-program-cmd).
30398         ($(objpfx)tst-array1-static.out): Likewise.
30399         ($(objpfx)tst-array2.out): Likewise.
30400         ($(objpfx)tst-array3.out): Likewise.
30401         ($(objpfx)tst-array4.out): Likewise.
30402         ($(objpfx)tst-array5.out): Likewise.
30403         ($(objpfx)tst-array5-static.out): Likewise.
30404         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30405         $(test-program-cmd).
30406         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30407         $(run-program-prefix) with $(test-program-prefix).
30408         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30409         (test_program_prefix): This.
30410         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30411         $(run-program-prefix) with $(test-program-prefix).
30412         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30413         (test_program_prefix): This.
30414         * iconvdata/tst-tables.sh: Likewise.
30415         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30416         $(run-program-prefix) with $(test-program-prefix).
30417         ($(objpfx)tst-translit.out): Likewise.
30418         ($(objpfx)tst-gettext2.out): Likewise.
30419         ($(objpfx)tst-gettext4.out): Likewise.
30420         ($(objpfx)tst-gettext6.out): Likewise.
30421         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30422         (test_program_prefix): This.
30423         * intl/tst-gettext2.sh: Likewise.
30424         * intl/tst-gettext4.sh  Likewise.
30425         * intl/tst-gettext6.sh: Likewise.
30426         * intl/tst-translit.sh: Likewise.
30427         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30428         with $(test-program-cmd).
30429         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30430         $(run-program-prefix) with $(test-program-prefix).
30431         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30432         (test_program_prefix): This.
30433         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30434         $(run-program-prefix) with $(test-program-prefix).
30435         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30436         (test_program_prefix): This.
30437         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30438         * posix/Makefile ($(objpfx)globtest.out): Replace
30439         $(run-via-rtld-prefix) and $(test-wrapper) with
30440         $(test-program-prefix) and $(test-via-rtld-prefix).
30441         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30442         $(test-program-prefix).
30443         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30444         $(host-test-program-cmd).
30445         (tst-spawn-ARGS): Likewise.
30446         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30447         $(test-program-prefix).
30448         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30449         (test_via_rtld_prefix): This.
30450         (test_wrapper): Renamed to ...
30451         (test_program_prefix): This.
30452         (run_program_prefix): Replaced by test_program_prefix.
30453         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30454         (test_program_prefix): This.
30455         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30456         with $(host-test-program-cmd).
30457         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30458         $(run-program-prefix) with $(test-program-prefix).
30459         ($(objpfx)tst-printf.out): Likewise.
30460         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30461         $(test-program-cmd).
30462         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30463         (test_program_prefix): This.
30464         * stdio-common/tst-unbputc.sh: Likewise.
30465         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30466         $(run-program-prefix) with $(test-program-prefix).
30467         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30468         (test_program_prefix): This.
30469         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30470         $(built-program-cmd) with $(test-program-cmd).
30471
30472 2013-01-11  Andreas Jaeger  <aj@suse.de>
30473
30474         [BZ #15003]
30475         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30476         value. Sync with Linux 3.7.
30477
30478 2013-01-10  David S. Miller  <davem@davemloft.net>
30479
30480         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30481         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30482         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30483
30484 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30485
30486         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30487         never set.
30488         * configure: Regenerated.
30489
30490 2013-01-10  David S. Miller  <davem@davemloft.net>
30491
30492         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30493         sparc V9 rather than using V8 code.
30494         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30495         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30496
30497 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30498
30499         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30500         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30501         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30502         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30503         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30504         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30505         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30506         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30507         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30508         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30509         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30510         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30511         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30512         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30513         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30514         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30515         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30516         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30517         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30518         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30519         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30520         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30521         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30522         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30523         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30524         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30525         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30526
30527 2013-01-10  David S. Miller  <davem@davemloft.net>
30528
30529         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30530
30531 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30532
30533         * posix/Makefile (tests-static): New variable.
30534         (tests): Add $(tests-static).
30535         (tst-exec-static-ARGS): New variable.
30536         (tst-spawn-static-ARGS): Likewise.
30537         * posix/tst-exec-static.c: New file.
30538         * posix/tst-spawn-static.c: Likewise.
30539         * posix/tst-exec.c: Support run directly.
30540         * posix/tst-spawn.c: Likewise.
30541
30542 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30543
30544         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30545         long.
30546         * math/bits/mathcalls.h (llrint): Likewise.
30547         (llround): Likewise.
30548         * stdlib/stdlib.h (struct drand48_data): Likewise.
30549         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30550         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30551         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30552         Likewise.
30553         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30554         Likewise.
30555         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30556         (elf_greg_t): Likewise.
30557         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30558         (__jmp_buf): Likewise.
30559         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30560         definitions.
30561         (llrint): Likewise, for all definitions.
30562         (llrintl): Likewise.
30563
30564         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30565         Remove [__GNUC__] condition.
30566         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30567         condition to just [__USE_ISOC99].
30568         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30569
30570 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30571
30572         [BZ #14200]
30573         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30574         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30575         defined.
30576         (_POSIX_V6_ILP32_OFF32): Likewise.
30577         (_XBS5_ILP32_OFF32): Likewise.
30578         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30579         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30580
30581 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30582
30583         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30584
30585         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30586         doubles __mpexp_twomm1.  Adjust usage.
30587         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30588         Remove.
30589
30590 2013-01-10  Andreas Schwab  <schwab@suse.de>
30591
30592         [BZ #14964]
30593         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30594         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30595
30596 2013-01-09  David S. Miller  <davem@davemloft.net>
30597
30598         [BZ #15003]
30599         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30600         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30601         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30602         (TCP_FASTOPEN): Define.
30603         (tcp_repair_opt): New structure.
30604         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30605         enum values.
30606         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30607         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30608         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30609         (tcp_cookie_transactions): New structure.
30610
30611 2013-01-09  Anton Blanchard  <anton@samba.org>
30612
30613         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30614         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30615         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30616         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30617
30618 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30619
30620         * include/features.h (__USE_ANSI): Remove.
30621
30622 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30623
30624         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30625
30626         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30627
30628 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30629
30630         * sysdeps/s390/fpu/libm-test-ulps: Update.
30631
30632         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30633
30634         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30635         (__acr): Likewise.
30636         (__cpy): Likewise.
30637         (norm): Likewise.
30638         (denorm): Likewise.
30639         (__mp_dbl): Likewise.
30640         (__dbl_mp): Likewise.
30641         (add_magnitudes): Likewise.
30642         (sub_magnitudes): Likewise.
30643         (__add): Likewise.
30644         (__sub): Likewise.
30645         (__mul): Likewise.
30646         (__inv): Likewise.
30647         (__dvd): Likewise.
30648         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30649         (__acr): Likewise.
30650         (__cpy): Likewise.
30651         (norm): Likewise.
30652         (denorm): Likewise.
30653         (__mp_dbl): Likewise.
30654         (__dbl_mp): Likewise.
30655         (add_magnitudes): Likewise.
30656         (sub_magnitudes): Likewise.
30657         (__add): Likewise.
30658         (__sub): Likewise.
30659         (__mul): Likewise.
30660         (__inv): Likewise.
30661         (__dvd): Likewise.
30662         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30663         (__acr): Likewise.
30664         (__cpy): Likewise.
30665         (norm): Likewise.
30666         (denorm): Likewise.
30667         (__mp_dbl): Likewise.
30668         (__dbl_mp): Likewise.
30669         (add_magnitudes): Likewise.
30670         (sub_magnitudes): Likewise.
30671         (__add): Likewise.
30672         (__sub): Likewise.
30673         (__mul): Likewise.
30674         (__inv): Likewise.
30675         (__dvd): Likewise.
30676
30677 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30678
30679         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30680         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30681         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30682         2 && __USE_EXTERN_INLINES]: Likewise.
30683
30684 2013-01-08  Andreas Jaeger  <aj@suse.de>
30685
30686         [BZ# 14985]
30687         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30688         Remove.
30689         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30690         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30691
30692 2013-01-07  Anton Blanchard  <anton@samba.org>
30693
30694         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30695         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30696         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30697         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30698         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30699         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30700         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30701         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30702         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30703         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30704         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30705         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30706         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30707         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30708         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30709         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30710         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30711         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30712         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30713         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30714         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30715         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30716         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30717         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30718         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30719         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30720         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30721         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30722         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30723         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30724         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30725         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30726         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30727         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30728         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30729         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30730         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30731         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30732         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30733         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30734         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30735         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30736         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30737
30738 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30739
30740         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30741         (__MALLOC_PMT): Likewise.
30742         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30743         [__GNUC__], only on [_LIBC].
30744         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30745         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30746         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30747         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30748         forward declaration.
30749         (realloc_hook_ini): Likewise.
30750         (memalign_hook_ini): Likewise.
30751         (__libc_memalign): Do not use __MALLOC_PMT in variable
30752         declaration.
30753         (__libc_valloc): Likewise.
30754         (__libc_pvalloc): Likewise.
30755         (__libc_calloc): Likewise.
30756         (__posix_memalign): Likewise.
30757
30758         [BZ #14996]
30759         * math/s_casinh.c: Include <float.h>.
30760         (__casinh): Do not do computation with squaring and square root
30761         for large arguments.
30762         * math/s_casinhf.c: Include <float.h>.
30763         (__casinhf): Do not do computation with squaring and square root
30764         for large arguments.
30765         * math/s_casinhl.c: Include <float.h>.
30766         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30767         (__casinhl): Do not do computation with squaring and square root
30768         for large arguments.
30769         * math/libm-test.inc (casin_test): Add more tests.
30770         (casinh_test): Likewise.
30771         * sysdeps/i386/fpu/libm-test-ulps: Update.
30772         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30773
30774 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30775
30776         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30777         (__x86_64_raw_data_cache_size): Likewise.
30778         (__x86_64_data_cache_size_half): Likewise.
30779         (__x86_64_raw_data_cache_size_half): Likewise.
30780         (__x86_64_shared_cache_size): Likewise.
30781         (__x86_64_raw_shared_cache_size): Likewise.
30782         (__x86_64_shared_cache_size_half): Likewise.
30783         (__x86_64_raw_shared_cache_size_half): Likewise.
30784         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30785         to ...
30786         (__x86_data_cache_size): This.
30787         (__x86_64_raw_data_cache_size): Renamed to ...
30788         (__x86_raw_data_cache_size): This.
30789         (__x86_64_data_cache_size_half): Renamed to ...
30790         (__x86_data_cache_size_half): This.
30791         (__x86_64_raw_data_cache_size_half): Renamed to ...
30792         (__x86_raw_data_cache_size_half): This.
30793         (__x86_64_shared_cache_size): Renamed to ...
30794         (__x86_shared_cache_size): This.
30795         (__x86_64_raw_shared_cache_size): Renamed to ...
30796         (__x86_raw_shared_cache_size): This.
30797         (__x86_64_shared_cache_size_half): Renamed to ...
30798         (__x86_shared_cache_size_half): This.
30799         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30800         (__x86_raw_shared_cache_size_half): This.
30801         * sysdeps/x86_64/memcpy.S: Updated.
30802         * sysdeps/x86_64/memset.S: Likewise.
30803         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30804         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30805         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30806
30807 2013-01-04  David S. Miller  <davem@davemloft.net>
30808
30809         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30810
30811 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30812
30813         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30814         1 to avoid redefinition warning.
30815         (__USE_GNU): Don't define.
30816         (init_signaling_nan): Protoize.
30817
30818         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30819
30820 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30821
30822         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30823         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30824         (__cpymn): Likewise.
30825         (norm): Remove commented code.
30826         (denorm): Likewise.
30827         (__mp_dbl): Likewise.
30828         (__inv): Likewise.
30829         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30830         (__cpymn): Likewise.
30831         (norm): Remove commented code.
30832         (denorm): Likewise.
30833         (__mp_dbl): Likewise.
30834         (__inv): Likewise.
30835
30836         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30837         mp_no value for 1.0 and 2.0.
30838         (norm): Use RADIXI instead of radixi.d.
30839         (denorm): Likewise.
30840         (__mul): Use 0.0 instead of zero.d.
30841         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30842         mp_no value for 1.0 and 2.0.
30843         (norm): Use RADIXI instead of radixi.d.
30844         (denorm): Likewise.
30845         (__mul): Use 0.0 instead of zero.d.
30846
30847 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30848
30849         [BZ #14994]
30850         * math/s_casinh.c (__casinh): Reduce finite argument to first
30851         quadrant then set signs of results at the end.
30852         * math/s_casinhf.c (__casinhf): Likewise.
30853         * math/s_casinhl.c (__casinhl): Likewise.
30854         * math/libm-test.inc (casin_test): Add more tests.
30855         (casinh_test): Likewise.
30856         * sysdeps/i386/fpu/libm-test-ulps: Update.
30857         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30858
30859 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30860
30861         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30862
30863         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30864
30865         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30866         declarations.
30867         (denorm): Likewise.
30868         (__mp_dbl): Likewise.
30869         (__inv): Likewise.
30870
30871         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30872         and adjust the header comment.
30873
30874         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30875         variable name from declaration.
30876
30877 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30878
30879         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30880         Initialize COMMON_CPUID_INDEX_7 element.
30881         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30882         (CPUID_RTM): Likewise.
30883         (HAS_RTM): Likewise.
30884         (COMMON_CPUID_INDEX_7): New enum.
30885
30886 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30887
30888         [BZ #14981]
30889         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30890         size is zero, record memory as freed.
30891
30892 2013-01-03  Andreas Jaeger  <aj@suse.de>
30893
30894         * po/ia.po: Add new Interlingua translation.
30895
30896 2012-01-03  Allan McRae  <allan@archlinux.org>
30897
30898         * locale/programs/localedef.c: Fix description of '--posix' flag.
30899
30900 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30901
30902         * NEWS: Update dates in second copyright notice.
30903         * README: Update copyright dates in example.
30904         * manual/libc.texinfo: Update copyright dates.
30905         * scripts/test-installation.pl: Update copyright date in --version
30906         output.
30907
30908         * hurd/ctty-input.c: Fix copyright notice formatting.
30909         * hurd/ctty-output.c: Likewise.
30910         * hurd/dtable.c: Likewise.
30911         * hurd/hurd-raise.c: Likewise.
30912         * hurd/hurdprio.c: Likewise.
30913         * hurd/msgportdemux.c: Likewise.
30914         * misc/sys/file.h: Likewise.
30915         * misc/sys/ioctl.h: Likewise.
30916         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30917         * sysdeps/mach/hurd/chdir.c: Likewise.
30918         * sysdeps/mach/hurd/fchdir.c: Likewise.
30919         * sysdeps/mach/hurd/rename.c: Likewise.
30920         * sysdeps/mach/hurd/rmdir.c: Likewise.
30921         * sysdeps/mach/hurd/seekdir.c: Likewise.
30922         * sysdeps/mach/hurd/setsid.c: Likewise.
30923         * sysdeps/posix/wait3.c: Likewise.
30924
30925         * All files with FSF copyright notices: Update copyright dates
30926         using scripts/update-copyrights.
30927         * intl/plural.c: Regenerated.
30928         * locale/programs/charmap-kw.h: Likewise.
30929         * locale/programs/locfile-kw.h: Likewise.
30930
30931 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30932
30933         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30934         four values.
30935
30936         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30937         calculation loop and add branch prediction.
30938
30939         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30940         check access beyond bounds of m1np.
30941
30942         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30943         MPTWO.
30944         (__inv): Remove local variable MPTWO to use the global
30945         constant.
30946         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30947         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30948         variable MPTWO.
30949         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30950         MP3HALFS static const.
30951
30952 2013-01-01  David S. Miller  <davem@davemloft.net>
30953
30954         * po/ca.po: Update from translation team.
30955
30956 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30957
30958         * scripts/update-copyrights: New file.
30959         * Makeconfig: Reformat copyright notice.
30960         * ctype/ctype.h: Likewise.
30961         * debug/swprintf_chk.c: Likewise.
30962         * elf/dl-cache.c: Likewise.
30963         * elf/dl-debug.c: Likewise.
30964         * elf/dl-object.c: Likewise.
30965         * grp/initgroups.c: Likewise.
30966         * hurd/Makefile: Likewise.
30967         * hurd/hurd/signal.h: Likewise.
30968         * hurd/hurdfault.c: Likewise.
30969         * hurd/hurdioctl.c: Likewise.
30970         * hurd/hurdlookup.c: Likewise.
30971         * hurd/intr-msg.c: Likewise.
30972         * iconv/gconv_open.c: Likewise.
30973         * libio/swprintf.c: Likewise.
30974         * locale/lc-ctype.c: Likewise.
30975         * locale/nl_langinfo.c: Likewise.
30976         * mach/Machrules: Likewise.
30977         * mach/Makefile: Likewise.
30978         * malloc/obstack.h: Likewise.
30979         * manual/Makefile: Likewise.
30980         * manual/tsort.awk: Likewise.
30981         * misc/bits/stab.def: Likewise.
30982         * nis/nis_print_group_entry.c: Likewise.
30983         * nis/nis_table.c: Likewise.
30984         * nis/nss_compat/compat-pwd.c: Likewise.
30985         * nis/nss_compat/compat-spwd.c: Likewise.
30986         * po/Makefile: Likewise.
30987         * posix/fnmatch.c: Likewise.
30988         * posix/regex.h: Likewise.
30989         * resolv/Makefile: Likewise.
30990         * resolv/nss_dns/dns-network.c: Likewise.
30991         * resolv/res_hconf.c: Likewise.
30992         * scripts/gen-sorted.awk: Likewise.
30993         * soft-fp/soft-fp.h: Likewise.
30994         * stdio-common/printf.h: Likewise.
30995         * stdlib/monetary.h: Likewise.
30996         * stdlib/random.c: Likewise.
30997         * stdlib/random_r.c: Likewise.
30998         * sysdeps/generic/Makefile: Likewise.
30999         * sysdeps/gnu/Makefile: Likewise.
31000         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
31001         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31002         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
31003         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31004         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
31005         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31006         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31007         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
31008         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
31009         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31010         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
31011         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
31012         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
31013         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
31014         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
31015         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
31016         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
31017         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
31018         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
31019         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31020         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
31021         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
31022         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
31023         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
31024         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
31025         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
31026         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
31027         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
31028         * sysdeps/mach/hurd/errnos.awk: Likewise.
31029         * sysdeps/mach/hurd/fork.c: Likewise.
31030         * sysdeps/mach/hurd/getcwd.c: Likewise.
31031         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
31032         * sysdeps/mach/hurd/mmap.c: Likewise.
31033         * sysdeps/mach/hurd/utimes.c: Likewise.
31034         * sysdeps/mach/hurd/xmknod.c: Likewise.
31035         * sysdeps/posix/profil.c: Likewise.
31036         * sysdeps/posix/readdir_r.c: Likewise.
31037         * sysdeps/powerpc/bits/mathdef.h: Likewise.
31038         * sysdeps/powerpc/bits/setjmp.h: Likewise.
31039         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
31040         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31041         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31042         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
31043         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31044         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
31045         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31046         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
31047         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31048         * sysdeps/pthread/lio_listio.c: Likewise.
31049         * sysdeps/sparc/dl-procinfo.h: Likewise.
31050         * sysdeps/unix/i386/sysdep.S: Likewise.
31051         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
31052         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
31053         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
31054         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
31055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31056         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
31057         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
31058         * sysdeps/unix/sysv/linux/speed.c: Likewise.
31059         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
31060         * sysdeps/wordsize-32/divdi3.c: Likewise.
31061         * time/sys/time.h: Likewise.
31062         * wcsmbs/Makefile: Likewise.
31063
31064 2013-01-01  David S. Miller  <davem@davemloft.net>
31065
31066         * po/fr.po: Update from translation team.
31067
31068         * catgets/gencat.c: Update copyright year.
31069         * csu/version.c: Likewise.
31070         * debug/catchsegv.sh: Likewise.
31071         * debug/pcprofiledump.c: Likewise.
31072         * debug/xtrace.sh: Likewise.
31073         * elf/ldconfig.c: Likewise.
31074         * elf/ldd.bash.in: Likewise.
31075         * elf/pldd.c: Likewise.
31076         * elf/sotruss.ksh: Likewise.
31077         * elf/sprof.c: Likewise.
31078         * iconv/iconv_prog.c: Likewise.
31079         * iconv/iconvconfig.c: Likewise.
31080         * locale/programs/locale.c: Likewise.
31081         * locale/programs/localedef.c: Likewise.
31082         * login/programs/pt_chown.c: Likewise.
31083         * malloc/memusage.sh: Likewise.
31084         * malloc/memusagestat.c: Likewise.
31085         * malloc/mtrace.pl: Likewise.
31086         * nscd/nscd.c: Likewise.
31087         * nss/getent.c: Likewise.
31088         * nss/makedb.c: Likewise.
31089         * posix/getconf.c: Likewise.
31090
31091 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
31092
31093         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
31094         numbers.
31095
31096 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
31097
31098         * math/bits/mathcalls.h (modf): Use __nonnull.
31099
31100 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31101
31102         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
31103         (split): Use macro CN instead of the bare value.
31104         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
31105         could be used.
31106         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
31107         instead of the bare value.
31108         (power1): Likewise.
31109
31110 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31111
31112         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
31113         __ATAN_TWOM.
31114         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31115
31116         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
31117         their values.
31118         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31119         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31120         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
31121         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31122
31123 2012-12-28  Andreas Jaeger  <aj@suse.de>
31124
31125         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
31126         values are from Linux 3.7.
31127
31128         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
31129         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
31130
31131 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31132
31133         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
31134         TRUE case.
31135
31136         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
31137         (norm): Likewise.
31138         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
31139         variables with preprocessor constants.
31140         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31141         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
31142         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
31143
31144 2012-12-27  Bruno Haible  <bruno@clisp.org>
31145
31146         [BZ #14317]
31147         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
31148         only if needed.
31149
31150 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31151
31152         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
31153         and use variable directly.
31154         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31155
31156         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31157         MPONE.
31158         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31159         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31160         variable MPONE.
31161         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31162         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31163         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31164         include directive.  Remove local variable MPONE.
31165         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31166         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31167         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31168
31169 2012-12-25  David S. Miller  <davem@davemloft.net>
31170
31171         * version.h (RELEASE): Set to "development".
31172         (VERSION): Set to "2.17.90".
31173         * NEWS: Add 2.18 section.
31174
31175 2012-12-21  David S. Miller  <davem@davemloft.net>
31176
31177         * po/hr.po: Update from translation team.
31178
31179 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31180
31181         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31182
31183 2012-12-19  Steve Ellcey  <sellcey@mips.com>
31184
31185         * NEWS:  Mention new memcpy for MIPS.
31186
31187 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31188
31189         * manual/contrib.texi (Contributors): Spelling correction.
31190
31191 2012-12-15  David S. Miller  <davem@davemloft.net>
31192
31193         * po/ru.po: Update from translation team.
31194
31195 2012-12-13  David S. Miller  <davem@davemloft.net>
31196
31197         * NEWS: Mention IFUNC testsuite enhancements.
31198
31199         * po/pl.po: Update from translation team.
31200         * po/bg.po: Likewise.
31201
31202         * manual/contrib.texi (Contributors): Update entries for Hongjiu
31203         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
31204
31205 2012-12-11  David S. Miller  <davem@davemloft.net>
31206
31207         * po/sv.po: Update from translation team.
31208
31209         * po/vi.po: Update from translation team.
31210
31211         * po/cs.po: Update from translation team.
31212
31213         * po/de.po: Update from translation team.
31214         * po/eo.po: Likewise.
31215         * po/nl.po: Likewise.
31216
31217 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31218
31219         [BZ #14246]
31220         * manual/argp.texi (Argp Helper Functions): Move node to follow
31221         Argp Parsing State.
31222
31223         [BZ #14872]
31224         * manual/conf.texi (Limits on File System Capacity): Mention if
31225         terminating null is included in the max size.
31226
31227 2012-12-10  Andreas Jaeger  <aj@suse.de>
31228
31229         * po/cs.po: Update from translation team.
31230
31231 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31232
31233         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31234         void pointer and cast to uintptr_t.
31235         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31236         path.
31237         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31238         * sysdeps/s390/s390-64/memset.S: Likewise.
31239
31240 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31241
31242         [BZ #14833]
31243         * menual/message.texi (Message Translation): Fix typos.
31244         (Helper programs for gettext): Likewise.
31245
31246 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31247
31248         [BZ #14898]
31249         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31250         Change to -1.
31251
31252 2012-12-07  David S. Miller  <davem@davemloft.net>
31253
31254         * po/libc.pot: Update.
31255
31256 2012-12-07  Richard Henderson  <rth@redhat.com>
31257
31258         [BZ #10114]
31259         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31260         normal/normal case to before the switch.
31261         (_FP_DIV): Likewise.
31262
31263 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31264             Mike Frysinger  <vapier@gentoo.org>
31265
31266         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31267         check for __NR_fadvise64_64.
31268
31269 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31270
31271         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31272         0, not just to plain "0" as a statement.
31273         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31274         with cw.
31275
31276 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31277
31278         * NEWS: Use sourceware.org in Bugzilla URL.
31279
31280 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31281
31282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31283         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31284
31285         * stdio-common/tst-put-error.c (do_test): Add newline to the
31286         padded test to ensure flush.
31287
31288 2012-12-05  Jeff Law  <law@redhat.com>
31289
31290         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31291
31292 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31293
31294         * README: Don't refer to ports add-on as distributed separately.
31295         Mention AArch64 in list of systems supported in the ports add-on.
31296
31297         * LICENSES: Add more non-FSF copyright and license notices.
31298
31299         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31300         ((unused)).
31301
31302         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31303
31304         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31305         10000 as width of padded output.
31306
31307 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31308
31309         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31310
31311         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31312         variable LX with __attribute__ ((unused)).
31313         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31314         Likewise.
31315         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31316         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31317         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31318         with __attribute__ ((unused)).
31319
31320 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31321
31322         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31323
31324 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31325
31326         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31327         (CFLAGS-nldbl-acos.c): New variable.
31328         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31329         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31330         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31331         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31332         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31333         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31334         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31335         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31336         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31337         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31338         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31339         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31340         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31341         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31342         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31343         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31344         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31345         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31346         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31347         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31348         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31349         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31350         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31351         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31352         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31353         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31354         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31355         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31356         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31357         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31358         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31359         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31360         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31361         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31362         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31363         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31364         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31365         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31366         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31367         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31368         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31369         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31370         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31371         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31372         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31373         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31374         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31375         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31376         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31377         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31378         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31379         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31380         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31381         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31382         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31383         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31384         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31385         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31386         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31387         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31388         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31389         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31390         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31391         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31392         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31393         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31394         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31395         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31396         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31397         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31398         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31399         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31400         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31401         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31402         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31403         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31404         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31405         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31406         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31407         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31408         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31409         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31410         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31411         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31412         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31413         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31414         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31415         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31416         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31417         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31418         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31419         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31420         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31421         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31422         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31423         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31424         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31425
31426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31427         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31428
31429         [BZ #14914]
31430         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31431         whole low double instead of just low 47 bits when splitting values
31432         into two parts.
31433
31434 2012-12-03  Allan McRae  <allan@archlinux.org>
31435
31436         * manual/stdio.texi (Predefined Printf Handlers): Remove
31437         @hsep and @vsep usage.
31438
31439 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31440
31441         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31442         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31443
31444 2012-12-03  Jeff Law  <law@redhat.com>
31445
31446         * time/sys/time.h (settimeofday): Do not mark TV argument
31447         as __nonnull.
31448
31449 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31450
31451         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31452         when currently writing and seek to current position when not.
31453         * libio/Makefile (tests): Remove bug-fclose1.
31454         * libio/bug-fclose1.c: Delete.
31455
31456 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31457
31458         * manual/arith.texi (feenableexcept): Fix typo.
31459         (fedisableexcept): Likewise.
31460
31461 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31462
31463         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31464         second, differently-typed declaration, rather than a cast.
31465
31466 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31467
31468         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31469         * include/rpc/svc.h: ... here.
31470
31471 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31472
31473         [BZ #13013]
31474         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31475         depending n and resplen2 to catch cases where answer
31476         equals answerp2.
31477
31478 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31479
31480         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31481         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31482
31483 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31484
31485         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31486
31487 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31488
31489         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31490
31491 2012-11-28  Jeff Law  <law@redhat.com>
31492
31493         [BZ #13761]
31494         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31495         dataset_temporary.  Track alloca usage into alloca_used.
31496         If dataset is large allocate and release it via malloc/free.
31497
31498 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31499
31500         [BZ #14197]
31501         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31502
31503 2012-11-28  David S. Miller  <davem@davemloft.net>
31504
31505         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31506
31507 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31508
31509         [BZ #14803]
31510         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31511         of pi/2 rounded to nearest to 64 bits.
31512         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31513         nearest to 64 bits.
31514         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31515         bits.
31516
31517 2012-11-28  Jeff Law <law@redhat.com>
31518             Martin Osvald <mosvald@redhat.com>
31519
31520         [BZ #14889]
31521         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31522         * sunrpc/svc.c: Include time.h.
31523         (__svc_accept_failed): New function.
31524         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31525         any reason other than EINTR, call __svc_accept_failed.
31526         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31527         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31528
31529 2012-11-28  Andreas Schwab  <schwab@suse.de>
31530
31531         * scripts/abilist.awk: Also handle indirect functions in .opd
31532         section.
31533
31534 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31535
31536         [BZ #13881]
31537         * sysdeps/x86/fpu/powl_helper.c: New file.
31538         * sysdeps/x86/fpu/Makefile: Likewise.
31539         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31540         (p3): New object.
31541         (__ieee754_powl): Use __powl_helper for finite arguments except
31542         integer exponents below 8.
31543         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31544         (p3): New object.
31545         (__ieee754_powl): Use __powl_helper for finite arguments except
31546         integer exponents below 8.
31547         * math/libm-test.inc (pow_test): Add more tests and enable some
31548         previously disabled tests.
31549         * sysdeps/i386/fpu/libm-test-ulps: Update.
31550         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31551
31552 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31553             Carlos O'Donell  <carlos_odonell@mentor.com>
31554
31555         * nss/makedb.c (is_prime): Assert that input is odd and greater
31556         than 4.  Note that fact in a comment too.
31557         (next_prime): Add 4 to input.
31558
31559 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31560
31561         [BZ #11741]
31562         * libio/Makefile (tests): Add test case tst-fwrite-error.
31563         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31564         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31565         * libio/tst-fwrite-error.c: New test case.
31566
31567 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31568
31569         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31570         before casting to void *.
31571         * include/libc-internal.h (__pointer_type): New macro.
31572         (__integer_if_pointer_type_sub): Likewise.
31573         (__integer_if_pointer_type): Likewise.
31574         (cast_to_integer): Likewise.
31575         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31576         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31577         before casting to atomic64_t.
31578         (atomic_exchange_acq): Likewise.
31579         (__arch_exchange_and_add_body): Likewise.
31580         (__arch_add_body): Likewise.
31581         (atomic_add_negative): Likewise.
31582         (atomic_add_zero): Likewise.
31583
31584 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31585
31586         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31587         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31588         (add_fdes): Likewise.
31589         (linear_search_fdes): Likewise.
31590         (binary_search_unencoded_fdes): Likewise.
31591
31592 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31593
31594         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31595
31596 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31597
31598         * configure.in: Autodetect C++ header directories.
31599         * configure: Regenerated.
31600
31601 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31602
31603         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31604
31605 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31606
31607         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31608
31609 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31610
31611         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31612         LDBL_MANT_DIG == 106]: Disable some tests.
31613         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31614         Likewise.
31615         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31616         Likewise.
31617
31618         [BZ #14871]
31619         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31620         input for small inputs.  Return +/- pi/2 for large inputs.
31621         * math/libm-test.inc (atan_test): Add more tests.
31622
31623         * sysdeps/generic/unwind-dw2-fde-glibc.c
31624         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31625         __attribute__ ((unused)).
31626
31627         [BZ #14645]
31628         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31629         x * y if x and y are nonzero and z is zero.
31630
31631         [BZ #14811]
31632         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31633         nonzero exponents with absolute value below 0x1p-117 to +/-
31634         0x1p-117.
31635
31636         [BZ #14869]
31637         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31638         up arguments below 2**-450, not just those below 2**-500.
31639         * math/libm-test.inc (hypot_test): Add another test.
31640
31641         [BZ #14868]
31642         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31643         Return a+b for ratio over 2**120, not 2**60.
31644         * math/libm-test.inc (hypot_test): Add another test.
31645
31646         * math/libm-test.inc (clog_test): Use
31647         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31648         (clog10_test): Likewise.
31649
31650         [BZ #6778]
31651         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31652
31653 2012-11-22  Andreas Schwab  <schwab@suse.de>
31654
31655         * sysdeps/i386/fpu/libm-test-ulps: Update.
31656
31657 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31658
31659         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31660         printf output with newline.
31661
31662 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31663
31664         [BZ #14865]
31665         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31666         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31667         -z nodlopen, -z initfirst and -z execstack support.
31668         * configure: Regenerated.
31669
31670         * elf/elf.h (DF_1_NODIRECT): New macro.
31671         (DF_1_IGNMULDEF): Likewise.
31672         (DF_1_NOKSYMS): Likewise.
31673         (DF_1_NOHDR): Likewise.
31674         (DF_1_EDITED): Likewise.
31675         (DF_1_NORELOC): Likewise.
31676         (DF_1_SYMINTPOSE): Likewise.
31677         (DF_1_GLOBAUDIT): Likewise.
31678         (DF_1_SINGLETON): Likewise.
31679         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31680         DT_1_SUPPORTED_MASK bits.
31681         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31682
31683 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31684
31685         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31686
31687 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31688
31689         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31690         macro.
31691
31692         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31693         (sendmmsg): Move declarations...
31694         * socket/sys/socket.h: ... here.
31695         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31696         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31697         include it from...
31698         * socket/recvmmsg.c: ... this new file.
31699         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31700         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31701         definition of __sendmmsg hidden.
31702         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31703         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31704         Move ENOSYS stub into and include it from...
31705         * socket/sendmmsg.c: ... this new file.
31706         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31707         (sysdep_routines): Move recvmmsg and sendmmsg...
31708         * socket/Makefile (routines): ... here.
31709         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31710         (GLIBC_PRIVATE): Add __sendmmsg.
31711         * include/sys/socket.h (__sendmmsg): Add declarations.
31712         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31713         sendmmsg.
31714
31715 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31716
31717         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31718         variable I1 with __attribute__ ((unused)).
31719         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31720
31721 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31722
31723         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31724         DUMMY variables with __attribute__ ((unused)).
31725
31726         * bits/byteswap.h: Include <bits/types.h>.
31727         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31728
31729 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31730
31731         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31732         string_t.  Do not manually set errno.
31733         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31734         length with __strnlen.  Make sure to both set errno and return it on
31735         failure.
31736
31737 2012-11-19  David S. Miller  <davem@davemloft.net>
31738
31739         With help from Joseph Myers.
31740         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31741         very large arguments properly.
31742         * math/libm-test.inc (atan_test): New tests.
31743         (atan2_test): New tests.
31744         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31745         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31746
31747 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31748
31749         [BZ #14856]
31750         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31751         Define to 3.
31752
31753         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31754         [POSIX] (EADDRNOTAVAIL): Likewise.
31755         [POSIX] (EAFNOSUPPORT): Likewise.
31756         [POSIX] (EALREADY): Likewise.
31757         [POSIX] (ECONNABORTED): Likewise.
31758         [POSIX] (ECONNREFUSED): Likewise.
31759         [POSIX] (ECONNRESET): Likewise.
31760         [POSIX] (EDESTADDRREQ): Likewise.
31761         [POSIX] (EDQUOT): Likewise.
31762         [POSIX] (EHOSTUNREACH): Likewise.
31763         [POSIX] (EIDRM): Likewise.
31764         [POSIX] (EISCONN): Likewise.
31765         [POSIX] (ELOOP): Likewise.
31766         [POSIX] (EMULTIHOP): Likewise.
31767         [POSIX] (ENETDOWN): Likewise.
31768         [POSIX] (ENETUNREACH): Likewise.
31769         [POSIX] (ENOBUFS): Likewise.
31770         [POSIX] (ENODATA): Likewise.
31771         [POSIX] (ENOLINK): Likewise.
31772         [POSIX] (ENOMSG): Likewise.
31773         [POSIX] (ENOPROTOOPT): Likewise.
31774         [POSIX] (ENOSR): Likewise.
31775         [POSIX] (ENOSTR): Likewise.
31776         [POSIX] (ENOTCONN): Likewise.
31777         [POSIX] (ENOTSOCK): Likewise.
31778         [POSIX] (EOPNOTSUPP): Likewise.
31779         [POSIX] (EOVERFLOW): Likewise.
31780         [POSIX] (EPROTO): Likewise.
31781         [POSIX] (EPROTONOSUPPORT): Likewise.
31782         [POSIX] (EPROTOTYPE): Likewise.
31783         [POSIX] (ESTALE): Likewise.
31784         [POSIX] (ETIME): Likewise.
31785         [POSIX] (ETXTBSY): Likewise.
31786         [POSIX] (EWOULDBLOCK): Likewise.
31787         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31788         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31789         [POSIX] (SEEK_CUR): Likewise.
31790         [POSIX] (SEEK_END): Likewise.
31791         [POSIX || UNIX98] (mode_t): Do not require.
31792         [POSIX] (off_t): Likewise.
31793         [POSIX] (pid_t): Likewise.
31794         [POSIX] (sys/stat.h): Do not allow header.
31795         [POSIX] (unistd.h): Likewise.
31796         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31797         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31798         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31799         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31800         require.
31801         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31802         sigevent): Specify elements.
31803         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31804         entry.
31805         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31806         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31807
31808         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31809         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31810         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31811         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31812         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31813         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31814         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31815         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31816         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31817         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31818         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31819         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31820         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31821         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31822         Likewise.
31823         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31824         Likewise.
31825         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31826         Likewise.
31827         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31828         Likewise.
31829         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31830         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31831         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31832         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31833         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31834         Specify lower bound on value.
31835         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31836         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31837         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31838         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31839         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31840         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31841         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31842         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31843         value.
31844         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31845         as optional.
31846         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31847         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31848         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31849         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31850         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31851         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31852         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31853         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31854         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31855         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31856         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31857         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31858         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31859         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31860         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31861         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31862         entry.
31863         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31864         optional.
31865         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31866         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31867         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31868         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31869         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31870         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31871         Likewise.
31872         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31873         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31874         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31875         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31876         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31877         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31878         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31879         as optional.
31880         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31881         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31882         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31883         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31884         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31885         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31886         specify as optional.
31887         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31888         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31889         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31890         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31891         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31892         [XPG3] (NL_LANGMAX): Likewise.
31893         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31894         [POSIX || XPG3] (NL_NMAX): Likewise.
31895         [POSIX || XPG3] (NL_SETMAX): Likewise.
31896         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31897         [XPG3] (NZERO): Likewise.
31898         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31899         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31900         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31901         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31902         (REG_ERANGE): Expect.
31903         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31904         optional-constant.
31905         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31906         Use (void) in prototype.
31907         [POSIX] (*_t): Allow.
31908         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31909         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31910         (WRDE_BADVAL): Expect.
31911
31912         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31913         expect.
31914         [XPG3 || XPG4] (O_RSYNC): Likewise.
31915         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31916         Likewise.
31917         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31918         [XPG3 || XPG4] (sigqueue): Likewise.
31919         [XPG3 || XPG4] (sigtimedwait): Likewise.
31920         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31921         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31922         [XPG3 || XPG4] (vsnprintf): Likewise.
31923         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31924         Likewise.
31925         [XPG3 || XPG4] (blksize_t): Likewise.
31926         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31927         Likewise.
31928         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31929         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31930         [XPG3 || XPG4] (struct itimerspec): Likewise.
31931         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31932         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31933         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31934         [XPG3 || XPG4] (clockid_t): Likewise.
31935         [XPG3 || XPG4] (timer_t): Likewise.
31936         [XPG3 || XPG4] (clock_getres): Likewise.
31937         [XPG3 || XPG4] (clock_gettime): Likewise.
31938         [XPG3 || XPG4] (clock_settime): Likewise.
31939         [XPG3 || XPG4] (nanosleep): Likewise.
31940         [XPG3 || XPG4] (timer_create): Likewise.
31941         [XPG3 || XPG4] (timer_delete): Likewise.
31942         [XPG3 || XPG4] (timer_gettime): Likewise.
31943         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31944         [XPG3 || XPG4] (timer_settime): Likewise.
31945         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31946         [XPG3 || XPG4] (getlogin_r): Likewise.
31947         [XPG3 || XPG4] (pread): Likewise.
31948         [XPG3 || XPG4] (pthread_atfork): Likewise.
31949         [XPG3 || XPG4] (pwrite): Likewise.
31950
31951         [BZ #14835]
31952         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31953         <bits/siginfo.h>.
31954
31955 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31956
31957         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31958         finalizing MALLSTREAM.
31959
31960         * sysdeps/mach/hurd/syncfs.c: New file.
31961
31962 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31963
31964         [BZ #14719]
31965         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31966         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31967         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31968         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31969         (_nss_dns_gethostbyname4_r): Likewise.
31970         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31971         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31972
31973 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31974
31975         [BZ #13763]
31976         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31977
31978 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31979
31980         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31981         * elf/cache.c (print_entry): Print ",AArch64" for
31982         FLAG_AARCH64_LIB64
31983
31984         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31985         * elf/cache.c (print_entry): Print ",hard-float" for
31986         FLAG_ARM_LIBHF.
31987
31988 2012-11-18  David S. Miller  <davem@davemloft.net>
31989
31990         With help from Joseph Myers.
31991         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31992         cutoff to 2**-13.
31993         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31994         cutoff to 2**-25.
31995         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31996         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31997         small.
31998         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31999         * math/libm-test.inc (y0_test): New tests.
32000         (y1_test): New tests.
32001         * sysdeps/i386/fpu/libm-test-ulps: Update.
32002         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32003         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32004
32005 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
32006
32007         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
32008         64-bit targets.
32009         * configure: Regenerated.
32010
32011 2012-11-17  David S. Miller  <davem@davemloft.net>
32012
32013         [BZ #14811]
32014         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
32015         nonzero exponents with absolute value below 0x1p-128 to +/-
32016         0x1p-128.
32017
32018 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
32019
32020         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
32021
32022         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
32023
32024         * posix/getconf-speclist.c: New file.
32025         * posix/posix-envs.def: Likewise.
32026         * posix/confstr.c (START_ENV_GROUP): New macro.
32027         (END_ENV_GROUP): Likewise.
32028         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32029         (KNOWN_PRESENT_ENV_STRING): Likewise.
32030         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32031         (UNKNOWN_ENVIRONMENT): Likewise.
32032         (confstr): Include posix-envs.def instead of handling
32033         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
32034         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
32035         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
32036         (END_ENV_GROUP): Likewise.
32037         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32038         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32039         (UNKNOWN_ENVIRONMENT): Likewise.
32040         (__sysconf): Include posix-envs.def instead of handling associated
32041         cases directly here.
32042         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
32043         preprocessing getconf-speclist.c rather than running getconf or
32044         generating empty file.
32045
32046 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
32047
32048         * scripts/check-local-headers.sh: Ignore 'mach' headers.
32049
32050 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
32051
32052         [BZ #14672]
32053         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
32054
32055 2012-11-16  David S. Miller  <davem@davemloft.net>
32056
32057         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
32058         smaller than LDBL_EPSILON/2.0L, just return xm1.
32059
32060 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
32061
32062         * elf/tst-array1.c (init): Set constructor priority to 1000.
32063         (fini): Set destructor priority to 1000.
32064         * elf/tst-array2dep.c: Likewise.
32065
32066 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32067
32068         [BZ #11741]
32069         * libio/fileops.c (_IO_new_file_write): Correctly return error.
32070         (_IO_new_file_xsputn): Also return EOF if none of the input
32071         data was written when overflow failed.
32072         * libio/iopadn.c (_IO_padn): Likewise.
32073         * libio/iowpadn.c (_IO_wpadn): Likewise.
32074         * stdio-common/tst-put-error.c: Add copyright notice.
32075         (do_test): Add case for printing padded string.
32076         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
32077         _IO_padn returned error.
32078         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
32079         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
32080         return EOF.
32081
32082 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32083
32084         * libio/libioP.h: Add comment note that the references to C++
32085         bits are now obsolete.
32086
32087 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32088
32089         * math/libm-test.inc (check_complex): Use asprintf.
32090
32091 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
32092
32093         * debug/pcprofiledump.c (print_version): Update copyright year.
32094         * malloc/memusagestat.c (print_version): Likewise.
32095
32096 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
32097
32098         [BZ #14831]
32099         * elf/Makefile (tests): Add tst-audit8.
32100         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
32101         ($(objpfx)tst-audit8.out): New target.
32102         (tst-audit8-ENV): New variable.
32103         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
32104         audit if l_reloc_result is NULL.
32105         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
32106         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
32107         * elf/tst-audit8.c: New file.
32108
32109 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32110
32111         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
32112         * misc/Makefile (CFLAGS-select.c): Define.
32113         * posix/Makefile (CFLAGS-pause.c): Define.
32114
32115 2012-11-13  David S. Miller  <davem@davemloft.net>
32116
32117         * crypt/Makefile: Move test targets after toplevel Rules
32118         inclusion.  Grab any necessary sysdep routines when linking.
32119         * crypt/md5.c (md5_process_block): Remove define, we will always
32120         name it __md5_process_block.
32121         (md5_finish_ctx): Update md5_process_block call.
32122         (md5_stream): Likewise.
32123         (md5_process_bytes): Likewise.
32124         (md5_process_block): Rename to __md5_process_block and move to ...
32125         * crypt/md5-block.c: ... here.
32126         * crypt/sha256.c (sha256_process_block): Move to ...
32127         * crypt/sha256-block.c: ... here.
32128         * crypt/sha512.c (sha512_process_block): Move to ...
32129         * crypt/sha512-block.c: ... here.
32130         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
32131         path.
32132         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
32133         * sysdeps/sparc/sparc64/multiarch/Makefile
32134         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
32135         crypt subdir.
32136         (localedef-aux): Add md5 crypto assembler when in locale subdir.
32137         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
32138         multiarch changes.
32139         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
32140         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
32141         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
32142         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
32143         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
32144         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
32145         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
32146         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
32147         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
32148         file.
32149         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
32150         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
32151         file.
32152         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32153
32154 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
32155
32156         * timezone/tzselect.ksh: Update from tzcode git revision
32157         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32158         * timezone/zdump.c: Likewise.
32159         * timezone/zic.c: Likewise.
32160         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32161         in TZVERSION setting, not $(PKGVERSION).
32162         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
32163         REPORT_BUGS_TO settings.
32164
32165         [BZ #14838]
32166         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32167         macro.
32168
32169 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32170
32171         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32172         detection to immediately after _FP_ROUND().
32173         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32174         bits are 0.
32175
32176 2012-11-11  David S. Miller  <davem@davemloft.net>
32177
32178         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32179         inttypes.h
32180         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32181         __close rather than their public counterparts.
32182
32183 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
32184
32185         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32186         file.
32187         [UNIX98] (sem_timedwait): Do not expect.
32188         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32189         [XPG4 || UNIX98] (sockatmark): Do not expect.
32190         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32191         (clock_getcpuclockid): Do not expect.
32192         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32193         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32194         Do not expect.
32195         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32196         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32197         [UNIX98] (vwscanf): Likewise.
32198         [UNIX98] (vswscanf): Likewise.
32199
32200 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
32201
32202         * timezone/version.h: Remove file.
32203         * timezone/README: Do not refer to version.h.
32204         * timezone/Makefile ($(objpfx)zic.o): New dependency on
32205         $(objpfx)version.h.
32206         ($(objpfx)zdump.o): Likewise.
32207         ($(objpfx)version.h): New target.
32208
32209         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32210         2012i.
32211         * timezone/README: Don't mention modification to tzselect.ksh.
32212         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32213         work on unmodified tzselect.ksh.  Substitute version numbers in
32214         tzselect.ksh.
32215
32216         * Makefile (format-me): Remove.
32217         (INSTALL): Adjust indentation.  Use commands directly instead of
32218         using $(format-me).
32219
32220         * aclocal.m4 (ACX_PKGVERSION): New macro.
32221         (ACX_BUGURL): Likewise.
32222         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32223         (PKGVERSION): New AC_DEFINE_UNQUOTED.
32224         (REPORT_BUGS_TO): Likewise.
32225         * configure: Regenerated.
32226         * config.h.in (PKGVERSION): New macro.
32227         (REPORT_BUGS_TO): Likewise.
32228         * config.make.in (PKGVERSION): New variable.
32229         (PKGVERSION_TEXI): Likewise.
32230         (REPORT_BUGS_TO): Likewise.
32231         (REPORT_BUGS_TEXI): Likewise.
32232         * Makefile (format-me): Use -I$(common-objpfx)manual.
32233         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32234         ($(common-objpfx)manual/%): New target.
32235         (manual/%): Remove target.
32236         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32237         (print_version): Use PKGVERSION.
32238         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32239         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32240         and REPORT_BUGS_TO.
32241         ($(objpfx)xtrace): Likewise.
32242         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32243         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32244         (print_version): Use PKGVERSION.
32245         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32246         (do_version): Use PKGVERSION.
32247         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32248         REPORT_BUGS_TO.
32249         (common-ldd-rewrite): Likewise.
32250         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32251         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32252         (print_version): Use PKGVERSION.
32253         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32254         * elf/pldd.c (argp_program_bug_address): Remove variable.
32255         (more_help): New function.
32256         (argp): Use more_help.
32257         (print_version): Use PKGVERSION.
32258         * elf/sln.c (main): Use PKGVERSION.
32259         (usage): Use REPORT_BUGS_TO.
32260         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32261         (top level): Use PKGVERSION.
32262         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32263         (print_version): Use PKGVERSION.
32264         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32265         (print_version): Use PKGVERSION.
32266         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32267         (print_version): Use PKGVERSION.
32268         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32269         (print_version): Use PKGVERSION.
32270         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32271         (print_version): Use PKGVERSION.
32272         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32273         (print_version): Use PKGVERSION.
32274         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32275         and BUGURL.
32276         ($(objpfx)memusage): Likewise.
32277         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32278         (do_version): Use PKGVERSION.
32279         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32280         (print_version): Use PKGVERSION.
32281         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32282         ($PKGVERSION): New variable.
32283         ($REPORT_BUGS_TO): Likewise.
32284         (usage): Use $REPORT_BUGS_TO.
32285         (top level): Use $PKGVERSION.
32286         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32287         ($(objpfx)pkgvers.texi): New rule.
32288         ($(objpfx)stamp-pkgvers): Likewise.
32289         * manual/install.texi: Include pkgvers.texi.
32290         (--with-pkgversion): Document new configure option.
32291         (--with-bugurl): Likewise.
32292         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32293         than necessarily for this particular distribution.  Use
32294         REPORT_BUGS_TO for where to report bugs.
32295         * INSTALL: Regenerated.
32296         * manual/libc.texinfo: Include pkgvers.texi.
32297         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32298         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32299         (print_version): Use PKGVERSION.
32300         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32301         (print_version): Use PKGVERSION.
32302         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32303         (print_version): Use PKGVERSION.
32304         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32305         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32306         macro.
32307         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32308         (print_version): Use PKGVERSION.
32309         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32310         (print_version): Use PKGVERSION.
32311         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32312         and PKGVERSION.
32313
32314         * timezone/checktab.awk: Update from tzcode 2012i.
32315         * timezone/ialloc.c: Likewise.
32316         * timezone/private.h: Likewise.
32317         * timezone/scheck.c: Likewise.
32318         * timezone/tzfile.h: Likewise.
32319         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32320         (TZVERSION): Hardcode tzcode version number.
32321         * timezone/zdump.c: Update from tzcode 2012i.
32322         * timezone/zic.c: Likewise.
32323         * timezone/version.h: New file.
32324         * timezone/README: Describe version.h.  Update upstream location.
32325
32326         [BZ #14824]
32327         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32328         (mktemp): Enable declaration.
32329         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32330         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32331         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32332         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32333         Likewise.
32334         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32335         Likewise.
32336         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32337         Likewise.
32338         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32339         Likewise.
32340         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32341         Likewise.
32342         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32343         Likewise.
32344
32345         [BZ #14821]
32346         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32347         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32348         for copies of such integer values.
32349         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32350         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32351
32352 2012-11-09  Andreas Jaeger  <aj@suse.de>
32353
32354         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32355         definitions and declarations that are provided by
32356         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32357
32358 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32359
32360         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32361         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32362         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32363         definition.
32364
32365 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32366
32367         * elf/elf.h: Update comment before AArch64 relocations.
32368
32369 2012-11-07  David S. Miller  <davem@davemloft.net>
32370
32371         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32372         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32373         (__start_context): Declare.
32374         (__makecontext_ret): Delete.
32375         (__makecontext): Hook up __start_context instead of
32376         __makecontext_ret.
32377         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32378         (sysdep_routines): Add __start_context when in stdlib.
32379
32380 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32381
32382         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32383         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32384         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32385         hardcoded "nm".
32386         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32387         (READELF): New variable.  Use it instead of hardcoded "readelf".
32388
32389 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32390
32391         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32392         * sysdeps/x86/Makefile: Here.
32393         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32394         * sysdeps/x86/tst-xmmymm.sh: This.
32395
32396 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32397
32398         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32399         expectations.
32400         [UNIX98] (pthread_barrier_t): Do not expect.
32401         [UNIX98] (pthread_barrierattr_t): Likewise.
32402         [UNIX98] (pthread_spinlock_t): Likewise.
32403         [UNIX98] (pthread_barrier_destroy): Likewise.
32404         [UNIX98] (pthread_barrier_init): Likewise.
32405         [UNIX98] (pthread_barrier_wait): Likewise.
32406         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32407         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32408         [UNIX98] (pthread_barrierattr_init): Likewise.
32409         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32410         [UNIX98] (pthread_getcpuclockid): Likewise.
32411         [UNIX98] (pthread_mutex_timedlock): Likewise.
32412         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32413         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32414         [UNIX98] (pthread_sigmask): Likewise.
32415         [UNIX98] (pthread_spin_destroy): Likewise.
32416         [UNIX98] (pthread_spin_init): Likewise.
32417         [UNIX98] (pthread_spin_lock): Likewise.
32418         [UNIX98] (pthread_spin_trylock): Likewise.
32419         [UNIX98] (pthread_spin_unlock): Likewise.
32420         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32421         Do not expect.
32422         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32423         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32424         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32425         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32426         [XPG3 || XPG4] (pthread_key_t): Likewise.
32427         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32428         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32429         [XPG3 || XPG4] (pthread_once_t): Likewise.
32430         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32431         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32432         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32433         [XPG3 || XPG4] (pthread_t): Likewise.
32434
32435         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32436         not expect.
32437         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32438
32439         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32440         Change function return type to int.
32441
32442         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32443         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32444         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32445         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32446         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32447         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32448         [!POSIX] (posix_madvise): Likewise.
32449         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32450         && !UNIX98].
32451         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32452         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32453         (mode_t): Likewise.
32454         (posix_mem_offset): Likewise.
32455         (posix_typed_mem_get_info): Likewise.
32456         (posix_typed_mem_open): Likewise.
32457
32458         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32459         Change condition to [XOPEN2K8].
32460
32461         * conform/conformtest.pl: Preprocess allow-header data with -x c
32462         instead of from stdin.
32463         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32464         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32465         [C99-based standards] (cerfc): Likewise.
32466         [C99-based standards] (cexp2): Likewise.
32467         [C99-based standards] (cexpm1): Likewise.
32468         [C99-based standards] (clog10): Likewise.
32469         [C99-based standards] (clog1p): Likewise.
32470         [C99-based standards] (clog2): Likewise.
32471         [C99-based standards] (clgamma): Likewise.
32472         [C99-based standards] (ctgamma): Likewise.
32473         [C99-based standards] (cerff): Likewise.
32474         [C99-based standards] (cerfcf): Likewise.
32475         [C99-based standards] (cexp2f): Likewise.
32476         [C99-based standards] (cexpm1f): Likewise.
32477         [C99-based standards] (clog10f): Likewise.
32478         [C99-based standards] (clog1pf): Likewise.
32479         [C99-based standards] (clog2f): Likewise.
32480         [C99-based standards] (clgammaf): Likewise.
32481         [C99-based standards] (ctgammaf): Likewise.
32482         [C99-based standards] (cerfl): Likewise.
32483         [C99-based standards] (cerfcl): Likewise.
32484         [C99-based standards] (cexp2l): Likewise.
32485         [C99-based standards] (cexpm1l): Likewise.
32486         [C99-based standards] (clog10l): Likewise.
32487         [C99-based standards] (clog1pl): Likewise.
32488         [C99-based standards] (clog2l): Likewise.
32489         [C99-based standards] (clgammal): Likewise.
32490         [C99-based standards] (ctgammal): Likewise.
32491         * conform/data/inttypes.h-data [C99-based standards]: Include
32492         stdint.h-data.  Remove all expectations for stdint.h contents.
32493         [C99-based standards] (PRI*): Do not allow.
32494         [C99-based standards] (SCN*): Likewise.
32495         [C99-based standards] (*_t): Likewise.
32496         [C99-based-standards] (PRId8): Expect macro.
32497         [C99-based-standards] (PRIi8): Likewise.
32498         [C99-based-standards] (PRIo8): Likewise.
32499         [C99-based-standards] (PRIu8): Likewise.
32500         [C99-based-standards] (PRIx8): Likewise.
32501         [C99-based-standards] (PRIX8): Likewise.
32502         [C99-based-standards] (SCNd8): Likewise.
32503         [C99-based-standards] (SCNi8): Likewise.
32504         [C99-based-standards] (SCNo8): Likewise.
32505         [C99-based-standards] (SCNu8): Likewise.
32506         [C99-based-standards] (SCNx8): Likewise.
32507         [C99-based-standards] (PRIdLEAST8): Likewise.
32508         [C99-based-standards] (PRIiLEAST8): Likewise.
32509         [C99-based-standards] (PRIoLEAST8): Likewise.
32510         [C99-based-standards] (PRIuLEAST8): Likewise.
32511         [C99-based-standards] (PRIxLEAST8): Likewise.
32512         [C99-based-standards] (PRIXLEAST8): Likewise.
32513         [C99-based-standards] (SCNdLEAST8): Likewise.
32514         [C99-based-standards] (SCNiLEAST8): Likewise.
32515         [C99-based-standards] (SCNoLEAST8): Likewise.
32516         [C99-based-standards] (SCNuLEAST8): Likewise.
32517         [C99-based-standards] (SCNxLEAST8): Likewise.
32518         [C99-based-standards] (PRIdFAST8): Likewise.
32519         [C99-based-standards] (PRIiFAST8): Likewise.
32520         [C99-based-standards] (PRIoFAST8): Likewise.
32521         [C99-based-standards] (PRIuFAST8): Likewise.
32522         [C99-based-standards] (PRIxFAST8): Likewise.
32523         [C99-based-standards] (PRIXFAST8): Likewise.
32524         [C99-based-standards] (SCNdFAST8): Likewise.
32525         [C99-based-standards] (SCNiFAST8): Likewise.
32526         [C99-based-standards] (SCNoFAST8): Likewise.
32527         [C99-based-standards] (SCNuFAST8): Likewise.
32528         [C99-based-standards] (SCNxFAST8): Likewise.
32529         [C99-based-standards] (PRId16): Likewise.
32530         [C99-based-standards] (PRIi16): Likewise.
32531         [C99-based-standards] (PRIo16): Likewise.
32532         [C99-based-standards] (PRIu16): Likewise.
32533         [C99-based-standards] (PRIx16): Likewise.
32534         [C99-based-standards] (PRIX16): Likewise.
32535         [C99-based-standards] (SCNd16): Likewise.
32536         [C99-based-standards] (SCNi16): Likewise.
32537         [C99-based-standards] (SCNo16): Likewise.
32538         [C99-based-standards] (SCNu16): Likewise.
32539         [C99-based-standards] (SCNx16): Likewise.
32540         [C99-based-standards] (PRIdLEAST16): Likewise.
32541         [C99-based-standards] (PRIiLEAST16): Likewise.
32542         [C99-based-standards] (PRIoLEAST16): Likewise.
32543         [C99-based-standards] (PRIuLEAST16): Likewise.
32544         [C99-based-standards] (PRIxLEAST16): Likewise.
32545         [C99-based-standards] (PRIXLEAST16): Likewise.
32546         [C99-based-standards] (SCNdLEAST16): Likewise.
32547         [C99-based-standards] (SCNiLEAST16): Likewise.
32548         [C99-based-standards] (SCNoLEAST16): Likewise.
32549         [C99-based-standards] (SCNuLEAST16): Likewise.
32550         [C99-based-standards] (SCNxLEAST16): Likewise.
32551         [C99-based-standards] (PRIdFAST16): Likewise.
32552         [C99-based-standards] (PRIiFAST16): Likewise.
32553         [C99-based-standards] (PRIoFAST16): Likewise.
32554         [C99-based-standards] (PRIuFAST16): Likewise.
32555         [C99-based-standards] (PRIxFAST16): Likewise.
32556         [C99-based-standards] (PRIXFAST16): Likewise.
32557         [C99-based-standards] (SCNdFAST16): Likewise.
32558         [C99-based-standards] (SCNiFAST16): Likewise.
32559         [C99-based-standards] (SCNoFAST16): Likewise.
32560         [C99-based-standards] (SCNuFAST16): Likewise.
32561         [C99-based-standards] (SCNxFAST16): Likewise.
32562         [C99-based-standards] (PRId32): Likewise.
32563         [C99-based-standards] (PRIi32): Likewise.
32564         [C99-based-standards] (PRIo32): Likewise.
32565         [C99-based-standards] (PRIu32): Likewise.
32566         [C99-based-standards] (PRIx32): Likewise.
32567         [C99-based-standards] (PRIX32): Likewise.
32568         [C99-based-standards] (SCNd32): Likewise.
32569         [C99-based-standards] (SCNi32): Likewise.
32570         [C99-based-standards] (SCNo32): Likewise.
32571         [C99-based-standards] (SCNu32): Likewise.
32572         [C99-based-standards] (SCNx32): Likewise.
32573         [C99-based-standards] (PRIdLEAST32): Likewise.
32574         [C99-based-standards] (PRIiLEAST32): Likewise.
32575         [C99-based-standards] (PRIoLEAST32): Likewise.
32576         [C99-based-standards] (PRIuLEAST32): Likewise.
32577         [C99-based-standards] (PRIxLEAST32): Likewise.
32578         [C99-based-standards] (PRIXLEAST32): Likewise.
32579         [C99-based-standards] (SCNdLEAST32): Likewise.
32580         [C99-based-standards] (SCNiLEAST32): Likewise.
32581         [C99-based-standards] (SCNoLEAST32): Likewise.
32582         [C99-based-standards] (SCNuLEAST32): Likewise.
32583         [C99-based-standards] (SCNxLEAST32): Likewise.
32584         [C99-based-standards] (PRIdFAST32): Likewise.
32585         [C99-based-standards] (PRIiFAST32): Likewise.
32586         [C99-based-standards] (PRIoFAST32): Likewise.
32587         [C99-based-standards] (PRIuFAST32): Likewise.
32588         [C99-based-standards] (PRIxFAST32): Likewise.
32589         [C99-based-standards] (PRIXFAST32): Likewise.
32590         [C99-based-standards] (SCNdFAST32): Likewise.
32591         [C99-based-standards] (SCNiFAST32): Likewise.
32592         [C99-based-standards] (SCNoFAST32): Likewise.
32593         [C99-based-standards] (SCNuFAST32): Likewise.
32594         [C99-based-standards] (SCNxFAST32): Likewise.
32595         [C99-based-standards] (PRId64): Likewise.
32596         [C99-based-standards] (PRIi64): Likewise.
32597         [C99-based-standards] (PRIo64): Likewise.
32598         [C99-based-standards] (PRIu64): Likewise.
32599         [C99-based-standards] (PRIx64): Likewise.
32600         [C99-based-standards] (PRIX64): Likewise.
32601         [C99-based-standards] (SCNd64): Likewise.
32602         [C99-based-standards] (SCNi64): Likewise.
32603         [C99-based-standards] (SCNo64): Likewise.
32604         [C99-based-standards] (SCNu64): Likewise.
32605         [C99-based-standards] (SCNx64): Likewise.
32606         [C99-based-standards] (PRIdLEAST64): Likewise.
32607         [C99-based-standards] (PRIiLEAST64): Likewise.
32608         [C99-based-standards] (PRIoLEAST64): Likewise.
32609         [C99-based-standards] (PRIuLEAST64): Likewise.
32610         [C99-based-standards] (PRIxLEAST64): Likewise.
32611         [C99-based-standards] (PRIXLEAST64): Likewise.
32612         [C99-based-standards] (SCNdLEAST64): Likewise.
32613         [C99-based-standards] (SCNiLEAST64): Likewise.
32614         [C99-based-standards] (SCNoLEAST64): Likewise.
32615         [C99-based-standards] (SCNuLEAST64): Likewise.
32616         [C99-based-standards] (SCNxLEAST64): Likewise.
32617         [C99-based-standards] (PRIdFAST64): Likewise.
32618         [C99-based-standards] (PRIiFAST64): Likewise.
32619         [C99-based-standards] (PRIoFAST64): Likewise.
32620         [C99-based-standards] (PRIuFAST64): Likewise.
32621         [C99-based-standards] (PRIxFAST64): Likewise.
32622         [C99-based-standards] (PRIXFAST64): Likewise.
32623         [C99-based-standards] (SCNdFAST64): Likewise.
32624         [C99-based-standards] (SCNiFAST64): Likewise.
32625         [C99-based-standards] (SCNoFAST64): Likewise.
32626         [C99-based-standards] (SCNuFAST64): Likewise.
32627         [C99-based-standards] (SCNxFAST64): Likewise.
32628         [C99-based-standards] (PRIdMAX): Likewise.
32629         [C99-based-standards] (PRIiMAX): Likewise.
32630         [C99-based-standards] (PRIoMAX): Likewise.
32631         [C99-based-standards] (PRIuMAX): Likewise.
32632         [C99-based-standards] (PRIxMAX): Likewise.
32633         [C99-based-standards] (PRIXMAX): Likewise.
32634         [C99-based-standards] (SCNdMAX): Likewise.
32635         [C99-based-standards] (SCNiMAX): Likewise.
32636         [C99-based-standards] (SCNoMAX): Likewise.
32637         [C99-based-standards] (SCNuMAX): Likewise.
32638         [C99-based-standards] (SCNxMAX): Likewise.
32639         [C99-based-standards] (PRIdPTR): Likewise.
32640         [C99-based-standards] (PRIiPTR): Likewise.
32641         [C99-based-standards] (PRIoPTR): Likewise.
32642         [C99-based-standards] (PRIuPTR): Likewise.
32643         [C99-based-standards] (PRIxPTR): Likewise.
32644         [C99-based-standards] (PRIXPTR): Likewise.
32645         [C99-based-standards] (SCNdPTR): Likewise.
32646         [C99-based-standards] (SCNiPTR): Likewise.
32647         [C99-based-standards] (SCNoPTR): Likewise.
32648         [C99-based-standards] (SCNuPTR): Likewise.
32649         [C99-based-standards] (SCNxPTR): Likewise.
32650         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32651         allow.
32652         * conform/data/stdint.h-data: Update comments to clarify
32653         requirements.
32654         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32655         type.
32656         [C99-based standards] (INT8_MAX): Likewise.
32657         [C99-based standards] (INT16_MIN): Likewise.
32658         [C99-based standards] (INT16_MAX): Likewise.
32659         [C99-based standards] (INT32_MIN): Likewise.
32660         [C99-based standards] (INT32_MAX): Likewise.
32661         [C99-based standards] (INT64_MIN): Likewise.
32662         [C99-based standards] (INT64_MAX): Likewise.
32663         [C99-based standards] (UINT8_MAX): Likewise.
32664         [C99-based standards] (UINT16_MAX): Likewise.
32665         [C99-based standards] (UINT32_MAX): Likewise.
32666         [C99-based standards] (UINT64_MAX): Likewise.
32667         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32668         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32669         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32670         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32671         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32672         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32673         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32674         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32675         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32676         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32677         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32678         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32679         [C99-based standards] (INT_FAST8_MIN): Likewise.
32680         [C99-based standards] (INT_FAST8_MAX): Likewise.
32681         [C99-based standards] (INT_FAST16_MIN): Likewise.
32682         [C99-based standards] (INT_FAST16_MAX): Likewise.
32683         [C99-based standards] (INT_FAST32_MIN): Likewise.
32684         [C99-based standards] (INT_FAST32_MAX): Likewise.
32685         [C99-based standards] (INT_FAST64_MIN): Likewise.
32686         [C99-based standards] (INT_FAST64_MAX): Likewise.
32687         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32688         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32689         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32690         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32691         [C99-based standards] (INTPTR_MIN): Likewise.
32692         [C99-based standards] (INTPTR_MAX): Likewise.
32693         [C99-based standards] (UINTPTR_MAX): Likewise.
32694         [C99-based standards] (INTMAX_MIN): Likewise.
32695         [C99-based standards] (INTMAX_MAX): Likewise.
32696         [C99-based standards] (UINTMAX_MAX): Likewise.
32697         [C99-based standards] (PTRDIFF_MIN): Likewise.
32698         [C99-based standards] (PTRDIFF_MAX): Likewise.
32699         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32700         [C99-based standards] (SIZE_MAX): Likewise.
32701         [C99-based standards] (WCHAR_MAX): Likewise.
32702         [C99-based standards] (WINT_MAX): Likewise.
32703         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32704         constraint on value.
32705         [C99-based standards] (WCHAR_MIN): Likewise.
32706         [C99-based standards] (WINT_MIN): Likewise.
32707         [C99-based standards] (*_t): Allow.
32708         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32709         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32710         Include math.h-data and complex.h-data.  Remove all expectations
32711         of math.h and complex.h contents.
32712         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32713         at end of line.
32714         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32715         (struct tm): Expect tag.
32716         [C99-based-standards] (wcstof): Expect function.
32717         [C99-based-standards] (wcstold): Likewise.
32718         [C99-based-standards] (wcstoll): Likewise.
32719         [C99-based-standards] (wcstoull): Likewise.
32720         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32721         macro-int-constant.  Specify type.
32722         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32723         constraint on value.
32724         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32725         Specify type.
32726         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32727         Specify value.
32728         [ISO C standards]: Do not allow headers.
32729         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32730         wcs[abcdefghijklmnopqrstuvwxyz]*.
32731         [ISO C standards] (*_t): Do not allow.
32732         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32733         Expect function.
32734         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32735         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32736         Specify type.
32737         [ISO C standards]: Do not allow headers.
32738         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32739         is[abcdefghijklmnopqrstuvwxyz]*.
32740         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32741         to[abcdefghijklmnopqrstuvwxyz]*.
32742         [ISO C standards] (*_t): Do not allow.
32743         * conform/data/stdalign.h-data: New file.
32744         * conform/data/stdbool.h-data: Likewise.
32745         * conform/data/stdnoreturn.h-data: Likewise.
32746
32747 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32748
32749         [BZ #14815]
32750         * manual/filesys.texi (Directory Entries): Typo fix.
32751         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32752
32753 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32754
32755         * elf/elf.h (EM_AARCH64): New macro.
32756         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32757         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32758         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32759         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32760         (R_AARCH64_TLSDESC): Likewise.
32761         (NT_ARM_TLS): Likewise.
32762         (NT_ARM_HW_BREAK): Likewise.
32763         (NT_ARM_HW_WATCH): Likewise.
32764
32765 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32766
32767         [BZ #14811]
32768         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32769         (__ieee754_powl): Saturate nonzero exponents with absolute value
32770         below 0x1p-79 to +/- 0x1p-79.
32771         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32772         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32773         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32774         nonzero exponents with absolute value below 0x1p-32 to +/-
32775         0x1p-32.
32776         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32777         (__ieee754_powl): Saturate nonzero exponents with absolute value
32778         below 0x1p-79 to +/- 0x1p-79.
32779         * math/libm-test.inc (pow_test): Add more tests.
32780
32781 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32782
32783         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32784         _dl_s390_cap_flags with kernel. Increase string length.
32785         (_dl_s390_platforms): Add z196 and zEC12.
32786
32787 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32788
32789         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32790         Change XOPEN21K to XOPEN2K.
32791
32792 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32793
32794         * string/memmove.c: Use memcpy when possible.
32795
32796 2012-11-06  Andreas Jaeger  <aj@suse.de>
32797
32798         * po/eo.po: Update from translation team.
32799
32800 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32801
32802         [BZ #14793]
32803         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32804         exponent and small x and y exponents, scale x or y up.  Increase
32805         by 2 the exponent used in scaling up.
32806         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32807         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32808         * math/libm-test.inc (fma_test): Add more tests.
32809         (fma_test_towardzero): Likewise.
32810         (fma_test_downward): Likewise.
32811         (fma_test_upward): Likewise.
32812
32813 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32814
32815         [BZ #14805]
32816         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32817         fenv_t *.
32818
32819         [BZ #14801]
32820         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32821         namespace for names of struct fields.
32822         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32823         fenv_t fields.
32824         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32825         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32826
32827 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32828
32829         [BZ #3665]
32830         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32831
32832 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32833
32834         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32835         PTR_DEMANGLE.
32836
32837         [BZ #5246]
32838         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32839         PTR_DEMANGLE.
32840
32841 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32842
32843         [BZ #14797]
32844         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32845         definitely overflow as x * y not x * y + z.
32846         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32847         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32848         * math/libm-test.inc (fma_test): Add more tests.
32849         (fma_test_towardzero): Likewise.
32850         (fma_test_downward): Likewise.
32851         (fma_test_upward): Likewise.
32852
32853 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32854
32855         [BZ #157]
32856
32857         * include/stub-tag.h: Remove file.
32858         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32859         '#include' of it.
32860         * manual/maint.texi (Porting): Don't reference it.
32861         * Makerules ($(objpfx)stubs): Likewise.
32862         * dirent/closedir.c: Don't include <stub-tag.h>.
32863         * dirent/dirfd.c: Likewise.
32864         * dirent/fdopendir.c: Likewise.
32865         * dirent/getdents.c: Likewise.
32866         * dirent/getdents64.c: Likewise.
32867         * dirent/opendir.c: Likewise.
32868         * dirent/readdir.c: Likewise.
32869         * dirent/readdir64.c: Likewise.
32870         * dirent/readdir64_r.c: Likewise.
32871         * dirent/readdir_r.c: Likewise.
32872         * dirent/rewinddir.c: Likewise.
32873         * dirent/seekdir.c: Likewise.
32874         * dirent/telldir.c: Likewise.
32875         * gmon/profil.c: Likewise.
32876         * grp/setgroups.c: Likewise.
32877         * inet/if_index.c: Likewise.
32878         * io/access.c: Likewise.
32879         * io/chdir.c: Likewise.
32880         * io/chmod.c: Likewise.
32881         * io/chown.c: Likewise.
32882         * io/close.c: Likewise.
32883         * io/dup.c: Likewise.
32884         * io/dup2.c: Likewise.
32885         * io/dup3.c: Likewise.
32886         * io/euidaccess.c: Likewise.
32887         * io/faccessat.c: Likewise.
32888         * io/fchdir.c: Likewise.
32889         * io/fchmod.c: Likewise.
32890         * io/fchmodat.c: Likewise.
32891         * io/fchown.c: Likewise.
32892         * io/fchownat.c: Likewise.
32893         * io/fcntl.c: Likewise.
32894         * io/flock.c: Likewise.
32895         * io/fstatfs.c: Likewise.
32896         * io/fstatfs64.c: Likewise.
32897         * io/fstatvfs.c: Likewise.
32898         * io/fstatvfs64.c: Likewise.
32899         * io/futimens.c: Likewise.
32900         * io/fxstat.c: Likewise.
32901         * io/fxstat64.c: Likewise.
32902         * io/fxstatat.c: Likewise.
32903         * io/fxstatat64.c: Likewise.
32904         * io/getcwd.c: Likewise.
32905         * io/isatty.c: Likewise.
32906         * io/lchmod.c: Likewise.
32907         * io/lchown.c: Likewise.
32908         * io/link.c: Likewise.
32909         * io/linkat.c: Likewise.
32910         * io/lseek.c: Likewise.
32911         * io/lseek64.c: Likewise.
32912         * io/lxstat64.c: Likewise.
32913         * io/mkdir.c: Likewise.
32914         * io/mkdirat.c: Likewise.
32915         * io/mkfifo.c: Likewise.
32916         * io/mkfifoat.c: Likewise.
32917         * io/open.c: Likewise.
32918         * io/open64.c: Likewise.
32919         * io/openat.c: Likewise.
32920         * io/openat64.c: Likewise.
32921         * io/pipe.c: Likewise.
32922         * io/pipe2.c: Likewise.
32923         * io/poll.c: Likewise.
32924         * io/posix_fadvise.c: Likewise.
32925         * io/posix_fadvise64.c: Likewise.
32926         * io/posix_fallocate.c: Likewise.
32927         * io/posix_fallocate64.c: Likewise.
32928         * io/read.c: Likewise.
32929         * io/readlink.c: Likewise.
32930         * io/readlinkat.c: Likewise.
32931         * io/rmdir.c: Likewise.
32932         * io/sendfile.c: Likewise.
32933         * io/sendfile64.c: Likewise.
32934         * io/statfs.c: Likewise.
32935         * io/statfs64.c: Likewise.
32936         * io/statvfs.c: Likewise.
32937         * io/statvfs64.c: Likewise.
32938         * io/symlink.c: Likewise.
32939         * io/symlinkat.c: Likewise.
32940         * io/ttyname.c: Likewise.
32941         * io/ttyname_r.c: Likewise.
32942         * io/umask.c: Likewise.
32943         * io/unlink.c: Likewise.
32944         * io/unlinkat.c: Likewise.
32945         * io/utime.c: Likewise.
32946         * io/utimensat.c: Likewise.
32947         * io/write.c: Likewise.
32948         * io/xmknod.c: Likewise.
32949         * io/xmknodat.c: Likewise.
32950         * io/xstat.c: Likewise.
32951         * io/xstat64.c: Likewise.
32952         * login/getpt.c: Likewise.
32953         * login/grantpt.c: Likewise.
32954         * login/unlockpt.c: Likewise.
32955         * math/e_acoshl.c: Likewise.
32956         * math/e_acosl.c: Likewise.
32957         * math/e_asinl.c: Likewise.
32958         * math/e_atan2l.c: Likewise.
32959         * math/e_atanhl.c: Likewise.
32960         * math/e_coshl.c: Likewise.
32961         * math/e_expl.c: Likewise.
32962         * math/e_fmodl.c: Likewise.
32963         * math/e_gammal_r.c: Likewise.
32964         * math/e_hypotl.c: Likewise.
32965         * math/e_j0l.c: Likewise.
32966         * math/e_j1l.c: Likewise.
32967         * math/e_jnl.c: Likewise.
32968         * math/e_lgammal_r.c: Likewise.
32969         * math/e_log10l.c: Likewise.
32970         * math/e_log2l.c: Likewise.
32971         * math/e_logl.c: Likewise.
32972         * math/e_powl.c: Likewise.
32973         * math/e_rem_pio2l.c: Likewise.
32974         * math/e_sinhl.c: Likewise.
32975         * math/e_sqrtl.c: Likewise.
32976         * math/fclrexcpt.c: Likewise.
32977         * math/fedisblxcpt.c: Likewise.
32978         * math/feenablxcpt.c: Likewise.
32979         * math/fegetenv.c: Likewise.
32980         * math/fegetexcept.c: Likewise.
32981         * math/fegetround.c: Likewise.
32982         * math/feholdexcpt.c: Likewise.
32983         * math/fesetenv.c: Likewise.
32984         * math/fesetround.c: Likewise.
32985         * math/feupdateenv.c: Likewise.
32986         * math/fgetexcptflg.c: Likewise.
32987         * math/fraiseexcpt.c: Likewise.
32988         * math/fsetexcptflg.c: Likewise.
32989         * math/ftestexcept.c: Likewise.
32990         * math/k_cosl.c: Likewise.
32991         * math/k_rem_pio2l.c: Likewise.
32992         * math/k_sinl.c: Likewise.
32993         * math/k_tanl.c: Likewise.
32994         * math/s_asinhl.c: Likewise.
32995         * math/s_atanl.c: Likewise.
32996         * math/s_cbrtl.c: Likewise.
32997         * math/s_erfl.c: Likewise.
32998         * math/s_expm1l.c: Likewise.
32999         * math/s_log1pl.c: Likewise.
33000         * math/s_tanhl.c: Likewise.
33001         * misc/acct.c: Likewise.
33002         * misc/brk.c: Likewise.
33003         * misc/chflags.c: Likewise.
33004         * misc/chroot.c: Likewise.
33005         * misc/fchflags.c: Likewise.
33006         * misc/fgetxattr.c: Likewise.
33007         * misc/flistxattr.c: Likewise.
33008         * misc/fremovexattr.c: Likewise.
33009         * misc/fsetxattr.c: Likewise.
33010         * misc/fsync.c: Likewise.
33011         * misc/ftruncate.c: Likewise.
33012         * misc/futimes.c: Likewise.
33013         * misc/futimesat.c: Likewise.
33014         * misc/getdomain.c: Likewise.
33015         * misc/getdtsz.c: Likewise.
33016         * misc/gethostid.c: Likewise.
33017         * misc/gethostname.c: Likewise.
33018         * misc/getloadavg.c: Likewise.
33019         * misc/getpagesize.c: Likewise.
33020         * misc/getsysstats.c: Likewise.
33021         * misc/getxattr.c: Likewise.
33022         * misc/gtty.c: Likewise.
33023         * misc/ioctl.c: Likewise.
33024         * misc/lgetxattr.c: Likewise.
33025         * misc/listxattr.c: Likewise.
33026         * misc/llistxattr.c: Likewise.
33027         * misc/lremovexattr.c: Likewise.
33028         * misc/lsetxattr.c: Likewise.
33029         * misc/lutimes.c: Likewise.
33030         * misc/madvise.c: Likewise.
33031         * misc/mincore.c: Likewise.
33032         * misc/mlock.c: Likewise.
33033         * misc/mlockall.c: Likewise.
33034         * misc/mmap.c: Likewise.
33035         * misc/mprotect.c: Likewise.
33036         * misc/msync.c: Likewise.
33037         * misc/munlock.c: Likewise.
33038         * misc/munlockall.c: Likewise.
33039         * misc/munmap.c: Likewise.
33040         * misc/preadv.c: Likewise.
33041         * misc/preadv64.c: Likewise.
33042         * misc/ptrace.c: Likewise.
33043         * misc/pwritev.c: Likewise.
33044         * misc/pwritev64.c: Likewise.
33045         * misc/readv.c: Likewise.
33046         * misc/reboot.c: Likewise.
33047         * misc/remap_file_pages.c: Likewise.
33048         * misc/removexattr.c: Likewise.
33049         * misc/revoke.c: Likewise.
33050         * misc/select.c: Likewise.
33051         * misc/setdomain.c: Likewise.
33052         * misc/setegid.c: Likewise.
33053         * misc/seteuid.c: Likewise.
33054         * misc/sethostid.c: Likewise.
33055         * misc/sethostname.c: Likewise.
33056         * misc/setregid.c: Likewise.
33057         * misc/setreuid.c: Likewise.
33058         * misc/setxattr.c: Likewise.
33059         * misc/sstk.c: Likewise.
33060         * misc/stty.c: Likewise.
33061         * misc/swapoff.c: Likewise.
33062         * misc/swapon.c: Likewise.
33063         * misc/sync.c: Likewise.
33064         * misc/syncfs.c: Likewise.
33065         * misc/syscall.c: Likewise.
33066         * misc/truncate.c: Likewise.
33067         * misc/ualarm.c: Likewise.
33068         * misc/usleep.c: Likewise.
33069         * misc/ustat.c: Likewise.
33070         * misc/utimes.c: Likewise.
33071         * misc/vhangup.c: Likewise.
33072         * misc/writev.c: Likewise.
33073         * posix/_exit.c: Likewise.
33074         * posix/alarm.c: Likewise.
33075         * posix/execve.c: Likewise.
33076         * posix/fexecve.c: Likewise.
33077         * posix/fork.c: Likewise.
33078         * posix/fpathconf.c: Likewise.
33079         * posix/getaddrinfo.c: Likewise.
33080         * posix/getegid.c: Likewise.
33081         * posix/geteuid.c: Likewise.
33082         * posix/getgid.c: Likewise.
33083         * posix/getgroups.c: Likewise.
33084         * posix/getlogin.c: Likewise.
33085         * posix/getlogin_r.c: Likewise.
33086         * posix/getpgid.c: Likewise.
33087         * posix/getpid.c: Likewise.
33088         * posix/getppid.c: Likewise.
33089         * posix/getresgid.c: Likewise.
33090         * posix/getresuid.c: Likewise.
33091         * posix/getsid.c: Likewise.
33092         * posix/getuid.c: Likewise.
33093         * posix/glob64.c: Likewise.
33094         * posix/nanosleep.c: Likewise.
33095         * posix/pathconf.c: Likewise.
33096         * posix/pause.c: Likewise.
33097         * posix/posix_madvise.c: Likewise.
33098         * posix/pread.c: Likewise.
33099         * posix/pread64.c: Likewise.
33100         * posix/pwrite.c: Likewise.
33101         * posix/pwrite64.c: Likewise.
33102         * posix/sched_getaffinity.c: Likewise.
33103         * posix/sched_getp.c: Likewise.
33104         * posix/sched_gets.c: Likewise.
33105         * posix/sched_primax.c: Likewise.
33106         * posix/sched_primin.c: Likewise.
33107         * posix/sched_rr_gi.c: Likewise.
33108         * posix/sched_setaffinity.c: Likewise.
33109         * posix/sched_setp.c: Likewise.
33110         * posix/sched_sets.c: Likewise.
33111         * posix/sched_yield.c: Likewise.
33112         * posix/setgid.c: Likewise.
33113         * posix/setlogin.c: Likewise.
33114         * posix/setpgid.c: Likewise.
33115         * posix/setresgid.c: Likewise.
33116         * posix/setresuid.c: Likewise.
33117         * posix/setsid.c: Likewise.
33118         * posix/setuid.c: Likewise.
33119         * posix/sleep.c: Likewise.
33120         * posix/spawni.c: Likewise.
33121         * posix/sysconf.c: Likewise.
33122         * posix/times.c: Likewise.
33123         * posix/wait.c: Likewise.
33124         * posix/wait3.c: Likewise.
33125         * posix/wait4.c: Likewise.
33126         * posix/waitpid.c: Likewise.
33127         * resolv/gai_sigqueue.c: Likewise.
33128         * resource/getpriority.c: Likewise.
33129         * resource/getrlimit.c: Likewise.
33130         * resource/getrusage.c: Likewise.
33131         * resource/nice.c: Likewise.
33132         * resource/setpriority.c: Likewise.
33133         * resource/setrlimit.c: Likewise.
33134         * resource/ulimit.c: Likewise.
33135         * rt/aio_cancel.c: Likewise.
33136         * rt/aio_fsync.c: Likewise.
33137         * rt/aio_read.c: Likewise.
33138         * rt/aio_sigqueue.c: Likewise.
33139         * rt/aio_suspend.c: Likewise.
33140         * rt/aio_write.c: Likewise.
33141         * rt/clock_getres.c: Likewise.
33142         * rt/clock_gettime.c: Likewise.
33143         * rt/clock_nanosleep.c: Likewise.
33144         * rt/clock_settime.c: Likewise.
33145         * rt/lio_listio.c: Likewise.
33146         * rt/mq_close.c: Likewise.
33147         * rt/mq_getattr.c: Likewise.
33148         * rt/mq_notify.c: Likewise.
33149         * rt/mq_open.c: Likewise.
33150         * rt/mq_receive.c: Likewise.
33151         * rt/mq_send.c: Likewise.
33152         * rt/mq_setattr.c: Likewise.
33153         * rt/mq_timedreceive.c: Likewise.
33154         * rt/mq_timedsend.c: Likewise.
33155         * rt/mq_unlink.c: Likewise.
33156         * rt/shm_open.c: Likewise.
33157         * rt/shm_unlink.c: Likewise.
33158         * rt/timer_create.c: Likewise.
33159         * rt/timer_delete.c: Likewise.
33160         * rt/timer_getoverr.c: Likewise.
33161         * rt/timer_gettime.c: Likewise.
33162         * rt/timer_settime.c: Likewise.
33163         * setjmp/__longjmp.c: Likewise.
33164         * setjmp/setjmp.c: Likewise.
33165         * signal/kill.c: Likewise.
33166         * signal/killpg.c: Likewise.
33167         * signal/raise.c: Likewise.
33168         * signal/sigaction.c: Likewise.
33169         * signal/sigaltstack.c: Likewise.
33170         * signal/sigblock.c: Likewise.
33171         * signal/sigignore.c: Likewise.
33172         * signal/sigintr.c: Likewise.
33173         * signal/signal.c: Likewise.
33174         * signal/sigpause.c: Likewise.
33175         * signal/sigpending.c: Likewise.
33176         * signal/sigqueue.c: Likewise.
33177         * signal/sigreturn.c: Likewise.
33178         * signal/sigset.c: Likewise.
33179         * signal/sigsetmask.c: Likewise.
33180         * signal/sigstack.c: Likewise.
33181         * signal/sigsuspend.c: Likewise.
33182         * signal/sigtimedwait.c: Likewise.
33183         * signal/sigvec.c: Likewise.
33184         * signal/sigwait.c: Likewise.
33185         * signal/sigwaitinfo.c: Likewise.
33186         * signal/sysv_signal.c: Likewise.
33187         * socket/accept.c: Likewise.
33188         * socket/accept4.c: Likewise.
33189         * socket/bind.c: Likewise.
33190         * socket/connect.c: Likewise.
33191         * socket/getpeername.c: Likewise.
33192         * socket/getsockname.c: Likewise.
33193         * socket/getsockopt.c: Likewise.
33194         * socket/isfdtype.c: Likewise.
33195         * socket/listen.c: Likewise.
33196         * socket/recv.c: Likewise.
33197         * socket/recvfrom.c: Likewise.
33198         * socket/recvmsg.c: Likewise.
33199         * socket/send.c: Likewise.
33200         * socket/sendmsg.c: Likewise.
33201         * socket/sendto.c: Likewise.
33202         * socket/setsockopt.c: Likewise.
33203         * socket/shutdown.c: Likewise.
33204         * socket/sockatmark.c: Likewise.
33205         * socket/socket.c: Likewise.
33206         * socket/socketpair.c: Likewise.
33207         * stdio-common/ctermid.c: Likewise.
33208         * stdio-common/cuserid.c: Likewise.
33209         * stdio-common/remove.c: Likewise.
33210         * stdio-common/rename.c: Likewise.
33211         * stdio-common/renameat.c: Likewise.
33212         * stdio-common/tempname.c: Likewise.
33213         * stdlib/getcontext.c: Likewise.
33214         * stdlib/makecontext.c: Likewise.
33215         * stdlib/setcontext.c: Likewise.
33216         * stdlib/swapcontext.c: Likewise.
33217         * stdlib/system.c: Likewise.
33218         * streams/fattach.c: Likewise.
33219         * streams/fdetach.c: Likewise.
33220         * streams/getmsg.c: Likewise.
33221         * streams/getpmsg.c: Likewise.
33222         * streams/putmsg.c: Likewise.
33223         * streams/putpmsg.c: Likewise.
33224         * sysdeps/unix/bsd/getpt.c: Likewise.
33225         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33226         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33227         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33229         Likewise.
33230         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33231         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33232         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33233         * sysvipc/msgctl.c: Likewise.
33234         * sysvipc/msgget.c: Likewise.
33235         * sysvipc/msgrcv.c: Likewise.
33236         * sysvipc/msgsnd.c: Likewise.
33237         * sysvipc/semctl.c: Likewise.
33238         * sysvipc/semget.c: Likewise.
33239         * sysvipc/semop.c: Likewise.
33240         * sysvipc/semtimedop.c: Likewise.
33241         * sysvipc/shmat.c: Likewise.
33242         * sysvipc/shmctl.c: Likewise.
33243         * sysvipc/shmdt.c: Likewise.
33244         * sysvipc/shmget.c: Likewise.
33245         * termios/tcdrain.c: Likewise.
33246         * termios/tcflow.c: Likewise.
33247         * termios/tcflush.c: Likewise.
33248         * termios/tcgetattr.c: Likewise.
33249         * termios/tcgetpgrp.c: Likewise.
33250         * termios/tcsendbrk.c: Likewise.
33251         * termios/tcsetattr.c: Likewise.
33252         * termios/tcsetpgrp.c: Likewise.
33253         * time/adjtime.c: Likewise.
33254         * time/clock.c: Likewise.
33255         * time/getitimer.c: Likewise.
33256         * time/gettimeofday.c: Likewise.
33257         * time/setitimer.c: Likewise.
33258         * time/settimeofday.c: Likewise.
33259         * time/stime.c: Likewise.
33260         * time/time.c: Likewise.
33261
33262 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33263
33264         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33265         /usr/old/bin.
33266
33267         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33268         instead of spaces.
33269         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33270
33271 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33272
33273         [BZ #14796]
33274         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33275         FE_TONEAREST before applying Dekker multiplication and Knuth
33276         addition.  Clear inexact exceptions and check for exact zero
33277         results afterwards.
33278         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33279         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33280         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33281         * math/libm-test.inc (fma_test): Add more tests.
33282         (fma_test_towardzero): Likewise.
33283         (fma_test_downward): Likewise.
33284         (fma_test_upward): Likewise.
33285         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33286         function.
33287         (libc_fesetround): New macro.
33288         (libc_fesetroundf): Likewise.
33289         (libc_fesetroundl): Likewise.
33290         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33291         function.
33292         (libc_fesetround_387): Likewise.
33293         (libc_fesetroundf): New macro.
33294         (libc_fesetround): Likewise.
33295         (libc_fesetroundl): Likewise.
33296         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33297         function.
33298         (libc_fesetroundf): New macro.
33299         (libc_fesetround): Likewise.
33300         (libc_fesetroundl): Likewise.
33301         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33302         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33303         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33304         libm_hidden_ver.
33305         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33306         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33307         libm_hidden_def.
33308         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33309         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33310         libm_hidden_ver.
33311         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33312         libm_hidden_def.
33313
33314         [BZ #3439]
33315         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33316         integer constant usable in #if and use that to give value to enum
33317         constant.
33318         (FE_DIVBYZERO): Likewise.
33319         (FE_UNDERFLOW): Likewise.
33320         (FE_OVERFLOW): Likewise.
33321         (FE_INVALID): Likewise.
33322         (FE_INVALID_SNAN): Likewise.
33323         (FE_INVALID_ISI): Likewise.
33324         (FE_INVALID_IDI): Likewise.
33325         (FE_INVALID_ZDZ): Likewise.
33326         (FE_INVALID_IMZ): Likewise.
33327         (FE_INVALID_COMPARE): Likewise.
33328         (FE_INVALID_SOFTWARE): Likewise.
33329         (FE_INVALID_SQRT): Likewise.
33330         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33331         (FE_TONEAREST): Likewise.
33332         (FE_TOWARDZERO): Likewise.
33333         (FE_UPWARD): Likewise.
33334         (FE_DOWNWARD): Likewise.
33335         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33336         (FE_DIVBYZERO): Likewise.
33337         (FE_OVERFLOW): Likewise.
33338         (FE_UNDERFLOW): Likewise.
33339         (FE_INEXACT): Likewise.
33340         (FE_TONEAREST): Likewise.
33341         (FE_DOWNWARD): Likewise.
33342         (FE_UPWARD): Likewise.
33343         (FE_TOWARDZERO): Likewise.
33344         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33345         (FE_UNDERFLOW): Likewise.
33346         (FE_OVERFLOW): Likewise.
33347         (FE_DIVBYZERO): Likewise.
33348         (FE_INVALID): Likewise.
33349         (FE_TONEAREST): Likewise.
33350         (FE_TOWARDZERO): Likewise.
33351         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33352         (FE_OVERFLOW): Likewise.
33353         (FE_UNDERFLOW): Likewise.
33354         (FE_DIVBYZERO): Likewise.
33355         (FE_INEXACT): Likewise.
33356         (FE_TONEAREST): Likewise.
33357         (FE_TOWARDZERO): Likewise.
33358         (FE_UPWARD): Likewise.
33359         (FE_DOWNWARD): Likewise.
33360         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33361         (FE_DIVBYZERO): Likewise.
33362         (FE_OVERFLOW): Likewise.
33363         (FE_UNDERFLOW): Likewise.
33364         (FE_INEXACT): Likewise.
33365         (FE_TONEAREST): Likewise.
33366         (FE_DOWNWARD): Likewise.
33367         (FE_UPWARD): Likewise.
33368         (FE_TOWARDZERO): Likewise.
33369
33370 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33371
33372         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33373
33374 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33375
33376         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33377         commands.  Quote $PWD.
33378         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33379         -x" by "export".
33380         (remove_newlines): Remove.
33381
33382 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33383
33384         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33385         * stdlib/stdlib.h (atof): Moved to ...
33386         * include/bits/stdlib-float.h: Here.  New file.
33387         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33388         * stdlib/bits/stdlib-float.h: New file.
33389         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33390         -mno-sse -mno-mmx.
33391         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33392         <xmmintrin.h>.
33393
33394 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33395
33396         * conform/conformtest.pl (@headers): Add fenv.h.
33397         * conform/data/fenv.h-data: New file.
33398         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33399         include of <math/fenv.h>.
33400
33401         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33402         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33403         && !UNIX98].  Enables tests for XOPEN2K8.
33404         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33405         POSIX2008]: Likewise.
33406
33407         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33408         (struct rusage): Do not expect type or its members.
33409
33410         [BZ #3439]
33411         * math/math.h (FP_NAN): Define macro to integer constant usable in
33412         #if and use that to give value to enum constant.
33413         (FP_INFINITE): Likewise.
33414         (FP_ZERO): Likewise.
33415         (FP_SUBNORMAL): Likewise.
33416         (FP_NORMAL): Likewise.
33417
33418 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33419
33420         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33421         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33422         arguments.
33423
33424 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33425
33426         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33427         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33428         autoconf-time if not.
33429         * configure.in: Remove AC_PREREQ.
33430
33431 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33432
33433         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33434         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33435         of the internal implementation.
33436
33437 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33438
33439         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33440         except include of <misc/sys/syslog.h>.
33441
33442 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33443
33444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33445         function returns with a NULL context exit with zero.
33446
33447 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33448
33449         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33450
33451 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33452
33453         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33454         (run_program_cmd): This.
33455         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33456         (tst_langinfo): New variable.  Use it.
33457
33458 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33459
33460         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33461         floating point opcodes.
33462
33463 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33464
33465         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33466         variable.
33467
33468         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33469
33470         * sysdeps/mach/hurd/powerpc: Remove directory.
33471         * sysdeps/mach/powerpc: Likewise.
33472
33473 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33474
33475         * scripts/check-local-headers.sh: Ignore c++ headers.
33476
33477 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33478
33479         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33480         __libc_cleanup_region_start argument.
33481
33482 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33483
33484         [BZ #14784]
33485         [BZ #14785]
33486         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33487         x * y using scaling, not as x * y + z.
33488         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33489         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33490         * math/libm-test.inc (fma_test): Add more tests.
33491         (fma_test_towardzero): Likewise.
33492         (fma_test_downward): Likewise.
33493         (fma_test_upward): Likewise.
33494
33495 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33496
33497         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33498
33499 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33500
33501         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33502         New variable.
33503
33504 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33505
33506         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33507
33508 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33509
33510         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33511         Fix sort order.
33512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33513         Likewise.
33514
33515 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33516
33517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33518         Fix the order of the list for glibc 2.17.
33519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33520         Likewise.
33521
33522 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33523
33524         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33525
33526 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33527
33528         [BZ #14610]
33529         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33530         for low part of x being zero before using __atanl (y).
33531         * math/libm-test.inc (atan2_test): Add another test.
33532
33533         * manual/install.texi (Configuring and compiling): Document
33534         general use of test-wrapper and test-wrapper-env.
33535         * INSTALL: Regenerated.
33536
33537         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33538         (__fma): Do not extract and scale down low bits on after-rounding
33539         systems when result rounded to normal precision would have normal
33540         exponent.
33541         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33542         (__fmal): Do not extract and scale down low bits on after-rounding
33543         systems when result rounded to normal precision would have normal
33544         exponent.
33545         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33546         (__fmal): Do not extract and scale down low bits on after-rounding
33547         systems when result rounded to normal precision would have normal
33548         exponent.
33549         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33550         macro.
33551         (fma_test): Add more tests.
33552         (fma_test_towardzero): Likewise.
33553         (fma_test_downward): Likewise.
33554         (fma_test_upward): Likewise.
33555
33556 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33557
33558         * sysdeps/i386/tininess.h: Renamed to ...
33559         * sysdeps/x86/tininess.h: This.
33560         * sysdeps/x86_64/tininess.h: Removed.
33561
33562 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33563
33564         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33565         input.  Use $(build-program-cmd).
33566         ($(objpfx)tst-array1-static.out): Likewise.
33567         ($(objpfx)tst-array2.out): Likewise.
33568         ($(objpfx)tst-array3.out): Likewise.
33569         ($(objpfx)tst-array4.out): Likewise.
33570         ($(objpfx)tst-array5.out): Likewise.
33571         ($(objpfx)tst-array5-static.out): Likewise.
33572
33573 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33574
33575         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33576         if defined.
33577
33578         * nss/nsswitch.h (nss_interface_function): Provide new
33579         macro for use with NSS functions.
33580         * grp/initgroups.c: Use new macro.
33581         * nss/getXXbyYY.c: Likewise.
33582         * nss/getXXbyYY_r.c: Likewise.
33583         * nss/getXXent.c: Likewise.
33584         * nss/getXXent_r.c: Likewise.
33585         * sysdeps/posix/getaddrinfo.c: Likewise.
33586
33587 2012-10-30  Andreas Jaeger  <aj@suse.de>
33588
33589         * po/ru.po: Update Russion translation from translation project.
33590
33591 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33592
33593         [BZ #14152]
33594         [BZ #14783]
33595         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33596         result and shift together with sticky bit instead of replicating
33597         round-to-nearest rounding.
33598         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33599         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33600         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33601         missing underflow exceptions.
33602         (fma_test_towardzero): Add more tests.
33603         (fma_test_downward): Likewise.
33604         (fma_test_upward): Likewise.
33605
33606         [BZ #14047]
33607         * sysdeps/generic/tininess.h: New file.
33608         * sysdeps/i386/tininess.h: Likewise.
33609         * sysdeps/sh/tininess.h: Likewise.
33610         * sysdeps/x86_64/tininess.h: Likewise.
33611         * stdlib/tst-strtod-underflow.c: Likewise.
33612         * stdlib/tst-tininess.c: Likewise.
33613         * stdlib/strtod_l.c: Include <tininess.h>.
33614         (round_and_return): Do not set errno for exact underflow cases.
33615         Force an underflow exception when setting errno for underflow.
33616         Determine underflow based on rounding to normal precision if
33617         TININESS_AFTER_ROUNDING.
33618         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33619         ERANGE for exact underflow cases.
33620         * stdlib/Makefile (tests): Add tst-tininess and
33621         tst-strtod-underflow.
33622         ($(objpfx)tst-tininess): Use $(link-libm).
33623         ($(objpfx)tst-strtod-underflow): Likewise.
33624
33625 2012-10-30  Andreas Jaeger  <aj@suse.de>
33626
33627         [BZ#14767]
33628         * elf/Makefile (tests): Remove conditional for have-initfini-array
33629         since this is now always required and the variable does not exist
33630         anymore.
33631         (tests-static): Likewise.
33632         (modules-names): Likewise.
33633
33634         * po/eo.po: Add Esperanto translation from translation project.
33635
33636         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33637         merged with constructor/destructor.
33638         (init_array): Likewise.
33639         * elf/tst-array2dep.c (fini_array): Likewise.
33640         (init_array): Likewise.
33641
33642 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33643
33644         * manual/message.texi: Delete @cartouche tags.
33645
33646 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33647
33648         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33649         EOPNOTSUPP.
33650         * sysdeps/mach/hurd/fsync.c: Likewise.
33651
33652         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33653         [_POSIX_REALTIME_SIGNALS]: Change condition to
33654         [_POSIX_REALTIME_SIGNALS > 0].
33655
33656 2012-10-27  Andreas Jaeger  <aj@suse.de>
33657
33658         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33659         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33660         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33661         [__WORDSIZE != 64]: Likewise.
33662
33663 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33664
33665         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33666         *  iconvdata/tst-tables.sh: Likewise.
33667
33668 2012-10-25  David S. Miller  <davem@davemloft.net>
33669
33670         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33671         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33672         of strtoull.
33673
33674         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33675         ifunc-impl-list.c
33676         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33677         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33678         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33679         file.
33680
33681 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33682
33683         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33684         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33685         __getdirentries.
33686
33687 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33688             Jim Blandy  <jimb@codesourcery.com>
33689
33690         * scripts/cross-test-ssh.sh: New file.
33691         * manual/install.texi (Configuring and compiling): Document use of
33692         cross-test-ssh.sh.
33693         * INSTALL: Regenerated.
33694
33695 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33696
33697         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33698         EOPNOTSUPP.
33699
33700 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33701
33702         * Makeconfig (run-program-prefix): Fix comment.
33703
33704 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33705             Jim Blandy  <jimb@codesourcery.com>
33706
33707         * Makeconfig (test-wrapper): New variable,
33708         (test-wrapper-env): Likewise.
33709         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33710         (run-built-tests): Define to yes.
33711         (run-program-prefix): Use $(test-wrapper).
33712         (built-program-cmd): Likewise.
33713         * Rules (make-test-out): Use $(test-wrapper-env) and
33714         $(host-built-program-cmd).
33715         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33716         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33717         tst-pathopt.sh.
33718         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33719         $(test-wrapper-env) to tst-rtld-load-self.sh.
33720         ($(objpfx)order2.out): Use $(test-wrapper).
33721         ($(objpfx)tst-initorder.out): Likewise.
33722         ($(objpfx)tst-initorder2.out): Likewise.
33723         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33724         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33725         (test_wrapper_env): New variable.  Use it to run ld.so.
33726         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33727         Use it to run ld.so.
33728         (test_wrapper_env): Likewise.
33729         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33730         $(test-wrapper) to run-iconv-test.sh.
33731         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33732         (ICONV): Use $test_wrapper.
33733         * posix/Makefile ($(objpfx)globtest.out): Pass
33734         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33735         globtest.sh, not $(run-program-prefix).
33736         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33737         (test_wrapper): Likewise.
33738         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33739         set together with run_via_rtld_prefix.
33740         (run_program_prefix): Define in terms of test_wrapper and
33741         run_via_rtld_prefix.
33742
33743 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33744
33745         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33746         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33747         Targets removed.
33748
33749         [BZ #14743]
33750         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33751         Declare __clock_getres, __clock_gettime, __clock_settime,
33752         __clock_nanosleep, and __clock_getcpuclockid.
33753         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33754         Remove librt_hidden_def (clock_gettime).
33755         * sysdeps/unix/clock_gettime.c: Likewise.
33756         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33757         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33758         * rt/clock_getres.c: Define __clock_getres as an alias.
33759         * sysdeps/posix/clock_getres.c: Likewise.
33760         * rt/clock_settime.c: Define __clock_settime as an alias.
33761         * sysdeps/unix/clock_settime.c: Likewise.
33762         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33763         * sysdeps/unix/clock_nanosleep.c: Likewise.
33764         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33765         * rt/clock-compat.c: New file.
33766         * rt/Makefile (librt-routines): Add clock-compat and move
33767         $(clock-routines) to ...
33768         (routines): ... here, new variable.
33769         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33770         Don't add get_clockfreq here.
33771         * rt/Versions (libc: GLIBC_2.17): New version set.
33772         Add clock_* symbols here.
33773         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33774         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33775         (GLIBC_2.17): Add clock_* symbols.
33776         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33777         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33778         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33780         Likewise.
33781         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33782         Likewise.
33783         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33784         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33785         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33786         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33787         * NEWS: Mention the move.
33788
33789         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33790         Use __open, __read, __close rather than their public counterparts.
33791         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33792         (__get_clockfreq_via_cpuinfo): Likewise.
33793         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33794         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33795
33796         * config.h.in (HAVE_IFUNC): New #undef.
33797         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33798         was successful.
33799         * configure: Regenerated.
33800
33801 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33802
33803         * configure.in: Move READELF check to start of file.
33804         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33805         libc_cv_asm_gnu_indirect_function in the process.
33806         * configure: Regenerated.
33807
33808 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33809
33810         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33811         send the output to /dev/null.
33812         (libc_cv_cc_with_libunwind): Likewise.
33813         (libc_cv_as_noexecstack): Likewise.
33814         * configure: Regenerate.
33815
33816 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33817
33818         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33819
33820         * posix/globtest.sh (TMPDIR): Do not set.
33821         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33822         (testout): Likewise.
33823
33824 2012-10-24  Andreas Jaeger  <aj@suse.de>
33825
33826         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33827         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33828         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33829         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33830         posix_fadvise64, posix_fallocate64.
33831
33832         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33833         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33834         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33835         Likewise.
33836         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33837         Likewise.
33838         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33839
33840         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33841         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33842         <bits/fcntl-linux.h>.
33843         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33844
33845         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33846         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33847         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33848         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33849         [__WORDSIZE != 64]: Likewise.
33850
33851 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33852
33853         * Makeconfig (run-built-tests): New variable.
33854         * Rules [$(cross-compiling) = yes]: Change condition to
33855         [$(run-built-tests) = no].
33856         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33857         to [$(run-built-tests) = yes].
33858         * elf/Makefile [$(cross-compiling) = no]: Likewise
33859         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33860         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33861         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33862         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33863         * io/Makefile [$(cross-compiling) = no]: Likewise.
33864         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33865         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33866         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33867         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33868         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33869         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33870         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33871         * string/Makefile [$(cross-compiling) = no]: Likewise.
33872
33873         * posix/Makefile ($(objpfx)globtest.out): Pass
33874         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33875         $(rtld-installed-name).
33876         * posix/globtest.sh (elf_objpfx): Remove variable.
33877         (rtld_installed_name): Likewise.
33878         (library_path): Likewise.
33879         (run_program_prefix): New variable.  Use for running globtest
33880         binary.
33881
33882 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33883             Joseph Myers  <joseph@codesourcery.com>
33884
33885         * Makeconfig (host-built-program-cmd): New variable.
33886         * elf/Makefile (tst-stackguard1-ARGS): Use
33887         $(host-built-program-cmd).
33888         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33889         (tst-spawn-ARGS): Likewise.
33890         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33891
33892 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33893             Jim Blandy  <jimb@codesourcery.com>
33894
33895         * Makeconfig (run-via-rtld-prefix): New variable.
33896         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33897         (built-program-cmd): Likewise.
33898
33899 2012-10-22  Andreas Jaeger  <aj@suse.de>
33900
33901         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33902         __O_RSYNC if it exists, otherwise to O_SYNC.
33903
33904 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33905             Joseph Myers  <joseph@codesourcery.com>
33906
33907         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33908         /dev/null.
33909         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33910         from /dev/null
33911         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33912         /dev/null.
33913
33914 2012-10-22  Andreas Jaeger  <aj@suse.de>
33915
33916         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33917         Define always.
33918         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33919
33920         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33921         bits/fcntl-linux.h.
33922
33923         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33924         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33925
33926         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33927         to __O_LARGEFILE.
33928         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33929         to __O_LARGEFILE.
33930
33931 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33932             Joseph Myers  <joseph@codesourcery.com>
33933
33934         * config.make.in (NM): New variable.
33935
33936 2012-10-21  Andreas Jaeger  <aj@suse.de>
33937
33938         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33939         definitions and declarations that are provided by
33940         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33941
33942 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33943
33944         [BZ #14683]
33945         * elf/Makefile (tests-static): Add tst-leaks1-static.
33946         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33947         ($(objpfx)tst-leaks1-static): New rule.
33948         ($(objpfx)tst-leaks1-static-mem): Likewise.
33949         (tst-leaks1-static-ENV): New macro.
33950         * elf/dl-open.c (dl_open_worker): Check the main application
33951         only if SHARED is defined.
33952         * elf/tst-leaks1-static.c: New file.
33953
33954 2012-10-20  Andreas Jaeger  <aj@suse.de>
33955
33956         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33957         generic values for Linux.
33958         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33959         and declarations that are provided by <bits/fcntl-linux.h> and
33960         include <bits/fcntl-linux.h>.
33961         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33962         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33963
33964 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33965
33966         * io/fcntl.h: Move include of <bits/types.h> to the top and
33967         include it unconditionally.
33968
33969 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33970
33971         * wcsmbs/Makefile (tests-ifunc): New variable.
33972         (tests): Add $(tests-ifunc).
33973         * wcsmbs/test-wcschr-ifunc.c: New file.
33974         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33975         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33976         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33977         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33978         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33979
33980         * string/Makefile (tests-ifunc): New variable.
33981         (tests): Add $(tests-ifunc).
33982         * string/test-memccpy.c (TEST_NAME): New macro.
33983         * string/test-memchr.c (TEST_NAME): Likewise.
33984         * string/test-memcmp.c (TEST_NAME): Likewise.
33985         * string/test-memcpy.c (TEST_NAME): Likewise.
33986         * string/test-memmem.c (TEST_NAME): Likewise.
33987         * string/test-memmove.c (TEST_NAME): Likewise.
33988         * string/test-memset.c (TEST_NAME): Likewise.
33989         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33990         * string/test-stpcpy.c (TEST_NAME): Likewise.
33991         * string/test-stpncpy.c (TEST_NAME): Likewise.
33992         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33993         * string/test-strcasestr.c (TEST_NAME): Likewise.
33994         * string/test-strcat.c (TEST_NAME): Likewise.
33995         * string/test-strchr.c (TEST_NAME): Likewise.
33996         * string/test-strcmp.c(TEST_NAME): Likewise.
33997         * string/test-strcpy.c (TEST_NAME): Likewise.
33998         * string/test-strcspn.c (TEST_NAME): Likewise.
33999         * string/test-strlen.c (TEST_NAME): Likewise.
34000         * string/test-strncasecmp.c (TEST_NAME): Likewise.
34001         * string/test-strncmp.c (TEST_NAME): Likewise.
34002         * string/test-strncpy.c (TEST_NAME): Likewise.
34003         * string/test-strnlen.c (TEST_NAME): Likewise.
34004         * string/test-strpbrk.c (TEST_NAME): Likewise.
34005         * string/test-strrchr.c (TEST_NAME): Likewise.
34006         * string/test-strspn.c (TEST_NAME): Likewise.
34007         * string/test-strstr.c (TEST_NAME): Likewise.
34008         * string/test-bcopy-ifunc.c: New file.
34009         * string/test-bzero-ifunc.c: Likewise.
34010         * string/test-memccpy-ifunc.c: Likewise.
34011         * string/test-memchr-ifunc.c: Likewise.
34012         * string/test-memcmp-ifunc.c: Likewise.
34013         * string/test-memcpy-ifunc.c: Likewise.
34014         * string/test-memmem-ifunc.c: Likewise.
34015         * string/test-memmove-ifunc.c: Likewise.
34016         * string/test-mempcpy-ifunc.c: Likewise.
34017         * string/test-memset-ifunc.c: Likewise.
34018         * string/test-rawmemchr-ifunc.c: Likewise.
34019         * string/test-stpcpy-ifunc.c: Likewise.
34020         * string/test-stpncpy-ifunc.c: Likewise.
34021         * string/test-strcasecmp-ifunc.c: Likewise.
34022         * string/test-strcasestr-ifunc.c: Likewise.
34023         * string/test-strcat-ifunc.c: Likewise.
34024         * string/test-strchr-ifunc.c: Likewise.
34025         * string/test-strchrnul-ifunc.c: Likewise.
34026         * string/test-strcmp-ifunc.c: Likewise.
34027         * string/test-strcpy-ifunc.c: Likewise.
34028         * string/test-strcspn-ifunc.c: Likewise.
34029         * string/test-strlen-ifunc.c: Likewise.
34030         * string/test-strncasecmp-ifunc.c: Likewise.
34031         * string/test-strncat-ifunc.c: Likewise.
34032         * string/test-strncmp-ifunc.c: Likewise.
34033         * string/test-strncpy-ifunc.c: Likewise.
34034         * string/test-strnlen-ifunc.c: Likewise.
34035         * string/test-strpbrk-ifunc.c: Likewise.
34036         * string/test-strrchr-ifunc.c: Likewise.
34037         * string/test-strspn-ifunc.c: Likewise.
34038         * string/test-strstr-ifunc.c: Likewise.
34039
34040         * debug/Makefile (tests-ifunc): New variable.
34041         (tests): Add $(tests-ifunc).
34042         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
34043         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
34044         * debug/test-stpcpy_chk-ifunc.c: New file.
34045         * debug/test-strcpy_chk-ifunc.c: Likewise.
34046
34047 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
34048
34049         [BZ #13601]
34050         * elf/dl-load.c (open_verify): Retry read if the entire ELF
34051         header is not read in.
34052
34053 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
34054
34055         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
34056         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
34057         directly.  Pass built executable to script as
34058         $(built-program-cmd).
34059         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
34060         $testprogram without using LD_LIBRARY_PATH and $ldso.
34061
34062         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
34063         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
34064         $(rtld-installed-name).
34065         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
34066         (rtld_installed_name): Likewise.
34067         (library_path): Likewise.
34068         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
34069         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
34070         $(run-program-prefix) to tst-tables.sh.
34071         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
34072         it to run tst-table-from and tst-table-to.
34073         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
34074         Pass it to tst-table.sh.
34075         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
34076         $(run-program-prefix) to tst-gettext.sh.
34077         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
34078         tst-translit.sh.
34079         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
34080         tst-gettext2.sh.
34081         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
34082         to run tst-gettext.
34083         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
34084         to run tst-gettext2.
34085         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
34086         to run tst-translit.
34087         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
34088         $(run-program-prefix) to tst-mtrace.sh.
34089         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
34090         to run tst-mtrace.
34091         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
34092         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
34093         $(rtld-installed-name).
34094         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
34095         (rtld_installed_name): Likewise.
34096         (run_program_prefix): New variable.  Use it to run wordexp-test.
34097
34098         * Makeconfig (ARCH): Remove all definitions.
34099         (machine): Likewise.
34100         [ARCH]: Remove conditional code.
34101         [!objdir]: Give error.
34102         [!objdir] (objpfx): Remove.
34103         [!objdir] (common-objpfx): Likewise.
34104         [!objdir] (common-objdir): Likewise.
34105         * configure.in (config_makefile): Remove.  Hardcode Makefile in
34106         AC_CONFIG_FILES call.
34107         * configure: Regenerated.
34108
34109         [BZ #13888]
34110         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
34111         or TMPDIR.
34112         (testout): Likewise.
34113
34114         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
34115         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
34116         $(rtld-installed-name).
34117         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
34118         (rtld_installed_name): Likwise.
34119         (runit): Remove function.
34120         (run_getconf): New variable,  Use it for running getconf binary.
34121
34122 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
34123
34124         [BZ #14716]
34125         * string/test-memmem.c (check_result): New function.
34126         (do_one_test): Use it.
34127         (check1): New function.
34128         (test_main): Use it.
34129
34130 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
34131
34132         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
34133
34134 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
34135
34136         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
34137         (_G_LSEEK64): Likewise.
34138         (_G_MMAP64): Likewise.
34139         (_G_FSTAT64): Likewise.
34140         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
34141         (_G_LSEEK64): Likewise.
34142         (_G_MMAP64): Likewise.
34143         (_G_FSTAT64): Likewise.
34144         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
34145         unconditional.  Call __mmap64 directly.
34146         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
34147         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
34148         __lseek64 directly.
34149         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
34150         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
34151         __mmap64 directly.
34152         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
34153         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34154         __lseek64 directly.
34155         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34156         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34157         __lseek64 directly.
34158         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34159         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
34160         __lseek64 directly.
34161         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34162         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
34163         __fxstat64 directly.
34164         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34165         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34166         unconditional.
34167         (freopen64) [!_G_OPEN64]: Remove conditional code.
34168         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34169         unconditional.
34170         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34171         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34172         unconditional.
34173         (ftello64) [!_G_LSEEK64]: Remove conditional code.
34174         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34175         unconditional.
34176         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34177         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34178         unconditional.
34179         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34180         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34181         unconditional.
34182         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34183         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34184         unconditional.
34185         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34186         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34187         unconditional.
34188         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34189
34190 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34191
34192         [BZ #12140]
34193         * manual/memory.texi (Malloc Tunable Parameters): Add note
34194         about free list pointers overwriting some perturb bytes.
34195         Wording suggested by Roland McGrath.
34196
34197 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
34198
34199         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34200         (lgamma_test): Likewise.
34201         (tgamma_test): Likewise.
34202
34203 2012-10-16  Florian Weimer  <fweimer@redhat.com>
34204
34205         [BZ #14700]
34206         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34207         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34208
34209 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
34210
34211         * NEWS: Mention BZ #14716.
34212         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34213         when removing AVAILABLE1_USES_J macro.
34214
34215 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
34216
34217         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34218         (__bswap_64): __uint64_t for unsigned 64-bit int.
34219
34220 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
34221
34222         * include/string.h (memmem): Declare libc hidden alias.
34223         * string/memmem.c (memmem): Define libc hidden alias.
34224         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34225         __read, __close instead of open, read, close.
34226
34227 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34228
34229         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34230         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34231         global and hidden.
34232         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34233         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34234         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34235         Likewise.
34236         (__rawmemchr_sse2): Likewise.
34237         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34238         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34239         (__strchr_sse2): Likewise.
34240         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34241         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34242         (__strcasecmp_sse2): Likewise.
34243         (__strncasecmp_sse2): Likewise.
34244         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34245         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34246         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34247         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34248         (__strrchr_sse2): Likewise.
34249         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34250         ifunc-impl-list.c.
34251         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34252         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34253         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34254         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34255         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34256         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34257         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34258         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34259         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34260         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34261         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34262         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34263         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34264         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34265         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34266         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34267         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34268         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34269         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34270         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34271         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34272         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34273         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34274         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34275         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34276         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34277         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34278         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34279         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34280         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34281
34282         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34283         global and hidden.
34284         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34285         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34286         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34287         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34288         Likewise.
34289         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34290         Likewise.
34291         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34292         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34293         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34294         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34295         ifunc-impl-list.c.
34296         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34297         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34298         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34299         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34300         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34301         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34302         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34303         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34304         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34305         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34306         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34307         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34308         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34309         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34310         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34311         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34312         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34313         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34314         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34315         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34316         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34317         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34318         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34319         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34320         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34321         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34322         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34323         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34324         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34325         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34326         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34327         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34328         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34329         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34330         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34331         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34332         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34333         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34334         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34335         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34336         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34337
34338         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34339         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34340         * include/ifunc-impl-list.h: New file.
34341         * misc/ifunc-impl-list.c: Likewise.
34342         * misc/Makefile (routines): Add ifunc-impl-list.
34343         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34344         * string/test-string.h: Include <ifunc-impl-list.h>.
34345         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34346         TEST_NAME]: New variables.
34347         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34348         are defined.
34349         (test_init): Call __libc_ifunc_impl_list to initialize
34350         func_list if TEST_IFUNC and TEST_NAME are defined.
34351
34352         * string/Makefile (strop-tests): Add bcopy and bzero.
34353         * string/test-bcopy.c: New file.
34354         * string/test-bzero.c: Likewise.
34355         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34356         defined.
34357         * string/test-memset.c: Support bzero test if TEST_BZERO is
34358         defined.
34359         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34360         __libc_memmove.
34361         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34362         __libc_memset.
34363         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34364         of memset.
34365
34366 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34367
34368         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34369         * configure: Regenerated.
34370
34371         * Makeconfig (+link-static-before-libc): Don't include
34372         $(link-static-libc).
34373
34374         * libio/libio.h (_IO_pos_t): Remove.
34375
34376 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34377
34378         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34379         McGrath.
34380
34381 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34382
34383         * crypt/crypt-entry.c: Include fips-private.h.
34384         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34385         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34386         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34387         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34388
34389 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34390
34391         * crypt/crypt-private.h: Include stdbool.h.
34392         (_ufc_setup_salt_r): Return bool.
34393         * crypt/crypt-entry.c: Include errno.h.
34394         (__crypt_r): Return NULL with EINVAL for bad salt.
34395         * crypt/crypt_util.c (bad_for_salt): New.
34396         (_ufc_setup_salt_r): Check that salt is long enough and within
34397         the specified alphabet.
34398         * crypt/badsalttest.c: New file.
34399         * crypt/Makefile (tests): Add it.
34400         ($(objpfx)badsalttest): New.
34401
34402 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34403
34404         * NEWS: Add entry for BZ #14602.
34405
34406 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34407
34408         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34409         type-generic.
34410         * math/libm-test.inc: Update comment listing what functions and
34411         macros are tested.
34412         (isgreater_test): New function.
34413         (isgreaterequal_test): Likewise.
34414         (isless_test): Likewise.
34415         (islessequal_test): Likewise.
34416         (islessgreater_test): Likewise.
34417         (isunordered_test): Likewise.
34418         (main): Call the new functions.
34419
34420 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34421
34422         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34423         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34424         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34425         * sysdeps/i386/configure: Regenerated.
34426         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34427         * sysdeps/mach/configure: Regenerated.
34428         * sysdeps/mach/hurd/configure: Regenerated.
34429         * sysdeps/powerpc/configure: Regenerated.
34430         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34431         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34432         * sysdeps/s390/s390-32/configure: Regenerated.
34433         * sysdeps/s390/s390-64/configure: Regenerated.
34434         * sysdeps/sh/configure: Regenerated.
34435         * sysdeps/sparc/configure: Regenerated.
34436         * sysdeps/unix/sysv/linux/configure: Regenerated.
34437         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34438         * sysdeps/x86_64/configure: Regenerated.
34439
34440         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34441         defined.  Don't check if MAP is NULL.
34442
34443 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34444
34445         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34446         (_G_stat64): Likewise.
34447         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34448         (_G_stat64): Likewise.
34449         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34450         instead of struct _G_stat64.
34451         * libio/fileops.c (mmap_remap_check): Likewise.
34452         (decide_maybe_mmap): Likewise.
34453         (_IO_new_file_seekoff): Likewise.
34454         (_IO_file_stat): Likewise.
34455         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34456         _G_off64_t.
34457         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34458         instead of struct _G_stat64.
34459         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34460
34461 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34462
34463         [BZ #14602]
34464         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34465         Replace with ...
34466         (CHECK_EOL): New macro.
34467         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34468         CHECK_EOL.
34469         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34470         Replace with CHECK_EOL.
34471         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34472         Replace with CHECK_EOL.
34473
34474 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34475
34476         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34477         type-generic.
34478         * math/libm-test.inc: Update comment listing what functions and
34479         macros are tested.
34480         (finite_test): New function.
34481         (isinf_test): Likewise.
34482         (isnan_test): Likewise.
34483         (fpclassify_test): Test subnormal input.
34484         (isfinite_test): Likewise.
34485         (isnormal_test): Likewise.
34486         (main): Call the new functions.
34487
34488 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34489
34490         [BZ #14660]
34491         * Makerules (%.dynsym): Force C locale when running
34492         $(OBJDUMP) --dynamic-syms.
34493
34494 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34495
34496         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34497         <stdint.h>.
34498
34499 2012-10-06  David S. Miller  <davem@davemloft.net>
34500
34501         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34502         upper 32-bits of the length value in %o2 since we use branch-on-register
34503         tests which consider the entire 64-bit register.
34504
34505 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34506
34507         * string/test-strstr.c (check2): Add a test for page boundary.
34508
34509 2012-10-05  David S. Miller  <davem@davemloft.net>
34510
34511         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34512         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34513         file.
34514         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34515         sysdep_routines.
34516         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34517         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34518         and bzero when HWCAP_SPARC_CRYPTO is present.
34519
34520 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34521
34522         [BZ #14602]
34523         * string/test-strstr.c (check2): New function.
34524         (test_main): Call check2.
34525
34526         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34527         and bug-strchr1.
34528         * string/bug-strcasestr1.c (do_test): Moved to ...
34529         * string/test-strcasestr.c (check1): Here.  New function.
34530         (do_one_test): Break out result checking code into ...
34531         (check_result): This.  New function.
34532         (do_one_test): Call check_result.
34533         (test_main): Call check1.
34534         * string/bug-strchr1.c (do_test): Moved to ...
34535         * string/test-strchr.c (check1): Here.  New function.
34536         (do_one_test): Break out result checking code into ...
34537         (check_result): This.  New function.
34538         (do_one_test): Call check_result.
34539         (test_main): Call check1.
34540         * string/bug-strstr1.c (main): Moved to ...
34541         * string/test-strstr.c (check1): Here.  New function.
34542         (do_one_test): Break out result checking code into ...
34543         (check_result): This.  New function.
34544         (do_one_test): Call check_result.
34545         (test_main): Call check1.
34546         * string/bug-strcasestr1.c: Removed.
34547         * string/bug-strchr1.c: Likewise.
34548         * string/bug-strstr1.c: Likewise.
34549
34550         * elf/Makefile (dl-routines): Add hwcaps.
34551         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34552         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34553         (_dl_important_hwcaps): Moved to ...
34554         * elf/dl-hwcaps.c: Here.  New file.
34555         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34556
34557         [BZ #14557]
34558         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34559         if IS_IN_rtld isn't defined.
34560
34561         * elf/dl-support.c (_dl_sysinfo_map): New.
34562         Include "get-dynamic-info.h" and "setup-vdso.h".
34563         (_dl_non_dynamic_init): Call setup_vdso.
34564         * elf/dynamic-link.h: Don't include <assert.h>.
34565         (elf_get_dynamic_info): Moved to ...
34566         * elf/get-dynamic-info.h: Here.  New file.
34567         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34568         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34569         * elf/setup-vdso.h: Here.  New file.
34570         * elf/rtld.c: Include "setup-vdso.h".
34571         (dl_main): Call setup_vdso.
34572
34573 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34574
34575         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34576         creal in comment listing functions tested.  List finite, isinf,
34577         isnan, isless, islessequal, isgreater, isgreaterequal,
34578         islessgreater, isunordered, lgamma_r and pow10 as functions and
34579         macros not tested.  Mention which functions not tested are aliases
34580         for other functions.  Fix typo.  Note that signs of NaNs are not
34581         tested.
34582
34583         * scripts/config.guess: Update from config.git.
34584         * scripts/config.sub: Likewise.
34585
34586 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34587
34588         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34589         * misc/madvise.c (madvise): Renamed to __madvise.
34590         Make madvise a weak alias.
34591         * include/sys/mman.h: Declare __madvise.
34592         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34593         * sysdeps/unix/syscalls.list
34594         (madvise): Make __madvise the strong name, and madvise a weak alias.
34595         * sysdeps/unix/sysv/linux/syscalls.list
34596         (madvise, mmap): Remove redundant entries.
34597         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34598         * malloc/malloc.c (mtrim): Likewise.
34599         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34600
34601 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34602
34603         * sysdeps/mach/hurd/dl-cache.c: File removed.
34604         * config.h.in (USE_LDCONFIG): New #undef.
34605         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34606         * configure: Regenerated.
34607         * elf/Makefile (dl-routines): Add dl-cache only under
34608         [$(use-ldconfig) = yes].
34609         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34610         cache on [USE_LDCONFIG].
34611         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34612         [USE_LDCONFIG].
34613         * elf/rtld.c (dl_main): Likewise.
34614
34615 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34616
34617         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34618         _SC_LEVEL4_CACHE_LINESIZE.
34619
34620 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34621
34622         * sysdeps/unix/bsd/confstr.h: File removed.
34623
34624 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34625
34626         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34627         sys/sdt-config.h.
34628
34629 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34630
34631         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34632         Make 'mapoff' field ElfW(Off) rather than off_t.
34633
34634 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34635
34636         * nscd/Makefile: Remove nscd-cflags and all its users.
34637         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34638         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34639
34640         [BZ #10631]
34641         * malloc.c (malloc_printerr): Clarify error message.
34642
34643 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34644
34645         [BZ #14648]
34646         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34647         Set bit_FMA_Usable if FMA is supported.
34648         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34649         macro.
34650         (bit_FMA4_Usable): Updated.
34651         (index_FMA_Usable): New macro.
34652         (CPUID_FMA): Likewise
34653         (HAS_FMA): Defined with bit_FMA_Usable.
34654
34655 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34656
34657         * bits/types.h (__swblk_t): Type removed.
34658         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34659         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34660         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34661         (__SWBLK_T_TYPE): Likewise.
34662         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34663         (__SWBLK_T_TYPE): Likewise.
34664         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34665         (__SWBLK_T_TYPE): Likewise.
34666         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34667         (__SWBLK_T_TYPE): Likewise.
34668
34669 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34670             Honza Horak <hhorak@redhat.com>
34671
34672         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34673         (xdr_mapname): Use YPMAXMAP as maxsize.
34674         (xdr_peername): Use YPMAXPEER as maxsize.
34675         (xdr_keydat): Use YPAXRECORD as maxsize.
34676         (xdr_valdat): Use YPMAXRECORD as maxsize.
34677
34678 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34679
34680         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34681
34682         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34683         * csu/init-first.c: ... here.
34684         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34685         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34686         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34687         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34688         * sysdeps/i386/init-first.c: File removed.
34689         * sysdeps/sh/init-first.c: File removed.
34690
34691 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34692
34693         [BZ #14645]
34694         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34695         if x * y might underflow to zero and z is zero.
34696         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34697         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34698         * math/libm-test.inc (min_subnorm_value): New variable.
34699         (fma_test): Add more tests.
34700         (fma_test_towardzero): Likewise.
34701         (fma_test_downward): Likewise
34702         (fma_test_upward): Likewise.
34703         (initialize): Set min_subnorm_value.
34704
34705 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34706
34707         [BZ #14638]
34708         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34709         0 + 0.
34710         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34711         mode for addition resulting in exact zero.
34712         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34713         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34714         exact 0 + 0.
34715         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34716         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34717         * math/libm-test.inc (fma_test): Add more tests.
34718         (fma_test_towardzero): New function.
34719         (fma_test_downward): Likewise.
34720         (fma_test_upward): Likewise.
34721         (main): Call the new functions.
34722
34723 2012-09-28  David S. Miller  <davem@davemloft.net>
34724
34725         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34726
34727 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34728
34729         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34730         instead of SIGALRM.
34731
34732         * sysdeps/gnu/_G_config.h: Moved to ...
34733         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34734         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34735         * sysdeps/generic/_G_config.h: ... here.
34736
34737         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34738
34739         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34740
34741         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34742         Conditionalize target on [libnss_test1.so-version].
34743
34744         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34745
34746         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34747         (elfobjdir): Move out of conditionals.
34748
34749         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34750         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34751         (__nss_lookup_function): Conditionalize label remove_from_tree on
34752         [!DO_STATIC_NSS || SHARED], matching its only use.
34753
34754 2012-09-28  David S. Miller  <davem@davemloft.net>
34755
34756         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34757         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34758         file.
34759         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34760         sysdep_routines.
34761         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34762         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34763         when HWCAP_SPARC_CRYPTO is present.
34764
34765 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34766
34767         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34768
34769 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34770
34771         [BZ #6530]
34772         * stdio-common/vfprintf.c (process_string_arg): Revert
34773         2000-07-22 change.
34774
34775 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34776
34777         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34778         for testcase.
34779         * stdio-common/tst-sprintf.c: Include <locale.h>
34780         (main): Test sprintf's handling of incomplete multibyte
34781         characters.
34782
34783 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34784
34785         * elf/dl-runtime.c (VERSYMIDX): Removed.
34786         * elf/dl-version.c (VERSYMIDX): Likewise.
34787         * elf/do-rel.h (VERSYMIDX): Likewise.
34788         (VALIDX): Likewise.
34789         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34790         * elf/rtld.c (VALIDX): Likewise.
34791         (ADDRIDX): Likewise.
34792         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34793         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34794         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34795         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34796         (VALIDX): Likewise.
34797         (ADDRIDX): Likewise.
34798
34799 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34800
34801         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34802
34803 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34804
34805         [BZ #11438]
34806         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34807         to global scope.
34808         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34809         addresses are in the same scope as 192.0.2/24.
34810         * posix/gai.conf: Document new scope table defaults.
34811
34812 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34813
34814         [BZ #5298]
34815         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34816         for ftell.  Compute offsets from write pointers instead.
34817         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34818
34819 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34820
34821         [BZ #14543]
34822         * libio/Makefile (tests): New test case tst-fseek.
34823         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34824         combination works in wide mode.
34825         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34826         state when the external buffer state changes.
34827
34828 2012-09-27  David S. Miller  <davem@davemloft.net>
34829
34830         [BZ #14376]
34831         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34832         pass reloc->r_addend in as the 'high' argument to
34833         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34834
34835         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34836
34837 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34838
34839         * rt/tst-aio2.c: Include <pthread.h>.
34840         * rt/tst-aio3.c: Likewise.
34841
34842 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34843
34844         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34845
34846 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34847
34848         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34849         contents on [SHARED].
34850
34851 2012-09-26  Marek Polacek  <polacek@redhat.com>
34852
34853         [BZ #14530]
34854         [BZ #13741]
34855         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34856         for C++ and GCC <4.3 as well as for non GCC compilers.
34857
34858 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34859
34860         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34861
34862 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34863
34864         * Makefile.in (all, install): Declare with .PHONY.
34865         Reported by Michael Hope <michael.hope@linaro.org>.
34866
34867 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34868
34869         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34870         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34871         system header.
34872         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34873         Likewise.
34874         (sydep_routines): Add the new and the internal functions.
34875         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34876         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34878         (GLIBC_2.17): Add the new function.
34879         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34880         (GLIBC_2.17): Likewise.
34881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34882         (GLIBC_2.17): Likewise.
34883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34884         (GLIBC_2.17): Likewise.
34885         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34886
34887 2012-09-25  Alan Modra  <amodra@gmail.com>
34888
34889         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34890         Add release barrier before setting once_control to say
34891         initialisation is done.  Add hints on lwarx.  Use macro in
34892         place of isync.
34893         (clear_once_control): Add release barrier.
34894
34895 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34896
34897         [BZ #13629]
34898         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34899         specially.
34900         * math/s_clog10.c (__clog10): Likewise.
34901         * math/s_clog10f.c (__clog10f): Likewise.
34902         * math/s_clog10l.c (__clog10l): Likewise.
34903         * math/s_clogf.c (__clogf): Likewise.
34904         * math/s_clogl.c (__clogl): Likewise.
34905         * math/Makefile (libm-calls): Add x2y2m1.
34906         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34907         (__x2y2m1): Likewise.
34908         (__x2y2m1l): Likewise.
34909         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34910         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34911         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34912         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34913         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34914         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34915         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34916         * sysdeps/i386/fpu/libm-test-ulps: Update.
34917         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34918
34919         [BZ #14621]
34920         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34921         int as type of variable DEPTH.
34922         (glob): Use size_t instead of int as type of variables NEWCOUNT
34923         and OLD_PATHC.
34924
34925 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34926
34927         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34928         Add s_sincosf-sse2.
34929         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34930         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34931         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34932         macros for using routine as __sincosf_ia32.
34933         Use macro for function declaration and weak_alias.
34934         * sysdeps/i386/fpu/libm-test-ulps: Update.
34935
34936         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34937         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34938
34939         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34940         subnormal argument.
34941         * math/s_cexpf.c (__cexpf): Likewise.
34942         * math/s_csinf.c (__csinf): Likewise.
34943         * math/s_csinhf.c (__csinhf): Likewise.
34944         * math/s_ctanf.c (__ctanf): Likewise.
34945         * math/s_ctanhf.c (__ctanhf): Likewise.
34946         * math/s_ccosh.c (__ccoshf): Likewise.
34947         * math/s_cexp.c (__cexpl): Likewise.
34948         * math/s_csin.c (__csin): Likewise.
34949         * math/s_csinh.c (__csinh): Likewise.
34950         * math/s_ctan.c (__ctan): Likewise.
34951         * math/s_ctanh.c (ctanh): Likewise.
34952         * math/s_ccoshl.c (__ccoshl): Likewise.
34953         * math/s_cexpl.c (__cexpl): Likewise.
34954         * math/s_csinl.c (__csinl): Likewise.
34955         * math/s_csinhl.c (__csinhl): Likewise.
34956         * math/s_ctanl.c (__ctanl): Likewise.
34957         * math/s_ctanhl.c (__ctanhl): Likewise.
34958
34959 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34960
34961         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34962         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34963         (_IO_off_t): Define to __off_t, not _G_off_t.
34964         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34965         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34966         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34967         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34968         type of __dummy and __dummy2 fields.
34969         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34970         (_G_ssize_t): Likewise.
34971         (_G_off_t): Likewise.
34972         (_G_pid_t): Likewise.
34973         (_G_uid_t): Likewise.
34974         (_G_wchar_t): Likewise.
34975         (_G_wint_t): Likewise.
34976         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34977         (_G_ssize_t): Likewise.
34978         (_G_off_t): Likewise.
34979         (_G_pid_t): Likewise.
34980         (_G_uid_t): Likewise.
34981         (_G_wchar_t): Likewise.
34982         (_G_wint_t): Likewise.
34983         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34984         (_G_ssize_t): Likewise.
34985         (_G_off_t): Likewise.
34986         (_G_pid_t): Likewise.
34987         (_G_uid_t): Likewise.
34988         (_G_wchar_t): Likewise.
34989         (_G_wint_t): Likewise.
34990
34991 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34992
34993         * malloc/arena.c: Include malloc-sysdep.h.
34994         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34995         is sufficient to shrink the heap or an unmap is needed.
34996         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34997         new function check_may_shrink_heap.
34998         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34999         new function check_may_shrink_heap.
35000
35001 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35002
35003         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
35004         comments.
35005
35006 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
35007
35008         * catgets/test-gencat.sh: Add "set -e".
35009         * elf/tst-pathopt.sh: Likewise.
35010         * grp/tst_fgetgrent.sh: Likewise.
35011         * iconvdata/run-iconv-test.sh: Likewise.
35012         * intl/tst-gettext.sh: Likewise.
35013         * intl/tst-gettext2.sh: Likewise.
35014         * intl/tst-gettext4.sh: Likewise.
35015         * intl/tst-gettext6.sh: Likewise.
35016         * intl/tst-translit.sh: Likewise.
35017         * io/ftwtest-sh: Likewise.
35018         * libio/test-freopen.sh: Likewise.
35019         * malloc/tst-mtrace.sh: Likewise.
35020         * posix/globtest.sh: Likewise.
35021         * posix/tst-getconf.sh: Likewise.
35022         * posix/wordexp-tst.sh: Likewise.
35023         * stdio-common/tst-printf.sh: Likewise.
35024         * stdio-common/tst-unbputc.sh: Likewise.
35025         * stdlib/tst-fmtmsg.sh: Likewise.
35026         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35027         * catgets/Makefile: Do not specify -e option when running
35028         testsuite shell scripts.
35029         * elf/Makefile: Likewise.
35030         * grp/Makefile: Likewise.
35031         * iconvdata/Makefile: Likewise.
35032         * intl/Makefile: Likewise.
35033         * io/Makefile: Likewise.
35034         * libio/Makefile: Likewise.
35035         * malloc/Makefile: Likewise.
35036         * posix/Makefile: Likewise.
35037         * stdio-common/Makefile: Likewise.
35038         * stdlib/Makefile: Likewise.
35039         * sysdeps/x86_64/Makefile: Likewise.
35040
35041         * io/ftwtest-sh: Add copyright header.
35042         * posix/globtest.sh: Likewise.
35043         * posix/tst-getconf.sh: Likewise.
35044         * posix/wordexp-tst.sh: Likewise.
35045         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35046
35047 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
35048
35049         [BZ #13679]
35050         * Makeconfig (+link): Defined as $(+link-static) if
35051         $(build-shared) isn't yes.
35052         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
35053         isn't yes.
35054         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
35055
35056         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
35057
35058         [BZ #14562]
35059         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
35060         new chunk size with MALLOC_ALIGN_MASK.
35061
35062 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
35063
35064         [BZ #5044]
35065         * stdio-common/printf_fphex.c: Include <stdbool.h> and
35066         <rounding-mode.h>.
35067         (__printf_fphex): Determine rounding using get_rounding_mode and
35068         round_away.
35069         * stdio-common/tst-printf-round.c (struct hex_test): New
35070         structure.
35071         (hex_tests): New variable.
35072         (test_hex_in_one_mode): New function.
35073         (do_test): Also run tests for hex float output.
35074
35075 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
35076
35077         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35078         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35079         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
35080         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35081         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35082         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
35083         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35084         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35085
35086 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
35087
35088         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
35089         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
35090         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
35091         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
35092
35093 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
35094
35095         [BZ #14579]
35096         * elf/rtld.c (dl_main): Limit the check for self loading to normal
35097         mode only.
35098         * elf/tst-rtld-load-self.sh: New test.
35099         * elf/Makefile: Run it.
35100
35101 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
35102
35103         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
35104         (tst-writev-ENV): Remove.
35105         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
35106
35107 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
35108
35109         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
35110
35111 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
35112
35113         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
35114         unconditional.
35115         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
35116         Likewise.
35117         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
35118         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
35119         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
35120         Likewise.
35121
35122 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
35123
35124         [BZ #14587]
35125         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
35126         * config.make.in (have-cpp-asm-debuginfo): Removed.
35127         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
35128         * configure: Regenerated.
35129
35130 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
35131
35132         [BZ #5044]
35133         * stdio-common/printf_fp.c: Include <stdbool.h> and
35134         <rounding-mode.h>.
35135         (___printf_fp): Determine rounding using get_rounding_mode and
35136         round_away.
35137         * stdio-common/tst-printf-round.c: New file.
35138         * stdio-common/Makefile (tests): Add tst-printf-round.
35139         (link-libm): New variable.
35140         ($(objpfx)tst-printf-round): Depend in $(link-libm).
35141
35142 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
35143
35144         [BZ #14576]
35145         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
35146         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
35147         Likewise.
35148         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
35149         Likewise.
35150
35151 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
35152
35153         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35154         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35155         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35156         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35157
35158 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
35159
35160         [BZ #14518]
35161         * include/rounding-mode.h: New file.
35162         * sysdeps/generic/get-rounding-mode.h: Likewise.
35163         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35164         * stdlib/strtod_l.c: Include <rounding-mode.h>.
35165         (MAX_VALUE): New macro.
35166         (MIN_VALUE): Likewise.
35167         (overflow_value): New function.
35168         (underflow_value): Likewise.
35169         (round_and_return): Use overflow_value and underflow_value to
35170         determine return values in overflow and underflow cases.  Use
35171         round_away to determine rounding depending on rounding mode.
35172         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35173         determine return values in overflow and underflow cases.
35174         * stdlib/tst-strtod-round.c: Include <fenv.h>.
35175         (struct test_results): New structure.
35176         (struct test): Use struct test_results to store expected results
35177         for all rounding modes.
35178         (TEST): Include expected results for all rounding modes.
35179         (test_in_one_mode): New function.
35180         (do_test): Use test_in_one_mode to compute and check results.
35181         Check results for all rounding modes.
35182         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35183         $(link-libm).
35184
35185 2012-12-09  Allan McRae  <allan@archlinux.org>
35186
35187         * sysdeps/i386/fpu/libm-test-ulps: Update
35188
35189 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
35190
35191         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35192         (_G_int32_t): Likewise.
35193         (_G_uint16_t): Likewise.
35194         (_G_uint32_t): Likewise.
35195         (_G_HAVE_BOOL): Likewise.
35196         (_G_HAVE_ATEXIT): Likewise.
35197         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35198         (_G_HAVE_IO_FILE_OPEN): Likewise.
35199         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35200         (_G_int32_t): Likewise.
35201         (_G_uint16_t): Likewise.
35202         (_G_uint32_t): Likewise.
35203         (_G_HAVE_BOOL): Likewise.
35204         (_G_HAVE_ATEXIT): Likewise.
35205         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35206         (_G_HAVE_IO_FILE_OPEN): Likewise.
35207         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35208         (_G_int32_t): Likewise.
35209         (_G_uint16_t): Likewise.
35210         (_G_uint32_t): Likewise.
35211         (_G_HAVE_BOOL): Likewise.
35212         (_G_HAVE_ATEXIT): Likewise.
35213         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35214         (_G_HAVE_IO_FILE_OPEN): Likewise.
35215
35216 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
35217
35218         * csu/libc-tls.c: Update copyright years.
35219
35220 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
35221
35222         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35223         [!_G_USING_THUNKS]: Remove conditional code.
35224         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35225         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35226
35227         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35228         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35229         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35230         (_G_VTABLE_LABEL_PREFIX): Likewise.
35231         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35232         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35233         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35234         (_G_VTABLE_LABEL_PREFIX): Likewise.
35235         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35236         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35237         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35238         (_G_VTABLE_LABEL_PREFIX): Likewise.
35239         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35240
35241 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35242
35243         * libio/Makefile: Include ../Makeconfig before tests.
35244         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35245         only if $(build-shared) is yes.
35246
35247         * iconv/gconv_db.c: Update copyright years.
35248
35249 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35250
35251         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35252         unwind info if defined PIC. Fix special cases description.
35253         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35254
35255         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35256         DP_HI_MASK entry.
35257         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35258
35259 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35260
35261         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35262
35263         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35264         is NULL.
35265
35266         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35267         (LDLIBS-tst-chk4): This.
35268         (LDFLAGS-tst-chk5): Renamed to ...
35269         (LDLIBS-tst-chk5): This.
35270         (LDFLAGS-tst-chk6): Renamed to ...
35271         (LDLIBS-tst-chk6): This.
35272         (LDFLAGS-tst-lfschk4): Renamed to ...
35273         (LDLIBS-tst-lfschk4): This.
35274         (LDFLAGS-tst-lfschk5): Renamed to ...
35275         (LDLIBS-tst-lfschk5): This.
35276         (LDFLAGS-tst-lfschk6): Renamed to ...
35277         (LDLIBS-tst-lfschk6): This.
35278
35279         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35280         on $(common-objpfx)soversions.mk.
35281
35282 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35283
35284         [BZ #10014]
35285         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35286         example host name.
35287
35288 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35289
35290         * malloc/arena.c (arena_get_retry): New function that gets
35291         another arena for the caller to try its request on.
35292         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35293         current arena cannot fulfill the request.
35294         (__libc_memalign): Likewise.
35295         (__libc_memalign): Likewise.
35296         (__libc_pvalloc): Likewise.
35297         (__libc_calloc): Likewise.
35298
35299 2012-09-05  John Tobey  <john.tobey@gmail.com>
35300
35301         [BZ #13542]
35302         * manual/arith.texi (Operations on Complex): Fix description
35303         of carg branch cut.
35304
35305 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35306
35307         [BZ #10014]
35308         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35309         host name.
35310
35311         [BZ #10038]
35312         * manual/memory.texi (Memory): Make order of menu items match
35313         order of sections.
35314
35315 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35316
35317         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35318         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35319         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35320
35321 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35322
35323         * csu/libc-tls.c (static_dtv): Renamed to ...
35324         (_dl_static_dtv): This.  Make it global.
35325         (_dl_initial_dtv): Removed.
35326         (__libc_setup_tls): Updated.
35327         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35328         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35329         DL_INITIAL_DTV.
35330
35331 2012-09-06  Petr Machata  <pmachata@redhat.com>
35332
35333         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35334         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35335         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35336         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35337
35338 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35339
35340         [BZ #14545]
35341         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35342         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35343         freeing dtv[-1].
35344
35345 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35346
35347         [BZ #14544]
35348         * Makeconfig (link-static-before-libc): Replace $(+prector)
35349         with $(+prectorT).
35350         (link-static-after-libc): Replace $(+postctor) with
35351         $(+postctorT).
35352         (link-bounded): Replace $(+prector)/$(+postctor) with
35353         $(+prectorT)/$(+postctorT).
35354         (+prectorT): New macro.
35355         (+postctorT): Likewise.
35356
35357 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35358
35359         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35360         (round_str): Handle values above the maximum for IBM long double
35361         as inexact.
35362         * stdlib/tst-strtod-round.c (tests): Regenerated.
35363
35364 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35365
35366         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35367         assembler flag.
35368         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35369         zarch_nohighgprs around the zarch optimized routines.
35370         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35371         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35372         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35373         for zarch.
35374
35375 2012-09-05  David S. Miller  <davem@davemloft.net>
35376
35377         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35378
35379         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35380         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35381         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35382         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35383         entries.
35384
35385 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35386
35387         * malloc/arena.c: Fold copyright years.
35388         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35389
35390 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35391
35392         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35393
35394 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35395
35396         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35397
35398 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35399
35400         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35401         change internal state upon failure.
35402
35403 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35404
35405         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35406         * malloc/memusage.c (mmap): Likewise.
35407         (mmap64, mremap): Likewise.  Adjust name in comment.
35408
35409 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35410
35411         * libio/fileops.c: Fix typos in comments.
35412         * libio/oldfileops.c: Likewise.
35413         * libio/wfileops.c: Likewise.
35414
35415 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35416
35417         [BZ #1349]
35418         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35419         (tst-malloc-usable-ENV): Set environment for test case.
35420         * malloc/hooks.c (malloc_check_get_size): New function to get
35421         requested size.
35422         * malloc/malloc.c (musable): Use malloc_check_get_size.
35423         * malloc/tst-malloc-usable.c: New test case.
35424
35425 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35426
35427         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35428
35429 2012-09-05  Allan McRae  <allan@archlinux.org>
35430
35431         [BZ #13966]
35432         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35433         determine header location.
35434         * configure: Regenerated.
35435
35436 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35437
35438         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35439         float format.
35440         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35441         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35442         format.
35443         (test): Regenerate.
35444
35445 2012-09-04  David S. Miller  <davem@davemloft.net>
35446
35447         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35448         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35449         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35450
35451 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35452
35453         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35454         failures.
35455
35456         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35457
35458 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35459
35460         [BZ #9914]
35461         * libio/iogetdelim.c: Include <limits.h>.
35462         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35463         + len + 1 would overflow.
35464
35465 2012-09-03  Andreas Jaeger  <aj@suse.de>
35466
35467         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35468         * sysdeps/i386/fpu/libm-test-ulps: Update.
35469
35470 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35471
35472         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35473         Add s_sinf-sse2, s_conf-sse2.
35474
35475         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35476         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35477         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35478         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35479
35480         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35481         for using routine as __sinf_ia32.
35482         Use macro for function declaration and weak_alias.
35483         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35484         for using routine as __cosf_ia32.
35485         Use macro for function declaration and weak_alias.
35486
35487         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35488         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35489
35490         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35491         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35492         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35493
35494         * math/libm-test.inc (cos_test): Add more test cases.
35495         (sin_test): Likewise.
35496         (sincos_test): Likewise.
35497
35498 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35499
35500         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35501         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35502         hidden.
35503         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35504
35505 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35506
35507         [BZ #14538]
35508         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35509         first element of the GOT.
35510         (elf_machine_load_address): Return the difference between
35511         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35512
35513 2012-09-01  Allan McRae  <allan@archlinux.org>
35514
35515         [BZ #13412]
35516         * configure.in (AWK): Require gawk version 3.0 or later.
35517         * configure: Regenerated.
35518
35519 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35520
35521         * sysdeps/unix/sysv/linux/kernel-features.h
35522         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35523         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35524         [__NR_clock_getres]: Make code unconditional.
35525         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35526         (clock_getcpuclockid): Remove code left unreachable by removal of
35527         conditionals.
35528         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35529         code unconditional.
35530         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35531         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35532         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35533         Make code unconditional.
35534         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35535         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35536         * sysdeps/unix/sysv/linux/clock_settime.c
35537         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35538         conditional code.
35539         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35540         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35541
35542 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35543
35544         [BZ #14476]
35545         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35546         scripts/test-installation.pl.
35547
35548         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35549         and $ld_so_version if it is set.
35550
35551 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35552
35553         [BZ #14516]
35554         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35555         failure if reading from procfs failed.
35556         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35557
35558 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35559
35560         * sysdeps/unix/sysv/linux/kernel-features.h
35561         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35562         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35563         Remove conditional code.
35564         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35565         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35566         Remove conditional code.
35567         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35568         * sysdeps/unix/sysv/linux/i386/fxstat.c
35569         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35570         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35571         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35572         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35573         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35574         * sysdeps/unix/sysv/linux/i386/lxstat.c
35575         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35576         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35577         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35578         Remove conditional code.
35579         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35580         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35581         Remove conditional code.
35582         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35583         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35584         <kernel-features.h>.
35585         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35586         Remove.
35587         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35588         Remove conditional code.
35589         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35590         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35591         Remove conditional.
35592
35593 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35594
35595         [BZ #5400]
35596         * NEWS: Add fixed bug number.
35597
35598 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35599
35600         [BZ #14519]
35601         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35602         underflowing exponent in case of negative sign.
35603         * stdlib/tst-strtod-round-data: Add more tests.
35604         * stdlib/tst-strtod-round.c (tests): Regenerated.
35605
35606         [BZ #3479]
35607         * stdlib/strtod_l.c (NDIG): Remove.
35608         (HEXNDIG): Likewise.
35609         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35610         smallest representable value.
35611         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35612         lie within an exact representation of 1/2 ulp of the result.
35613         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35614         unconditionally.
35615         (TENS_P9_IDX): Define unconditionally.
35616         (TENS_P9_SIZE): Likewise.
35617         (TENS_P10_IDX): Likewise.
35618         (TENS_P10_SIZE): Likewise.
35619         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35620         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35621         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35622         entries for 10^2^13 and 10^2^14.
35623         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35624         (TENS_P13_IDX): Define.
35625         (TENS_P13_SIZE): Likewise.
35626         (TENS_P14_IDX): Likewise.
35627         (TENS_P14_SIZE): Likewise.
35628         (_fpioconst_pow10): Change array size to
35629         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35630         unconditional.
35631         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35632         1024]: Add entries for 10^2^13 and 10^2^14.
35633         [LAST_POW10 > _LAST_POW10]: Remove #error.
35634         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35635         (_fpioconst_pow10): Change array size to
35636         FPIOCONST_POW10_ARRAY_SIZE.
35637         * stdlib/gen-fpioconst.c: New file.
35638         * stdlib/gen-tst-strtod-round.c: Likewise.
35639         * stdlib/tst-strtod-round-data: Likewise.
35640         * stdlib/tst-strtod-round.c: Likewise.
35641         * stdlib/Makefile (tests): Add tst-strtod-round.
35642
35643         [BZ #14459]
35644         * stdlib/strtod_l.c: Include <stdint.h>.
35645         (NDEBUG): Do not define.
35646         (round_and_return): Change EXPONENT parameter to type intmax_t.
35647         Rearrange calculations to avoid internal overflow possibilities.
35648         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35649         Rearrange calculations to avoid internal overflow possibilities.
35650         Assert that number fits inside MPNSIZE limbs.
35651         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35652         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35653         calculations and add assertions to avoid internal overflow
35654         possibilities.  Add casts to avoid signed/unsigned operations.
35655         * stdlib/tst-strtod-overflow.c: New file.
35656         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35657
35658 2012-08-25  Marek Polacek  <polacek@redhat.com>
35659
35660         * time/time.h: Fix some typos in comments.
35661
35662 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35663
35664         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35665         * posix/tst-rfc3484-2.c: Likewise.
35666         * posix/tst-rfc3484-3.c: Likewise.
35667
35668 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35669
35670         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35671         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35672
35673 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35674
35675         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35676         #include of fxstatat64.c.
35677
35678 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35679
35680         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35681         * shadow/getspent_r.c: Likewise.
35682         * shadow/getspnam.c: Likewise.
35683         * shadow/getspnam_r.c: Likewise.
35684         * gshadow/getsgent.c: Likewise.
35685         * gshadow/getsgent_r.c: Likewise.
35686         * gshadow/getsgnam.c: Likewise.
35687         * gshadow/getsgnam_r.c: Likewise.
35688         * inet/getnetbyad.c: Likewise.
35689         * inet/getnetbyad_r.c: Likewise.
35690         * inet/getnetbynm.c: Likewise.
35691         * inet/getnetbynm_r.c: Likewise.
35692         * inet/getnetent.c: Likewise.
35693         * inet/getnetent_r.c: Likewise.
35694         * inet/getproto.c: Likewise.
35695         * inet/getproto_r.c: Likewise.
35696         * inet/getprtent.c: Likewise.
35697         * inet/getprtent_r.c: Likewise.
35698         * inet/getprtname.c: Likewise.
35699         * inet/getprtname_r.c: Likewise.
35700         * inet/getrpcbyname.c: Likewise.
35701         * inet/getrpcbyname_r.c: Likewise.
35702         * inet/getrpcbynumber.c: Likewise.
35703         * inet/getrpcbynumber_r.c: Likewise.
35704         * inet/getrpcent.c: Likewise.
35705         * inet/getrpcent_r.c: Likewise.
35706         * inet/getaliasent.c: Likewise.
35707         * inet/getaliasent_r.c: Likewise.
35708         * inet/getaliasname.c: Likewise.
35709         * inet/getaliasname_r.c: Likewise.
35710         * nscd/getgrgid_r.c: Likewise.
35711         * nscd/getgrnam_r.c: Likewise.
35712         * nscd/gethstbyad_r.c: Likewise.
35713         * nscd/gethstbynm3_r.c: Likewise.
35714         * nscd/getpwnam_r.c: Likewise.
35715         * nscd/getpwuid_r.c: Likewise.
35716         * nscd/getsrvbynm_r.c: Likewise.
35717         * nscd/getsrvbypt_r.c: Likewise.
35718         * nscd/gai.c: Likewise.
35719
35720         * configure.in (build_nscd): New substituted variable, set
35721         by --disable-build-nscd and defaults to $use_nscd.
35722         * configure: Regenerated.
35723         * config.make.in (build-nscd): New substituted variable.
35724         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35725         Change conditional to require [$(build-nscd) = yes] as well.
35726         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35727
35728         [BZ# 13696]
35729         * configure.in (use_nscd): New substituted variable, set by
35730         --disable-nscd.  If enabled, define USE_NSCD.
35731         * configure: Regenerated.
35732         * config.h.in: Add USE_NSCD.
35733         * config.make.in (use-nscd): New substituted variable.
35734         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35735         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35736         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35737         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35738         (CFLAGS-getgrnam_r.c): Likewise.
35739         (CFLAGS-initgroups.c): Likewise.
35740         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35741         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35742         Variables removed.
35743         * inet/getnetgrent_r.c
35744         (nscd_setnetgrent): New function, broken out of ...
35745         (setnetgrent): ... here.  Call it.
35746         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35747         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35748         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35749         * nscd/Makefile (routines, aux): Move definitions after include of
35750         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35751         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35752         Conditionalize on [USE_NSCD].
35753         (is_nscd, nscd_init_cb): Likewise.
35754         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35755         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35756         * nss/nss_db/db-init.c: Likewise.
35757         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35758         [USE_NSCD].
35759         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35760         (make_request): Use it.
35761         (cache_valid_p): New function.
35762         (__check_pf): Use it.
35763         * NEWS: Add item for --disable-nscd.
35764
35765 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35766
35767         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35768         to support sed >= 4.2.1-20-ga9bf076.
35769         * configure: Regenerated.
35770
35771 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35772
35773         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35774         Conditionalize whole body on [IREL].
35775
35776 2012-08-22  Jeff Law <law@redhat.com>
35777
35778         [BZ #14505]
35779         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35780         if the family is PF_UNSPEC.
35781
35782 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35783
35784         * Makerules (lib-version): Rename from V.
35785         (install-lib-nosubdir): Change V to lib-version.
35786
35787 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35788
35789         [BZ #14252]
35790         * powerpc32/power6/wcschr.c: New file.
35791         * powerpc32/power6/wcscpy.c: New file.
35792         * powerpc32/power6/wcsrchr.c: New file.
35793         * powerpc64/power6/wcschr.c: New file.
35794         * powerpc64/power6/wcscpy.c: New file.
35795         * powerpc64/power6/wcsrchr.c: New file.
35796
35797 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35798
35799         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35800         (two_way_short_needle): Use it.
35801         * string/strstr.c (AVAILABLE1_USES_J): Define.
35802         * string/strcasestr.c: Likewise.
35803
35804         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35805         array references.
35806         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35807
35808         [BZ #11607]
35809         * NEWS: Add an entry.
35810         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35811         define their defaults.
35812         (two_way_short_needle): Detect end-of-string on-the-fly.
35813         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35814         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35815         * string/bug-strcasestr1.c: New test.
35816         * string/Makefile: Run it.
35817
35818 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35819
35820         [BZ #11607]
35821         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35822         the first character.
35823
35824 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35825
35826         * csu/elf-init.c (__libc_csu_irel): Function removed.
35827         * csu/libc-start.c (apply_irel): New function.
35828         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35829
35830 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35831
35832         * sysdeps/unix/sysv/linux/kernel-features.h
35833         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35834         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35835         <kernel-features.h>.
35836         [__NR_fadvise64_64]: Make code unconditional.
35837         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35838         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35839         !__NR_fadvise64_64)]: Likewise.
35840         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35841         !__NR_fadvise64_64))]: Likewise.
35842         [__NR_fadvise64]: Make code unconditional.
35843         [!__NR_fadvise64]: Remove conditional code.
35844         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35845         <kernel-features.h>.
35846         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35847         unconditional.
35848         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35849         conditional code.
35850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35851         not include <kernel-features.h>.
35852         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35853         unconditional.
35854         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35855         conditional code.
35856         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35857         include <kernel-features.h>.
35858         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35859         unconditional.
35860         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35861         conditional code.
35862
35863 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35864
35865         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35866         slight instruction rearrangements per scrollpipe analysis.
35867         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35868
35869 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35870
35871         * manual/syslog.texi (syslog; vsyslog, closelog):
35872         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35873         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35874
35875         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35876         DSOCAPS to match condition on defining it.
35877
35878 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35879
35880         * sysdeps/unix/sysv/linux/kernel-features.h
35881         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35883         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35884         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35886         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35887         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35889         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35890         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35891
35892         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35893         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35894
35895         * sysdeps/unix/sysv/linux/kernel-features.h
35896         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35897         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35898         unconditional.
35899         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35900         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35901         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35902         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35903         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35904         Make code unconditional.
35905         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35906         (__mmap64) [!__NR_mmap2]: Likewise.
35907         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35908         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35909         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35910         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35911         [__NR_mmap2]: Make code unconditional.
35912         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35913         (__mmap64) [!__NR_mmap2]: Likewise.
35914
35915 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35916
35917         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35918
35919 2012-08-18  Andreas Jaeger  <aj@suse.de>
35920
35921         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35922
35923 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35924
35925         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35926         * include/unistd.h (__have_sock_cloexec): Likewise.
35927         (__have_pipe2): Likewise.
35928         (__have_dup3): Likewise.
35929
35930 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35931
35932         [BZ #9685]
35933         * include/unistd.h (__have_pipe2): Change define into an extern int.
35934         (__have_dup3): Likewise.
35935         * socket/have_sock_cloexec.c: Include fcntl.h.
35936         (__have_pipe2): New variable.
35937         (__have_dup3): Likewise.
35938
35939 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35940
35941         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35942
35943 2012-08-17  Marek Polacek  <polacek@redhat.com>
35944
35945         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35946         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35947
35948 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35949
35950         * configure.in: Add AC_SUBST for sysheaders.
35951         * configure: Regenerated.
35952         * config.make.in (sysheaders): New substituted variable.
35953
35954         * sysdeps/unix/mkfifo.c: Moved ...
35955         * sysdeps/posix/mkfifo.c: ... here.
35956         * sysdeps/unix/mkfifoat.c: Moved ...
35957         * sysdeps/posix/mkfifoat.c: ... here.
35958
35959         * sysdeps/unix/utime.c: Moved ...
35960         * sysdeps/posix/utime.c: ... here.
35961
35962         * sysdeps/unix/time.c: Moved ...
35963         * sysdeps/posix/time.c: ... here.
35964         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35965         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35966
35967         * sysdeps/unix/nice.c: Moved ...
35968         * sysdeps/posix/nice.c: ... here.
35969
35970         * sysdeps/unix/alarm.c: Moved ...
35971         * sysdeps/posix/alarm.c: ... here.
35972
35973         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35974
35975 2012-08-17  Jeff Law <law@redhat.com>
35976
35977         * intl/Makefile (codeset_mo): New variable.
35978         ($(codeset_mo)): New target.
35979         (tst-codeset.out): Depend on that.  Remove explicit rule.
35980         (tst-gettext3.out, tst-gettext5.out): Likewise.
35981         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35982         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35983         * intl/tst-codeset.sh: Remove.
35984         * intl/tst-gettext3.sh: Likewise.
35985         * intl/tst-gettext5.sh: Likewise.
35986
35987 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35988
35989         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35990         * sysdeps/unix/syscalls.list: ... here.
35991
35992         * sysdeps/posix/getaddrinfo.c
35993         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35994         (gaiconf_init, gaiconf_reload): Use them.
35995         [!_STATBUF_ST_NSEC]
35996         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35997         Define using time_t rather than struct timespec.
35998
35999         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
36000         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
36001         Macros removed.
36002         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
36003         [!NO_THREADS].
36004         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
36005         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
36006         Likewise.
36007
36008         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
36009         __libc_cleanup_push argument.
36010
36011         * bits/param.h: New file.
36012         * misc/sys/param.h: New file.
36013         * include/sys/param.h: New file.
36014         * misc/Makefile (headers): Add bits/param.h.
36015         * sysdeps/generic/sys/param.h: File removed.
36016         * sysdeps/unix/sysv/linux/bits/param.h: New file.
36017         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
36018         * sysdeps/mach/hurd/bits/param.h: New file.
36019         * sysdeps/mach/hurd/sys/param.h: File removed.
36020
36021         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
36022         last change.
36023
36024         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
36025         [_IO_MTSAFE_IO].
36026         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
36027         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
36028         New macros.
36029
36030         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
36031         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
36032         rather than -D_IO_MTSAFE_IO conditionally.
36033         * stdio-common/Makefile (CPPFLAGS): Likewise.
36034         * wcsmbs/Makefile (CPPFLAGS): Likewise.
36035         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
36036         Use $(libio-mtsafe).
36037         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
36038         of -D_IO_MTSAFE_IO.
36039         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
36040         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
36041         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
36042         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
36043         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
36044         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
36045         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
36046         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
36047         (CFLAGS-fread_u_chk.c): Likewise.
36048         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
36049         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
36050         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
36051         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
36052         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
36053         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
36054         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
36055         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
36056         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
36057
36058         * libio/Makefile: Test [$(libc-reentrant) = yes]
36059         instead of [$(filter %REENTRANT, $(defines)) nonempty].
36060
36061         * Makeconfig
36062         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
36063         * sysdeps/pthread/configure: File removed.
36064         * sysdeps/pthread/Makeconfig: New file.
36065         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
36066         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
36067
36068 2012-08-16  Gary Benson  <gbenson@redhat.com>
36069
36070         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
36071         unmapping the first object in a namespace.
36072
36073 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36074
36075         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
36076         (__internal_setnetgrent): ... this.  Add internal_function to
36077         definition.  Add libc_hidden_def.
36078         (setnetgrent): Update caller.
36079         (internal_endnetgrent): Renamed to ...
36080         (__internal_endnetgrent): ... this.  Add internal_function to
36081         definition.  Add libc_hidden_def.
36082         (endnetgrent): Update caller.
36083         (internal_getnetgrent_r): Renamed to ...
36084         (__internal_getnetgrent_r): ... this.  Add internal_function to
36085         definition.  Add libc_hidden_def.
36086         (__getnetgrent_r): Update caller.
36087         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
36088
36089 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36090
36091         * stdlib/longlong.h: Update from GCC.
36092
36093 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36094
36095         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
36096         on _QL, which is set by umul_ppmm but never used.
36097         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
36098         variables, which are set by GMP macros but never used.
36099         * stdio-common/_itowa.c (_itowa): Likewise.
36100         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
36101         * stdlib/mod_1.c (mpn_mod_1): Likewise.
36102
36103 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
36104
36105         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
36106         struct La_sh_regs is not constant.
36107         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
36108         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
36109         and struct La_sparc64_regs are not constant.
36110
36111 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36112
36113         * sysdeps/unix/sysv/linux/kernel-features.h
36114         (__ASSUME_POSIX_TIMERS): Remove.
36115         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36116         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36117         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
36118         Make code unconditional.
36119         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36120         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
36121         Make code unconditional.
36122         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36123         * sysdeps/unix/sysv/linux/clock_nanosleep.c
36124         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
36125         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36126         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
36127         Make code unconditional.
36128         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36129         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
36130         (__libc_missing_posix_timers): Remove.
36131
36132 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36133
36134         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
36135         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
36136
36137         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
36138
36139         * elf/dl-sym.c: Include <stdlib.h>.
36140
36141         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
36142         constants, which avoids warnings in 32-bit builds.
36143
36144         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
36145         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
36146
36147         * misc/lseek.c: File moved to ...
36148         * io/lseek.c: ... here.
36149
36150         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
36151
36152         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
36153         shifting LEN more than 31 bits at once.
36154
36155 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36156
36157         [BZ #14195]
36158         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36159         segmentation fault for a case of two empty input strings.
36160         * string/test-strncasecmp.c (check1): Renamed to...
36161         (bz12205): ...this.
36162         (bz14195): Add new testcase for two empty input strings and N > 0.
36163         (test_main): Call new testcase, adapt for renamed function.
36164
36165 2012-08-15  Andreas Jaeger  <aj@suse.de>
36166
36167         [BZ #14090]
36168         * crypt/md5test2.c: New test, based on test supplied by Serge
36169         Belyshev <belyshev@depni.sinp.msu.ru>.
36170         * crypt/Makefile (xtests): Add md5test-giant..
36171         * crypt/Makefile ($(objpfx)md5test-giant): Add.
36172
36173 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36174
36175         [BZ #14090]
36176         * crypt/md5.c (md5_process_block): Don't assume the buffer
36177         length is less than 2**32.
36178         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36179         length is less than 2**64.
36180
36181 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36182
36183         * string/str-two-way.h: Include <sys/param.h>.
36184         (MAX): Macro removed.
36185
36186         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36187         Move #define and #undef of memmove to just before and after
36188         including <string.h>.
36189
36190         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36191         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36192         and after including <string.h>.  Move declarations of
36193         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36194         to before #include "string/memmove.c".
36195
36196         * include/dirent.h: Declare __getdirentries.
36197
36198         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36199         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36200
36201 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
36202
36203         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36204         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36205         * sysdeps/i386/configure: Regenerated.
36206         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36207         STABS_CURRENT_FILE, and STABS_FUN.
36208         (END): Remove call to STABS_FUN_END.
36209         (STABS_CURRENT_FILE1): Delete.
36210         (STABS_CURRENT_FILE): Likewise.
36211         (STABS_FUN): Likewise.
36212         (STABS_FUN_END): Likewise.
36213         (STABS_FUN2): Likewise.
36214         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36215         * sysdeps/x86_64/configure: Regenerated.
36216
36217 2012-08-14  Roland McGrath  <roland@hack.frob.com>
36218
36219         * elf/dl-open.c: Include <atomic.h>.
36220         * elf/dl-lookup.c: Likewise.
36221
36222 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
36223
36224         * sysdeps/unix/sysv/linux/kernel-features.h
36225         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36226         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36227         unconditionally.
36228         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36229         unconditionally.
36230         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36231         condition on __ASSUME_CLONE_THREAD_FLAGS.
36232
36233 2012-08-14  Andreas Jaeger  <aj@suse.de>
36234
36235         * sysdeps/i386/fpu/libm-test-ulps: Update.
36236
36237 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36238
36239         * include/atomic.h (atomic_exchange_and_add): Split into ...
36240         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36241         New atomic macros.
36242
36243 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36244
36245         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36246
36247 2012-08-13  Jeff Law <law@redhat.com>
36248
36249         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36250         null byte in the output string.
36251
36252 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36253
36254         * sysdeps/unix/sysv/linux/kernel-features.h
36255         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36256         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36257         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36258         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36259         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36260         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36261         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36262
36263 2012-08-09  Jeff Law <law@redhat.com>
36264
36265         [BZ #13939]
36266         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36267         When avoid_arena is set, don't retry in the that arena.  Pick the
36268         next one, whatever it might be.
36269         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36270         (arena_lock): Pass in new parameter to arena_get2.
36271         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36272         arena_get2.
36273         (__libc_malloc): Unify retrying after main arena failure with
36274         __libc_memalign version.
36275         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36276
36277 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36278
36279         [BZ #14166]
36280         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36281         to __redirect_strstr.
36282         (__strstr_sse42): Use typeof __redirect_strstr.
36283         (__strstr_ia32): Likewise.
36284         (__libc_strstr): New prototype.
36285         (strstr): Renamed to ...
36286         (__libc_strstr): This.
36287         (strstr): New strong alias of __libc_strstr.
36288         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36289         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36290         __redirect_time.
36291         Include <time.h>.
36292         (__libc_time): New prototype.
36293         (time_ifunc): Replace time with __libc_time.
36294         (time): New strong alias and hidden definition of __libc_time.
36295         (__GI_time): Remove strong alias.
36296         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36297         Include <stddef.h>.
36298         (memmove): Redefined to __redirect_memmove.
36299         (__memmove_sse2): Use typeof __redirect_memmove.
36300         (__memmove_ssse3): Likewise.
36301         (__memmove_ssse3_back): Likewise.
36302         (__libc_memmove): New prototype.
36303         (memmove): Renamed to ...
36304         (__libc_memmove): This.
36305         (memmove): New strong alias of __libc_memmove.
36306
36307 2012-08-08  Mark Salter  <msalter@redhat.com>
36308
36309         * elf/elf.h
36310         (R_MN10300_TLS_GD): Define.
36311         (R_MN10300_TLS_LD): Likewise.
36312         (R_MN10300_TLS_LDO): Likewise.
36313         (R_MN10300_TLS_GOTIE): Likewise.
36314         (R_MN10300_TLS_IE): Likewise.
36315         (R_MN10300_TLS_LE): Likewise.
36316         (R_MN10300_TLS_DTPMOD): Likewise.
36317         (R_MN10300_TLS_DTPOFF): Likewise.
36318         (R_MN10300_TLS_TPOFF): Likewise.
36319         (R_MN10300_SYM_DIFF): Likewise.
36320         (R_MN10300_ALIGN): Likewise.
36321         (R_MN10300_NUM): Update.
36322
36323 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36324
36325         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36326         Remove.
36327
36328 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36329
36330         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36331
36332         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36333         sysdeps/unix -> sysdeps/posix move.
36334         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36335
36336 2012-08-07      Allan McRae     <allan@archlinux.org>
36337
36338         [BZ #14303]
36339         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36340         (SUNOS_CPP): Likewise.
36341         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36342         not found.
36343         (open_input): Call CPP using execvp.
36344
36345 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36346
36347         * sysdeps/unix/sysv/linux/kernel-features.h
36348         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36349         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36350         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36351         (__ASSUME_WAITID_SYSCALL): Likewise.
36352         * sysdeps/unix/sysv/linux/dl-execstack.c
36353         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36354         code unconditional.
36355         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36356         conditional code.
36357         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36358         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36359         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36360         code.
36361         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36362         unconditional.
36363         [__ASSUME_WAITID_SYSCALL]: Likewise.
36364         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36365
36366 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36367
36368         * sysdeps/unix/closedir.c: Renamed to ...
36369         * sysdeps/posix/closedir.c: ... here.
36370         * sysdeps/unix/dirfd.c: Renamed to ...
36371         * sysdeps/posix/dirfd.c: ... here.
36372         * sysdeps/unix/dirstream.h: Renamed to ...
36373         * sysdeps/posix/dirstream.h: ... here.
36374         * sysdeps/unix/fdopendir.c: Renamed to ...
36375         * sysdeps/posix/fdopendir.c: ... here.
36376         * sysdeps/unix/opendir.c: Renamed to ...
36377         * sysdeps/posix/opendir.c: ... here.
36378         * sysdeps/unix/readdir.c: Renamed to ...
36379         * sysdeps/posix/readdir.c: ... here.
36380         * sysdeps/unix/readdir_r.c: Renamed to ...
36381         * sysdeps/posix/readdir_r.c: ... here.
36382         * sysdeps/unix/rewinddir.c: Renamed to ...
36383         * sysdeps/posix/rewinddir.c: ... here.
36384         * sysdeps/unix/seekdir.c: Renamed to ...
36385         * sysdeps/posix/seekdir.c: ... here.
36386         * sysdeps/unix/telldir.c: Renamed to ...
36387         * sysdeps/posix/telldir.c: ... here.
36388         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36389         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36390         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36391         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36392
36393         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36394         * bits/fcntl.h: ... here.
36395
36396         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36397         not 0.
36398         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36399         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36400         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36401         (struct flock): Move l_start, l_len to the beginning.
36402         Use __pid_t for l_pid.
36403         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36404         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36405         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36406         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36407         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36408         [__USE_LARGEFILE64] (struct flock64): New type.
36409         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36410
36411         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36412         * bits/dirent.h: ... here.
36413
36414         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36415         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36416
36417 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36418
36419         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36420         Change from 2.6.0 to 2.6.16.
36421         * sysdeps/unix/sysv/linux/configure: Regenerated.
36422         * sysdeps/unix/sysv/linux/kernel-features.h
36423         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36424         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36425         version.
36426         (__ASSUME_UTIMES): Likewise.
36427         (__ASSUME_CLONE_STOPPED): Remove.
36428         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36429         architectures, not kernel version.
36430         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36431         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36432         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36433         (__ASSUME_WAITID_SYSCALL): Likewise.
36434         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36435         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36436         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36437         refer to older versions.
36438
36439 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36440
36441         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36442         Define alphasort64 as an alias.
36443         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36444         Define versionsort64 as an alias.
36445         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36446         Define scandir64 as an alias.
36447         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36448         Define scandirat64 as an alias.
36449         * dirent/alphasort64.c (alphasort64):
36450         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36451         * dirent/versionsort64.c: Likewise.
36452         * dirent/scandir64.c: Likewise.
36453         * dirent/scandirat64.c: Likewise.
36454         * sysdeps/wordsize-64/alphasort.c: File removed.
36455         * sysdeps/wordsize-64/alphasort64.c: File removed.
36456         * sysdeps/wordsize-64/scandir.c: File removed.
36457         * sysdeps/wordsize-64/scandir64.c: File removed.
36458         * sysdeps/wordsize-64/scandirat.c: File removed.
36459         * sysdeps/wordsize-64/scandirat64.c: File removed.
36460         * sysdeps/wordsize-64/versionsort.c: File removed.
36461         * sysdeps/wordsize-64/versionsort64.c: File removed.
36462         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36463         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36464         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36465         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36466         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36467         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36468         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36469         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36470
36471         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36472         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36473         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36474         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36475         [defined __arch64__ || defined __sparcv9]
36476         (__INO_T_MATCHES_INO64_T): New macro.
36477         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36478         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36479         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36480         * sysdeps/unix/sysv/linux/bits/dirent.h
36481         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36482         (_DIRENT_MATCHES_DIRENT64): New macro.
36483
36484         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36485         Define lockf64 as an alias.
36486         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36487         Define fseeko64 as an alias.
36488         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36489         Define ftello64 as an alias.
36490         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36491         Define _IO_fgetpos64 and fgetpos64 as aliases.
36492         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36493         Define _IO_fsetpos64 and fsetpos64 as aliases.
36494         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36495         Conditionalize body on this.
36496         * libio/fseeko64.c: Likewise.
36497         * libio/ftello64.c: Likewise.
36498         * libio/iofgetpos64.c: Likewise.
36499         * libio/iofsetpos64.c: Likewise.
36500         * sysdeps/wordsize-64/lockf.c: File removed.
36501         * sysdeps/wordsize-64/lockf64.c: File removed.
36502         * sysdeps/wordsize-64/fseeko.c: File removed.
36503         * sysdeps/wordsize-64/fseeko64.c: File removed.
36504         * sysdeps/wordsize-64/ftello.c: File removed.
36505         * sysdeps/wordsize-64/ftello64.c: File removed.
36506         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36507         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36508         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36509         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36510         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36511         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36512         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36513         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36514         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36515         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36516         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36517         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36518         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36519         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36520
36521         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36522         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36523         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36524         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36525         [defined __arch64__ || defined __sparcv9]
36526         (__OFF_T_MATCHES_OFF64_T): New macro.
36527         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36528         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36529         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36530         (__OFF_T_MATCHES_OFF64_T): New macro.
36531
36532 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36533
36534         * stdlib/secure-getenv.c (__secure_getenv): Replace
36535         GLIBC_2_16 with GLIBC_2_17.
36536
36537 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36538
36539         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36540         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36541
36542 2012-08-03  David S. Miller  <davem@davemloft.net>
36543
36544         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36545
36546 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36547
36548         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36549         Remove.
36550         (__ASSUME_CORRECT_SI_PID): Likewise.
36551         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36552         (__ASSUME_TMPFS_NAME): Likewise.
36553         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36554         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36555         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36556         (HAVE_AUX_SECURE): Make definition unconditional.
36557         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36558         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36559
36560 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36561
36562         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36563         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36564         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36565         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36566         __eloop_threshold instead of SYMLOOP_MAX.
36567
36568         * sysdeps/generic/eloop-threshold.h: New file.
36569         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36570         of MAXSYMLINKS.
36571         * elf/chroot_canon.c (chroot_canon): Likewise.
36572
36573 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36574
36575         [BZ #13717]
36576         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36577         Change to 2.6.0 everywhere.
36578         * sysdeps/unix/sysv/linux/configure: Regenerated.
36579         * sysdeps/unix/sysv/linux/kernel-features.h
36580         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36581         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36582         kernel versions.
36583         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36584         (__ASSUME_FUTEX_REQUEUE): Remove.
36585         (__ASSUME_STATFS64): Define unconditionally.
36586         (__ASSUME_AT_SECURE): Likewise.
36587         (__ASSUME_CORRECT_SI_PID): Likewise.
36588         (__ASSUME_TGKILL): Define without depending on kernel version for
36589         i386.
36590         (__ASSUME_UTIMES): Likewise.
36591         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36592         kernel version.
36593         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36594         (__ASSUME_TMPFS_NAME): Likewise.
36595         * README: Update reference to Linux kernel versions.
36596
36597 2012-08-02  Marek Polacek  <polacek@redhat.com>
36598
36599         [BZ# 14150]
36600         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36601         libc_cv_asm_type_prefix with %.
36602         * configure: Regenerated.
36603         * include/libc-symbols.h: Remove comment about
36604         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36605         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36606         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36607         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36608         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36609         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36610         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36611         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36612         * elf/tst-unique2mod1.c: Likewise.
36613         * elf/tst-unique1mod2.c: Likewise.
36614         * elf/tst-unique1mod1.c: Likewise.
36615         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36616         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36617         Replace ASM_TYPE_DIRECTIVE with .type.
36618         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36619         * sysdeps/i386/sysdep.h: Likewise.
36620         * sysdeps/x86_64/sysdep.h: Likewise.
36621         * sysdeps/sh/sysdep.h: Likewise.
36622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36623         Do not define ASM_TYPE_DIRECTIVE.
36624         * sysdeps/powerpc/sysdep.h: Likewise.
36625         * sysdeps/powerpc/powerpc32/sysdep.h:
36626         Replace ASM_TYPE_DIRECTIVE with .type.
36627         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36628         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36629         * sysdeps/i386/fpu/e_powf.S: Likewise.
36630         * sysdeps/i386/fpu/e_expl.S: Likewise.
36631         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36632         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36633         * sysdeps/i386/fpu/e_pow.S: Likewise.
36634         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36635         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36636         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36637         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36638         * sysdeps/i386/fpu/e_log2.S: Likewise.
36639         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36640         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36641         * sysdeps/i386/fpu/e_powl.S: Likewise.
36642         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36643         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36644         * sysdeps/i386/fpu/e_logl.S: Likewise.
36645         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36646         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36647         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36648         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36649         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36650         * sysdeps/i386/fpu/e_log.S: Likewise.
36651         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36652         * sysdeps/i386/fpu/e_logf.S: Likewise.
36653         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36654         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36655         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36656         * sysdeps/i386/fpu/e_log10.S: Likewise.
36657         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36658         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36659         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36660         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36661         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36662         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36663         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36664         * sysdeps/i386/i686/strtok.S: Likewise.
36665         * sysdeps/i386/i386-mcount.S: Likewise.
36666         * sysdeps/i386/strtok.S: Likewise.
36667         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36668         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36669         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36670         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36671         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36672         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36673         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36674         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36675         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36676         * sysdeps/x86_64/_mcount.S: Likewise.
36677         * sysdeps/x86_64/strtok.S: Likewise.
36678         * sysdeps/sh/_mcount.S: Likewise.
36679
36680 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36681
36682         * libio/iofopen.c: Include <fcntl.h>.
36683         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36684         (_IO_fopen64, fopen64): Define as aliases.
36685         * libio/iofopen64.c: Include <fcntl.h>.
36686         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36687         Conditionalize body on this.
36688         * sysdeps/wordsize-64/iofopen.c: File removed.
36689         * sysdeps/wordsize-64/iofopen64.c: File removed.
36690
36691 2012-08-01  Marek Polacek  <polacek@redhat.com>
36692
36693         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36694         Use dlfcn directly instead of a variable.
36695         (binfmt-subdir): Do not define.
36696         (dlfcn): Likewise.
36697
36698 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36699
36700         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36701         Remove all definitions.
36702         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36703         <kernel-features.h>.
36704         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36705         (miss_F_GETOWN_EX): Remove all definitions.
36706         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36707         macro definition.
36708         [!__ASSUME_FCNTL64]: Remove conditional code.
36709         [__ASSUME_FCNTL64]: Make code unconditional.
36710         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36711         <kernel-features.h>.
36712         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36713         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36714         (lockf64) [__NR_fcntl64]: Make code unconditional.
36715         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36716
36717         * sysdeps/unix/sysv/linux/kernel-features.h
36718         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36719         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36720         Make code unconditional.
36721         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36722         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36724         [__NR_vfork]: Make code unconditional.
36725         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36726         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36728         [__NR_vfork]: Make code unconditional.
36729         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36730         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36731
36732 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36733
36734         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36735         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36736
36737         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36738         Define mkstemp64 as an alias.
36739         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36740         Define mkstemps64 as an alias.
36741         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36742         Define mkostemp64 as an alias.
36743         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36744         Define mkostemps64 as an alias.
36745         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36746         Conditionalize body on this.
36747         * misc/mkostemp64.c: Likewise.
36748         * misc/mkostemps64.c: Likewise.
36749         * misc/mkstemps64.c: Likewise.
36750         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36751         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36752         * sysdeps/wordsize-64/mkostemp.c: File removed.
36753         * sysdeps/wordsize-64/mkstemp.c: File removed.
36754         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36755         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36756         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36757         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36758
36759         [BZ #14138]
36760         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36761         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36762         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36763         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36764
36765         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36766         compat_symbol macros from <shlib-compat.h> rather than the underlying
36767         default_symbol_version and symbol_version macros, so that DEFAULT
36768         lines in shlib-versions are respected.
36769         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36770
36771 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36772
36773         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36774         Declare with warn_unused_result.
36775         (setgid, setregid, setegid, setresgid): Likewise.
36776         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36777         Likewise.
36778         * WUR-REPORT: Remove set*id functions.
36779
36780 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36781
36782         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36783
36784 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36785
36786         [BZ #10191]
36787         * include/sys/socket.h (__libc_accept, __libc_accept4):
36788         Add attribute_hidden.
36789         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36790
36791         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36792         use of PTR_MANGLE.
36793         * inet/getnetgrent_r.c (setup): Likewise.
36794
36795         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36796
36797 2012-07-31  David S. Miller  <davem@davemloft.net>
36798
36799         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36800
36801 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36802
36803         [BZ #13629]
36804         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36805         value between 1.0 and 2.0 and smaller part has absolute value less
36806         than 1.0.
36807         * math/s_clog10.c (__clog10): Likewise.
36808         * math/s_clog10f.c (__clog10f): Likewise.
36809         * math/s_clog10l.c (__clog10l): Likewise.
36810         * math/s_clogf.c (__clogf): Likewise.
36811         * math/s_clogl.c (__clogl): Likewise.
36812         * math/libm-test.inc (clog_test): Add more tests.
36813         (clog10_test): Likewise.
36814         * sysdeps/i386/fpu/libm-test-ulps: Update.
36815         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36816
36817 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36818
36819         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36820         Exit with zero in case no suitable GID is found, and write a
36821         message to standard error.
36822
36823 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36824
36825         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36826         rather than to 1.
36827         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36828         (MAXPATHLEN): Removed.
36829         (NOGROUP, NODEV): New macros.
36830         (setbit, clrbit, isset, isclr): New macros.
36831         (howmany, roundup, powerof2): New macros.
36832         (DEV_BSIZE): New macro.
36833
36834         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36835         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36836
36837         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36838         definition on [!__NO_LONG_DOUBLE_MATH].
36839
36840         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36841         PTR_MANGLE and PTR_DEMANGLE.
36842
36843         * socket/accept4.c (accept4): Rename to __libc_accept4.
36844         Define accept4 as a weak alias.
36845
36846         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36847         on [_DIRENT_HAVE_D_TYPE].
36848         * io/ftw.c (ftw_dir): Likewise.
36849
36850         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36851
36852         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36853
36854         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36855         Use the BSD numbers rather than the arbitrary ones we had.
36856         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36857         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36858         (SIGXCPU, SIGXFSZ): New macros.
36859         (_NSIG): Now 32.
36860
36861         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36862         initializer on [_LIBC_REENTRANT].
36863
36864         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36865         definitions inside [_POSIX_MAPPED_FILES].
36866
36867         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36868
36869         * dirent/opendir.c: Include <fcntl.h>.
36870
36871         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36872         (__libc_getspecific): Likewise.
36873         (__libc_key_create): Likewise.
36874
36875         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36876         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36877         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36878         (tmpfile64): Define as alias.
36879         * sysdeps/wordsize-64/tmpfile.c: File removed.
36880         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36881         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36882         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36883
36884         * stdio-common/vfscanf.c: Include <stdbool.h>.
36885         * nss/makedb.c: Likewise.
36886         * stdio-common/_i18n_number.h: Likewise.
36887         * argp/argp-help.c: Likewise.
36888         * posix/wordexp.c: Likewise.
36889         * sysdeps/posix/spawni.c: Likewise.
36890         * nss/nss_files/files-initgroups.c: Likewise.
36891         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36892         * nss/nss_files/files-initgroups.c: Likewise.
36893         * nss/nss_db/db-netgrp.c: Likewise.
36894         * nss/nss_db/db-initgroups.c: Likewise.
36895         * io/fchmodat.c: Include <sys/stat.h>.
36896
36897         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36898         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36899
36900         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36901         [HAVE_MMAP].
36902
36903         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36904         Add multiple inclusion protection.
36905
36906 2012-07-27  David S. Miller  <davem@davemloft.net>
36907
36908         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36909
36910 2012-07-27  Gary Benson  <gbenson@redhat.com>
36911
36912         [BZ #14298]
36913         * elf/rtld.c: Include <stap-probe.h>.
36914         (dl_main): Added static probes "init_start" and "init_complete".
36915         * elf/dl-load.c: Include <stap-probe.h>.
36916         (lose): Take new parameter "nsid".
36917         Added static probe "map_failed".
36918         (_dl_map_object_from_fd): Pass namespace id to lose.
36919         Added static probe "map_start".
36920         (open_verify): Pass namespace id to lose.
36921         * elf/dl-open.c: Include <stap-probe.h>.
36922         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36923         and "reloc_complete".
36924         * elf/dl-close.c: Include <stap-probe.h>.
36925         (_dl_close_worker): Added static probes "unmap_start" and
36926         "unmap_complete".
36927         * elf/rtld-debugger-interface.txt: New file documenting the above.
36928
36929 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36930
36931         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36932         rather than a string variable.
36933         * sunrpc/rpc_main.c (h_output): Likewise.
36934         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36935
36936 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36937
36938         * inet/check_native.c: New file.
36939
36940 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36941
36942         [BZ #13629]
36943         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36944         if larger part has absolute value 1.0.
36945         * math/s_clog10.c (__clog10): Likewise.
36946         * math/s_clog10f.c (__clog10f): Likewise.
36947         * math/s_clog10l.c (__clog10l): Likewise.
36948         * math/s_clogf.c (__clogf): Likewise.
36949         * math/s_clogl.c (__clogl): Likewise.
36950         * math/libm-test.inc (clog_test): Add more tests.
36951         (clog10_test): Likewise.
36952         * sysdeps/i386/fpu/libm-test-ulps: Update.
36953         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36954
36955         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36956         (pltexit): Likewise.
36957         (La_regs): Likewise.
36958         (La_retval): Likewise.
36959         (int_retval): Likewise.
36960         Update #error for removed macros to refer only to definitions in
36961         tst-audit.h.
36962         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36963         macro.
36964         (pltexit): Likewise.
36965         (La_regs): Likewise.
36966         (La_retval): Likewise.
36967         (int_retval): Likewise.
36968         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36969         macro.
36970         (pltexit): Likewise.
36971         (La_regs): Likewise.
36972         (La_retval): Likewise.
36973         (int_retval): Likewise.
36974         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36975         macro.
36976         (pltexit): Likewise.
36977         (La_regs): Likewise.
36978         (La_retval): Likewise.
36979         (int_retval): Likewise.
36980         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36981         macro.
36982         (pltexit): Likewise.
36983         (La_regs): Likewise.
36984         (La_retval): Likewise.
36985         (int_retval): Likewise.
36986         * elf/tst-auditmod6c.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-auditmod7b.c (pltenter): Remove all definitions of
36993         macro.
36994         (pltexit): Likewise.
36995         (La_regs): Likewise.
36996         (La_retval): Likewise.
36997         (int_retval): Likewise.
36998         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36999         macro definitions in tst-audit.h.
37000         * sysdeps/i386/tst-audit.h: New file.
37001         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
37002         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
37003         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
37004         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
37005         * sysdeps/sh/tst-audit.h: Likewise.
37006         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
37007         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
37008         * sysdeps/x86_64/tst-audit.h: Likewise.
37009
37010 2012-07-26  Andreas Jaeger  <aj@suse.de>
37011
37012         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
37013         ptrace.
37014
37015         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
37016         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
37017         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
37018         PTRACE_O_MASK.
37019         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
37020         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
37021         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
37022
37023         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
37024         value.
37025
37026         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
37027         _sigsys.
37028         (si_call_addr, si_syscall, si_arch): Define new macro.
37029         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
37030         _sigsys.
37031         (si_call_addr, si_syscall, si_arch): Define new marcro.
37032         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
37033         _sigsys.
37034         (si_call_addr, si_syscall, si_arch): Define new macro.
37035         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
37036         _sigsys.
37037         (si_call_addr, si_syscall, si_arch): Define new macro.
37038
37039 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37040
37041         [BZ #13717]
37042         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37043         Change to 2.4.21 where previously 2.4.1.
37044         * sysdeps/unix/sysv/linux/configure: Regenerated.
37045         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
37046         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
37047         Linux kernel version.
37048         (__ASSUME_STD_AUXV): Remove.
37049         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
37050         kernel version.
37051         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
37052         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
37053         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
37054         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
37055         (__ASSUME_NETLINK_SUPPORT): Likewise.
37056         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
37057         (__no_netlink_support): Remove conditional definition.
37058         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
37059         Remove.
37060         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37061         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
37062         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
37063         (if_nameindex_ioctl): Remove.
37064         (if_nameindex_netlink): Do not handle __no_netlink_support.
37065         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37066         code.
37067         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
37068         Remove conditional code.
37069         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37070         code.
37071         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
37072         unconditional.
37073         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37074         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
37075         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
37076         Remove.
37077         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
37078         [!__ASSUME_STD_AUXV]: Remove conditional code.
37079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
37080         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
37081         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
37082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
37083         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
37084         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37085         code.
37086         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37087         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37088         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
37089         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37090         conditional code.
37091         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37093         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37094         code.
37095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37096         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37097         conditional code.
37098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
37099         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37100         code unconditional.
37101         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37102         conditional code.
37103         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37104         unconditional.
37105         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37106         conditional code.
37107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
37108         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37109         unconditional.
37110         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37111         conditional code.
37112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
37113         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37114         code unconditional.
37115         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37116         conditional code.
37117         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37118         unconditional.
37119         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37120         conditional code.
37121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
37122         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37123         code unconditional.
37124         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37125         conditional code.
37126         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37127         unconditional.
37128         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37129         conditional code.
37130
37131 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
37132
37133         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
37134         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
37135         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
37136         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
37137         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
37138         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
37139         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
37140         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
37141         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
37142         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
37143         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
37144         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
37145         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
37146         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
37147         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
37148         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
37149         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
37150         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
37151         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
37152         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
37153         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37154         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37155         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37156
37157 2012-07-25  Florian Weimer  <fweimer@redhat.com>
37158
37159         * Versions.def: Add GLIBC_2.17.
37160         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37161         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37162         Introduce __libc_secure_getenv.
37163         * stdlib/Versions (2.17): Add secure_getenv
37164         (GLIBC_PRIVATE): Add __libc_secure_getenv.
37165         * stdlib/secure-getenv.c: Rename __secure_getenv to
37166         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
37167         symbol __secure_getenv for GLIBC_2.0.
37168         * stdlib/tst-secure-getenv.c: New.
37169         * stdlib/Makefile (tests): Add testcase.
37170         * manual/startup.texi (Environment Access): Document
37171         secure_getenv.
37172         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37173         __libc_secure_getenv.
37174         * inet/ruserpass.c (ruserpass): Likewise.
37175         * malloc/mtrace.c (mtrace): Likewise.
37176         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
37177         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
37178         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37179         * sysdeps/posix/tempname.c: Likewise.  Evaluate
37180         HAVE_SECURE_GETENV.
37181         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
37182         __secure_getenv to __libc_secure_getenv.
37183         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
37184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37185         Likewise.
37186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37187         Likewise.
37188         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37189         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37190         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37191         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37192         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37193         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37194         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37195
37196 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37197
37198         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37199         (struct La_i86_retval): Likewise.
37200         (struct La_x86_64_regs): Likewise.
37201         (struct La_x86_64_retval): Likewise.
37202         (struct La_x32_regs): Likewise.
37203         (struct La_x32_retval): Likewise.
37204         (struct La_ppc32_regs): Likewise.
37205         (struct La_ppc32_retval): Likewise.
37206         (struct La_ppc64_regs): Likewise.
37207         (struct La_ppc64_retval): Likewise.
37208         (struct La_sh_regs): Likewise.
37209         (struct La_sh_retval): Likewise.
37210         (struct La_s390_32_regs): Likewise.
37211         (struct La_s390_32_retval): Likewise.
37212         (struct La_s390_64_regs): Likewise.
37213         (struct La_s390_64_retval): Likewise.
37214         (struct La_sparc32_regs): Likewise.
37215         (struct La_sparc32_retval): Likewise.
37216         (struct La_sparc64_regs): Likewise.
37217         (struct La_sparc64_retval): Likewise.
37218         (struct audit_ifaces): Remove architecture-specific pltenter and
37219         pltexit members.
37220         * sysdeps/i386/ldsodefs.h: New file.
37221         * sysdeps/powerpc/ldsodefs.h: Likewise.
37222         * sysdeps/s390/ldsodefs.h: Likewise.
37223         * sysdeps/sh/ldsodefs.h: Likewise.
37224         * sysdeps/sparc/ldsodefs.h: Likewise.
37225         * sysdeps/x86_64/ldsodefs.h: Likewise.
37226
37227 2012-07-25  Marek Polacek  <polacek@redhat.com>
37228
37229         [BZ #6808]
37230         * math/libm-test.inc (yn_test): Add another test.
37231         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37232         to ERANGE when the result is +-Inf.
37233         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37234         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37235         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37236         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37237
37238 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37239
37240         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37241         equal to 0.
37242         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37243         clock_t.
37244         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37245
37246 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37247
37248         * configure.in <sysdeps resolving>: Correct printing
37249         Implies_before.
37250         * configure: Regenerate.
37251
37252 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37253
37254         * math/w_ilogb.c: Include <limits.h>.
37255         * math/w_ilogbl.c: Likewise.
37256
37257 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37258
37259         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37260         va_copy.  Document allowing for unavailable va_copy only as
37261         pre-C99 compatibility.
37262         * manual/string.texi (Copying and Concatenation): Use va_copy
37263         instead of __va_copy in concat example.
37264
37265 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37266
37267         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37268         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37269         it if not null.
37270
37271         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37272         with O_NOLINK passed to __file_name_lookup.
37273
37274         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37275         with O_NOLINK passed to __file_name_lookup.
37276
37277         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37278         negative N or less than NGIDS.
37279
37280         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37281         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37282         enough.  Use memcpy instead of strncpy.
37283
37284 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37285
37286         * elf/Makefile (check-data): Remove.
37287         (localplt.data): New vpath directive.
37288         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37289         instead of $(check-data).
37290         * scripts/data/localplt-generic.data: Move to ...
37291         * sysdeps/generic/localplt.data: ... here.
37292         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37293         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37294         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37296         ... here.
37297         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37299         ... here.
37300         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37301         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37302         ... here.
37303         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37304         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37305         ... here.
37306         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37307         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37308         ... here.
37309         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37310         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37311         ... here.
37312
37313 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37314
37315         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37316         PPC32 and PPC64 files.
37317         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37318         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37319
37320 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37321
37322         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37323         __makecontext_ret to ...
37324         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37325         ... here and call exit if uc_link is NULL.  New file.
37326         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37327         __makecontext_ret.S.
37328         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37329         __makecontext_ret to ...
37330         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37331         ... here and call exit if uc_link is NULL.  New file.
37332         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37333         __makecontext_ret.S.
37334
37335 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37336
37337         * elf/elf.h (R_390_IRELATIVE): New definition.
37338         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37339         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37340         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37341         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37342         (elf_machine_lazy_rel): Likewise.
37343         * sysdeps/s390/dl-irel.h: New file.
37344         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37345         * sysdeps/s390/s390-64/memset.S: New asm code.
37346         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37347         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37348         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37349         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37350         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37351         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37352         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37353         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37354         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37355         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37356         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37357         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37358         * sysdeps/s390/s390-32/memset.S: New asm code.
37359         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37360
37361 2012-07-17  Marek Polacek  <polacek@redhat.com>
37362
37363         [BZ #14349]
37364         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37365         * sysdeps/s390/s390-64/configure.in: Likewise.
37366         * sysdeps/sparc/configure.in: Likewise.
37367         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37368         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37369         * sysdeps/i386/configure.in: Likewise.
37370         * sysdeps/x86_64/configure.in: Likewise.
37371         * sysdeps/sh/configure.in: Likewise.
37372         * sysdeps/s390/s390-32/configure: Regenerated.
37373         * sysdeps/s390/s390-64/configure: Likewise.
37374         * sysdeps/x86_64/configure: Likewise.
37375         * sysdeps/sh/configure: Likewise.
37376         * sysdeps/powerpc/powerpc64/configure: Likewise.
37377         * sysdeps/powerpc/powerpc32/configure: Likewise.
37378         * sysdeps/sparc/configure: Likwise.
37379         * sysdeps/i386/configure: Likewise.
37380
37381         * elf/dl-open.c: Comment fixes.
37382
37383 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37384
37385         * Makefile [CXX] (check-data): Remove.
37386         [CXX] (c++-types.data): New vpath directive.
37387         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37388         vpath.  Do not allow for C++ type data being missing.
37389         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37390         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37391         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37392         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37393         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37394         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37395         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37397         ... here.
37398         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37400         ... here.
37401         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37402         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37403         ... here.
37404         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37405         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37406         ... here.
37407         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37408         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37409         ... here.
37410         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37411         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37412         ... here.
37413         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37414         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37415         ... here.
37416         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37417         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37418
37419         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37420         definitions to architecture-specific files.
37421         (TLS_IE): Likewise.
37422         (TLS_LD): Likewise.
37423         (TLS_GD): Likewise.
37424         * sysdeps/i386/tls-macros.h: New file.
37425         * sysdeps/powerpc/tls-macros.h: Likewise.
37426         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37427         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37428         * sysdeps/sh/tls-macros.h: Likewise.
37429         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37430         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37431         * sysdeps/x86_64/tls-macros.h: Likewise.
37432
37433 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37434
37435         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37436         zero value for regular exit case.
37437
37438         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37439         (__start_context): Preserve zero value for regular exit case.
37440
37441 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37442             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37443
37444         * manual/setjmp.texi (setcontext): Clarify normal process
37445         termination when uc_link is the null pointer.
37446         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37447         exit call.
37448
37449 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37450
37451         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37452         preprocessor.  Test for each exception mask separately.
37453
37454 2012-07-16  Andreas Jaeger  <aj@suse.de>
37455
37456         * po/ru.po: Update from translation team.
37457
37458 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37459
37460         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37461         equal to 0.
37462         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37463         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37464         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37465         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37466         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37467
37468 2012-07-13  Andreas Jaeger  <aj@suse.de>
37469
37470         * po/fr.po: Update from translation team.
37471
37472 2012-07-12  Marek Polacek  <polacek@redhat.com>
37473
37474         [BZ #14173]
37475         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37476         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37477         loop condition.
37478
37479 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37480
37481         [BZ #13717]
37482         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37483         Change to 2.4.1 where previously 2.4.0.
37484         * sysdeps/unix/sysv/linux/configure: Regenerated.
37485         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37486         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37487         version.
37488         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37489         (__ASSUME_AT_CLKTCK): Remove.
37490         (__ASSUME_AT_PAGESIZE): Likewise.
37491         (__ASSUME_AT_XID): Likewise.
37492         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37493         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37494         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37495         unconditionally.
37496         (HAVE_AUX_PAGESIZE): Likewise.
37497         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37498         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37499         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37500
37501 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37502
37503         [BZ #14307]
37504         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37505         the temporary buffer used to invoke __gethostbyname2_r,
37506         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37507         host_data / struct gaih_addrtuple.
37508         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37509         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37510         header file nss/nsswitch.h.
37511         * nss/nsswitch.h (global scope): Add definition of implementation
37512         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37513         resolv/nss_dns/dns-host.c).
37514
37515 2012-07-11  Andreas Jaeger  <aj@suse.de>
37516
37517         * po/fr.po: Update from translation team.
37518
37519         * po/sv.po: Update from translation team
37520         * po/fr.po: Another update from translation team.
37521
37522 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37523
37524         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37525         for subnormals or multiply small sinh result by itself.
37526         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37527         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37528
37529 2012-07-11  David S. Miller  <davem@davemloft.net>
37530
37531         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37532
37533 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37534
37535         [BZ #14347]
37536         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37537         (INTERNAL_MARK): Shift it here.
37538
37539 2012-07-10  Marek Polacek  <polacek@redhat.com>
37540
37541         [BZ #14151]
37542         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37543         libc_cv_asm_global_directive with .globl.
37544         * configure: Regenerated.
37545         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37546         with .globl.
37547         * sysdeps/i386/configure: Regenerated.
37548         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37549         with .globl.
37550         * sysdeps/x86_64/configure: Regenerated.
37551         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37552         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37553         * elf/tst-unique2mod2.c: Likewise.
37554         * elf/tst-unique2mod1.c: Likewise.
37555         * elf/tst-unique1mod2.c: Likewise.
37556         * elf/tst-unique1mod1.c: Likewise.
37557         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37558         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37559         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37560         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37561         * sysdeps/mach/sysdep.h: Likewise.
37562         * sysdeps/i386/sysdep.h: Likewise.
37563         * sysdeps/i386/i386-mcount.S: Likewise.
37564         * sysdeps/x86_64/_mcount.S: Likewise.
37565         * sysdeps/x86_64/sysdep.h: Likewise.
37566         * sysdeps/sh/_mcount.S: Likewise.
37567         * sysdeps/sh/sysdep.h: Likewise.
37568         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37569         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37570         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37571         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37572         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37573         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37574         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37575         * locale/localeinfo.h: Likewise.
37576         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37577         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37578
37579 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37580
37581         [BZ #14336]
37582         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37583         system".
37584         * manual/message.texi (The Uniforum approach): Likewise.
37585         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37586         (glibc iconv Implementation): Likewise.
37587
37588 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37589
37590         [BZ #14337]
37591         * math/s_clog.c (__clog): Avoid scaling a value down where that
37592         could result in underflow.
37593         * math/s_clog10.c (__clog10): Likewise.
37594         * math/s_clog10f.c (__clog10f): Likewise.
37595         * math/s_clog10l.c (__clog10l): Likewise.
37596         * math/s_clogf.c (__clogf): Likewise.
37597         * math/s_clogl.c (__clogl): Likewise.
37598         * math/libm-test.inc (clog_test): Add more tests.
37599         (clog10_test): Likewise.
37600         * sysdeps/i386/fpu/libm-test-ulps: Update.
37601         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37602
37603 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37604
37605         [BZ #14283]
37606         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37607         by 7 not 8 to examine high bit of fractional part.
37608
37609         [BZ #14042]
37610         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37611         for call to __mcount_internal.
37612         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37613         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37614         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37615
37616 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37617
37618         [BZ #14154]
37619         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37620         approximation for values within 0x1p-13f of an odd multiple of
37621         pi/4.
37622         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37623         exception.  Add more tests.
37624         * sysdeps/i386/fpu/libm-test-ulps: Update.
37625
37626         [BZ #6778]
37627         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37628         inputs and return -1 for them.  Do not check for +Inf in case not
37629         reachable for +Inf.
37630         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37631         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37632         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37633         and return -1 for them.  Do not check for +Inf in case not
37634         reachable for +Inf.
37635         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37636         define.
37637         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37638         and return -1 for them.  Do not check for +Inf in case not
37639         reachable for +Inf.
37640         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37641         spurious underflow.
37642         * sysdeps/i386/fpu/libm-test-ulps: Update.
37643         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37644
37645 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37646
37647         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37648
37649 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37650
37651         [BZ #14157]
37652         [BZ #14331]
37653         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37654         could result in spurious underflow.  Scale down values above
37655         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37656         * math/s_csqrtf.c (__csqrtf): Likewise.
37657         * math/s_csqrtl.c (__csqrtl): Likewise.
37658         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37659         spurious underflow.
37660         * sysdeps/i386/fpu/libm-test-ulps: Update.
37661         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37662
37663 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37664
37665         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37666         xopen-msg.sed.
37667         * catgets/xopen-msg.awk: New file.
37668         * catgets/xopen-msg.sed: Removed.
37669
37670         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37671         po2text.sed.
37672         * intl/po2test.awk: New file.
37673         * intl/po2test.sed: Removed.
37674
37675 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37676
37677         [BZ #14328]
37678         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37679         or multiply small sinh result by itself.
37680         * math/s_ctanf.c (__ctanf): Likewise.
37681         * math/s_ctanh.c (__ctanh): Likewise.
37682         * math/s_ctanhf.c (__ctanhf): Likewise.
37683         * math/s_ctanhl.c (__ctanhl): Likewise.
37684         * math/s_ctanl.c (__ctanl): Likewise.
37685         * math/libm-test.inc (ctan_test_tonearest): New function.
37686         (ctan_test_towardzero): Likewise.
37687         (ctan_test_downward): Likewise.
37688         (ctan_test_upward): Likewise.
37689         (ctanh_test_tonearest): Likewise.
37690         (ctanh_test_towardzero): Likewise.
37691         (ctanh_test_downward): Likewise.
37692         (ctanh_test_upward): Likewise.
37693         (main): Call these new functions.
37694         * sysdeps/i386/fpu/libm-test-ulps: Update.
37695         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37696
37697 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37698
37699         * .gitignore: Delete /ports entry.
37700
37701 2012-07-03  Andreas Jaeger  <aj@suse.de>
37702
37703         * po/bg.po: Update from translation team.
37704         * po/cs.po: Likewise.
37705         * po/de.po: Likewise.
37706         * po/hr.po: Likewise.
37707         * po/nl.pl: Likewise.
37708         * po/pl.po: Likewise.
37709         * po/vi.po: Likewise.
37710
37711 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37712
37713         * Makeconfig [!+link] (+link-before-libc): New variable.
37714         [!+link] (+link-after-libc): Likewise.
37715         [!+link] (+link-tests): Likewise.
37716         [!+link] (+link): Define in terms of $(+link-before-libc) and
37717         $(+link-after-libc).
37718         [!+link-static] (+link-static-before-libc): New variable.
37719         [!+link-static] (+link-static-after-libc): Likewise.
37720         [!+link-static] (+link-static-tests): Likewise.
37721         [!+link-static] (+link-static): Define in terms of
37722         $(+link-static-before-libc) and $(+link-static-after-libc).
37723         [build-shared] (link-libc-before-gnulib): New variable.
37724         [build-shared] (link-libc-tests): Likewise.
37725         [build-shared] (link-libc): Define in terms of
37726         $(link-libc-before-gnulib).
37727         [!build-shared] (link-libc-tests): New variable.
37728         (link-libc-static-tests): New variable.
37729         [!gnulib] (gnulib-arch): New variable.
37730         [!gnulib] (gnulib-tests): Likewise.
37731         [!gnulib] (static-gnulib-arch): Likewise.
37732         [!gnulib] (static-gnulib-tests): Likewise.
37733         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37734         Define with "=" instead of ":=".
37735         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37736         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37737         * Rules (binaries-all-notests): New variable.
37738         (binaries-all-tests): Likewise.
37739         (binaries-static-notests): Likewise.
37740         (binaries-static-tests): Likewise.
37741         (binaries-all): Define using $(binaries-all-notests) and
37742         $(binaries-all-tests).
37743         (binaries-static): Define using $(binaries-static-notests) and
37744         $(binaries-static-tests).
37745         (binaries-shared-tests): New variable.
37746         (binaries-shared-notests): Likewise.
37747         (binaries-shared): Remove variable.
37748         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37749         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37750         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37751         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37752         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37753         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37754         * elf/Makefile (sln-modules): New variable.
37755         (extra-objs): Add $(sln-modules:=.o).
37756         (ldconfig-modules): Add static-stubs.
37757         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37758         * elf/static-stubs.c: New file.
37759
37760         [BZ #14283]
37761         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37762         by 7 not 8 to examine high bit of fractional part.  Use volatile
37763         variables when splitting into final array of floats if
37764         __FLT_EVAL_METHOD__ != 0.
37765         * math/libm-test.inc (cos_test): Add another test.
37766         (sin_test): Likewise.
37767         * sysdeps/i386/fpu/libm-test-ulps: Update.
37768
37769         [BZ #14273]
37770         * math/libm-test.inc (cosh_test): Add more tests.
37771
37772         * version.h (RELEASE): Set to "development".
37773         (VERSION): Set to "2.16.90".
37774
37775 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37776
37777         * NEWS: Update copyright. Remove last-updated date.
37778         Mention math library bug fixes and timezone data changes.
37779         * README: Mention GNU/Hurd, x32, and HPPA support status.
37780
37781 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37782
37783         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37784
37785 2012-06-27  Andreas Jaeger  <aj@suse.de>
37786
37787         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37788
37789 2012-06-25  Andreas Jaeger  <aj@suse.de>
37790
37791         * sysdeps/s390/fpu/libm-test-ulps: Update.
37792
37793 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37794             Thomas Schwinge  <thomas@codesourcery.com>
37795
37796         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37797         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37798         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37799         fanotify_mark.
37800
37801 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37802
37803         * sysdeps/mach/start.c: Remove file.
37804         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37805         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37806         * sysdeps/sh/init-first.c: Likewise.
37807
37808         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37809         registers for frame unwinding purposes, add CFI directives.
37810         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37811         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37812         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37813         Likewise.
37814
37815         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37816         __fortify_fail returning.
37817         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37818
37819         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37820         sysdeps/sh/____longjmp_chk.S.
37821         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37822         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37823         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37824         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37825
37826         * sysdeps/sh/abort-instr.h: New file.
37827         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37828         process in case exit returns.
37829
37830         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37831         initialize the GOT register before use.
37832
37833         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37834         calculation of ARGC > 4.
37835
37836         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37837         meaningful names to some local labels.
37838
37839 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37840             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37841
37842         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37843         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37844         (__arch_compare_and_exchange_val_16_acq): Likewise.
37845         (__arch_compare_and_exchange_val_32_acq): Likewise.
37846         (atomic_exchange_and_add): Fix gUSA sequence.
37847         (atomic_add): Likewise.
37848         (atomic_add_negative): Likewise.
37849         (atomic_add_zero): Likewise.
37850         (atomic_bit_test_set): Likewise.
37851
37852 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37853
37854         [BZ #13579]
37855         * include/link.h (struct link_map): Add l_free_initfini.
37856         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37857         l_initfini.
37858         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37859         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37860         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37861         set.
37862
37863 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37864
37865         * configure.in: Use AC_LANG_SOURCE.
37866         * configure: Regenerate.
37867
37868 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37869
37870         * configure.in (libc_cv_localstatedir): New substituted variable.
37871         * configure: Regenerated.
37872         * config.make.in (localstatedir): New variable, substituted from
37873         libc_cv_localstatedir.
37874         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37875         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37876         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37877         * sysdeps/gnu/configure: Regenerated.
37878
37879 2012-06-21  Jeff Law  <law@redhat.com>
37880
37881         [BZ #14277]
37882         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37883         free.  Simplify list management for _LIBC case.
37884
37885 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37886
37887         [BZ #14273]
37888         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37889         Clear sign bit of 64-bit integer value before comparing against
37890         overflow value.
37891
37892         * sysdeps/mach/configure: Regenerated.
37893
37894 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37895
37896         [BZ #14278]
37897         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37898
37899 2012-06-21  Jeff Law  <law@redhat.com>
37900
37901         [BZ #13882]
37902         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37903         uint16_t for elements in the "seen" array to avoid char overflows.
37904         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37905         * elf/dl-open.c (dl_open_worker): Likewise.
37906
37907 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37908
37909         * scripts/list-sources.sh: Scan PORTS for translations.
37910         * po/libc.pot: Regenerated.
37911
37912 2012-06-21  Andreas Jaeger  <aj@suse.de>
37913
37914         [BZ #12194]
37915         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37916         warning.
37917         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37918         * bits/byteswap-16.h (__bswap_16): Likewise.
37919         * bits/byteswap.h (__bswap_constant_16): Likewise.
37920
37921 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37922
37923         [BZ #14117]
37924         * sysdeps/i386/fpu_control.h: Removed.
37925         * sysdeps/x86_64/fpu_control.h: Moved to ...
37926         * sysdeps/x86/fpu_control.h: Here.
37927
37928         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37929         (_FPU_SETCW): Likewise.
37930
37931 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37932
37933         [BZ #14117]
37934         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37935         * sysdeps/x86/fpu/bits/mathinline.h: This.
37936         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37937
37938         [BZ #14050]
37939         [BZ #14117]
37940         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37941         functions if __x86_64__ is defined.
37942
37943 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37944
37945         * string/endian.h: Add !__ASSEMBLER__ condition for including
37946         conversion interfaces.
37947
37948 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37949
37950         [BZ #14241]
37951         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37952         of ABS(x) in calculating zero to negative powers other than odd
37953         integers.
37954         * math/libm-test.inc (pow_test): Add more tests.
37955
37956 2012-06-15  Andreas Jaeger  <aj@suse.de>
37957
37958         * manual/contrib.texi (Contributors): Update entry of Liubov
37959         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37960         Machado Filho.
37961
37962 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37963
37964         * string/string.h: Add __wur to GNU version of strerror_r.
37965
37966 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37967
37968         [BZ #14229]
37969         * string/Makefile (tests): Add tst-strtok_r.
37970         * string/tst-strtok_r.c: New file.
37971         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37972         RAX_LP/RDX_LP on SAVE_PTR.
37973
37974 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37975
37976         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37977
37978 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37979
37980         * libm_test.inc (csqrt_test): Allow more spurious underflow
37981         exceptions.
37982         (j0_test): Likewise.
37983         (j1_test): Likewise.
37984         (y0_test): Likewise.
37985         (y1_test): Likewise.
37986
37987 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37988
37989         * po/Makefile (libc.pot): Use UTF-8 charset.
37990
37991 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37992
37993         [BZ #14210]
37994         Suppress sign-conversion warning from FD_SET.
37995         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37996         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37997         not unsigned long int.
37998         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37999
38000 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
38001
38002         [BZ #14050]
38003         [BZ #14117]
38004         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
38005         __extern_always_inline instead of __extern_inline.
38006         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
38007         (__signbit): Likewise.
38008         (__signbitl): Support C++ namespace.
38009         (lrintf): New inline function.
38010         (lrint): Likewise.
38011         (llrintf): Likewise.
38012         (llrint): Likewise.
38013         (fmaxf): Likewise.
38014         (fmax): Likewise.
38015         (fminf): Likewise.
38016         (fmin): Likewise.
38017         (rint): Likewise.
38018         (rintf): Likewise.
38019         (ceil): Likewise.
38020         (ceilf): Likewise.
38021         (floor): Likewise.
38022         (floorf): Likewise.
38023         (nearbyint): Likewise.
38024         (nearbyintf): Likewise.
38025
38026 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
38027
38028         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
38029         non-default versions.
38030
38031 2012-06-11  Roland McGrath  <roland@hack.frob.com>
38032
38033         [BZ #14218]
38034         * manual/argp.texi (Argp): Reword argp_parse description slightly.
38035
38036 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
38037
38038         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
38039         (FE_UPWARD, FE_DOWNWARD): Don't define.
38040         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
38041         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38042
38043         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
38044         reading it.
38045         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38046         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38047
38048 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38049
38050         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38051         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
38052         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
38053         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
38054
38055 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
38056
38057         [BZ #14117]
38058         * sysdeps/i386/fpu/bits/fenv.h: Removed.
38059         * sysdeps/i386/fpu/Implies: New file.
38060         * sysdeps/x86_64/fpu/Implies: Likewise.
38061         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
38062         * sysdeps/x86/fpu/bits/fenv.h: This.
38063
38064         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
38065         __SSE_MATH__.
38066
38067 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
38068
38069         [BZ #14134]
38070         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
38071         character 0xffff that matches the last element of the
38072         conversion table.
38073
38074 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38075
38076         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
38077         fmodl commit.
38078
38079 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38080
38081         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
38082         values higher than 25.6283.
38083
38084 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38085
38086         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
38087         subnormal exponent extraction and add some __builtin_expect.
38088         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
38089         Fix for subnormal mantissa calculation.
38090
38091 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
38092
38093         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
38094         cpu2 is -1 and errno is not ENOSYS.
38095
38096 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
38097
38098         [BZ #14117]
38099         * sysdeps/i386/i486/bits/string.h: Renamed to ...
38100         * sysdeps/x86/bits/string.h: This.
38101         * sysdeps/x86_64/bits/string.h: Removed.
38102
38103         * sysdeps/i386/i486/bits/string.h: Define inline functions only
38104         if not compiling for x86-64, but compiling for >= i486.
38105
38106         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
38107         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
38108
38109         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
38110         New macro from Linux kernel 3.4.0.
38111         (FP_XSTATE_MAGIC2): Likewise.
38112         (FP_XSTATE_MAGIC2_SIZE): Likewise.
38113         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
38114         (struct _fpx_sw_bytes): New struct.
38115         (struct _xsave_hdr): Likewise.
38116         (struct _ymmh_state): Likewise.
38117         (struct _xstate): Likewise.
38118
38119         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
38120         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
38121         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
38122         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
38123         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
38124         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
38125
38126         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
38127         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
38128         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
38129         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
38130         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
38131         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
38132
38133 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38134
38135         [BZ #13743]
38136         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
38137         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
38138         (sysdep_headers): Include sys/platform/ppc.h.
38139         * sysdeps/powerpc/test-gettimebase.c: Test for
38140         __ppc_get_timebase() to catch future ISA opcode/insn changes.
38141         * manual/Makefile (appendices): Include platform.texi.
38142         * manual/contrib.texi (Contributors): Update @node pointers.
38143         * manual/maint.texi (Maintenance): Likewise.
38144         (Platform): New node.
38145         * manual/platform.texi: New file.  Document the new features.
38146
38147 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38148             Jakub Jelinek  <jakub@redhat.com>
38149
38150         [BZ #14188]
38151         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
38152         where __builtin_expect is unavailable.
38153
38154 2012-06-03  David S. Miller  <davem@davemloft.net>
38155
38156         * stdlib/longlong.h: Updated from GCC.
38157
38158 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
38159
38160         [BZ #14042]
38161         * sysdeps/powerpc/powerpc32/mcount.c: New file.
38162         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38163         __mcount_internal.
38164         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38165         (GLIBC_2.16): Likewise.
38166
38167 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38168
38169         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38170
38171 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38172
38173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38174         (default-abi): New variable.
38175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38176         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38177         variable.
38178         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38179         Likewise.
38180         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38181         Likewise.
38182         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38183         Likewise.
38184
38185         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38186         definition.  Document in comment.
38187
38188 2012-06-01  David S. Miller  <davem@davemloft.net>
38189
38190         * stdlib/longlong.h: Updated from GCC.
38191
38192 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38193
38194         [BZ #14117]
38195         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38196         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38197         sys/debugreg.h sys/io.h here.
38198         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38199         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38200         sys/io.h.
38201         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38202         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38203         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38204         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38205         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38206         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38207
38208         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38209         Define only if __x86_64__ is defined.
38210
38211 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38212
38213         [BZ #14048]
38214         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38215         Use int64_t for variable i.
38216         * math/libm-test.inc (fmod_test): Add more tests.
38217
38218         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38219         z computation is not scheduled after fetestexcept.
38220         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38221         Use math_force_eval instead of asm to ensure calculation scheduled
38222         before exception test.
38223         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38224         Ensure a1 + u.d computation is not scheduled after fetestexcept.
38225
38226 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38227
38228         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38229         computation is not scheduled after fetestexcept.
38230
38231 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38232
38233         [BZ #14117]
38234         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38235         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38236
38237 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38238
38239         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38240         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38241
38242 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38243
38244         [BZ #14117]
38245         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38246         <bits/wordsize.h>.
38247         (__WCHAR_MIN): Support __WORDSIZE == 64.
38248         (__WCHAR_MAX): Likewise.
38249
38250         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38251         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38252
38253         [BZ #14183]
38254         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38255         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38256
38257         [BZ #14117]
38258         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38259         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38260
38261         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38262         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38263
38264         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38265         Defined to 1 if __x86_64__ isn't defined.
38266         (_STAT_VER_LINUX_OLD): New.
38267         (st_atime): Remove duplicate.
38268         (st_mtime): Likewise.
38269         (st_ctime): Likewise.
38270
38271 2012-05-31  David S. Miller  <davem@davemloft.net>
38272
38273         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38274         entries.
38275
38276 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38277
38278         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38279         gen-libm-test.pl.
38280
38281         [BZ #14132]
38282         * elf/dl-reloc.c: Include <_itoa.h>.
38283         (_dl_reloc_bad_type): Remove use of INTUSE.
38284         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38285         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38286         * stdio-common/psiginfo.c (psiginfo): Likewise.
38287         * stdio-common/psignal.c (psignal): Likewise.
38288         * string/strsignal.c (strsignal): Likewise.
38289         * include/signal.h (_sys_siglist): Declare hidden proto.
38290         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38291         INTVARDEF with libc_hidden_data_def.
38292         * stdio-common/itoa-udigits.c: Likewise.
38293         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38294         (_itoa_lower_digits_internal): Remove declaration.
38295         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38296         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38297         (_sys_sigabbrev_internal): Remove aliases.
38298         (_sys_siglist): Define hidden alias.
38299
38300 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38301
38302         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38303         bits/sysctl.h.
38304
38305 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38306
38307         [BZ #14117]
38308         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38309         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38310
38311         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38312         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38313         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38314         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38315         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38316         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38317
38318         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38319         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38320         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38321
38322         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38323         with __addr.
38324         (insw): Likewise.
38325         (insl): Likewise.
38326         (outsb): Likewise.
38327         (outsw): Likewise.
38328         (outsl): Likewise.
38329
38330         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38331         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38332         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38333
38334         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38335         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38336         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38337         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38338         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38339         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38340
38341         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38342         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38343
38344         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38345         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38346
38347         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38348         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38349         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38350
38351         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38352         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38353         to ...
38354         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38355
38356         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38357         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38358         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38359
38360         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38361         for x86-64.
38362         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38363
38364 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38365
38366         * math/math.h (M_El): Use two more decimal places.
38367         (M_LOG2El): Likewise.
38368         (M_LOG10El): Likewise.
38369         (M_LN2l): Likewise.
38370         (M_LN10l): Likewise.
38371         (M_PIl): Likewise.
38372         (M_PI_2l): Likewise.
38373         (M_PI_4l): Likewise.
38374         (M_1_PIl): Likewise.
38375         (M_2_PIl): Likewise.
38376         (M_2_SQRTPIl): Likewise.
38377         (M_SQRT2l): Likewise.
38378         (M_SQRT1_2l): Likewise.
38379
38380 2012-05-31  David S. Miller  <davem@davemloft.net>
38381
38382         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38383         values between float registers.
38384         * sysdeps/sparc/sparc64/memset.S: Likewise.
38385         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38386
38387 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38388
38389         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38390         -D_FORTIFY_SOURCE=1.
38391         (CPPFLAGS-tst-longjmp_chk.c): Define.
38392         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38393         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38394         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38395         CFLAGS-tst-wchar-h.c.
38396
38397 2012-05-31  Marek Polacek  <polacek@redhat.com>
38398
38399         [BZ #14132]
38400         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38401         __endmntent_internal): Remove declaration.
38402         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38403         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38404         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38405
38406 2012-05-30  David S. Miller  <davem@davemloft.net>
38407
38408         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38409         (___Q_simulate_exceptions): Use real FP ops rather than writing
38410         into the %fsr.
38411         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38412         Likewise.
38413
38414 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38415
38416         [BZ #14117]
38417         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38418         * sysdeps/x86/bits/xtitypes.h: This.
38419
38420         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38421         * sysdeps/x86/bits/wordsize.h: This.
38422
38423         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38424         * sysdeps/x86/bits/huge_vall.h: This.
38425
38426         * sysdeps/i386/bits/select.h: Removed.
38427         * sysdeps/x86_64/bits/select.h: Renamed to ...
38428         * sysdeps/x86/bits/select.h: This.
38429
38430         * sysdeps/i386/bits/setjmp.h: Removed.
38431         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38432         * sysdeps/x86/bits/setjmp.h: This.
38433
38434         * sysdeps/i386/bits/mathdef.h: Removed.
38435         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38436         * sysdeps/x86/bits/mathdef.h: This.
38437
38438 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38439
38440         [BZ #14132]
38441         * include/sys/socket.h (__connect_internal)
38442         (__libc_sa_len_internal): Remove declaration.
38443         (__connect, __libc_sa_len): Declare hidden_proto.
38444         (SA_LEN): Remove use of INTUSE.
38445         * socket/connect.c: Add libc_hidden_def.
38446         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38447         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38448         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38449         alias.
38450         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38451         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38452         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38453         of adding _internal alias.
38454
38455 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38456
38457         [BZ #14117]
38458         * sysdeps/i386/bits/link.h: Removed.
38459         * sysdeps/i386/bits/linkmap.h: Likewise.
38460         * sysdeps/x86_64/bits/link.h: Renamed to ...
38461         * sysdeps/x86/bits/link.h: This.
38462         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38463         * sysdeps/x86/bits/linkmap.h: This.
38464
38465         * sysdeps/i386/bits/endian.h: Removed.
38466         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38467         * sysdeps/x86/bits/endian.h: This.
38468
38469         * sysdeps/i386/bits/byteswap.h: Removed.
38470         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38471         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38472         * sysdeps/x86/bits/byteswap.h: This.
38473         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38474         * sysdeps/x86/bits/byteswap-16.h: This.
38475         * sysdeps/i386/Implies: Add x86.
38476         * sysdeps/x86_64/Implies: Likewise.
38477
38478 2012-05-30  David S. Miller  <davem@davemloft.net>
38479
38480         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38481         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38482         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38483         (FP_TRAPPING_EXCEPTIONS): Define.
38484         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38485         (FP_TRAPPING_EXCEPTIONS): Define.
38486         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38487         subnormals only when inexact has been signalled or underflow
38488         exceptions are enabled.
38489         (_FP_PACK_CANONICAL): Likewise.
38490
38491 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38492
38493         [BZ #14183]
38494         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38495         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38496
38497 2012-05-30  Richard Henderson  <rth@twiddle.net>
38498
38499         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38500         with #ifndef NOT_IN_libc.
38501
38502         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38503         marked to avoid plt entry.
38504
38505 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38506
38507         [BZ #14112]
38508         * Makeconfig (default-abi): New macro.
38509         (abi-includes): Likewise.
38510         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38511         $(abi-$(default-abi)-lib-soname) for soname if defined.
38512         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38513         abi-variants.
38514         * Makefile (installed-stubs): Likewise.
38515         * include/stubs-biarch.h: Removed.
38516         * scripts/lib-names.awk: Only handle one library at a time.
38517         * scripts/soversions.awk: Remove WORDSIZE support.
38518         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38519         entries.
38520         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38521         Removed.
38522         (syscall-list-default-condition): Likewise.
38523         (syscall-list-default-condition): Likewise.
38524         (syscall-list-includes): Likewise.
38525         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38526         syscall-list-* with abi-*.  Handle undefined abi-variants.
38527         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38528         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38529         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38530         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38531         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38532         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38533         Removed.
38534         (syscall-list-32-options): Likewise.
38535         (syscall-list-32-condition): Likewise.
38536         (syscall-list-64-options): Likewise.
38537         (syscall-list-64-condition): Likewise.
38538         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38539         macro.
38540         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38541         Renamed to ...
38542         (abi-*): This.
38543         (abi-64-ld-soname): New macro.
38544         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38545         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38546         Renamed to ...
38547         (abi-*): This.
38548         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38549         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38550
38551 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38552
38553         * sysdeps/unix/sysv/linux/kernel-features.h
38554         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38555         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38556         include <kernel-features.h>.
38557         [!__NR_ftruncate64]: Remove conditional code.
38558         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38559         [__NR_ftruncate64]: Make code unconditional.
38560         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38561         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38562         include <kernel-features.h>.
38563         [!__NR_ftruncate64]: Remove conditional code.
38564         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38565         [__NR_ftruncate64]: Make code unconditional.
38566         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38568         include <kernel-features.h>.
38569         [!__NR_ftruncate64]: Remove conditional code.
38570         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38571         [__NR_ftruncate64]: Make code unconditional.
38572         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38574         include <kernel-features.h>.
38575         [!__NR_ftruncate64]: Remove conditional code.
38576         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38577         [__NR_ftruncate64]: Make code unconditional.
38578         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38579
38580         * configure.in (libc_cv_fpie): Weaken to a compile test using
38581         LIBC_TRY_CC_OPTION.
38582         * configure: Regenerated.
38583
38584 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38585
38586         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38587         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38588         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38589         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38590         Refreshed.
38591         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38592         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38593         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38594         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38595         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38596         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38597         Refreshed.
38598
38599 2012-05-27  David S. Miller  <davem@davemloft.net>
38600
38601         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38602         (___Q_zero): New.
38603         (__Q_simulate_exceptions): Return void.  Change to simulate
38604         exceptions by writing into the %fsr.
38605         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38606         (__Qp_handle_exceptions): Likewise.
38607         (numbers): Delete.
38608         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38609         __Qp_handle_exceptions.
38610         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38611         __Qp_handle_exceptions.
38612         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38613         as unused and give dummy FP_RND_NEAREST initializer.
38614         (FP_INHIBIT_RESULTS): Define.
38615         (___Q_simulate_exceptions): Update declaration.
38616         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38617         formatting.
38618         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38619         as unused and give dummy FP_RND_NEAREST initializer.
38620         (__Qp_handle_exceptions): Update declaration.
38621         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38622         formatting.
38623
38624 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38625
38626         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38627         the temporary FPU control word.
38628         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38629         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38630         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38631         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38632         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38633         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38634         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38635         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38636         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38637         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38638         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38639
38640 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38641
38642         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38643         fields.
38644
38645 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38646
38647         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38648         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38649         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38650         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38651         Likewise.
38652         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38653         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38654         Likewise.
38655
38656 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38657
38658         * po/h.po: Update from translation team.
38659
38660 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38661
38662         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38663
38664         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38665         handling of denormals.
38666         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38667         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38668         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38669         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38670         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38671         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38672         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38673         Likewise.
38674
38675 2012-05-26  Marek Polacek  <polacek@redhat.com>
38676
38677         [BZ #14152]
38678         * math/libm-test.inc (fma_test): Don't always expect underflow
38679         exception.
38680
38681 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38682
38683         [BZ #12416]
38684         * elf/tst-execstack.c: Include stackinfo.h.
38685         (do_test): Adjust test case to ensure that pthread_getattr_np
38686         behaviour remains the same after marking stack executable.
38687
38688 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38689
38690         * sysdeps/unix/sysv/linux/kernel-features.h
38691         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38692         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38693         kernel-features.h.
38694         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38695         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38696         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38697         kernel-features.h.
38698         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38699         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38700
38701 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38702
38703         * configure.in: Define the default includes to being none.
38704         * configure: Regenerated.
38705
38706 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38707
38708         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38709         * sysdeps/x86_64/setjmp.S: Likewise.
38710         * sysdeps/i386/bsd-setjmp.S: Likewise.
38711         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38712         * sysdeps/i386/setjmp.S: Likewise.
38713         * sysdeps/i386/__longjmp.S: Likewise.
38714         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38715         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38716
38717         * include/stap-probe.h: New file.
38718         * configure.in: Handle --enable-systemtap.
38719         * configure: Regenerated.
38720         * config.h.in (USE_STAP_PROBE): New #undef.
38721         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38722         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38723         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38724
38725 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38726
38727         [BZ #13717]
38728         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38729         to 2.4.0 where earlier.
38730         * sysdeps/unix/sysv/linux/configure: Regenerated.
38731         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38732         <kernel-features.h>.
38733         [__ASSUME_32BITUIDS]: Make code unconditional.
38734         [!__ASSUME_32BITUIDS]: Remove conditional code.
38735         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38736         <kernel-features.h>.
38737         [__ASSUME_32BITUIDS]: Make code unconditional.
38738         [!__ASSUME_32BITUIDS]: Remove conditional code.
38739         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38740         [__ASSUME_32BITUIDS]: Make code unconditional.
38741         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38742         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38743         <kernel-features.h>.
38744         [__ASSUME_32BITUIDS]: Make code unconditional.
38745         [!__ASSUME_32BITUIDS]: Remove conditional code.
38746         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38747         <kernel-features.h>.
38748         [__ASSUME_32BITUIDS]: Make code unconditional.
38749         [!__ASSUME_32BITUIDS]: Remove conditional code.
38750         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38751         <kernel-features.h>.
38752         [__ASSUME_32BITUIDS]: Make code unconditional.
38753         [!__ASSUME_32BITUIDS]: Remove conditional code.
38754         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38755         <kernel-features.h>.
38756         [__ASSUME_32BITUIDS]: Make code unconditional.
38757         [!__ASSUME_32BITUIDS]: Remove conditional code.
38758         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38759         <kernel-features.h>.
38760         [__ASSUME_32BITUIDS]: Make code unconditional.
38761         [!__ASSUME_32BITUIDS]: Remove conditional code.
38762         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38763         <kernel-features.h>.
38764         [__ASSUME_32BITUIDS]: Make code unconditional.
38765         [!__ASSUME_32BITUIDS]: Remove conditional code.
38766         * sysdeps/unix/sysv/linux/i386/getuid.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/lchown.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/msgctl.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/semctl.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/setegid.c: Do not include
38783         <kernel-features.h>.
38784         [__NR_setresgid] (__setresgid): Do not declare.
38785         [__ASSUME_32BITUIDS]: Make code unconditional.
38786         [!__ASSUME_32BITUIDS]: Remove conditional code.
38787         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38788         <kernel-features.h>.
38789         [__NR_setresuid] (__setresuid): Do not declare.
38790         [__ASSUME_32BITUIDS]: Make code unconditional.
38791         [!__ASSUME_32BITUIDS]: Remove conditional code.
38792         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38793         <kernel-features.h>.
38794         [__ASSUME_32BITUIDS]: Make code unconditional.
38795         [!__ASSUME_32BITUIDS]: Remove conditional code.
38796         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38797         <kernel-features.h>.
38798         [__ASSUME_32BITUIDS]: Make code unconditional.
38799         [!__ASSUME_32BITUIDS]: Remove conditional code.
38800         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38801         <kernel-features.h>.
38802         [__ASSUME_32BITUIDS]: Make code unconditional.
38803         [!__ASSUME_32BITUIDS]: Remove conditional code.
38804         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38805         <kernel-features.h>.
38806         [__ASSUME_32BITUIDS]: Make code unconditional.
38807         [!__ASSUME_32BITUIDS]: Remove conditional code.
38808         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38809         <kernel-features.h>.
38810         [__ASSUME_32BITUIDS]: Make code unconditional.
38811         [!__ASSUME_32BITUIDS]: Remove conditional code.
38812         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38813         <kernel-features.h>.
38814         [__ASSUME_32BITUIDS]: Make code unconditional.
38815         [!__ASSUME_32BITUIDS]: Remove conditional code.
38816         * sysdeps/unix/sysv/linux/i386/setresuid.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/setreuid.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/setuid.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/shmctl.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/kernel-features.h
38833         (__ASSUME_SETRESUID_SYSCALL): Remove.
38834         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38835         (__ASSUME_32BITUIDS): Likewise.
38836         (__ASSUME_LDT_WORKS): Likewise.
38837         (__ASSUME_O_DIRECTORY): Likewise.
38838         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38839         architecture but not kernel version.
38840         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38841         (__ASSUME_MMAP2_SYSCALL): Likewise.
38842         (__ASSUME_STAT64_SYSCALL): Likewise.
38843         (__ASSUME_IPC64): Likewise.
38844         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38845         <kernel-features.h>.
38846         [__ASSUME_32BITUIDS]: Make code unconditional.
38847         [!__ASSUME_32BITUIDS]: Remove conditional code.
38848         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38849         <kernel-features.h>.
38850         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38851         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38852         132096]: Remove conditional code.
38853         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38854         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38855         <kernel-features.h>.
38856         [__ASSUME_32BITUIDS]: Make code unconditional.
38857         [!__ASSUME_32BITUIDS]: Remove conditional code.
38858         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38859         <kernel-features.h>.
38860         [__ASSUME_32BITUIDS]: Make code unconditional.
38861         [!__ASSUME_32BITUIDS]: Remove conditional code.
38862         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38863         <kernel-features.h>.
38864         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38865         unconditional.
38866         (__setresgid): Do not declare.
38867         [__ASSUME_32BITUIDS]: Make code unconditional.
38868         [!__ASSUME_32BITUIDS]: Remove conditional code.
38869         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38870         <kernel-features.h>.
38871         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38872         unconditional.
38873         (__setresuid): Do not declare.
38874         [__ASSUME_32BITUIDS]: Make code unconditional.
38875         [!__ASSUME_32BITUIDS]: Remove conditional code.
38876         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38877         <kernel-features.h>.
38878         [__ASSUME_32BITUIDS]: Make code unconditional.
38879         [!__ASSUME_32BITUIDS]: Remove conditional code.
38880         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38881         <kernel-features.h>.
38882         [__ASSUME_32BITUIDS]: Make code unconditional.
38883         [!__ASSUME_32BITUIDS]: Remove conditional code.
38884
38885 2012-05-25  Richard Henderson  <rth@twiddle.net>
38886
38887         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38888         dl_hwcap to ifunc resolver.
38889         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38890         elf_ifunc_invoke.
38891         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38892         dl_hwcap to ifunc resolver.
38893         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38894
38895 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38896
38897         [BZ #14153]
38898         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38899         for |x| <= 2**-26, not 2**-57.
38900         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38901         exception.
38902
38903 2012-05-24  Jeff Law  <law@redhat.com>
38904
38905         * stdio-common/Makefile (tests): Add bug25.
38906         * stdio-common/bug25.c: New test.
38907
38908 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38909
38910         [BZ #13576]
38911         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38912         multiple of MALLOC_ALIGNMENT in size.
38913         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38914
38915 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38916
38917         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38918         Require >= 256.
38919         (FILENAME_MAX): Use macro-int-constant.
38920         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38921         (_IOFBF): Use macro-int-constant.
38922         (_IOLBF): Likewise.
38923         (_IONBF): Likewise.
38924         (SEEK_CUR): Likewise.
38925         (SEEK_END): Likewise.
38926         (SEEK_SET): Likewise.
38927         (TMP_MAX): Likewise.
38928         (EOF): Use macro-int-constant.  Require < 0.
38929         (NULL): Use macro-constant.  Require == 0.
38930         (stdin): Require type to be FILE *.
38931         (stdout): Likewise.
38932         (stderr): Likewise.
38933         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38934         macro-int-constant.
38935         (EXIT_SUCCESS): Likewise.
38936         (NULL): Use macro-constant.  Require == 0.
38937         (RAND_MAX): Use macro-int-constant.
38938         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38939         [C99-based standards] (strtof): Require function.
38940         [C99-based standards] (strtold): Likewise.
38941         [C99-based standards] (strtoll): Likewise.
38942         [C99-based standards] (strtoull): Likewise.
38943         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38944         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38945         [ISO || ISO99 || ISO11] (math.h): Likewise.
38946         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38947         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38948         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38949
38950 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38951
38952         [BZ #14132]
38953         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38954         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38955         * intl/dgettext.c (DCGETTEXT): Likewise.
38956         * intl/gettext.c (DCGETTEXT): Likewise.
38957         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38958         * posix/regex_internal.h (gettext): Likewise.
38959         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38960         Remove declaration.
38961         * include/argz.h (__argz_count_internal)
38962         (__argz_stringify_internal): Remove declaration.
38963         (__argz_count, __argz_stringify): Declare hidden proto.
38964         * intl/dcgettext.c: Remove use of INTDEF.
38965         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38966         * string/argz-stringify.c: Likewise.
38967         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38968         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38969         Declare hidden proto.
38970         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38971         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38972         Declare hidden proto.
38973         * include/stdio.h (__asprintf_internal): Don't declare.
38974         (__asprintf): Don't define as macro.  Declare hidden proto.
38975         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38976         (__fsetlocking): Declare hidden proto.
38977         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38978         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38979         hidden proto.
38980         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38981         (_IO_setlinebuf): Remove use of INTUSE.
38982         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38983         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38984         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38985         Remove declaration.
38986         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38987         (_IO_do_flush): Remove use of INTUSE.
38988         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38989         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38990         (_IO_adjust_column, _IO_least_wmarker)
38991         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38992         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38993         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38994         (_IO_default_doallocate, _IO_wdefault_doallocate)
38995         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38996         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38997         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38998         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38999         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
39000         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
39001         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
39002         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
39003         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
39004         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
39005         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
39006         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
39007         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
39008         proto.
39009         (_IO_flush_all_internal, _IO_adjust_column_internal)
39010         (_IO_default_uflow_internal, _IO_default_finish_internal)
39011         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
39012         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
39013         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
39014         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
39015         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
39016         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
39017         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
39018         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
39019         (_IO_file_close_internal, _IO_file_close_it_internal)
39020         (_IO_file_underflow_internal, _IO_file_overflow_internal)
39021         (_IO_file_init_internal, _IO_file_attach_internal)
39022         (_IO_file_fopen_internal, _IO_file_read_internal)
39023         (_IO_file_sync_internal, _IO_file_seek_internal)
39024         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
39025         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
39026         (_IO_str_underflow_internal, _IO_str_overflow_internal)
39027         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
39028         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
39029         (_IO_list_all_internal, _IO_link_in_internal)
39030         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
39031         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
39032         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
39033         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
39034         (_IO_do_write_internal, _IO_padn_internal)
39035         (_IO_getline_info_internal, _IO_getline_internal)
39036         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
39037         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
39038         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
39039         (_IO_vfscanf_internal, _IO_vfprintf_internal)
39040         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
39041         (_IO_init_internal, _IO_un_link_internal): Don't declare.
39042         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
39043         with libc_hidden_ver, remove use of INTUSE.
39044         * libio/genops.c: Likewise.
39045         * libio/freopen.c: Likewise.
39046         * libio/freopen64.c: Likewise.
39047         * libio/iofclose.c: Likewise.
39048         * libio/iofdopen.c: Likewise.
39049         * libio/iofflush.c: Likewise.
39050         * libio/iofflush_u.c: Likewise.
39051         * libio/iofgets.c: Likewise.
39052         * libio/iofgets_u.c: Likewise.
39053         * libio/iofopen.c: Likewise.
39054         * libio/iofopncook.c: Likewise.
39055         * libio/iofread.c: Likewise.
39056         * libio/iofread_u.c: Likewise.
39057         * libio/ioftell.c: Likewise.
39058         * libio/iofwrite.c: Likewise.
39059         * libio/iogetline.c: Likewise.
39060         * libio/iogets.c: Likewise.
39061         * libio/iogetwline.c: Likewise.
39062         * libio/iopadn.c: Likewise.
39063         * libio/iopopen.c: Likewise.
39064         * libio/ioseekoff.c: Likewise.
39065         * libio/ioseekpos.c: Likewise.
39066         * libio/iosetbuffer.c: Likewise.
39067         * libio/iosetvbuf.c: Likewise.
39068         * libio/ioungetc.c: Likewise.
39069         * libio/ioungetwc.c: Likewise.
39070         * libio/iovdprintf.c: Likewise.
39071         * libio/iovsprintf.c: Likewise.
39072         * libio/iovsscanf.c: Likewise.
39073         * libio/memstream.c: Likewise.
39074         * libio/obprintf.c: Likewise.
39075         * libio/oldfileops.c: Likewise.
39076         * libio/oldiofclose.c: Likewise.
39077         * libio/oldiofdopen.c: Likewise.
39078         * libio/oldiofopen.c: Likewise.
39079         * libio/oldiopopen.c: Likewise.
39080         * libio/oldstdfiles.c: Likewise.
39081         * libio/putc.c: Likewise.
39082         * libio/setbuf.c: Likewise.
39083         * libio/setlinebuf.c: Likewise.
39084         * libio/stdfiles.c: Likewise.
39085         * libio/strops.c: Likewise.
39086         * libio/vasprintf.c: Likewise.
39087         * libio/vscanf.c: Likewise.
39088         * libio/vsnprintf.c: Likewise.
39089         * libio/vswprintf.c: Likewise.
39090         * libio/wfiledoalloc.c: Likewise.
39091         * libio/wfileops.c: Likewise.
39092         * libio/wgenops.c: Likewise.
39093         * libio/wmemstream.c: Likewise.
39094         * libio/wstrops.c: Likewise.
39095         * libio/__fpurge.c: Likewise.
39096         * libio/__fsetlocking.c: Likewise.
39097         * assert/assert.c: Likewise.
39098         * debug/fgets_chk.c: Likewise.
39099         * debug/fgets_u_chk.c: Likewise.
39100         * debug/fread_chk.c: Likewise.
39101         * debug/fread_u_chk.c: Likewise.
39102         * debug/gets_chk.c: Likewise.
39103         * debug/obprintf_chk.c: Likewise.
39104         * debug/vasprintf_chk.c: Likewise.
39105         * debug/vdprintf_chk.c: Likewise.
39106         * debug/vsnprintf_chk.c: Likewise.
39107         * debug/vsprintf_chk.c: Likewise.
39108         * malloc/mtrace.c: Likewise.
39109         * misc/error.c: Likewise.
39110         * misc/syslog.c: Likewise.
39111         * stdio-common/asprintf.c: Likewise.
39112         * stdio-common/fxprintf.c: Likewise.
39113         * stdio-common/getw.c: Likewise.
39114         * stdio-common/isoc99_fscanf.c: Likewise.
39115         * stdio-common/isoc99_scanf.c: Likewise.
39116         * stdio-common/isoc99_vfscanf.c: Likewise.
39117         * stdio-common/isoc99_vscanf.c: Likewise.
39118         * stdio-common/isoc99_vsscanf.c: Likewise.
39119         * stdio-common/printf-prs.c: Likewise.
39120         * stdio-common/printf_fp.c: Likewise.
39121         * stdio-common/printf_fphex.c: Likewise.
39122         * stdio-common/printf_size.c: Likewise.
39123         * stdio-common/putw.c: Likewise.
39124         * stdio-common/scanf.c: Likewise.
39125         * stdio-common/sprintf.c: Likewise.
39126         * stdio-common/tmpfile.c: Likewise.
39127         * stdio-common/vfprintf.c: Likewise.
39128         * stdio-common/vfscanf.c: Likewise.
39129         * stdlib/strfmon_l.c: Likewise.
39130         * sunrpc/openchild.c: Likewise.
39131         * sunrpc/xdr_stdio.c: Likewise.
39132         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
39133         * sysdeps/mach/hurd/tmpfile.c: Likewise.
39134
39135 2012-05-24  Roland McGrath  <roland@hack.frob.com>
39136
39137         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39138
39139         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
39140         in the third column, to generate for the shared library an IFUNC
39141         that uses _dl_vdso_vsym.
39142         * Makerules (COMPILE.c, compile-stdin.c): New variables.
39143         * Makeconfig (object-suffixes-noshared): New variable.
39144
39145         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
39146         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
39147         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
39148         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
39149
39150         [BZ #14132]
39151         * include/sys/time.h (__gettimeofday): Remove macro.
39152         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
39153         * time/gettimeofday.c (__gettimeofday): Remove #undef.
39154         Remove INTDEF.
39155         (__gettimeofday): Add libc_hidden_def.
39156         (gettimeofday): Add libc_hidden_weak.
39157         * sysdeps/mach/gettimeofday.c: Likewise.
39158         * sysdeps/posix/gettimeofday.c: Likewise.
39159         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39160         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39161         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39162         (__gettimeofday_internal): Remove strong_alias.
39163         (__gettimeofday): Add libc_hidden_def.
39164         (gettimeofday): Add libc_hidden_weak.
39165         * sysdeps/unix/syscalls.list (gettimeofday):
39166         Remove __gettimeofday_internal alias.
39167
39168 2012-05-24  Daniel Jacobowitz  <drow@false.org>
39169             H.J. Lu  <hongjiu.lu@intel.com>
39170
39171         [BZ #12495]
39172         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39173         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39174         (largebin_index_32_big): New.
39175         (largebin_index): Use it for 16-byte alignment.
39176         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
39177         correction with front_misalign.
39178
39179 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39180
39181         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39182         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39183         Likewise.
39184         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39185         Likewise.
39186         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39187         Likewise.
39188         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39189         Likewise.
39190         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39191         Likewise.
39192         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39193         Likewise.
39194         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39195         Likewise.
39196         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39197         Likewise.
39198         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39199         Likewise.
39200         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39201         Likewise.
39202         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39203         Likewise.
39204         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39205         Likewise.
39206
39207         * scripts/data/c++-types-x32-linux-gnu.data: New file.
39208         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39209
39210 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39211
39212         [BZ #10846]
39213         [BZ #14036]
39214         * math/libm-test.inc (exp_test): Add test from bug 14036.
39215         (pow_test): Add test from bug 10846.
39216
39217         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39218         and other flags.
39219         (special_function): Do not include flags in test name.
39220         (parse_args): Likewise.
39221         * sysdeps/i386/fpu/libm-test-ulps: Update.
39222         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39223         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39224         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39225         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39226
39227         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39228         exceptions.
39229         * math/libm-test.inc ("Philosophy"): Update comment about
39230         exception testing.
39231         (UNDERFLOW_EXCEPTION): New macro.
39232         (UNDERFLOW_EXCEPTION_OK): Likewise.
39233         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39234         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39235         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39236         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39237         (INVALID_EXCEPTION_OK): Update value.
39238         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39239         (OVERFLOW_EXCEPTION_OK): Likewise.
39240         (IGNORE_ZERO_INF_SIGN): Likewise.
39241         (test_exceptions): Handle underflow exceptions.
39242         (acos_test): Update for underflow exception expectations.
39243         (cexp_test): Likewise.
39244         (clog_test): Likewise.
39245         (clog10_test): Likewise.
39246         (csqrt_test): Likewise.
39247         (ctan_test): Likewise.
39248         (ctanh_test): Likewise.
39249         (exp_test): Likewise.
39250         (exp10_test): Likewise.
39251         (exp2_test): Likewise.
39252         (expm1_test): Likewise.
39253         (fma_test): Likewise.
39254         (j0_test): Likewise.
39255         (jn_test): Likewise.
39256         (nexttoward_test): Likewise.
39257         (pow_test): Likewise.
39258         (scalbn_test): Likewise.
39259         (scalbln_test): Likewise.
39260         (tan_test): Likewise.
39261         (y1_test): Likewise.
39262         * sysdeps/i386/fpu/libm-test-ulps: Update.
39263         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39264
39265 2012-05-23  David S. Miller  <davem@davemloft.net>
39266
39267         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39268         (__libc_sigaction): Remove unused local variables.
39269
39270 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39271
39272         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39273
39274 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39275
39276         mktime: avoid signed integer overflow
39277         * time/mktime.c (__mktime_internal): Do not mishandle the case
39278         where diff == INT_MIN.
39279
39280         mktime: simplify computation of average
39281         * time/mktime.c (ranged_convert): Use new time_t_avg function
39282         instead of rolling our own (probably-slower) code.
39283
39284         mktime: do not assume signed right shift propagates sign bit
39285         * time/mktime.c (isdst_differ): New static function.
39286         (__mktime_internal): No need to normalize tm_isdst now.
39287         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39288         tm_isdst values.
39289
39290         mktime: merge another wrapv change from gnulib
39291         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39292         from some compilers.
39293
39294         mktime: remove incorrect attempt at unusual arithmetics
39295         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39296         The code didn't really work on such machines anyway.
39297         (TYPE_MINIMUM): Assume two's complement.
39298         (twos_complement_arithmetic): Verify that long_int and time_t
39299         are two's complement (or unsigned, in the latter case).
39300
39301         mktime: check signed shifts on long_int and time_t, too
39302         * time/mktime.c (SHR): Check that shifts work as desired
39303         on the types long_int and time_t too, as SHR is used on
39304         such types.
39305
39306         mktime: do not assume 'long' is wide enough
39307         * time/mktime.c (verify): Move decl up.
39308         (long_int): New type.
39309         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39310         to remove assumption in the code that 'long' is wide enough to
39311         store year values.  This assumption is not true on x32 and on
39312         some non-glibc platforms.
39313
39314         mktime: merge wrapv change from gnulib
39315         * time/mktime.c (WRAPV): New macro.
39316         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39317         (guess_time_tm, __mktime_internal): Do not assume that signed
39318         integer overflow wraps around; modern compilers generate code
39319         where this assumption is no longer valid.
39320
39321 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39322
39323         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39324         Replace "jmp L(pseudo_end)" with "ret".
39325         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39326         Likewise.
39327
39328 2012-05-23  Andreas Jaeger  <aj@suse.de>
39329
39330         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39331         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39332
39333 2012-05-23  Andreas Jaeger  <aj@suse.de>
39334             Maximilian Attems  <max@stro.at>
39335
39336         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39337         New macros.
39338
39339 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39340
39341         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39342         code so that pseudo_end is just ret and the stack pointer is
39343         correct also for static library in error case.
39344
39345 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39346
39347         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39348         move to syscalls.list.
39349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39353
39354         * manual/install.texi (Running make install): Do not mention Linux
39355         kernel version for which pt_chown is not needed.
39356         (Linux): Do not mention problems with nscd with 2.0 kernels.
39357         * INSTALL: Regenerated.
39358
39359 2012-05-23  Andreas Jaeger  <aj@suse.de>
39360
39361         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39362         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39363         macro.
39364         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39365         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39366         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39367         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39368         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39369         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39370         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39371         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39372         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39373         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39374         * sysdeps/unix/sysv/linux/bits/in.h
39375         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39376
39377 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39378
39379         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39380         (PREPARE_VERSION): Just use assert instead, it will be elided
39381         under [NDEBUG] anyway.
39382
39383 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39384
39385         * sysdeps/unix/sysv/linux/Makefile: Include
39386         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39387         (sysdep_routines): Remove sysctl.
39388         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39389         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39390         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39391         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39392         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39393
39394 2012-05-22  Andreas Jaeger  <aj@suse.de>
39395
39396         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39397         that pseudo_end is just ret and the stack pointer is correct also
39398         for static library in error case.
39399
39400 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39401
39402         [BZ #14122]
39403         * nss/nsswitch.c (defconfig_entries): New variable.
39404         (__nss_database_lookup): Don't leak defconfig entries.
39405         (nss_parse_service_list): Don't leak on error paths.
39406         (free_database_entries): New function.
39407         (free_defconfig): New function.
39408         (free_mem): Move common code to free_database_entries.
39409
39410 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39411
39412         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39413         Add arch_prctl.
39414         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39415
39416         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39417         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39418         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39419         New macro.
39420         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39421         (INTERNAL_SYSCALL_TYPES): Likewise.
39422         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39423         (LOAD_REGS_TYPES_[1-6]): Likewise.
39424         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39425         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39426
39427 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39428
39429         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39430         copysignl for GLIBC_2_0.
39431         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39432         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39433         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39434         logbl for GLIBC_2_0.
39435         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39436         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39437
39438 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39439
39440         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39441         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39442
39443         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39444         Use "neg %eax".
39445
39446         * time/mktime.c: Update copyright years.
39447
39448 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39449
39450         mktime: merge comment-quoting-style change from gnulib
39451         * time/mktime.c: Quote 'like this' in comments.
39452         The GNU coding standards suggest that we no longer quote `like this',
39453         as "`" and "'" are typically rendered asymmetrically nowadays.
39454         The typical gnulib style is to quote 'like this' when quoting
39455         code, and "like this" when quoting English.
39456
39457         * time/mktime.c (compile-command): Add "-I.".
39458
39459         mktime: merge mktime-internal.h change from gnulib
39460         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39461
39462         mktime: merge time_r change from gnulib
39463         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39464
39465         mktime: merge DEBUG change from gnulib
39466         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39467         case system <time.h> has a #define.
39468
39469         mktime: merge <sys/types.h> change from gnulib
39470         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39471         since <time.t> is now guaranteed to define time_t.
39472
39473         mktime: merge HAVE_CONFIG_H change from gnulib
39474         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39475
39476 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39477
39478         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39479         Use "neg %eax".
39480
39481         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39482         __rlim_t cast.
39483         (struct rusage): Use anonymous union to pad each field to
39484         __syscall_slong_t.
39485
39486 2012-05-21  David S. Miller  <davem@davemloft.net>
39487
39488         * Makefules (o-iterator): Remove .s cases.
39489         (compile-command.s): Delete.
39490         (COMPILE.s): Delete.
39491         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39492
39493 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39494
39495         * configure.in (libc_cv_predef_stack_protector): Only consider
39496         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39497         * configure: Regenerated.
39498
39499 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39500
39501         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39502         New macro.  Use R*LP on int and pointer.
39503         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39504         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39505         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39506         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39507
39508         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39509         [__WORDSIZE_TIME64_COMPAT32] instead of
39510         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39511         (struct utmp): Likewise.
39512         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39513         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39514         Renamed to ...
39515         (__WORDSIZE_TIME64_COMPAT32): This.
39516         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39517         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39518         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39519         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39520         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39521         (__WORDSIZE_TIME64_COMPAT32): New macro.
39522
39523 2012-05-21  Andreas Jaeger  <aj@suse.de>
39524
39525         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39526         only if [SHARED]. Add prototype for __wcschr_ia32.
39527
39528 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39529
39530         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39531         of %rbp unmolested in the jmp_buf while mangling the low bits.
39532         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39533         unmolested high bits of %rbp while demangling the low bits.
39534         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39535
39536 2012-05-21  Andreas Jaeger  <aj@suse.de>
39537
39538         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39539         * sunrpc/svc_simple.c: Use it for registerrpc.
39540         * sunrpc/xcrypt.c: Use it for passwd2des.
39541
39542         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39543
39544 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39545
39546         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39547         Don't define if [__SYSCALL_WORDSIZE != 32].
39548         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39549         New macro.
39550
39551 2012-05-21  Bruno Haible  <bruno@clisp.org>
39552             Andreas Jaeger  <aj@suse.de>
39553
39554         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39555         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39556         inptr and inend for must_buffer_ch.
39557         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39558         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39559         * stdio-common/Makefile (tests): Remove bug15.
39560         (bug15-ENV): Remove macro.
39561         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39562         anymore.
39563
39564 2012-05-19  Andreas Jaeger  <aj@suse.de>
39565             Roland McGrath  <roland@hack.frob.com>
39566
39567         * manual/contrib.texi: Completely rewritten. It contains now an
39568         alphabetical list of contributors and their contributions.
39569
39570 2012-05-21  Richard Henderson  <rth@twiddle.net>
39571
39572         * misc/getauxval.c (__getauxval): Use unsigned long int.
39573         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39574         (getauxval): Use unsigned long int.
39575
39576 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39577
39578         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39579
39580 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39581
39582         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39583         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39584         __alignof__ (long double).
39585
39586 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39587
39588         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39589
39590 2012-05-20  Richard Henderson  <rth@twiddle.net>
39591
39592         * misc/getauxval.c: New file.
39593         * misc/sys/auxv.h: New file.
39594         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39595         (routines): Add getauxval.
39596         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39597         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39598         * elf/dl-sysdep.c (_dl_auxv): Remove.
39599         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39600         * elf/dl-support.c (_dl_auxv): New variable.
39601         (_dl_aux_init): Initialize it.
39602         * manual/startup.texi (Auxiliary Vector): New node.
39603         * sysdeps/generic/bits/hwcap.h: New file.
39604         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39605         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39606         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39607         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39608         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39609         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39611         Update.
39612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39613         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39614         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39615         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39616         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39617         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39618         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39619         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39620
39621 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39622
39623         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39624
39625 2012-05-19  David S. Miller  <davem@davemloft.net>
39626
39627         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39628
39629 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39630
39631         [BZ #14123]
39632         * math/s_ccosh.c: Include <float.h>
39633         (__ccosh): Avoid internal overflow calculating sinh and cosh
39634         values before multiplying by sin and cos values.
39635         * math/s_ccoshf.c: Likewise.
39636         * math/s_ccoshl.c: Likewise.
39637         * math/s_csin.c: Likewise.
39638         * math/s_csinf.c: Likewise.
39639         * math/s_csinl.c: Likewise.
39640         * math/s_csinh.c: Likewise.
39641         * math/s_csinhf.c: Likewise.
39642         * math/s_csinhl.c: Likewise.
39643         * math/libm-test.inc (ccos_test): Add more tests.
39644         (ccosh_test): Likewise.
39645         (csin_test): Likewise.
39646         (csinh_test): Likewise.
39647         * sysdeps/i386/fpu/libm-test-ulps: Update.
39648         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39649
39650 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39651
39652         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39653         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39654
39655         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39656
39657 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39658
39659         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39660         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39661         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39662         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39663         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39664         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39665         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39666         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39667         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39668         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39669         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39670         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39671         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39672         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39673         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39674         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39675         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39676         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39677         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39678         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39679         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39680         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39681         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39682         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39683         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39684         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39685         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39686         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39687         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39688         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39689         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39690
39691 2012-05-18  Andreas Jaeger  <aj@suse.de>
39692
39693         * csu/.gitignore: Delete.
39694
39695 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39696
39697         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39698         (timex): Use __syscall_slong_t.
39699
39700 2012-05-18  Andreas Jaeger  <aj@suse.de>
39701             Carlos O'Donell  <carlos_odonell@mentor.com>
39702
39703         * manual/install.texi (Configuring and compiling): Update
39704         description about files modified in the source directory.
39705         * INSTALL: Regenerated.
39706
39707 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39708
39709         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39710         value.  Use "or" to set return value to -1.
39711         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39712         negate return value.
39713
39714 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39715
39716         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39717         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39718         failure if the compiler has Graphite support disabled.
39719         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39720         Likewise.
39721         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39722         (CFLAGS-memmove.c): Likewise.
39723         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39724         Likewise.
39725
39726 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39727
39728         * sysdeps/x86_64/x32/_itoa.h: New file.
39729
39730         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39731         getdents system call only if kernel and user dirents have the
39732         same d_ino and d_off.
39733
39734         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39735         LLONG_MAX != LONG_MAX.
39736         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39737         (_fitoa_word): Likewise.
39738
39739         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39740         years.
39741         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39742         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39743         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39744
39745         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39746         include <bits/wordsize.h>.  Check __x86_64__ instead of
39747         __WORDSIZE.
39748         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39749         if __x86_64__ is defined.  Use anonymous union on fpstate.
39750
39751         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39752         anonymous union.
39753
39754 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39755
39756         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39757         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39758         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39759         Refer to _rtld_local_ro instead of _rtld_global_ro.
39760         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39761         Likewise.
39762         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39763         Likewise.
39764         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39765         Likewise.
39766         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39767         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39768         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39769
39770         * sysdeps/powerpc/powerpc32/dl-machine.c
39771         (__elf_machine_runtime_setup) [PROF]: Don't reference
39772         _dl_prof_resolve.
39773
39774 2012-05-18  Andreas Jaeger  <aj@suse.de>
39775
39776         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39777         function only available for GCCs before 3.4 since GCC 3.4
39778         introduced a builtin.
39779         (lrint): Likewise.
39780         (llrintf): Likewise.
39781         (llrint): Likewise.
39782         (fmaxf): Likewise.
39783         (fmax): Likewise.
39784         (fminf): Likewise.
39785         (fmin): Likewise.
39786         (rint): Likewise.
39787         (rintf): Likewise.
39788         (nearbyint): Likewise.
39789         (nearbyintf): Likewise.
39790         (ceil): Likewise.
39791         (ceilf): Likewise.
39792         (floor): Likewise.
39793         (floorf): Likewise.
39794
39795 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39796
39797         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39798         on both fields and cast pointer to __syscall_ulong_t.
39799
39800         * bits/types.h (__fsword_t): New type.
39801         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39802         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39803         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39804         (__FSWORD_T_TYPE): Likewise.
39805         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39806         (__FSWORD_T_TYPE): Likewise.
39807         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39808         (__FSWORD_T_TYPE): Likewise.
39809         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39810         (__FSWORD_T_TYPE): Likewise.
39811         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39812         __SWORD_TYPE with __fsword_t.
39813         (statfs64): Likewise.
39814
39815 2012-05-17  David S. Miller  <davem@davemloft.net>
39816
39817         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39818
39819 2012-05-17  Andreas Jaeger  <aj@suse.de>
39820
39821         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39822         warning.
39823
39824 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39825
39826         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39827
39828 2012-05-17  Andreas Jaeger  <aj@suse.de>
39829
39830         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39831         when it is used.
39832
39833 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39834
39835         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39836
39837 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39838
39839         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39840         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39841
39842 2012-05-17  Andreas Jaeger  <aj@suse.de>
39843             Carlos O'Donell  <carlos_odonell@mentor.com>
39844
39845         [BZ #14059]
39846         * sysdeps/x86_64/multiarch/init-arch.h
39847         (bit_YMM_Usable): Rename to...
39848         (bit_AVX_Usable): ... this.
39849         (bit_FMA4_Usable): New macro.
39850         (bit_XMM_state): New macro.
39851         (bit_YMM_state): New macro.
39852         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39853         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39854         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39855         (CPUID_OSXSAVE): New macro.
39856         (CPUID_AVX): New macro.
39857         (CPUID_FMA4): New macro.
39858         (index_YMM_Usable): Rename to...
39859         (index_AVX_Usable): ... this.
39860         (HAS_AVX): Use HAS_ARCH_FEATURE.
39861         (HAS_FMA4): Likewise.
39862         (HAS_YMM_USABLE): Remove.
39863         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39864         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39865         are present.
39866         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39867         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39868         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39869         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39870         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39871
39872 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39873
39874         * math/libm-test.c: Support platforms without multiple rounding modes.
39875         * math/bug-nextafter.c: Support platforms without FP exceptions.
39876         * math/bug-nexttoward.c: Likewise.
39877         * math/test-fenv.c: Likewise.
39878         * math/test-misc.c: Likewise.
39879         * stdlib/bug-getcontext.c: Likewise.
39880
39881 2012-05-17  Andreas Jaeger  <aj@suse.de>
39882
39883         * manual/examples/search.c (critter_cmp): Change signature to
39884         avoid warnings.
39885         * manual/string.texi (Collation Functions): Likewise.
39886
39887 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39888
39889         * bits/types.h: Fold copyright years.
39890         * bits/typesizes.h: Likewise.
39891         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39892         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39893         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39894         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39895         * time/time.h: Likewise.
39896
39897 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39898
39899         [BZ #208]
39900         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39901         in instead of returning them.  Return void.
39902         (__libc_mallinfo): Accumulate over all arenas.
39903         (__malloc_stats): Adjust for change in int_mallinfo interface.
39904
39905 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39906
39907         [BZ #10375]
39908         * configure.in (NM): Add AC_CHECK_TOOL for it.
39909         (libc_extra_cflags): New substituted variable.
39910         Check for -fstack-protector being used implicitly.
39911         * configure: Regenerated.
39912         * config.make.in (config-extra-cflags): New variable,
39913         gets @libc_extra_cflags@.
39914         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39915
39916         [BZ #10375]
39917         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39918         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39919         * configure: Regenerated.
39920         * config.make.in (CPPUNDEFS): New substituted variable.
39921         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39922         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39923         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39924
39925 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39926
39927         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39928         (mq_attr): Use __syscall_slong_t.
39929
39930 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39931
39932         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39933         Check __x86_64__ instead of __WORDSIZE.
39934         (_STAT_VER_LINUX): Likewise.
39935         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39936         __syscall_ulong_t and __syscall_slong_t.
39937         (stat64): Likewise.
39938
39939 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39940
39941         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39942
39943 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39944
39945         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39946
39947 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39948
39949         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39950         __syscall_ulong_t.
39951
39952         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39953         include <bits/wordsize.h>.  Check __x86_64__ instead of
39954         __WORDSIZE.
39955         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39956         defined.
39957         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39958
39959         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39960         include <bits/wordsize.h>.  Check __x86_64__ instead of
39961         __WORDSIZE.
39962         (user_regs_struct): Use "__extension__ unsigned long long"
39963         instead of "unsigned long" if __x86_64__ is defined.
39964         (user): Likewise.  Pad after pointer field if __ILP32__ is
39965         defined.
39966
39967 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39968
39969         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39970         versions 5 to 9.
39971         * configure: Regenerated.
39972         * manual/install.texi (texinfo): Increase version requirement to
39973         4.5 or later.
39974         * INSTALL: Regenerated.
39975
39976         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39977
39978 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39979
39980         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39981
39982         * sysdeps/x86_64/x32/ffs.c: New file.
39983
39984         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39985         __syscall_ulong_t.
39986         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39987         defined.  Use __syscall_ulong_t.
39988         (shminfo): Use __syscall_ulong_t.
39989         (shm_info): Likewise.
39990
39991         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39992         __syscall_ulong_t.
39993
39994         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39995         <bits/wordsize.h>.
39996         (msgqnum_t): Use __syscall_ulong_t.
39997         (msglen_t): Likewise.
39998         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39999         __syscall_ulong_t.
40000
40001         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
40002         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40003
40004         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
40005
40006         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
40007         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
40008
40009         * sysvipc/sys/msg.h (msgbuf): Replace long int with
40010         __syscall_slong_t.
40011
40012         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
40013         include <bits/wordsize.h>.  Check __x86_64__ instead of
40014         __WORDSIZE.
40015
40016         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
40017         "unsigned long long int" if __x86_64__ is defined.
40018         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
40019
40020         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
40021         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40022         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
40023
40024         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
40025         <stdint.h>.
40026         (GET_PC): Cast to uintptr_t first.
40027         (GET_FRAME): Likewise.
40028         (GET_STACK): Likewise.
40029
40030         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
40031         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
40032         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
40033         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
40034         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
40035         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
40036         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
40037         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
40038         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
40039         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
40040         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
40041         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
40042         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40043         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
40044         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
40045         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
40046         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
40047         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
40048         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
40049         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
40050         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
40051         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
40052         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
40053         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
40054         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
40055         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
40056         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
40057         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
40058         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
40059
40060 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
40061
40062         * Makerules (+depfiles): Also collect depfiles from .oS in
40063         $(extra-objs).
40064         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
40065         .oS, $(libnldbl-routines)).
40066
40067         * Makerules (native-compile-mkdep-flags): Define.
40068         * sunrpc/Makefile (extra-objs): Add $(addprefix
40069         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
40070         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
40071         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
40072         calling $(make-target-directory).
40073
40074 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40075
40076         * bits/types.h (__snseconds_t): Removed.
40077         * time/time.h (struct timespec): Replace __snseconds_t with
40078         __syscall_slong_t.
40079         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
40080         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
40081         Likewise.
40082         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40083         (__SNSECONDS_T_TYPE): Likewise.
40084         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40085         (__SNSECONDS_T_TYPE): Likewise.
40086         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40087         (__SNSECONDS_T_TYPE): Likewise.
40088
40089 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40090
40091         * sysdeps/mach/hurd/bits/typesizes.h
40092         (__SYSCALL_SLONG_TYPE): New macro.
40093         (__SYSCALL_ULONG_TYPE): Likewise.
40094
40095 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40096
40097         * bits/types.h (__syscall_slong_t): New type.
40098         (__syscall_ulong_t): Likewise.
40099
40100         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
40101         (__SYSCALL_ULONG_TYPE): Likewise.
40102         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40103         (__SYSCALL_SLONG_TYPE): Likewise.
40104         (__SYSCALL_ULONG_TYPE): Likewise.
40105         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40106         (__SYSCALL_SLONG_TYPE): Likewise.
40107         (__SYSCALL_ULONG_TYPE): Likewise.
40108         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40109         (__SYSCALL_SLONG_TYPE): Likewise.
40110         (__SYSCALL_ULONG_TYPE): Likewise.
40111
40112 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40113
40114         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
40115         Add sigaltstack-offsets.sym.
40116         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
40117         <sigaltstack-offsets.h>.
40118         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
40119         longjmp_msg pointer.
40120         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
40121         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
40122         signal stack.
40123         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
40124
40125 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40126
40127         * elf/stackguard-macros.h: Remove file.
40128         * sysdeps/generic/stackguard-macros.h: New file.
40129         * sysdeps/i386/stackguard-macros.h: Likewise.
40130         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
40131         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
40132         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
40133         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
40134         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
40135         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
40136         * sysdeps/x86_64/stackguard-macros.h: Likewise.
40137         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
40138         <elf/stackguard-macros.h>.
40139
40140         [BZ #14109]
40141         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
40142         __aligned__ in attribute.
40143         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
40144         (gregset_t): Likewise.
40145
40146 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40147
40148         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
40149         * sysdeps/x86_64/64/Implies-after: Here.  New file.
40150         * sysdeps/x86_64/x32/Implies-after: New file.
40151
40152 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40153
40154         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40155         and access return value for _dl_profile_fixup.  Use R10_LP to
40156         load frame size.
40157
40158 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40159
40160         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40161
40162 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40163
40164         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40165         * sysdeps/x86_64/x32/sysdep.h: New file.
40166
40167 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40168
40169         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40170         * sysdeps/x86_64/setjmp.S: Likewise.
40171
40172 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40173
40174         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40175         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40176         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40177         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40178         remove unused global constant.
40179
40180 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
40181
40182         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40183         include of <not-cancel.h>.
40184
40185 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40186
40187         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40188
40189 2012-05-15  Jeff Law  <law@redhat.com>
40190             Andreas Jaeger  <aj@suse.de>
40191
40192         [BZ #13594]
40193         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40194         out from...
40195         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40196         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40197         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40198         code changing __hst_map_handle.map.
40199
40200 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40201
40202         * configure.in (sysnames): Look for Implies-before and Implies-after
40203         files.
40204         * configure: Regenerated.
40205
40206 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40207
40208         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40209         8-byte data alignment with LP_SIZE alignment.
40210
40211 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40212
40213         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40214         into R10_LP.
40215
40216 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40217
40218         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40219
40220 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40221
40222         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40223         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40224         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40225         Likewise.
40226         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40227
40228 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40229
40230         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40231         (stackinfo_sub_sp): Likewise.
40232
40233 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40234
40235         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40236         RAX_LP.
40237
40238 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40239
40240         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40241         into R*_LP.
40242
40243 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40244
40245         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40246         sizes into R*_LP.
40247
40248 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40249
40250         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40251
40252 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40253
40254         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40255         into R11_LP and load __x86_64_shared_cache_size_half into
40256         R8_LP.
40257
40258 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40259
40260         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40261         R8_LP.
40262
40263 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40264
40265         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40266         logb for POWER7.
40267         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40268         logbf for POWER7.
40269         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40270         logbl for POWER7.
40271         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40272         powerpc32/power7/fpu/s_logb.c via #include.
40273         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40274         powerpc32/power7/fpu/s_logbf.c via #include.
40275         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40276         powerpc32/power7/fpu/s_logbl.c via #include.
40277
40278 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40279
40280         * README.libm: Remove file.
40281
40282 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40283
40284         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40285         count for x32.  Use R*_LP and omit operand-size suffix.
40286
40287 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40288
40289         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40290         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40291         * sysdeps/x86_64/x32/shlib-versions: New file.
40292
40293 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40294
40295         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40296         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40297         Use _dl_fatal_printf instead.
40298
40299 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40300
40301         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40302         set if not set by the user.  Do not allow for being unset.
40303         * sysdeps/unix/sysv/linux/configure: Regenerated.
40304
40305 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40306
40307         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40308         the `q' suffix from lea and replace .quad with ASM_ADDR.
40309
40310 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40311
40312         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40313         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40314         instead of $17.
40315         (PTR_DEMANGLE): Likewise.
40316
40317 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40318
40319         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40320         (LP_OP): Likewise.
40321         (ASM_ADDR): Likewise.
40322         (RAX_LP): Likewise.
40323         (RBP_LP): Likewise.
40324         (RBX_LP): Likewise.
40325         (RCX_LP): Likewise.
40326         (RDI_LP): Likewise.
40327         (RSI_LP): Likewise.
40328         (RSP_LP): Likewise.
40329         (R8_LP): Likewise.
40330         (R9_LP): Likewise.
40331         (R10_LP): Likewise.
40332         (R10_LP): Likewise.
40333         (R11_LP): Likewise.
40334         (R12_LP): Likewise.
40335         (R13_LP): Likewise.
40336         (R14_LP): Likewise.
40337         (R15_LP): Likewise.
40338
40339 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40340
40341         * sysdeps/x86_64/x32/dl-machine.h: New file.
40342
40343 2012-05-14  Andreas Jaeger  <aj@suse.de>
40344
40345         * manual/Makefile (subdir): Remove export of subdir.
40346         (all): Remove target.
40347         (.PHONY): Remove all from list.
40348         (mkinstalldirs): Remove.
40349         (.PHONY): Remove installdirs from list.
40350         ($(inst_infodir)/libc.info): Use make-target-directory.
40351         (installdirs): Remove.
40352         (subdir_%): Remove.
40353         (glibc-targets): Remove.
40354         (lib): Remove.
40355         (stubs): Remove.
40356         ($(objpfx)stubs ../po/manual.pot): Remove.
40357         ($(objpfx)stamp%): Remove.
40358         (make-target-directory): Remove.
40359         (subdir_install): Remove.
40360         (routines): Remove.
40361         (aux): Remove.
40362         (sources): Remove.
40363         (objects): Remove.
40364         (headers): Remove.
40365
40366         [BZ #13750]
40367         * manual/.gitignore: Remove, it's not needed anymore.
40368         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40369         all files in it.
40370         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40371         directory.
40372         (texis): Renamed to $(objpfx)texis.
40373         (texis-path): New, contains path to generated files.
40374         (chapters.%): Use texis-path for complete path, add extra argument
40375         libc-texinfo.sh.
40376         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40377         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40378         (summary,texi, stamp-summary): Use complete path of
40379         files. Generate files in build dir.
40380         (dir-add.texi): Build in build dir.
40381         (libm-err.texi,stamp-libm-err): Likewise.
40382         (version.texi, stamp-version): Likewise.
40383         (.%c.texi): Likewise.
40384         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40385         (mostlyclean): Remove target.
40386         (realclean): Remove target.
40387         (generated): Add new variable with contents from mostlyclean and
40388         realclean, remove entries duplicated in common-mostlyclean, add
40389         stamp-libm-err and stamp-version.
40390         (generated-dirs): Add libc directory.
40391         ($(inst_infodir)/libc.info): Install files from build dir.
40392
40393         * manual/install.texi (Configuring and compiling): Adjust since
40394         the info files are not part of the tar ball anymore.
40395
40396 2012-05-14  Andreas Jaeger  <aj@suse.de>
40397
40398         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40399         variable.
40400
40401 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40402
40403         [BZ #13717]
40404         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40405         to 2.2.0 where earlier.
40406         * sysdeps/unix/sysv/linux/configure: Regenerated.
40407         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40408         Remove conditional code.
40409         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40410         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40411         Remove conditional code.
40412         [!__NR_lchown]: Likewise.
40413         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40414         [__NR_lchown]: Likewise.
40415         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40416         comment referencing __ASSUME_LCHOWN_SYSCALL.
40417         * sysdeps/unix/sysv/linux/i386/sigaction.c
40418         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40419         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40420         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40421         Remove conditional code.
40422         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40423         (__protocol_available): Remove #if 0 code.
40424         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40425         conditional code.
40426         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40427         * sysdeps/unix/sysv/linux/kernel-features.h
40428         (__ASSUME_GETCWD_SYSCALL): Don't define.
40429         (__ASSUME_REALTIME_SIGNALS): Likewise.
40430         (__ASSUME_PREAD_SYSCALL): Likewise.
40431         (__ASSUME_PWRITE_SYSCALL): Likewise.
40432         (__ASSUME_POLL_SYSCALL): Likewise.
40433         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40434         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40435         non-SPARC.
40436         (__ASSUME_SIOCGIFNAME): Don't define.
40437         (__ASSUME_MSG_NOSIGNAL): Likewise.
40438         (__ASSUME_SENDFILE): Define unconditionally.
40439         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40440         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40441         conditional code.
40442         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40443         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40444         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40445         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40446         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40447         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40448         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40450         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40451         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40453         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40454         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40456         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40457         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40459         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40460         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40462         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40463         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40465         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40466         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40468         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40469         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40471         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40472         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40473         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40474         Remove conditional code.
40475         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40476         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40477         Remove conditional code.
40478         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40479         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40480         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40481         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40482         Remove conditional code.
40483         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40484         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40485         Remove conditional code.
40486         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40487         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40488         Remove conditional code.
40489         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40490         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40491         Remove conditional code.
40492         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40493         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40494         Remove conditional code.
40495         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40496         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40497         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40498         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40499         * sysdeps/unix/sysv/linux/sigaction.c
40500         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40501         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40502         * sysdeps/unix/sysv/linux/sigpending.c
40503         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40504         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40505         * sysdeps/unix/sysv/linux/sigprocmask.c
40506         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40507         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40508         * sysdeps/unix/sysv/linux/sigsuspend.c
40509         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40510         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40511         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40512         (__libc_missing_rt_sigs): Remove.
40513         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40514         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40515         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40516         Remove conditional code.
40517         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40518         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40519         return 1.
40520         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40521         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40522         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40523         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40524
40525 2012-05-14  Andreas Jaeger  <aj@suse.de>
40526
40527         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40528         it's not used in glibc.
40529         (__coshm1): Likewise.
40530         (__acosh1p): Likewise.
40531         (__sgn): Likewise.
40532
40533         * manual/string.texi (Copying and Concatenation): Add missing
40534         variable in concat example.
40535         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40536
40537 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40538
40539         [BZ #14103]
40540         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40541         __builtin_clzl with __builtin_clzll.
40542
40543 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40544
40545         [BZ #14104]
40546         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40547         libc_freeres_ptr.
40548
40549 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40550
40551         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40552         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40553         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40554         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40555
40556 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40557
40558         * NEWS: Update ia64 info.
40559
40560 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40561
40562         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40563         used as bcopy.
40564
40565 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40566
40567         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40568         * sysdeps/unix/syscalls.list (dup3): Likewise.
40569         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40570         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40571
40572 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40573
40574         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40575         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40576
40577 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40578
40579         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40580         thread pointer.
40581         (TLS_IE): Use mov/add instead of movq/addq to load thread
40582         pointer.
40583         (TLS_GD_PREFIX): New.
40584         (TLS_GD): Use it.
40585
40586 2012-05-11  David S. Miller  <davem@davemloft.net>
40587
40588         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40589         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40590         (_FPU_SETCW): Likewise.
40591
40592 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40593
40594         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40595         is 32-byte aligned.
40596
40597 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40598
40599         [BZ #11837]
40600         * iconvdata/gb18030.c: Update tables.
40601         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40602         characters specially.
40603         (BODY for TO_LOOP): Add encoding of missing ranges.
40604
40605 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40606
40607         [BZ #13673]
40608         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40609         * sysdeps/mach/hurd/dup3.c: Likewise.
40610         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40611         * sysdeps/powerpc/memmove.c:: Likewise.
40612
40613 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40614
40615         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40616         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40617
40618 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40619
40620         * elf/elf.h (R_X86_64_RELATIVE64): New.
40621         (R_X86_64_NUM): Updated.
40622         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40623         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40624         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40625         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40626         tst-quad1pie tst-quad2pie
40627         (modules-names): Add tst-quadmod1 tst-quadmod2.
40628         ($(objpfx)tst-quad1): New dependency.
40629         ($(objpfx)tst-quad2): Likewise.
40630         ($(objpfx)tst-quad1pie): Likewise.
40631         ($(objpfx)tst-quad2pie): Likewise.
40632         * sysdeps/x86_64/tst-quad1.c: New file.
40633         * sysdeps/x86_64/tst-quad1pie.c: New file.
40634         * sysdeps/x86_64/tst-quad2.c: Likewise.
40635         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40636         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40637         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40638         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40639         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40640
40641 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40642
40643         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40644         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40645         * streams/stropts.h (t_scalar_t): Define type.
40646
40647         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40648         (_PATH_PRESERVE): Set to "/var/lib".
40649         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40650
40651         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40652         instead of int.
40653
40654         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40655         if __dir_mkfile succeeded.
40656
40657         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40658         checking for _hurd_dtablesize.  Unlock it right after having
40659         finished _hurd_dtable allocation.
40660
40661 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40662
40663         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40664         * sysdeps/mach/hurd/configure: Regenerated.
40665         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40666         special-casing to...
40667         * sysdeps/gnu/configure.in: ... this new file.
40668         * sysdeps/unix/sysv/linux/configure: Regenerated.
40669         * sysdeps/gnu/configure: New generated file.
40670
40671         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40672         for Linux: use nsec instead of usec, as well as:
40673         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40674         members of type struct timespec.
40675         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40676         New macros.
40677         (struct stat64): Likewise.
40678         (_STATBUF_ST_NSEC): New macro.
40679         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40680
40681         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40682         __strtoul_internal rather than strtoul.
40683
40684 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40685
40686         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40687         and reject them.
40688
40689 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40690
40691         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40692         which preserves existing values.
40693         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40694
40695 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40696
40697         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40698         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40699         greater than FD_SETSIZE.
40700
40701 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40702
40703         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40704         allocated, call __vm_protect to finish enabling the existing space, and
40705         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40706         allocate the remainder.
40707
40708 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40709
40710         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40711         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40712
40713 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40714
40715         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40716         sysdeps/mach/hurd/readlink.c.
40717
40718         * posix/tst-sysconf.c (posix_options): Only use
40719         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40720         _POSIX_SYNCHRONIZED_IO when they are defined
40721         * sysdeps/mach/hurd/bits/posix_opt.h:
40722         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40723         (_XOPEN_REALTIME): Undefine macro.
40724         (_XOPEN_REALTIME_THREADS): Undefine macro.
40725         (_XOPEN_SHM): Undefine macro.
40726         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40727         macro to -1.
40728         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40729         macro to -1.
40730         (_POSIX_ASYNC_IO): Undefine macro.
40731         (_POSIX_PRIORITIZED_IO): Undefine macro.
40732         (_POSIX_SPIN_LOCKS): Define macro to -1.
40733
40734         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40735         SA_NODEFER, SA_RESETHAND.
40736         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40737         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40738         F_DUPFD_CLOEXEC.
40739
40740 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40741
40742         * elf/Makefile (pldd-modules): Define unconditionally.
40743
40744 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40745
40746         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40747
40748 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40749
40750         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40751         Return ENOENT when name is empty.
40752         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40753
40754 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40755
40756         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40757
40758         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40759
40760 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40761
40762         Fix mlock in all cases except non-readable pages.
40763         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40764         instead of VM_PROT_ALL as parameter to __vm_wire function.
40765
40766         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40767         (__mkdir): When path is `/', just fail with EEXIST.
40768         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40769
40770 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40771
40772         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40773         <sys/uio.h> (for writev).
40774         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40775         and <sys/param.h> (for MIN).
40776
40777 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40778
40779         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40780         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40781         if interrupted.
40782
40783 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40784
40785         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40786         Depend on against $(link-rpcuserlibs).
40787
40788 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40789
40790         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40791         (__libc_stack_end): Do not use attribute_relro.
40792         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40793         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40794         to libthread-provided value.
40795         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40796         attribute_relro.
40797
40798 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40799
40800         [BZ #3748]
40801         * bits/libc-lock.h (__libc_once_get): New macro.
40802         * sysdeps/mach/bits/libc-lock.h: Likewise.
40803         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40804         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40805         instead of using implementation details.
40806
40807         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40808         * libio/freopen.c: Likewise.
40809         * libio/freopen64.c: Likewise.
40810         * misc/syslog.c: Likewise.
40811         * nscd/connections.c: Likewise.
40812         * nscd/netgroupcache.c: Likewise.
40813         * sysdeps/posix/getcwd.c: Likewise.
40814
40815 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40816
40817         * math/w_ilogbf.c: Add #include <limits.h>.
40818
40819 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40820
40821         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40822         path instead of returning without unlocking.
40823
40824         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40825         immediate-write ioctls.
40826         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40827
40828 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40829
40830         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40831         __builtin_frame_address instead of making assumptions about the
40832         location of the return address relative to DATA.  Force early load of
40833         the return address.
40834         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40835         __builtin_frame_address.
40836
40837         dup3 for GNU Hurd.
40838         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40839         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40840         implement dup3 and do some further code clean-ups.
40841         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40842         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40843
40844 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40845
40846         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40847
40848         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40849         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40850         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40851         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40852         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40853         d->port.lock.
40854
40855         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40856         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40857         when handler == SIG_ERR, not when handler != SIG_ERR.
40858
40859 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40860
40861         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40862         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40863         definitions.
40864
40865         accept4 for GNU Hurd.
40866         * include/sys/socket.h (__libc_accept4): New prototype.
40867         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40868         to implement __libc_accept4.
40869         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40870         __libc_accept4.
40871         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40872
40873         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40874         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40875         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40876         signal-defines.sym.
40877
40878 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40879
40880         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40881
40882 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40883
40884         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40885         assertion on O_CLOEXEC flag.
40886         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40887         * hurd/intern-fd.c: Likewise.
40888         * hurd/port2fd.c: Likewise.
40889
40890 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40891
40892         [BZ #3906]
40893         * bits/in.h (IPV6_PKTINFO): Define new macro.
40894         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40895
40896 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40897
40898         [BZ #13954]
40899         [BZ #13955]
40900         [BZ #13956]
40901         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40902         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40903         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40904         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40905         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40906         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40907         * math/libm-test.inc (logb_test) : Additional logb tests.
40908
40909 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40910             Andreas Jaeger  <aj@suse.de>
40911
40912         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40913         * configure: Regenerated.
40914         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40915         * config.make.in (link-obsolete-rpc): New substituted variable.
40916         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40917         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40918         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40919         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40920         so that libc.a contains the symbols.
40921         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40922         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40923         * sunrpc/auth_none.c: Likewise.
40924         * sunrpc/auth_unix.c: Likewise.
40925         * sunrpc/authdes_prot.c: Likewise.
40926         * sunrpc/authuxprot.c: Likewise.
40927         * sunrpc/clnt_gen.c: Likewise.
40928         * sunrpc/clnt_perr.c: Likewise.
40929         * sunrpc/clnt_raw.c: Likewise.
40930         * sunrpc/clnt_simp.c: Likewise.
40931         * sunrpc/clnt_tcp.c: Likewise.
40932         * sunrpc/clnt_udp.c: Likewise.
40933         * sunrpc/clnt_unix.c: Likewise.
40934         * sunrpc/des_crypt.c: Likewise.
40935         * sunrpc/des_soft.c: Likewise.
40936         * sunrpc/get_myaddr.c: Likewise.
40937         * sunrpc/key_call.c: Likewise.
40938         * sunrpc/key_prot.c: Likewise.
40939         * sunrpc/netname.c: Likewise.
40940         * sunrpc/pm_getmaps.c: Likewise.
40941         * sunrpc/pm_getport.c: Likewise.
40942         * sunrpc/pmap_clnt.c: Likewise.
40943         * sunrpc/pmap_prot.c: Likewise.
40944         * sunrpc/pmap_prot2.c: Likewise.
40945         * sunrpc/pmap_rmt.c: Likewise.
40946         * sunrpc/publickey.c: Likewise.
40947         * sunrpc/rpc_cmsg.c: Likewise.
40948         * sunrpc/rpc_common.c: Likewise.
40949         * sunrpc/rpc_dtable.c: Likewise.
40950         * sunrpc/rpc_prot.c: Likewise.
40951         * sunrpc/rpc_thread.c: Likewise.
40952         * sunrpc/rtime.c: Likewise.
40953         * sunrpc/svc.c: Likewise.
40954         * sunrpc/svc_auth.c: Likewise.
40955         * sunrpc/svc_raw.c: Likewise.
40956         * sunrpc/svc_run.c: Likewise.
40957         * sunrpc/svc_tcp.c: Likewise.
40958         * sunrpc/svc_udp.c: Likewise.
40959         * sunrpc/svc_unix.c: Likewise.
40960         * sunrpc/svcauth_des.c: Likewise.
40961         * sunrpc/xcrypt.c: Likewise.
40962         * sunrpc/xdr.c: Likewise.
40963         * sunrpc/xdr_array.c: Likewise.
40964         * sunrpc/xdr_float.c: Likewise.
40965         * sunrpc/xdr_intXX_t.c: Likewise.
40966         * sunrpc/xdr_mem.c: Likewise.
40967         * sunrpc/xdr_rec.c: Likewise.
40968         * sunrpc/xdr_ref.c: Likewise.
40969         * sunrpc/xdr_sizeof.c: Likewise.
40970         * sunrpc/xdr_stdio.c: Likewise.
40971
40972 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40973
40974         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40975         change.  Update copyright years.
40976
40977 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40978
40979         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40980
40981 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40982             Joseph Myers  <joseph@codesourcery.com>
40983             Paul Pluzhnikov  <ppluzhnikov@google.com>
40984
40985         [BZ #14012]
40986         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40987         requiring rpcgen.
40988         [cross-compiling] (extra-libs): Likewise.
40989         [cross-compiling] (extra-libs-others): Likewise.
40990         [cross-compiling] (librpcsvc-routines): Likewise.
40991         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40992         [cross-compiling] (omit-deps): Likewise.
40993         (sunrpc-CPPFLAGS): New variable.
40994         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40995         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40996         (cross-rpcgen-objs): New variable.
40997         (extra-objs): Append $(cross-rpcgen-objs).
40998         ($(cross-rpcgen-objs)): New rule.
40999         ($(objpfx)cross-rpcgen): Likewise.
41000         (rpcgen-cmd): Define to use $(built-program-file).  Expand
41001         comment.
41002         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
41003         ($(objpfx)x%.stmp): Likewise.
41004         * sunrpc/proto.h [IS_IN_build] (_): Define.
41005         [IS_IN_build] (_libc_intl_domainname): Likewise.
41006
41007 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
41008
41009         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
41010         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
41011         and R_X86_64_TPOFF64.
41012
41013 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41014
41015         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
41016         sysdeps/unix/sysv/syscalls.list.
41017         (stime): Likewise.
41018         (utime): Likewise.
41019         * sysdeps/unix/sysv/syscalls.list: Remove file.
41020
41021 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
41022
41023         [BZ #3440]
41024         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
41025         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
41026         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
41027         (__LC_IDENTIFICATION): Make these macros useful in #if
41028         expressions, as required by C99.
41029
41030 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
41031
41032         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
41033         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
41034         after this.
41035
41036 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
41037
41038         * stdlib/longlong.h: Updated from GCC.
41039
41040 2012-05-09  Andreas Jaeger  <aj@suse.de>
41041
41042         * nscd/nscd.c (run_modes): Make named enum, reorder so that
41043         default is first entry.
41044         (run_mode): Set type.
41045         (main): Remove informal message about syslog.
41046         (options): Fix typo.
41047
41048         [BZ #14053]
41049         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
41050         to asm.
41051         (lrint): Likewise.
41052         (llrintf): Likewise.
41053         (llrint): Likewise.
41054         (rint): Likewise.
41055         (rintf): Likewise.
41056         (nearbyint): Likewise.
41057         (nearbyintf): Likewise.
41058
41059 2012-05-09  Andreas Jaeger  <aj@suse.de>
41060             Pedro Alves  <palves@redhat.com>
41061
41062         * nscd/nscd.c (run_mode): Use enum.
41063         (main): Cleanup coding style issue.
41064
41065 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
41066             Andreas Jaeger  <aj@suse.de>
41067
41068         * nscd/nscd.c (go_background): Replaced with...
41069         (run_mode): ... this.
41070         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
41071         (options): Add -F --foreground.
41072         (main): Implement it.
41073         (parse_opt): Parse it.
41074
41075 2012-05-09  Andreas Jaeger  <aj@suse.de>
41076
41077         [BZ #14083]
41078         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
41079         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
41080         -Wconversion warning.
41081         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
41082         Likewise.
41083
41084 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
41085
41086         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
41087         == 0.
41088         (LC_ALL): Use macro-int-constant.
41089         (LC_COLLATE): Likewise.
41090         (LC_CTYPE): Likewise.
41091         (LC_MESSAGES): Likewise.
41092         (LC_MONETARY): Likewise.
41093         (LC_NUMERIC): Likewise.
41094         (LC_TIME): Likewise.
41095         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
41096         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41097         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41098         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
41099         Specify type.
41100         [C99-based standards] (float_t): Expect type.
41101         [C99-based standards] (double_t): Expect type.
41102         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
41103         type.
41104         [C99-based standards] (HUGE_VALL): Likewise.
41105         [C99-based standards] (INFINITY): Likewise.
41106         [C99-based standards] (NAN): Likewise.
41107         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
41108         [C99-based standards] (FP_NAN): Likewise.
41109         [C99-based standards] (FP_NORMAL): Likewise.
41110         [C99-based standards] (FP_SUBNORMAL): Likewise.
41111         [C99-based standards] (FP_ZERO): Likewise.
41112         [C99-based standards] (FP_FAST_FMA): Use
41113         optional-macro-int-constant.  Specify type.  Require == 1.
41114         [C99-based standards] (FP_FAST_FMAF): Likewise.
41115         [C99-based standards] (FP_FAST_FMAL): Likewise.
41116         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
41117         [C99-based standards] (FP_ILOGBNAN): Likewise.
41118         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
41119         Specify type.
41120         [C99-based standards] (MATH_ERREXCEPT): Likewise.
41121         [C99-based standards] (math_errhandling): Specify type.
41122         [ISO99 || ISO11] (signgam): Do not allow.
41123         [non-C99-based standards] (copysignf): Do not allow.
41124         [non-C99-based standards] (exp2f): Likewise.
41125         [non-C99-based standards] (log2f): Likewise.
41126         [non-C99-based standards] (modff): Allow.
41127         [non-C99-based standards] (erff): Do not allow.
41128         [non-C99-based standards] (erfcf): Likewise.
41129         [non-C99-based standards] (gammaf): Likewise.
41130         [non-C99-based standards] (hypotf): Likewise.
41131         [non-C99-based standards] (j0f): Likewise.
41132         [non-C99-based standards] (j1f): Likewise.
41133         [non-C99-based standards] (jnf): Likewise.
41134         [non-C99-based standards] (lgammaf): Likewise.
41135         [non-C99-based standards] (tgammaf): Likewise.
41136         [non-C99-based standards] (y0f): Likewise.
41137         [non-C99-based standards] (y1f): Likewise.
41138         [non-C99-based standards] (ynf): Likewise.
41139         [non-C99-based standards] (isnanf): Likewise.
41140         [non-C99-based standards] (acoshf): Likewise.
41141         [non-C99-based standards] (asinhf): Likewise.
41142         [non-C99-based standards] (atanhf): Likewise.
41143         [non-C99-based standards] (cbrtf): Likewise.
41144         [non-C99-based standards] (expm1f): Likewise.
41145         [non-C99-based standards] (ilogbf): Likewise.
41146         [non-C99-based standards] (log1pf): Likewise.
41147         [non-C99-based standards] (logbf): Likewise.
41148         [non-C99-based standards] (nextafterf): Likewise.
41149         [non-C99-based standards] (remainderf): Likewise.
41150         [non-C99-based standards] (rintf): Likewise.
41151         [non-C99-based standards] (scalbf): Likewise.
41152         [non-C99-based standards] (copysignl): Likewise.
41153         [non-C99-based standards] (exp2l): Likewise.
41154         [non-C99-based standards] (log2l): Likewise.
41155         [non-C99-based standards] (modfl): Allow.
41156         [non-C99-based standards] (erfl): Do not allow.
41157         [non-C99-based standards] (erfcl): Likewise.
41158         [non-C99-based standards] (gammal): Likewise.
41159         [non-C99-based standards] (hypotl): Likewise.
41160         [non-C99-based standards] (j0l): Likewise.
41161         [non-C99-based standards] (j1l): Likewise.
41162         [non-C99-based standards] (jnl): Likewise.
41163         [non-C99-based standards] (lgammal): Likewise.
41164         [non-C99-based standards] (tgammal): Likewise.
41165         [non-C99-based standards] (y0l): Likewise.
41166         [non-C99-based standards] (y1l): Likewise.
41167         [non-C99-based standards] (ynl): Likewise.
41168         [non-C99-based standards] (isnanl): Likewise.
41169         [non-C99-based standards] (acoshl): Likewise.
41170         [non-C99-based standards] (asinhl): Likewise.
41171         [non-C99-based standards] (atanhl): Likewise.
41172         [non-C99-based standards] (cbrtl): Likewise.
41173         [non-C99-based standards] (expm1l): Likewise.
41174         [non-C99-based standards] (ilogbl): Likewise.
41175         [non-C99-based standards] (log1pl): Likewise.
41176         [non-C99-based standards] (logbl): Likewise.
41177         [non-C99-based standards] (nextafterl): Likewise.
41178         [non-C99-based standards] (remainderl): Likewise.
41179         [non-C99-based standards] (rintl): Likewise.
41180         [non-C99-based standards] (scalbl): Likewise.
41181         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41182         [non-C99-based standards] (FP_*): Do not allow.
41183         [C99-based standards] (FP_*): Change to
41184         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41185         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41186         allow.
41187         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41188         (SIG_ERR): Likewise.
41189         [X/Open-based standards] (SIG_HOLD): Likewise.
41190         (SIG_IGN): Likewise.
41191         (SIGABRT): Use macro-int-constant.  Specify type.  Require
41192         positive value.
41193         (SIGFPE): Likewise.
41194         (SIGILL): Likewise.
41195         (SIGINT): Likewise.
41196         (SIGSEGV): Likewise.
41197         (SIGTER): Likewise.
41198         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41199         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41200         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41201         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41202         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41203         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41204         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41205         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41206         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41207         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41208         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41209         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41210         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41211         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41212         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41213         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41214         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41215         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41216         [X/Open-based standards] (SIGTRAP): Likewise.
41217         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41218         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41219         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41220         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41221         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41222         allow.
41223
41224 2012-05-08  Ian Wienand  <ianw@vmware.com>
41225
41226         [BZ #14080]
41227         * time/tzset.c (__tzset_parse_tz): Update default rules for
41228         daylight time changes in the Energy Policy Act of 2005.
41229
41230 2012-05-09  Andreas Jaeger  <aj@suse.de>
41231
41232         [BZ #13983]
41233         * elf/ldconfig.c (parse_conf): Change string to make clear that
41234         ldconfig only issued a warning if ld.so.conf does not exist.
41235
41236 2012-05-08  David S. Miller  <davem@davemloft.net>
41237
41238         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41239         movxtod instead of popping the value on the stack.
41240
41241         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41242
41243 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41244
41245         * config.h.in: Add HAVE_ARM_PCS_VFP.
41246
41247 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41248
41249         [BZ #13979]
41250         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41251         checking but the checks are disabled for any reason.
41252
41253 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41254
41255         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41256         and ELF64_R_TYPE with ELFW(R_TYPE).
41257
41258 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41259
41260         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41261         (ulimit): Likewise.
41262
41263         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41264         (settimeofday): Likewise.
41265
41266 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41267
41268         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41269         a struct th_u2 inside the union, and move tu_block/tu_code into
41270         a new th_u3 union of tu_block/tu_code inside of that.  Move
41271         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41272         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41273         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41274         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41275         (th_stuff): Change to th_u1.tu_stuff.
41276         (th_data): Define.
41277         (th_msg): Change to th_u1.th_u2.tu_data.
41278
41279 2012-05-07  David S. Miller  <davem@davemloft.net>
41280
41281         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41282
41283         [BZ #14074]
41284         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41285         (SETUP_PIC_REG): Use it.
41286         (SETUP_PIC_REG_LEAF): Use it.
41287
41288 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41289
41290         [BZ #13885]
41291         [BZ #13923]
41292         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41293         USE_AS_EXPM1L.
41294         (EXPL_FINITE): Likewise.
41295         (FLDLOG): Likewise.
41296         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41297         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41298         e_expl.S.
41299         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41300         USE_AS_EXPM1L.
41301         (EXPL_FINITE): Likewise.
41302         (FLDLOG): Likewise.
41303         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41304         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41305         e_expl.S.
41306         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41307         test of -max_value argument for long double.
41308         * sysdeps/i386/fpu/libm-test-ulps: Update.
41309         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41310
41311 2012-05-06  David S. Miller  <davem@davemloft.net>
41312
41313         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41314         quad soft-float symbols whose references which are compiler
41315         generated.
41316         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41317
41318 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41319
41320         [BZ #13884]
41321         [BZ #13914]
41322         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41323         USE_AS_EXP10L.
41324         (EXPL_FINITE): Likewise.
41325         (FLDLOG): Likewise.
41326         (c0): Likewise.
41327         (c1): Likewise.
41328         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41329         Adjust comments for base varying.
41330         (__expl_finite): Change alias to EXPL_FINITE.
41331         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41332         e_expl.S.
41333         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41334         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41335         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41336         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41337         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41338         USE_AS_EXP10L.
41339         (EXPL_FINITE): Likewise.
41340         (FLDLOG): Likewise.
41341         (c0): Likewise.
41342         (c1): Likewise.
41343         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41344         Adjust comments for base varying.
41345         (__expl_finite): Change alias to EXPL_FINITE.
41346         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41347         tests for bugs.
41348         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41349
41350         [BZ #14064]
41351         * math/libm-test.inc (check_float_internal): Correct ulp
41352         calculation for subnormal expected results.
41353
41354 2012-05-06  Andreas Jaeger  <aj@suse.de>
41355
41356         * Makeconfig (+math-flags): New, set to -frounding-math.
41357         (+cflags): Add +math-flags so that all of glibc gets compiled with
41358         it.
41359
41360         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41361
41362 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41363
41364         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41365         Disable one test.
41366
41367         [BZ #13787]
41368         [BZ #13922]
41369         [BZ #14036]
41370         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41371         (__ieee754_expl): Allow for and saturate large arguments.
41372         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41373         (u_threshold): Likewise.
41374         (__exp): Call __ieee754_exp before checking for overflow and
41375         underflow.
41376         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41377         (u_threshold): Likewise.
41378         (__expf): Call __ieee754_expf before checking for overflow and
41379         underflow.
41380         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41381         (u_threshold): Likewise.
41382         (__expl): Call __ieee754_expl before checking for overflow and
41383         underflow.
41384         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41385         (__ieee754_expl): Allow for and saturate large arguments.
41386         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41387         missing overflow exception on overflow.
41388         (expm1_test): Do not allow missing overflow exception on overflow.
41389
41390         * sysdeps/i386/fpu/e_expl.c: Move to ...
41391         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41392         rather than using inline asm.
41393         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41394         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41395         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41396
41397         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41398         (nice): Likewise.
41399         (poll): Likewise.
41400         (signal): Likewise.
41401         (time): Likewise.
41402         (times): Likewise.
41403
41404 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41405
41406         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41407         sysdeps/unix/common/syscalls.list.
41408         (fchmod): Likewise.
41409         (fchown): Likewise.
41410         (ftruncate): Likewise.
41411         (getrusage): Likewise.
41412         (gettimeofday): Likewise.
41413         (setpgid): Likewise.
41414         (setregid): Likewise.
41415         (setreuid): Likewise.
41416         (sigaction): Likewise.
41417         (truncate): Likewise.
41418         (vhangup): Likewise.
41419         * sysdeps/unix/common/syscalls.list: Remove file.
41420         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41421         * sysdeps/unix/sysv/linux/Implies: Likewise.
41422
41423 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41424
41425         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41426         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41427         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41428         Moved to ...
41429         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41430         Here.
41431         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41432         to ...
41433         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41434         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41435         to ...
41436         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41437         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41438         to ...
41439         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41440         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41441         to ...
41442         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41443         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41444         to ...
41445         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41446         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41447         to ...
41448         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41449         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41450         to ...
41451         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41452         Here.
41453         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41454         to ...
41455         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41456         Here.
41457         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41458         to ...
41459         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41460         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41461         Moved to ...
41462         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41463         Here.
41464         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41465         to ...
41466         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41467
41468 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41469
41470         * sysdeps/unix/common/bits/dirent.h: Remove file.
41471         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41472
41473         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41474         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41475         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41476         * sysdeps/unix/bsd/isatty.c: Likewise.
41477         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41478         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41479         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41480
41481 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41482
41483         [BZ #13563]
41484         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41485         long double comparison inaccuracies.
41486         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41487         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41488
41489 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41490
41491         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41492         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41493
41494 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41495
41496         [BZ #14049]
41497         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41498         nonzero digits before rounding a hex value.
41499         * stdlib/tst-strtod.c (tests): Add another test.
41500
41501 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41502
41503         * sysdeps/s390/fpu/libm-test-ulps: Update.
41504
41505 2012-05-03  Andreas Jaeger  <aj@suse.de>
41506
41507         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41508         does not get optimized out.
41509         (malloc_opt_barrier): New.
41510
41511 2012-05-03  Andreas Jaeger  <aj@suse.de>
41512             Roland McGrath  <roland@hack.frob.com>
41513
41514         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41515         intermediate file deletion.
41516         (generated): Add .symlist files.
41517
41518 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41519
41520         [BZ #13775]
41521         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41522         Redirect under this condition.
41523         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41524         [__USE_GNU] (__dprintf_chk): Not under this condition.
41525         [__USE_GNU] (__vdprintf_chk): Likewise.
41526         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41527         under this condition.
41528         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41529         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41530         [__USE_XOPEN2K8] (vdprintf): Likewise.
41531         [__USE_GNU] (__dprintf_chk): Not under this condition.
41532         [__USE_GNU] (__vdprintf_chk): Likewise.
41533         [__USE_GNU] (dprintf): Likewise.
41534         [__USE_GNU] (vdprintf): Likewise.
41535
41536 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41537
41538         * elf/Makefile (common-generated): Set this instead of generated for
41539         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41540         $(all-built-dso)-derived lists.
41541
41542 2012-05-03  Andreas Jaeger  <aj@suse.de>
41543
41544         * sysdeps/i386/fpu/libm-test-ulps: Update.
41545
41546         * FAQ: Removed.
41547         * FAQ.in: Likewise.
41548         * scripts/gen-FAQ.pl: Likewise.
41549         * manual/install.texi (Installation): Point to online location of
41550         FAQ.
41551         * Makefile (files-for-dist): Remove FAQ.
41552         (FAQ): Remove.
41553
41554 2012-05-02  Allan McRae  <allan@archlinux.org>
41555
41556         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41557         (LDFLAGS-reldepmod5.so): Likewise.
41558         (LDFLAGS-reldep6mod1.so): Likewise.
41559         (LDFLAGS-reldep6mod4.so): Likewise.
41560         (LDFLAGS-reldep8mod3.so): Likewise.
41561         (LDFLAGS-unload4mod1.so): Likewise.
41562         (LDFLAGS-unload4mod2.so): Likewise.
41563         (LDFLAGS-tst-initorder): Likewise.
41564         (LDFLAGS-tst-initordera2.so): Likewise.
41565         (LDFLAGS-tst-initordera3.so): Likewise.
41566         (LDFLAGS-tst-initordera4.so): Likewise.
41567         (LDFLAGS-tst-initorderb2.so): Likewise.
41568         (LDFLAGS-noload): Likewise.
41569         (LDFLAGS-next): Likewise.
41570         (LDFLAGS-order2mod1.so): Likewise.
41571         (LDFLAGS-order2mod2.so): Likewise.
41572         (LDFLAGS-tst-initorder2): Likewise.
41573         (LDFLAGS-tst-initorder2a.so): Likewise.
41574         (LDFLAGS-tst-initorder2b.so): Likewise.
41575         (LDFLAGS-tst-initorder2c.so): Likewise.
41576         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41577
41578 2012-05-02  David S. Miller  <davem@davemloft.net>
41579
41580         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41581
41582 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41583
41584         [BZ #14055]
41585         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41586
41587 2012-05-02  Andreas Jaeger  <aj@suse.de>
41588
41589         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41590         since we manipulate rounding mode.
41591         (CPPFLAGS-test-idouble.c): Likewise.
41592         (CPPFLAGS-test-ifloat.c): Likewise.
41593         (CFLAGS-test-ldouble.c): Likewise.
41594         (CFLAGS-test-double.c): Likewise.
41595         (CFLAGS-test-float.c): Likewise.
41596         (CFLAGS-test-misc.c): Likewise.
41597         (CFLAGS-test-test-fenv.c): Likewise.
41598
41599 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41600
41601         [BZ #2550]
41602         [BZ #2570]
41603         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41604         comparisons to determine direction to adjust input.
41605
41606 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41607
41608         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41609         output to the target.
41610
41611         * scripts/localplt.awk: New file.
41612         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41613         (check-localplt-CFLAGS): Variable removed.
41614         ($(all-built-dso:=.jmprel)): New static pattern rule.
41615         (generated): Add those targets.
41616         (localplt-built-dso): New variable.
41617         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41618
41619         * elf/check-localplt.c: File removed.
41620
41621         * scripts/check-execstack.awk: New file.
41622         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41623         (check-execstack-CFLAGS): Variable removed.
41624         ($(objpfx)check-execstack.h): Target removed.
41625         ($(objpfx)execstack-default): New target.
41626         (generated): Add that instead of check-execstack.h.
41627         ($(all-built-dso:=.phdr)): New static pattern rule.
41628         (generated): Add those targets.
41629         * elf/check-execstack.c: File removed.
41630
41631         * scripts/check-textrel.awk: New file.
41632         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41633         (check-textrel-CFLAGS): Variable removed.
41634         (all-built-dso): Use := to define.o
41635         ($(all-built-dso:=.dyn)): New static pattern rule.
41636         (generated): Add those targets.
41637         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41638         * config.make.in (READELF): New substituted variable.
41639         * elf/check-textrel.c: File removed.
41640
41641 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41642
41643         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41644         allow.
41645         * conform/data/ctype.h-data [C99-based standards] (isblank):
41646         Expect function.
41647         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41648         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41649         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41650         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41651         Specify type.  Require positive value.
41652         (EILSEQ): Likewise.
41653         (ERANGE): Likewise.
41654         [ISO || POSIX] (EILSEQ): Do not expect.
41655         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41656         Specify type.  Require positive value.
41657         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41658         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41659         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41660         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41661         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41662         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41663         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41664         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41665         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41666         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41667         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41668         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41669         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41670         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41671         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41672         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41673         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41674         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41675         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41676         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41677         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41678         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41679         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41680         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41681         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41682         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41683         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41684         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41685         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41686         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41687         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41688         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41689         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41690         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41691         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41692         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41693         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41694         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41695         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41696         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41697         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41698         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41699         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41700         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41701         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41702         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41703         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41704         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41705         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41706         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41707         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41708         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41709         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41710         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41711         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41712         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41713         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41714         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41715         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41716         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41717         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41718         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41719         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41720         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41721         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41722         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41723         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41724         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41725         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41726         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41727         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41728         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41729         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41730         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41731         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41732         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41733         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41734         Require >= 2.
41735         (FLT_ROUNDS): Expect as macro, not constant.
41736         (FLT_MANT_DIG): Use macro-int-constant.
41737         (DBL_MANT_DIG): Likewise.
41738         (LDBL_MANT_DIG): Likewise.
41739         (FLT_DIG): Likewise.
41740         (DBL_DIG): Likewise.
41741         (LDBL_DIG): Likewise.
41742         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41743         (DBL_MIN_EXP): Likewise.
41744         (LDBL_MIN_EXP): Likewise.
41745         (FLT_MAX_EXP): Use macro-int-constant.
41746         (DBL_MAX_EXP): Likewise.
41747         (LDBL_MAX_EXP): Likewise.
41748         (FLT_MAX_10_EXP): Likewise.
41749         (DBL_MAX_10_EXP): Likewise.
41750         (LDBL_MAX_10_EXP): Likewise.
41751         (FLT_MAX): Use macro-constant.
41752         (DBL_MAX): Likewise.
41753         (LDBL_MAX): Likewise.
41754         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41755         (DBL_EPSILON): Likewise.
41756         (LDBL_EPSILON): Likewise.
41757         (FLT_MIN): Likewise.
41758         (DBL_MIN): Likewise.
41759         (LDBL_MIN): Likewise.
41760         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41761         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41762         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41763         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41764         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41765         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41766         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41767         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41768         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41769         [ISO11] (FLT_TRUE_MIN): Likewise.
41770         [ISO11] (LDBL_TRUE_MIN): Likewise.
41771         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41772         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41773         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41774         (SCHAR_MAX): Likewise.
41775         (UCHAR_MAX): Likewise.
41776         (CHAR_MIN): Likewise.
41777         (CHAR_MAX): Likewise.
41778         (MB_LEN_MAX): Use macro-int-constant.
41779         (SHRT_MIN): Use macro-int-constant.  Specify type.
41780         (SHRT_MAX): Likewise.
41781         (USHRT_MAX): Likewise.
41782         (INT_MAX): Likewise.
41783         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41784         bound negative.
41785         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41786         bound with "U".
41787         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41788         bound with "L".
41789         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41790         bound negative.  Suffix upper bound with "L".
41791         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41792         bound with "UL".
41793         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41794         Specify type.
41795         [C99-based standards] (LLONG_MAX): Likewise.
41796         [C99-based standards] (ULLONG_MAX): Likewise.
41797         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41798         == 0.
41799         [ISO11] (max_align_t): Require type.
41800         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41801
41802         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41803         from $CFLAGS, without defining away __attribute__ calls.
41804         (checknamespace): Use $CFLAGS_namespace.
41805
41806         * conform/conformtest.pl (@keywords): Only include C99 keywords
41807         for standards based on C99 or C11.
41808
41809         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41810         Disable tests.
41811         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41812         UNIX98]: Likewise.
41813
41814         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41815         usability of symbols in #if.
41816
41817         * conform/conformtest.pl: If macro or constant types start
41818         "promoted:", expect the symbol to be of the following type
41819         promoted by the integer promotions.
41820
41821         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41822         in one place.  Also handle "macro-constant".
41823
41824         * conform/conformtest.pl: Only accept expected macro values with
41825         "==".  Parse all "macro" lines in one place.
41826         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41827
41828         * conform/conformtest.pl: Handle braced types on "constant" lines
41829         instead of handling "typed-constant".
41830         * conform/data/signal.h-data: Use "constant" instead of
41831         "typed-constant".
41832
41833         * conform/conformtest.pl: Handle "optional-" at start of lines in
41834         one place rather than duplicating several cases.  Handle each
41835         format of "macro" line with initial "optional-".
41836
41837         * conform/conformtest.pl: Only accept expected constant or
41838         optional-constant values with "==".  Parse all "constant" lines in
41839         one place.  Parse all "optional-constant" lines in one place.
41840         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41841         * conform/data/fmtmsg.h-data: Likewise.
41842         * conform/data/netinet/in.h-data: Likewise.
41843         * conform/data/tar.h-data: Likewise.
41844         * conform/data/limits.h-data: Use "==" form on "constant" and
41845         "optional-constant" lines.
41846
41847         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41848         Use -std=c99 for XOPEN2K.
41849         (@knownproblems): Remove.
41850         (newtoken): Don't check %isknown.
41851
41852         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41853         Do not expect macro.
41854         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41855         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41856         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41857         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41858         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41859         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41860         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41861         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41862         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41863         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41864         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41865         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41866         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41867         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41868         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41869         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41870         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41871         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41872         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41873         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41874         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41875         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41876         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41877         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41878         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41879         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41880         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41881         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41882         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41883         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41884         [XPG3] (acosh): Likewise.
41885         [XPG3] (asinh): Likewise.
41886         [XPG3] (atanh): Likewise.
41887         [XPG3] (cbrt): Likewise.
41888         [XPG3] (expm1): Likewise.
41889         [XPG3] (ilogb): Likewise.
41890         [XPG3] (log1p): Likewise.
41891         [XPG3] (logb): Likewise.
41892         [XPG3] (nextafter): Likewise.
41893         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41894         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41895         [XPG3] (remainder): Likewise.
41896         [XPG3] (rint): Likewise.
41897         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41898         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41899         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41900         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41901         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41902         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41903         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41904         [UNIX98 || XOPEN2K] (scalb): Expect.
41905         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41906         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41907         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41908         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41909         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41910         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41911         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41912         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41913         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41914         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41915         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41916         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41917         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41918         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41919         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41920         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41921         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41922         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41923         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41924         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41925         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41926         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41927         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41928         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41929         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41930         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41931         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41932         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41933         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41934         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41935         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41936         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41937         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41938         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41939         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41940         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41941         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41942         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41943         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41944         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41945         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41946         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41947         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41948         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41949         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41950         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41951         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41952         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41953         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41954         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41955         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41956         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41957         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41958         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41959         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41960         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41961         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41962         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41963         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41964         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41965         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41966         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41967         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41968         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41969         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41970         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41971         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41972         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41973         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41974         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41975         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41976         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41977         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41978         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41979         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41980         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41981         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41982         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41983         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41984         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41985         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41986         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41987         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41988         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41989         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41990         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41991         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41992         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41993         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41994         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41995         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41996         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41997         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41998         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41999         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
42000         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
42001         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
42002         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
42003         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
42004         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
42005         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
42006         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
42007         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
42008         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
42009         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
42010         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
42011         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
42012         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
42013         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
42014         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
42015         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
42016         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
42017         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
42018         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
42019         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
42020         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
42021         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
42022         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
42023         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
42024         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
42025         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
42026         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
42027         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
42028         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
42029         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
42030         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
42031         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
42032         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
42033         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
42034         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
42035         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
42036         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
42037         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
42038         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
42039         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
42040         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
42041         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
42042
42043         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
42044         _XOPEN_SOURCE_EXTENDED for XPG4.
42045
42046         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
42047
42048         * Makeconfig (localtime): Remove variable.
42049         (inst_localtime-file): Likewise.
42050
42051 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42052
42053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
42054         Update.
42055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42056         Update.
42057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
42058         Update.
42059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
42060         Update.
42061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
42062         Update.
42063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
42064         Update.
42065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42066         Update.
42067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
42068         Update.
42069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42070         Update.
42071
42072 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
42073
42074         [BZ #2550]
42075         [BZ #2570]
42076         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
42077         comparisons to determine direction to adjust input.
42078         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
42079         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
42080         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
42081         Likewise.
42082         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
42083         Likewise.
42084         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
42085         Likewise.
42086         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
42087         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
42088         Likewise.
42089         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
42090         Likewise.
42091         * math/libm-test.inc (nexttoward_test): Add more tests.
42092
42093 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42094
42095         [BZ #14040]
42096         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
42097         in version GLIBC_2.1, not GLIBC_2.0.
42098         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
42099         Likewise.
42100
42101 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
42102
42103         [BZ #13942]
42104         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
42105         (1 - x) * (1 + x).
42106         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42107         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
42108         * math/libm-test.inc (acos_test): Add more tests.
42109         (asin_test): Likewise.
42110         * sysdeps/i386/fpu/libm-test-ulps: Update.
42111         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42112
42113         [BZ #14034]
42114         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
42115         of square root.
42116         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
42117         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42118         * math/libm-test.inc (acos_test_tonearest): New function.
42119         (acos_test_towardzero): Likewise.
42120         (acos_test_downward): Likewise.
42121         (acos_test_upward): Likewise.
42122         (asin_test_tonearest): Likewise.
42123         (asin_test_towardzero): Likewise.
42124         (asin_test_downward): Likewise.
42125         (asin_test_upward): Likewise.
42126         (main): Call the new functions.
42127         * sysdeps/i386/fpu/libm-test-ulps: Update.
42128         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42129
42130         [BZ #13884]
42131         [BZ #13924]
42132         * math/e_exp10.c: Include <float.h>.
42133         (__ieee754_exp10): Handle underflow here rather than multiplying
42134         large negative argument by M_LN10.
42135         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
42136         of __ieee754_expf.
42137         * math/e_exp10l.c: Include <float.h>.
42138         (__ieee754_exp10l): Handle underflow here rather than multiplying
42139         large negative argument by M_LN10l.
42140         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
42141         spurious overflow exception on underflow.
42142
42143 2012-04-29  Marek Polacek  <polacek@redhat.com>
42144
42145         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
42146         (__fortify_function): New macro.
42147         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
42148         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
42149         __extern_always_inline.
42150         * libio/bits/stdio2.h: Likewise.
42151         * libio/bits/stdio.h: Likewise.
42152         * string/string.h: Likewise.
42153         * string/bits/string3.h: Likewise.
42154         * include/stdio.h: Likewise.
42155         * stdlib/bits/stdlib.h: Likewise.
42156         * stdlib/stdlib.h: Likewise.
42157         * rt/bits/mqueue2.h: Likewise.
42158         * rt/mqueue.h: Likewise.
42159         * posix/bits/unistd.h: Likewise.
42160         * posix/unistd.h: Likewise.
42161         * io/bits/poll2.h: Likewise.
42162         * io/bits/fcntl2.h: Likewise.
42163         * io/fcntl.h: Likewise.
42164         * io/sys/poll.h: Likewise.
42165         * misc/bits/syslog.h: Likewise.
42166         * misc/bits/syslog-ldbl.h: Likewise.
42167         * misc/sys/syslog.h: Likewise.
42168         * socket/bits/socket2.h: Likewise.
42169         * socket/sys/socket.h: Likewise.
42170         * debug/tst-chk1.c: Likewise.
42171         * wcsmbs/bits/wchar2.h: Likewise.
42172         * wcsmbs/bits/wchar-ldbl.h: Likewise.
42173         * wcsmbs/wchar.h: Likewise.
42174
42175 2012-04-29  Andreas Jaeger  <aj@suse.de>
42176
42177         * Makerules (tests): Remove enable-check-abi protection.
42178         (check-abi-warn): Remove.
42179         (check-abi-%): Remove check-abi-warn usage.
42180
42181         * configure.in: Remove check-abi configure option.
42182         * configure: Regenerated.
42183         * config.make.in (enable-check-abi): Remove.
42184
42185 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
42186
42187         [BZ #14033]
42188         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42189         double functions to double *_finite functions.
42190
42191         [BZ #13941]
42192         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42193         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42194         LDBL_MIN_EXP.
42195         * stdio-common/Makefile (tests): Add tst-sprintf3.
42196         * stdio-common/tst-sprintf3.c: New file.
42197
42198         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42199         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42200
42201 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42202
42203         * conform/conformtest.pl: Remove duplicate typed-constant
42204         handling.
42205
42206 2012-04-28  David S. Miller  <davem@davemloft.net>
42207
42208         * Makerules (%.abilist): Add vpath on sysdep_dirs.
42209         (check-abi-%): Remove AWK script prerequisite and explicit
42210         abilist directory.
42211         (check-abi): Rewrite to just diff the symlist with the abilist.
42212         (config-tls, config-abi-config): Delete, no longer used.
42213         (update-abi-%): Remove AWK script and explicit abilist directory.
42214         (update-abi): Rewrite to simply compare and conditionally copy the
42215         symlist and the sysdep abilist file.  Remove update-abi-config
42216         checks.
42217         * abilist/ld.abilist: Remove.
42218         * abilist/libBrokenLocale.abilist: Remove.
42219         * abilist/libanl.abilist: Remove.
42220         * abilist/libcrypt.abilist: Remove.
42221         * abilist/libdl.abilist: Remove.
42222         * abilist/librt.abilist: Remove.
42223         * abilist/libthread_db.abilist: Remove.
42224         * abilist/libutil.abilist: Remove.
42225         * scripts/extract-abilist.awk: Remove.
42226         * scripts/merge-abilist.awk: Remove.
42227         * sysdeps/generic/libcidn.abilist: New file.
42228         * sysdeps/generic/libnss_compat.abilist: New file.
42229         * sysdeps/generic/libnss_db.abilist: New file.
42230         * sysdeps/generic/libnss_dns.abilist: New file.
42231         * sysdeps/generic/libnss_files.abilist: New file.
42232         * sysdeps/generic/libnss_hesiod.abilist: New file.
42233         * sysdeps/generic/libnss_nis.abilist: New file.
42234         * sysdeps/generic/libnss_nisplus.abilist: New file.
42235         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42236         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42237         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42238         file.
42239         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42240         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42241         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42242         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42243         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42244         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42245         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42246         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42247         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42248         file.
42249         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42250         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42251         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42252         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42253         file.
42254         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42255         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42256         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42257         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42258         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42259         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42260         file.
42261         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42262         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42263         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42264         file.
42265         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42266         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42267         New file.
42268         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42269         New file.
42270         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42271         New file.
42272         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42273         New file.
42274         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42275         New file.
42276         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42277         New file.
42278         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42279         New file.
42280         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42281         New file.
42282         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42283         New file.
42284         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42285         New file.
42286         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42287         New file.
42288         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42289         New file.
42290         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42291         New file.
42292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42293         file.
42294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42295         New file.
42296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42297         New file.
42298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42299         file.
42300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42301         New file.
42302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42303         New file.
42304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42305         file.
42306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42307         New file.
42308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42309         New file.
42310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42311         New file.
42312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42313         New file.
42314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42315         New file.
42316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42317         New file.
42318         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42319         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42320         file.
42321         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42322         New file.
42323         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42324         file.
42325         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42326         file.
42327         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42328         file.
42329         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42330         file.
42331         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42332         file.
42333         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42334         New file.
42335         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42336         file.
42337         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42338         file.
42339         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42340         New file.
42341         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42342         file.
42343         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42344         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42345         file.
42346         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42347         New file.
42348         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42349         file.
42350         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42351         file.
42352         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42353         file.
42354         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42355         file.
42356         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42357         file.
42358         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42359         New file.
42360         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42361         file.
42362         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42363         file.
42364         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42365         New file.
42366         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42367         file.
42368         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42369         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42370         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42371         file.
42372         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42373         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42374         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42375         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42376         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42377         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42378         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42379         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42380         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42381         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42382         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42383         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42384         file.
42385         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42386         New file.
42387         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42388         file.
42389         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42390         file.
42391         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42392         file.
42393         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42394         file.
42395         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42396         file.
42397         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42398         New file.
42399         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42400         New file.
42401         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42402         file.
42403         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42404         New file.
42405         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42406         file.
42407         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42408         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42409         file.
42410         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42411         New file.
42412         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42413         file.
42414         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42415         file.
42416         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42417         file.
42418         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42419         file.
42420         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42421         file.
42422         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42423         New file.
42424         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42425         New file.
42426         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42427         file.
42428         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42429         New file.
42430         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42431         file.
42432
42433 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42434
42435         * conform/conformtest.pl: Fix typo in handling typed-constant from
42436         allow-header.
42437
42438 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42439
42440         * README: Cut down references to pre-2.6 Linux kernels and
42441         Linuxthreads.  Update lists of configurations in libc and ports
42442         and sort alphabetically.  Say "or newer" with Linux kernel version
42443         requirements.
42444
42445         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42446
42447 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42448
42449         [BZ #887]
42450         * math/libm-test.inc (logb_test_downward): New test to expose
42451         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42452         rounding mode.
42453
42454 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42455
42456         [BZ #14027]
42457         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42458         to be done.
42459         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42460         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42461
42462 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42463
42464         * sysdeps/unix/i386/brk.S: Remove file.
42465         * sysdeps/unix/i386/dl-brk.S: Likewise.
42466         * sysdeps/unix/i386/pipe.S: Likewise.
42467         * sysdeps/unix/i386/sigreturn.S: Likewise.
42468         * sysdeps/unix/i386/syscall.S: Likewise.
42469         * sysdeps/unix/i386/vfork.S: Likewise.
42470         * sysdeps/unix/i386/wait.S: Likewise.
42471
42472         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42473         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42474
42475         * configure.in (arm*-none*): Do not allow without
42476         --enable-hacker-mode.
42477         (netbsd*): Remove case setting base_os.
42478         (386bsd*): Likewise.
42479         (freebsd*): Likewise.
42480         (bsdi*): Likewise.
42481         (osf*): Likewise.
42482         (sunos*): Likewise.
42483         (ultrix*): Likewise.
42484         (newsos*): Likewise.
42485         (dynix*): Likewise.
42486         (*bsd*): Likewise.
42487         (sysv*): Likewise.
42488         (isc*): Likewise.
42489         (esix*): Likewise.
42490         (sco*): Likewise.
42491         (minix*): Likewise.
42492         (irix4*): Likewise.
42493         (irix6*): Likewise.
42494         (solaris[2-9]*): Likewise.
42495         (none): Likewise.
42496         * configure: Regenerated.
42497
42498 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42499
42500         [BZ #11521]
42501         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42502         overflow or cancellation in calculating denominator.
42503         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42504         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42505         down expression to avoid unexpected rounding in newer GCCs.
42506         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42507
42508 2012-04-26  David S. Miller  <davem@davemloft.net>
42509
42510         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42511         long-double compat symbols.
42512         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42513         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42514         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42515         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42516         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42517         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42518         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42519         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42520         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42521         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42522         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42523         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42524         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42525
42526 2012-04-25  David S. Miller  <davem@davemloft.net>
42527
42528         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42529         HWCAP_* values only after the memory barriers have been defined.
42530         (atomic_full_barrier): Define.
42531         (atomic_read_barrier): Define.
42532         (atomic_write_barrier): Define.
42533
42534 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42535
42536         * shlib-versions: Add libgcc_s version information.
42537         * sysdeps/generic/libgcc_s.h: Remove.
42538         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42539         libgcc_s.h.
42540         * sysdeps/gnu/unwind-resume.c: Likewise.
42541         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42542
42543 2012-04-25  David S. Miller  <davem@davemloft.net>
42544
42545         * sysdeps/unix/sparc/brk.S: Delete.
42546         * sysdeps/unix/sparc/dl-brk.S: Delete.
42547         * sysdeps/unix/sparc/pipe.S: Delete.
42548         * sysdeps/unix/sparc/sysdep.S: Delete.
42549         * sysdeps/unix/sparc/sysdep.h: Delete.
42550         * sysdeps/unix/sparc/vfork.S: Delete.
42551         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42552         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42553         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42554         (ret_ERRVAL, r0, r1, MOVE): Define.
42555         (JUMPTARGET): Remove.
42556         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42557         sysdeps/unix/sparc/sysdep.h
42558         (ENTRY, END): Remove.
42559         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42560
42561 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42562
42563         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42564         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42565         -DIS_IN_build.
42566
42567         * timezone/README: Update upstream location and email address for
42568         tzcode and tzdata.
42569         * timezone/zdump.c: Update from tzcode 2012b.
42570         * timezone/zic.c: Likewise.
42571
42572         * configure.in (libc_cv_as_needed): Remove test.
42573         * configure: Regenerated.
42574         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42575         conditional definition.
42576         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42577         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42578         * config.make.in (have-as-needed): Remove variable.
42579
42580 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42581             Paul Pluzhnikov  <ppluzhnikov@google.com>
42582
42583         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42584         strings correctly.
42585
42586 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42587
42588         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42589         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42590         * sysdeps/sh/strlen.S: Likewise.
42591
42592 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42593
42594         * sysdeps/unix/fork.S: Remove file.
42595         * sysdeps/unix/i386/fork.S: Likewise.
42596         * sysdeps/unix/sparc/fork.S: Likewise.
42597
42598         * sysdeps/unix/system.c: Remove file.
42599         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42600
42601         * sysdeps/unix/getegid.S: Remove file.
42602         * sysdeps/unix/geteuid.S: Likewise.
42603
42604 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42605
42606         * scripts/check-localplt.awk: New file.
42607         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42608         of diff.
42609         * scripts/data/localplt-generic.data: Add a comment.
42610
42611         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42612         NODE when __dir_mkfile failed.
42613         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42614         Reported by Ludovic Courtès <ludo@gnu.org>.
42615
42616 2012-04-24  Andreas Jaeger  <aj@suse.de>
42617
42618         * Makerules (common-clean): Also remove gen-as-const-headers
42619         files.
42620
42621 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42622
42623         * Makerules (native-compile): Do not change working directory for
42624         build.  Use $(OUTPUT_OPTION) in command.
42625         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42626
42627 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42628
42629         [BZ #13886]
42630         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42631         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42632         * math/libm-test.inc (floor_test): Add more tests.
42633         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42634
42635 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42636
42637         * sysdeps/unix/getdents.c: Remove file.
42638         * sysdeps/unix/sysv/getdents.c: Likewise.
42639         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42640
42641         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42642         sysdeps/unix/mman/syscalls.list.
42643         (mmap): Likewise.
42644         (mprotect): Likewise.
42645         (msync): Likewise.
42646         (munmap): Likewise.
42647         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42648         * sysdeps/unix/mman/syscalls.list: Remove.
42649         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42650
42651         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42652         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42653         * configure: Regenerated.
42654         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42655         $(libgcc_s_suffix).
42656         * config.make.in (libgcc_s_suffix): Remove variable.
42657
42658 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42659
42660         * sysdeps/unix/sysv/gethostname.c: Move to ...
42661         * sysdeps/posix/gethostname.c: ... here.
42662
42663         * sysdeps/unix/execve.S: Remove file.
42664
42665         * sysdeps/unix/_exit.S: Remove file.
42666
42667 2012-04-23  Andreas Jaeger  <aj@suse.de>
42668
42669         [BZ #13739]
42670         * manual/Makefile: Remove make dist support, there's no
42671         need for a stand-alone documentation tar ball.
42672         (TEXI2DVI): Define always, it's not in Makeconfig.
42673         (dist): Removed.
42674         (tar-it): Removed.
42675         (edition): Removed.
42676         (glibc-doc-$(edition).tar): Removed
42677         (%.Z): Removed.
42678         (%.gz): Removed.
42679         (%.uu): Removed.
42680         (ETAGS): Remove, it's in Makeconfig.
42681         (move-if-change): Remove, it's in Makeconfig.
42682
42683 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42684
42685         [BZ #13970]
42686         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42687         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42688         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42689         (strtod_l, strtof_l, strtold_l): Remove __wur.
42690         It is not necessarily an error to ignore strtol's return value.
42691         One can reliably look at the stored endptr to decide whether
42692         the number had valid syntax.
42693
42694 2012-04-21  Andreas Jaeger  <aj@suse.de>
42695
42696         [BZ #13739]
42697         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42698
42699 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42700
42701         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42702         * sysdeps/unix/sysv/Versions: Remove file.
42703
42704 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42705
42706         [BZ #13927]
42707         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42708
42709 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42710
42711         [BZ #7064]
42712         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42713         version from __vm86.
42714
42715 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42716
42717         * sysdeps/unix/common/lxstat.c: Remove file.
42718         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42719
42720         * sysdeps/unix/sysv/Makefile: Remove file.
42721
42722         * sysdeps/unix/sysv/direct.h: Remove file.
42723
42724         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42725         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42726         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42727         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42728         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42729         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42730         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42731
42732         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42733
42734         * sysdeps/unix/xmknod.c: Remove file.
42735         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42736
42737         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42738
42739         * sysdeps/unix/sysv/i386/time.S: Remove file.
42740
42741         * sysdeps/unix/fxstat.c: Remove file.
42742         * sysdeps/unix/xstat.c: Likewise.
42743         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42744
42745         * sysdeps/unix/sysv/sigaction.c: Remove file.
42746
42747         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42748         (sysdep_headers): Remove variable.
42749         [termio.h not in sysdep_headers] (generated): Likewise.
42750         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42751         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42752         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42753         * sysdeps/unix/sysv/tcflow.c: Likewise.
42754         * sysdeps/unix/sysv/tcflush.c: Likewise.
42755         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42756         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42757         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42758         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42759         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42760
42761         * sysdeps/unix/siglist.c: Remove file.
42762
42763         * sysdeps/unix/getppid.S: Remove file.
42764
42765         * sysdeps/unix/mkdir.c: Remove file.
42766         * sysdeps/unix/rmdir.c: Likewise.
42767
42768 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42769
42770         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42771         ERR_MAX value.
42772         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42773         errlist-compat value.
42774
42775 2012-04-18  David S. Miller  <davem@davemloft.net>
42776
42777         * sysdeps/generic/memcopy.h (reg_char): Delete.
42778         * debug/strcat_chk.c: Use char, not reg_char.
42779         * debug/strcpy_chk.c: Likewise.
42780         * debug/strncat_chk.c: Likewise.
42781         * debug/strncpy_chk.c: Likewise.
42782         * string/memchr.c: Likewise.
42783         * string/memrchr.c: Likewise.
42784         * string/rawmemchr.c: Likewise.
42785         * string/strcat.c: Likewise.
42786         * string/strchr.c: Likewise.
42787         * string/strchrnul.c: Likewise.
42788         * string/strcmp.c: Likewise.
42789         * string/strcpy.c: Likewise.
42790         * string/strncat.c: Likewise.
42791         * string/strncmp.c: Likewise.
42792         * string/strncpy.c: Likewise.
42793
42794 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42795
42796         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42797         __builtin_memcopy is called when src and dest ranges are known to not
42798         overlap.
42799
42800 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42801
42802         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42803         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42804         fwd_align_merge macro call.
42805         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42806         bwd_align_merge macro call.
42807         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42808
42809 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42810
42811         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42812         bwd_align_merge macros.
42813         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42814         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42815         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42816
42817 2012-04-18  David S. Miller  <davem@davemloft.net>
42818
42819         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42820
42821 2012-04-18  Andreas Jaeger  <aj@suse.de>
42822
42823         [BZ# 6794]
42824         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42825         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42826         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42827
42828         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42829         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42830         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42831
42832         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42833         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42834         Adjust for changed ldbl-128 files.
42835
42836         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42837         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42838         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42839
42840 2012-04-17  David S. Miller  <davem@davemloft.net>
42841
42842         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42843
42844 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42845
42846         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42847         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42848         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42849         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42850         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42851         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42852
42853 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42854
42855         [BZ #6794]
42856         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42857         * math/libm-test.inc: Add ilogb errno and exception tests.
42858         * math/w_ilogb.c: New file: ilogb wrapper.
42859         * math/w_ilogbf.c: New file: ilogbf wrapper.
42860         * math/w_ilogbl.c: New file: ilogbl wrapper.
42861         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42862         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42863         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42864         exception being thrown with 0.0 as argument.
42865         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42866         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42867         exception being thrown with 0.0 as argument.
42868         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42869         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42870         exception being thrown with 0.0 as argument.
42871         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42872         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42873         exception being thrown with 0.0 as argument.
42874         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42875         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42876         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42877         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42878         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42879         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42880         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42881         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42882         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42883
42884 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42885
42886         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42887         with altivec.
42888
42889 2012-04-16  Marek Polacek  <polacek@redhat.com>
42890
42891         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42892
42893 2012-04-16  Marek Polacek  <polacek@redhat.com>
42894
42895         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42896         operands of fdivp instruction.
42897
42898 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42899
42900         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42901         * elf/tst-auditmod3b.c: Likewise.
42902         * elf/tst-auditmod4b.c: Likewise.
42903         * elf/tst-auditmod5b.c: Likewise.
42904         * elf/tst-auditmod6b.c: Likewise.
42905         * elf/tst-auditmod6c.c: Likewise.
42906         * elf/tst-auditmod7b.c: Likewise.
42907         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42908         * sysdeps/x86_64/preconfigure.in: Likewise.
42909         * sysdeps/x86_64/preconfigure: Regenerated.
42910
42911 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42912
42913         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42914         __ILP32__.
42915
42916 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42917
42918         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42919         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42920
42921 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42922
42923         [BZ #13973]
42924         * locale/iso-639.def: Fix gl language name. Spotted by
42925         Yaron Shahrabani.
42926
42927 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42928
42929         [BZ #2074]
42930         * libio/libio.h (__io_write_fn): Update comment.
42931
42932 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42933
42934         [BZ #2074]
42935         * stdio.texi (Hook Functions): The user provided writer function
42936         is not allowed to return -1.
42937
42938 2012-04-11  David S. Miller  <davem@davemloft.net>
42939
42940         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42941
42942 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42943
42944         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42945         Add a leading slash to rtkaio.
42946
42947 2012-04-11  Jim Meyering  <meyering@redhat.com>
42948
42949         [BZ #11959]
42950         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42951         It is not necessarily an error to ignore fwrite's return
42952         value.  One can reliably use ferror to test for errors after
42953         the fact.
42954
42955 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42956
42957         * bits/types.h (__snseconds_t): New type.
42958         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42959
42960         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42961         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42962         (__SNSECONDS_T_TYPE): Likewise.
42963         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42964         (__SNSECONDS_T_TYPE): Likewise.
42965         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42966         (__SNSECONDS_T_TYPE): Likewise.
42967
42968 2012-04-10  Andreas Jaeger  <aj@suse.de>
42969
42970         [BZ #2636]
42971         * manual/time.texi (Processor Time): Return type of times is
42972         elapsed real time since an arbitrary point in the past.
42973         (CPU Time): Move CLK_TCK from here...
42974         (Processor Time): ...to here.  Correct description.
42975         * manual/conf.texi (Constants for Sysconf): Correct description of
42976         _SC_CLK_TCK.
42977
42978 2012-04-10  David S. Miller  <davem@davemloft.net>
42979
42980         [BZ #13967]
42981         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42982         where the is a gap between DT_REL(A) and DT_JMPREL.
42983
42984 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42985
42986         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42987         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42988         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42989
42990 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42991
42992         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42993         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42994         (dl_main): Handle --inhibit-cache.
42995         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42996         _dl_inhibit_cache.
42997         * elf/dl-load.c (_dl_map_object): Use it.
42998         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42999
43000 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43001
43002         [BZ #13872]
43003         * sysdeps/i386/fpu/e_powl.S (p78): New object.
43004         (__ieee754_powl): Saturate large exponents rather than testing for
43005         overflow of y*log2(x).
43006         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43007         * math/libm-test.inc (pow_test): Do not permit spurious overflow
43008         exceptions.
43009
43010         [BZ #11521]
43011         * math/s_ctan.c: Include <float.h>.
43012         (__ctan): Avoid internal overflow or cancellation in calculating
43013         denominator.
43014         * math/s_ctanf.c: Likewise.
43015         * math/s_ctanl.c: Likewise.
43016         * math/s_ctanh.c: Likewise.
43017         * math/s_ctanhf.c: Likewise.
43018         * math/s_ctanhl.c: Likewise.
43019         * math/libm-test.inc (ctan_test): Add more tests.
43020         (ctanh_test): Likewise.
43021         * sysdeps/i386/fpu/libm-test-ulps: Update.
43022         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43023
43024 2012-04-09  Andreas Jaeger  <aj@suse.de>
43025
43026         [BZ #6894]
43027         * manual/filesys.texi (Directory Entries): Mention that d_namlen
43028         is an optional BSD extension.
43029
43030         [BZ #10254]
43031         * manual/stdio.texi (Opening Streams): Document additional fopen
43032         parameters.
43033
43034 2012-04-09  Roland McGrath  <roland@hack.frob.com>
43035
43036         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
43037         %eax without telling the compiler.
43038
43039 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
43040
43041         [BZ # 13963]
43042         * manual/install.texi: Use sourceware.org.
43043
43044 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43045
43046         [BZ #13873]
43047         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
43048         (__ieee754_pow): Generate overflow and underflow using huge*huge
43049         and tiny*tiny rather than just returning constant infinity or zero
43050         for large exponents.
43051         * math/libm-test.inc (pow_test): Require overflow exceptions for
43052         applicable cases of large exponents.
43053
43054         [BZ #706]
43055         * sysdeps/i386/fpu/e_pow.S (p10): New object.
43056         (__ieee754_pow): Use iterative multiplication algorithm only for
43057         integer exponents with absolute value below 1024.  Check for odd
43058         integer exponents when using algorithm for real exponents.
43059         * math/libm-test.inc (pow_test): Add more tests.
43060         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43061
43062 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
43063
43064         [BZ #13705]
43065         * math/libm-test.inc (exp_test): Do not allow overflow exception
43066         on underflow test.
43067
43068 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
43069
43070         [BZ #13705]
43071         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
43072         instead of __kernel_standard_f.
43073
43074 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
43075
43076         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
43077         * sysdeps/x86_64/memset_chk.S: Likewise.
43078
43079 2012-04-08  Andreas Jaeger  <aj@suse.de>
43080
43081         [BZ #10153]
43082         * manual/startup.texi (Environment Access): Describe return value
43083         for putenv and setenv.
43084
43085         [BZ #6895]
43086         * manual/filesys.texi (Directory Entries): Add description for
43087         DT_LNK.
43088
43089         [BZ #6890]
43090         * manual/filesys.texi (Directory Entries): Clarify that it's file
43091         system not operating system in the description of DT_UNKNOWN.
43092
43093         [BZ #6578]
43094         * manual/syslog.texi (closelog): Fix reference, it's openlog.
43095
43096 2012-04-08  Stephen Compall  <s11@member.fsf.org>
43097
43098         [BZ #6649]
43099         * manual/llio.texi (Opening and Closing Files): Add cross
43100         reference to explain mode argument.
43101
43102 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
43103
43104         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
43105         * sysdeps/x86_64/memset_chk.S: Likewise.
43106
43107 2012-04-07  David S. Miller  <davem@davemloft.net>
43108
43109         * elf/elf.h (R_SPARC_WDISP10): Define.
43110         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
43111         R_SPARC_SIZE32.
43112         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
43113         R_SPARC_SIZE64 and R_SPARC_H34.
43114
43115 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
43116
43117         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
43118         conditions and remove no longer applicable assertion.
43119
43120 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43121
43122         * bits/byteswap.h: Include <features.h>.
43123         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43124         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43125
43126 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43127
43128         * bits/byteswap.h (__bswap_16): Removed.
43129         Include <bits/byteswap-16.h> to get __bswap_16.
43130         * sysdeps/i386/bits/byteswap.h: Likewise.
43131         * sysdeps/s390/bits/byteswap.h: Likewise.
43132         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43133         * bits/byteswap-16.h: New file.
43134         * sysdeps/i386/bits/byteswap-16.h: Likewise.
43135         * sysdeps/s390/bits/byteswap-16.h: Likewise.
43136         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
43137         * string/Makefile (headers): Add bits/byteswap-16.h.
43138
43139 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
43140
43141         [BZ #13895]
43142         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
43143         extra indirection.
43144         * nss/Makefile (tests-static, tests): Add tst-nss-static.
43145         * nss/tst-nss-static.c: New.
43146
43147 2012-04-06  Robert Millan  <rmh@gnu.org>
43148
43149         [BZ #6486]
43150         * manual/llio.texi (File Position Primitive): lseek
43151         refers to WHENCE when it really means OFFSET.
43152
43153 2012-04-06  Andreas Jaeger  <aj@suse.de>
43154
43155         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43156         strncmp declarations.
43157
43158         * abilist/libc.abilist: Add __poll and __ppoll.
43159
43160 2012-04-05  David S. Miller  <davem@davemloft.net>
43161
43162         * scripts/check-local-headers.sh: Accept a host triplet in the
43163         path matched by the exclude regexp.
43164
43165         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43166         definition.
43167         * sysdeps/powerpc/powerpc32/dl-machine.h
43168         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43169         * sysdeps/s390/s390-32/dl-machine.h
43170         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43171         * sysdeps/sparc/sparc32/dl-machine.h
43172         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43173         * sysdeps/sparc/sparc64/dl-machine.h
43174         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43175
43176         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43177         lazy binding.
43178         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
43179         undefined symbol errors.
43180
43181         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
43182         DT_NEEDED entries.
43183
43184 2012-04-05  Michael Matz  <matz@suse.de>
43185
43186         [BZ #13592]
43187         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43188
43189 2012-04-05  Andreas Jaeger  <aj@suse.de>
43190
43191         [BZ #13908]
43192         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43193         comment.
43194
43195 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43196
43197         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43198         which ROUND is no valid rounding mode.
43199
43200 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43201
43202         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43203         read again.
43204         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43205
43206 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43207
43208         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43209         an exception using FPU order intentionally.
43210
43211 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43212
43213         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43214         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43215         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43216         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43217
43218 2012-04-05  Simon Josefsson  <simon@josefsson.org>
43219
43220         [BZ #12340]
43221         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43222         EINVAL when BUFLEN is too smal.
43223
43224 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43225
43226         [BZ #13553]
43227         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43228         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43229
43230 2012-04-03  Andreas Jaeger  <aj@suse.de>
43231
43232         [BZ #13938]
43233         * manual/setjmp.texi (System V contexts): Fix sentence.
43234
43235         [BZ #13926]
43236         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43237         New macro for this case.
43238         [!__GNUC__] (__bswap_64): New inline function for this case.
43239         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43240         * bits/byteswap.h: Likewise.
43241         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43242         ull, guard with __GLIBC_HAVE_LONG_LONG.
43243
43244         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43245         __GLIBC_HAVE_LONG_LONG.
43246
43247         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43248         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43249
43250 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43251
43252         [BZ #13691]
43253         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43254         inptr and inend, rather than using last_ch.
43255
43256 2012-04-02  David S. Miller  <davem@davemloft.net>
43257
43258         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43259         * stdio-common/printf-parse.h (read_int): Change return type to
43260         'int', return -1 on INT_MAX overflow.
43261         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43262         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43263         overflows INT_MAX.  Check for overflow of in-format-string precision
43264         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43265         SIZE_MAX not INT_MAX for integer overflow test.
43266         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43267         skip the construct in the format string but do not record anything.
43268         * stdio-common/bug22.c: Adjust to test both width/prevision
43269         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43270         explicitly for proper errno values.
43271
43272 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43273
43274         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43275         CHAR_MAX.
43276         * string/test-strcmp.c [! WIDE]: Likewise.
43277         * time/tst-mktime2.c: Likewise for INT_MAX.
43278         * string/test-string.h: #include <sys/param.h> for MIN.
43279
43280         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43281         * sysdeps/i386/init-first.c (init): Likewise.
43282         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43283         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43284         * sysdeps/sh/init-first.c (init): Likewise.
43285
43286 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43287
43288         * po/ru.po: Update from translation team.
43289         * po/vi.po: Likewise.
43290
43291 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43292
43293         * resolv/nss_dns/dns-host.c: Merge copyright years.
43294
43295 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43296
43297         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43298         Optimize memcpy with prefetch if
43299         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43300         src, dst pointers have unequal 16 byte alignments.
43301
43302 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43303
43304         [BZ #13928]
43305         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43306         from a CNAME entry and return the minimum ttl for the query.
43307         (gaih_getanswer_slice): Likewise.
43308
43309 2012-03-30  Jeff Law  <law@redhat.com>
43310
43311         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43312         due to long keys.
43313         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43314         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43315
43316         * resolv/nss_dns/dns-host.c: Update copyright year.
43317
43318 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43319
43320         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43321         requests to save a system call.  Fix check that all bytes are sent.
43322
43323         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43324         comments for sendmmsg.
43325
43326 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43327
43328         [BZ #13691]
43329         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43330         with only 1 character between 0x0041 and 0x01b0.
43331         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43332         * wcsmbs/tst-mbsnrtowcs.c: New file.
43333
43334 2012-03-29  David S. Miller  <davem@davemloft.net>
43335
43336         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43337         small copies by hand.
43338
43339 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43340
43341         [BZ #13761]
43342         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43343         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43344         group memberships.
43345
43346 2012-03-28  David S. Miller  <davem@davemloft.net>
43347
43348         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43349         that branches into memcpy.
43350         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43351         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43352         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43353         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43354         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43355         bits.
43356         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43357         implementation too.
43358         * sysdeps/sparc/mempcpy.S: New file.
43359
43360         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43361         the IFUNC routine in the libc case.
43362         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43363
43364         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43365         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43366         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43367         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43368         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43369         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43370         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43371         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43372
43373         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43374         loop to 256 bytes instead of 64 bytes and fix test signedness.
43375
43376         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43377         * sysdeps/sparc/sparc32/Makefile: rather than here...
43378         * sysdeps/sparc/sparc64/Makefile: and here.
43379
43380 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43381
43382         * malloc/mallocbug.c: Avoid warnings about unused variables.
43383
43384 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43385
43386         [BZ #13760]
43387         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43388         in the right place. Discard and retry query if response is
43389         larger than input buffer size.
43390
43391 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43392
43393         [BZ #369]
43394         [BZ #2678]
43395         [BZ #3866]
43396         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43397         x for large integer exponent.
43398         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43399         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43400         sign of result as needed afterwards.
43401         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43402         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43403         result for underflowing pow the same as for overflow.
43404         (__kernel_standard_l): Handle powl overflow and underflow here
43405         rather than calling __kernel_standard.
43406         * math/libm-test.inc (pow_test): Add more tests.
43407
43408         [BZ #3868]
43409         [BZ #13879]
43410         [BZ #13910]
43411         [BZ #13911]
43412         [BZ #13912]
43413         [BZ #13913]
43414         [BZ #13915]
43415         [BZ #13916]
43416         [BZ #13917]
43417         [BZ #13918]
43418         [BZ #13919]
43419         [BZ #13920]
43420         [BZ #13921]
43421         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43422         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43423         (__kernel_standard_l): New function.
43424         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43425         __kernel_standard.
43426         * math/w_acosl.c (__acosl): Likewise.
43427         * math/w_asinl.c (__asinl): Likewise.
43428         * math/w_atan2l.c (__atan2l): Likewise.
43429         * math/w_atanhl.c (__atanhl): Likewise.
43430         * math/w_coshl.c (__coshl): Likewise.
43431         * math/w_exp10l.c (__exp10l): Likewise.
43432         * math/w_exp2l.c (__exp2l): Likewise.
43433         * math/w_fmodl.c (__fmodl): Likewise.
43434         * math/w_hypotl.c (__hypotl): Likewise.
43435         * math/w_j0l.c (__j0l, __y0l): Likewise.
43436         * math/w_j1l.c (__j1l, __y1l): Likewise.
43437         * math/w_jnl.c (__jnl, __ynl): Likewise.
43438         * math/w_lgammal.c (__lgammal): Likewise.
43439         * math/w_log10l.c (__log10l): Likewise.
43440         * math/w_log2l.c (__log2l): Likewise.
43441         * math/w_logl.c (__logl): Likewise.
43442         * math/w_powl.c (__powl): Likewise.
43443         * math/w_remainderl.c (__remainderl): Likewise.
43444         * math/w_scalbl.c (sysv_scalbl): Likewise.
43445         * math/w_sinhl.c (__sinhl): Likewise.
43446         * math/w_sqrtl.c (__sqrtl): Likewise.
43447         * math/w_tgammal.c (__tgammal): Likewise.
43448         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43449         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43450         * math/libm-test.inc (acos_test): Add more tests.
43451         (acosh_test): Likewise.
43452         (asin_test): Likewise.
43453         (atanh_test): Likewise.
43454         (exp_test): Likewise.
43455         (exp10_test): Likewise.
43456         (exp2_test): Likewise.
43457         (expm1_test): Likewise.
43458         (lgamma_test): Likewise.
43459         (log_test): Likewise.
43460         (log10_test): Likewise.
43461         (log1p_test): Likewise.
43462         (log2_test): Likewise.
43463         (pow_test): Do not allow some spurious overflow exceptions.
43464         (sqrt_test): Add more tests.
43465         (tgamma_test): Likewise.
43466         (y0_test): Likewise.
43467         (y1_test): Likewise.
43468         (yn_test): Likewise.
43469
43470 2012-03-27  Anton Blanchard  <anton@samba.org>
43471
43472         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43473         MAP_HUGETLB.
43474         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43475         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43476         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43477
43478 2012-03-27  David S. Miller  <davem@davemloft.net>
43479
43480         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43481
43482         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43483         have-as-vis3 check.
43484
43485 2012-03-27  Andreas Jaeger  <aj@suse.de>
43486
43487         * sysdeps/x86_64/elf/configure.in: Moved to ...
43488         * sysdeps/x86_64/configure.in: ... here.
43489         * sysdeps/x86_64/elf/start.S: Moved to ...
43490         * sysdeps/x86_64/start.S: ... here.
43491         * sysdeps/x86_64/elf/configure: Delete.
43492
43493         * sysdeps/x86_64/configure.in: Merge contents from
43494         sysdeps/i386/configure.in (without i686 check).
43495
43496         * sysdeps/i386/elf/Versions: Merge into ...
43497         * sysdeps/i386/Versions: ... this.
43498         * sysdeps/i386/elf/Versions: Delete file.
43499         * sysdeps/i386/elf/start.S: Moved to ...
43500         * sysdeps/i386/start.S: ...here.
43501         * sysdeps/i386/elf/configure.in: Merge into...
43502         * sysdeps/i386/configure.in: ...here.
43503         * sysdeps/i386/elf/configure.in: Delete file.
43504         * sysdeps/i386/elf/configure: Delete file.
43505
43506         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43507         * debug/backtracesyms.c: ... here.
43508         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43509         * debug/backtracesymsfd.c: ... here.
43510         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43511         * sysdeps/generic/ifunc-sel.h: ... here.
43512
43513         * sysdeps/unix/i386/start.c: Delete file.
43514         * sysdeps/unix/sparc/start.c: Delete file.
43515         * sysdeps/unix/start.c: Delete file.
43516
43517         * sysdeps/sh/elf/configure.in: Moved to ...
43518         * sysdeps/sh/configure.in: ... here.
43519         * sysdeps/sh/elf/start.S: Moved to ...
43520         * sysdeps/sh/start.S: ... here.
43521         * sysdeps/sh/elf/configure: Delete file.
43522
43523         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43524         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43525         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43526         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43527         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43528         * sysdeps/powerpc/powerpc64/start.S: here.
43529         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43530         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43531         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43532         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43533         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43534
43535         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43536         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43537         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43538         * sysdeps/powerpc/powerpc32/start.S: ... here.
43539         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43540         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43541         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43542
43543         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43544         * sysdeps/powerpc/ifunc-sel.h: ... here.
43545         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43546         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43547
43548         * sysdeps/sparc/elf/configure.in: Moved to ...
43549         * sysdeps/sparc/configure.in: ... here.
43550         * sysdeps/sparc/elf/configure: Delete file.
43551         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43552         * sysdeps/sparc/sparc32/start.S: ... here.
43553         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43554         * sysdeps/sparc/sparc64/start.S: ... here.
43555         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43556         * sysdeps/sparc/sparc32/Makefile: ... this.
43557         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43558         * sysdeps/sparc/sparc64/Makefile: ... this.
43559
43560         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43561         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43562         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43563         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43564         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43565         * sysdeps/s390/s390-32/setjmp.S: ... here.
43566         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43567         * sysdeps/s390/s390-32/configure.in: ... here.
43568         * sysdeps/s390/s390-32/elf/configure: Delete file.
43569         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43570         * sysdeps/s390/s390-32/start.S: ... here.
43571
43572         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43573         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43574         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43575         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43576         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43577         * sysdeps/s390/s390-64/setjmp.S: ... here.
43578         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43579         * sysdeps/s390/s390-64/configure.in: ... here
43580         * sysdeps/s390/s390-64/elf/configure: Delete file.
43581         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43582         * sysdeps/s390/s390-64/start.S: ... here.
43583         * sysdeps/s390/s390-64/elf/configure: Delete.
43584
43585         * configure.in: Remove support for elf directories in sysdeps.
43586
43587         * configure: Regenerated.
43588         * sysdeps/i386/configure: Regenerated.
43589         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43590         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43591         * sysdeps/s390/s390-32/configure: Regenerated.
43592         * sysdeps/s390/s390-64/configure: Regenerated.
43593         * sysdeps/sh/configure: Regenerated.
43594         * sysdeps/sparc/configure: Regenerated.
43595         * sysdeps/x86_64/configure: Regenerated.
43596
43597 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43598
43599         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43600
43601         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43602         denormal result into account.
43603
43604 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43605
43606         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43607         Reported by Allan McRae <allan@archlinux.org>.
43608
43609 2012-03-23  Jeff Law  <law@redhat.com>
43610
43611         * nss/getnssent.c (__nss_getent): Fix typo.
43612
43613 2012-03-23  David S. Miller  <davem@davemloft.net>
43614
43615         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43616
43617 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43618
43619         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43620         to pad to uint64_t for each field.
43621         (dl_tls_index): Replace unsigned long with uint64_t.
43622
43623 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43624         Paul Pluzhnikov  <ppluzhnikov@google.com>
43625
43626         [BZ #6528]
43627         * grp/Makefile (otherlibs): Don't set it.
43628         * inet/Makefile (otherlibs): Likewise.
43629         * login/Makefile (otherlibs): Likewise.
43630         * nscd/Makefile (otherlibs): Likewise.
43631         * posix/Makefile (otherlibs): Likewise.
43632         * pwd/Makefile (otherlibs): Likewise.
43633         * rt/Makefile (otherlibs): Likewise.
43634         * sunrpc/Makefile (otherlibs): Likewise.
43635         * nss/Makefile (otherlibs): Likewise.
43636         Add libnss_files to routines and static-only-routines.
43637         ($(objpfx)getent): Remove rule.
43638         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43639         static-only-routines.
43640
43641 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43642
43643         [BZ #13892]
43644         * math/s_cexp.c: Include <float.h>.
43645         (__cexp): Handle exp result overflowing not necessarily
43646         overflowing both real and imaginary parts of result.
43647         * math/s_cexpf.c: Likewise.
43648         * math/s_cexpl.c: Likewise.
43649         * math/libm-test.inc (cexp_test): Add more tests.
43650         * sysdeps/i386/fpu/libm-test-ulps: Update.
43651         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43652
43653 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43654
43655         * include/link.h (ELFW): New macro.
43656         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43657         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43658
43659 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43660
43661         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43662         with uint64_t.
43663
43664 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43665
43666         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43667         declaration.
43668         (struct La_x32_retval): Likewise.
43669
43670 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43671
43672         * sysdeps/x86_64/preconfigure.in: New file.
43673         * sysdeps/x86_64/preconfigure: New generated file.
43674
43675 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43676
43677         [BZ #13824]
43678         * math/e_exp2l.c: Include <float.h>.
43679         (__ieee754_exp2l): Handle overflow and underflow cases
43680         separately.  Only pass fractional part of argument to
43681         __ieee754_expl.
43682         * math/libm-test.inc (exp2_test): Add more tests.
43683
43684         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43685         negating x to take absolute value.
43686         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43687         Likewise.
43688         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43689         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43690         Likewise.
43691         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43692         computing low part if x was negated.
43693         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43694
43695 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43696
43697         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43698         la_x32_gnu_pltexit.
43699         (pltexit): Cast int_retval to ptrdiff_t.
43700         * elf/tst-auditmod3b.c: Likewise.
43701         * elf/tst-auditmod4b.c: Likewise.
43702         * elf/tst-auditmod5b.c: Likewise.
43703         * elf/tst-auditmod6b.c: Likewise.
43704         * elf/tst-auditmod6c.c: Likewise.
43705         * elf/tst-auditmod7b.c: Likewise.
43706
43707         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43708         and x32_gnu_pltexit.
43709
43710         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43711         __ELF_NATIVE_CLASS.
43712         (La_x32_regs): New macro.
43713         (La_x32_retval): Likewise.
43714         (la_x32_gnu_pltenter): New function prototype.
43715         (la_x32_gnu_pltexit): Likewise.
43716
43717 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43718
43719         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43720         exponent.
43721
43722         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43723
43724         * configure.in (libc_cv_cc_nofma): Check for option to disable
43725         generation of FMA instructions.
43726         * configure: Regenerate.
43727         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43728         * sysdeps/ieee754/dbl-64/Makefile: New file.
43729         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43730         Remove brandred-fma4.
43731         (CFLAGS-brandred-fma4.c): Remove.
43732         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43733         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43734         define.
43735         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43736         define.
43737
43738 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43739
43740         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43741         LLONG_MAX != LONG_MAX.
43742         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43743         (_fitoa_word): Likewise.
43744         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43745         LLONG_MAX != LONG_MAX.
43746         * stdio-common/_itowa.h: Include <_itoa.h>.
43747         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43748         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43749         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43750         only if not defined.
43751         (_ITOA_WORD_TYPE): Likewise.
43752         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43753         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43754
43755 2012-03-21  David S. Miller  <davem@davemloft.net>
43756
43757         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43758
43759 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43760
43761         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43762         of x86_64 when setting libc_cv_slibdir, libdir and
43763         libc_cv_localedir.
43764         * sysdeps/unix/sysv/linux/configure: Regenerated.
43765
43766 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43767
43768         * manual/lang.texi (Old Varargs): Remove section.
43769         (How Variadic): Update menu.
43770         (va_start): Do not mention varargs.h.
43771
43772 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43773             Joseph Myers  <joseph@codesourcery.com>
43774
43775         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43776         link test.
43777         * configure: Regenerated.
43778
43779 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43780
43781         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43782         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43783         conformtest.pl
43784
43785 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43786
43787         * NOTES: Remove.
43788         * Makefile (files-for-dist): Remove NOTES.
43789         (NOTES): Remove rule.
43790         * README: Don't refer to NOTES.
43791         * manual/creature.texi: Don't include macros.texi.
43792         * manual/intro.texi (creature.texi): Remove comment referring to
43793         NOTES.
43794
43795         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43796         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43797         * configure: Regenerated.
43798         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43799         LIBC_TRY_CC_OPTION.
43800         (libc_cv_as_i686): Likewise.
43801         (libc_cv_cc_avx): Likewise.
43802         (libc_cv_cc_sse2avx): Likewise.
43803         (libc_cv_cc_fma4): Likewise.
43804         (libc_cv_cc_novzeroupper): Likewise.
43805         * sysdeps/i386/configure: Regenerated.
43806
43807         [BZ #13883]
43808         * sysdeps/i386/fpu/s_cexp.S: Remove.
43809         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43810         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43811         * math/libm-test.inc (cexp_test): Add more tests.
43812         * sysdeps/i386/fpu/libm-test-ulps: Update.
43813         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43814
43815 2012-03-21  Allan McRae  <allan@archlinux.org>
43816
43817         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43818
43819 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43820
43821         [BZ #13871]
43822         * math/w_exp2.c: Do not include <float.h>.
43823         (o_threshold, u_threshold): Remove.
43824         (__exp2): Calculate result before checking finiteness and calling
43825         __kernel_standard.
43826         * math/w_exp2f.c: Likewise.
43827         * math/w_exp2l.c: Likewise.
43828         * math/libm-test.inc (exp2_test): Require overflow exception for
43829         1e6 input.
43830
43831         [BZ #3866]
43832         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43833         range of signed 64-bit integers before using fistpll.  Remove
43834         checks for whether integers fit in mantissa bits.
43835         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43836         the range of signed 32-bit integers before using fistpl.  Remove
43837         checks for whether integers fit in mantissa bits.
43838         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43839         (__ieee754_powl): Test for y outside the range of signed 64-bit
43840         integers before using fistpll.  Reduce 64-bit values to 63-bit
43841         ones as needed.
43842         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43843         divide-by-zero is raised for zero to large negative powers.
43844         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43845         (__ieee754_powl): Test for y outside the range of signed 64-bit
43846         integers before using fistpll.  Reduce 64-bit values to 63-bit
43847         ones as needed.
43848         * math/libm-test.inc (pow_test): Add more tests.
43849
43850 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43851
43852         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43853         <stdio-common/_itoa.h>.
43854         * debug/segfault.c: Likewise.
43855         * elf/dl-cache.c: Likewise.
43856         * elf/dl-minimal.c: Likewise.
43857         * elf/dl-misc.c: Likewise.
43858         * elf/dl-sysdep.c: Likewise.
43859         * elf/dl-version.c: Likewise.
43860         * elf/rtld.c: Likewise.
43861         * hurd/hurdsock.c: Likewise.
43862         * hurd/lookup-retry.c: Likewise.
43863         * malloc/malloc.c: Likewise.
43864         * malloc/mtrace.c: Likewise.
43865         * nscd/nscd_getgr_r.c: Likewise.
43866         * nscd/nscd_getpw_r.c: Likewise.
43867         * nscd/nscd_getserv_r.c: Likewise.
43868         * posix/getopt_init.c: Likewise.
43869         * posix/wordexp.c: Likewise.
43870         * stdio-common/_itoa.c: Likewise.
43871         * stdio-common/printf_fphex.c: Likewise.
43872         * stdio-common/vfprintf.c: Likewise.
43873         * string/_strerror.c: Likewise.
43874         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43875         * sysdeps/i386/i686/hp-timing.h: Likewise.
43876         * sysdeps/mach/_strerror.c: Likewise.
43877         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43878         * sysdeps/mach/hurd/sethostid.c: Likewise.
43879         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43880         * sysdeps/mach/xpg-strerror.c: Likewise.
43881         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43882         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43883         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43884         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43885         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43886         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43887         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43888         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43889         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43890         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43891         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43892         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43893         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43894         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43895         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43896         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43897         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43898         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43899         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43900         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43901         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43902
43903         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43904
43905         * stdio-common/_itoa.h: Moved to ...
43906         * sysdeps/generic/_itoa.h: Here.
43907
43908         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43909
43910         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43911         instead of "_itoa.h" and "_itowa.h".
43912         * stdio-common/vfprintf.: Likewise.
43913
43914 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43915
43916         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43917         <bits/wordsize.h>.
43918         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43919         (__signbit): Likwise.
43920         (llrintf): Likwise.
43921         (llrint): Likwise.
43922
43923 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43924
43925         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43926         __WORDSIZE != 64.
43927
43928 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43929
43930         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43931         OVERFLOW_EXCEPTION_OK.
43932         * math/libm-test.inc ("Philosophy"): Update comment about
43933         exception testing.
43934         (OVERFLOW_EXCEPTION): Define.
43935         (OVERFLOW_EXCEPTION_OK): Likewise.
43936         (INVALID_EXCEPTION_OK): Renumber.
43937         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43938         (IGNORE_ZERO_INF_SIGN): Likewise.
43939         (test_exceptions): Handle FE_OVERFLOW.
43940         (exp10_test): Expect overflow exceptions.
43941         (exp2_test): Likewise.
43942         (expm1_test): Likewise.
43943         (nextafter_test): Likewise.
43944         (pow_test): Likewise.
43945         (scalbn_test): Likewise.
43946         (scalbln_test): Likewise.
43947
43948 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43949
43950         * sysdeps/x86_64/bits/atomic.h
43951         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43952         64bit integer.
43953         (atomic_exchange_acq): Likewise.
43954         (__arch_exchange_and_add_body): Likewise.
43955         (__arch_add_body): Likewise.
43956         (atomic_add_negative): Likewise.
43957         (atomic_add_zero): Likewise.
43958
43959 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43960
43961         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43962         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43963
43964 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43965
43966         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43967         Check __x86_64__ instead of __WORDSIZE.
43968
43969 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43970
43971         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43972
43973 2012-03-19  David S. Miller  <davem@davemloft.net>
43974
43975         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43976
43977         * sysdeps/sparc/fpu/fenv_private.h: New file.
43978         * sysdeps/sparc/fpu/math_private.h: Use it.
43979         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43980         Remove.
43981         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43982         (libc_feholdexcept_setroundl): Remove.
43983         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43984         Remove.
43985         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43986         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43987
43988 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43989
43990         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43991         int64_t instead of long int.
43992         (INSERT_WORDS64): Likwise.
43993
43994 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43995
43996         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43997         _Unwind_GetCFA return to _Unwind_Ptr first.
43998
43999 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
44000
44001         [BZ #13629]
44002         * math/s_clog.c: Include <float.h>.
44003         (__clog): Scale large or subnormal inputs.
44004         * math/s_clogf.c: Likewise.
44005         * math/s_clogl.c: Likewise.
44006         * math/s_clog10.c: Include <float.h>.
44007         (M_LOG10_2): Define.
44008         (__clog10): Scale large or subnormal inputs.
44009         * math/s_clog10f.c: Likewise.
44010         * math/s_clog10l.c: Likewise.
44011         * math/libm-test.inc (clog_test): Add more tests.
44012         (clog10_test): Likewise.
44013         * sysdeps/i386/fpu/libm-test-ulps: Update.
44014         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44015
44016         [BZ #11451]
44017         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
44018         x and y.
44019         * math/libm-test.inc (atan2_test): Add another test.
44020
44021         * Makerules (common-objdir-compile): Remove.
44022         * sysdeps/unix/Makefile (config-generated): Do not add
44023         $(unix-generated) to variable.
44024         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
44025         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
44026         Remove rule.
44027         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
44028         Likewise.
44029         [generic bits/local_lim.h] (before-compile): Do not append to
44030         variable.
44031         [generic bits/local_lim.h] (common-generated): Likewise.
44032         [generic sys/param.h] (before-compile): Do not append to variable.
44033         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
44034         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
44035         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
44036         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
44037         include.
44038         [generic sys/param.h] (sys/param.h-includes): Remove variable.
44039         [generic sys/param.h] (sys/param.h-includes): Remove rule.
44040         [generic sys/param.h] ($(addprefix
44041         $(common-objpfx),$(sys/param.h-includes))): Likewise.
44042         [generic sys/param.h] (common-generated): Do not append to
44043         variable.
44044         [generic sys/param.h] (sysdep_headers): Likewise.
44045         [generic bits/errno.h] (before-compile): Do not append to
44046         variable.
44047         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
44048         rule.
44049         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
44050         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
44051         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
44052         [generic bits/errno.h] (common-generated): Do not append to
44053         variable.
44054         [generic bits/ioctls.h] (before-compile): Do not append to
44055         variable.
44056         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
44057         rule.
44058         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
44059         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
44060         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
44061         rule.
44062         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
44063         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
44064         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
44065         [generic bits/ioctls.h] (common-generated): Do not append to
44066         variable.
44067         [generic sys/syscall.h] (syscall.h): Remove variable.
44068         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
44069         rule.
44070         [generic sys/syscall.h] (before-compile): Do not append to
44071         variable.
44072         [generic sys/syscall.h] (common-generated): Likewise.
44073         * sysdeps/unix/errnos-tmpl.c: Remove file.
44074         * sysdeps/unix/errnos.awk: Likewise.
44075         * sysdeps/unix/ioctls-tmpl.c: Likewise.
44076         * sysdeps/unix/ioctls.awk: Likewise.
44077         * sysdeps/unix/mk-local_lim.c: Likewise.
44078         * sysdeps/unix/snarf-ioctls: Likewise.
44079
44080 2012-03-19  Richard Henderson  <rth@twiddle.net>
44081
44082         * sysdeps/i386/fpu/fenv_private.h: New file.
44083         * sysdeps/i386/fpu/math_private.h: Use it.
44084         (math_opt_barrier, math_force_eval): Remove.
44085         (libc_feholdexcept_setround_53bit): Remove.
44086         (libc_feupdateenv_53bit): Remove.
44087         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44088         (math_opt_barrier, math_force_eval): Remove.
44089         (libc_feholdexcept): Remove.
44090         (libc_feholdexcept_setround): Remove.
44091         (libc_fetestexcept, libc_fesetenv): Remove.
44092         (libc_feupdateenv_test): Remove.
44093         (libc_feupdateenv, libc_feholdsetround): Remove.
44094         (libc_feresetround): Remove.
44095
44096         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
44097         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
44098
44099         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
44100         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
44101         (libc_feupdateenv_testl): New.
44102         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
44103         (libc_feupdateenv_testf): New.
44104         (libc_feupdateenv): Use libc_feupdateenv_test.
44105         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
44106         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
44107
44108         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
44109         (libc_feholdsetroundf, libc_feholdsetroundl): New.
44110         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
44111         (libc_feresetround_noex): New.
44112         (libc_feresetround_noexf): New.
44113         (libc_feresetround_noexl): New.
44114         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
44115         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
44116         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
44117         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
44118         SET_RESTORE_ROUND.
44119         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44120         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
44121         (__cos): Likewise.
44122         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
44123         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
44124         SET_RESTORE_ROUND_NOEX.
44125         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
44126         SET_RESTORE_ROUND_NOEXF.
44127         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
44128         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
44129         (libc_feholdsetroundf): New.
44130         (libc_feresetround, libc_feresetroundf): New.
44131
44132         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
44133         (libc_feholdexcept_setround_53bit): Convert from macro to function.
44134         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
44135
44136         * sysdeps/generic/math_private.h: Include <fenv.h>.
44137         (default_libc_feholdexcept): New.
44138         (default_libc_feholdexcept_setround): New.
44139         (default_libc_fesetenv, default_libc_feupdateenv): New.
44140         (libc_feholdexcept): Only define if undefined.
44141         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
44142         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
44143         (libc_feholdexcept_setroundl): Likewise.
44144         (libc_feholdexcept_setround_53bit): Likewise.
44145         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
44146         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
44147         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
44148         (libc_feupdateenv_53bit): Likewise.
44149         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
44150         (libc_feholdexcept): Convert from macro to inline function.
44151         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
44152         (libc_fesetenv, libc_feupdateenv): Likewise.
44153
44154         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44155         not previously defined.
44156         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44157         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44158         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44159         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44160         * sysdeps/ieee754/flt-32/math_private.h: New file.
44161         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44162         math_private.h below SET_FLOAT_WORD.
44163         (__isnan, __isinf_ns, __finite): Remove.
44164         (__isnanf, __isinf_nsf, __finitef): Remove.
44165
44166 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
44167
44168         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44169
44170 2012-03-17  David S. Miller  <davem@davemloft.net>
44171
44172         [BZ #6471]
44173         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44174         for 2.16.
44175
44176 2012-03-16  David S. Miller  <davem@davemloft.net>
44177
44178         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44179         warnings.
44180
44181         [BZ #6471]
44182         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44183         properly.
44184         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44185         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44186         sysdep_routines when subdir is sysvipc.
44187         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44188         __getshmlba helper.
44189
44190         * sysdeps/sparc/fpu/libm-test/ulps: Update.
44191
44192 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44193
44194         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44195         [__LP64__].
44196
44197 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44198
44199         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44200         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44201         (__lround): Renamed to ...
44202         (__llround): This.  Replace long int with long long int.
44203         Define lround functions as aliases of llround functions.
44204         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44205
44206 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44207
44208         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44209         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
44210         adresses to uintptr_t.  Replace "long int" and "unsigned long
44211         int" with "greg_t" on va_arg.
44212
44213 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44214
44215         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44216         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44217
44218         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44219         Move e_machine check before EI_CLASS check.  Handle x32
44220         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44221         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44222         SKIP_EM_IA_64 and include
44223         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44224
44225         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44226         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44227         (add_system_dir): New macro.
44228
44229         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44230         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44231
44232 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44233
44234         [BZ #2551]
44235         [BZ #2552]
44236         [BZ #2553]
44237         [BZ #2554]
44238         [BZ #2562]
44239         [BZ #2563]
44240         [BZ #2565]
44241         [BZ #2566]
44242         [BZ #2576]
44243         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44244         (y0): Likewise.
44245         * math/w_j0f.c (j0f): Likewise.
44246         (y0f): Likewise.
44247         * math/w_j0l.c (__j0l): Likewise.
44248         (__y0l): Likewise.
44249         * math/w_j1.c (j1): Likewise.
44250         (y1): Likewise.
44251         * math/w_j1f.c (j1f): Likewise.
44252         (y1f): Likewise.
44253         * math/w_j1l.c (__j1l): Likewise.
44254         (__y1l): Likewise.
44255         * math/w_jn.c (jn): Likewise.
44256         (yn): Likewise.
44257         * math/w_jnf.c (jnf): Likewise.
44258         (ynf): Likewise.
44259         * math/w_jnl.c (__jnl): Likewise.
44260         (__ynl): Likewise.
44261         * math/libm-test.inc (j0_test): Add more tests.
44262         (j1_test): Likewise.
44263         (jn_test): Likewise.  Add trailing semicolon to existing test.
44264         (y0_test): Likewise.
44265         (y1_test): Likewise.
44266         * sysdeps/i386/fpu/libm-test-ulps: Update.
44267         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44268
44269         [BZ #13851]
44270         [BZ #13854]
44271         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44272         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44273         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44274         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44275         (__tanl): Set errno for infinite argument.
44276         * sysdeps/i386/fpu/mptan.c: Remove.
44277         * sysdeps/i386/fpu/s_tan.S: Likewise.
44278         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44279         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44280         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44281         * math/libm-test.inc (tan_test): Add more tests and enable more
44282         tests for double and long double.
44283         * sysdeps/i386/fpu/libm-test-ulps: Update.
44284         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44285
44286 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44287
44288         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44289         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44290
44291 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44292
44293         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44294         * configure.in: Use it for both main tree and add-ons.
44295         * configure: Regenerated.
44296
44297 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44298
44299         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44300
44301 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44302
44303         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44304         in comment.
44305
44306         [BZ #13851]
44307         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44308         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44309         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44310         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44311         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44312         infinite argument.
44313         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44314         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44315         != 0 for prec == 2.
44316         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44317         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44318         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44319         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44320         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44321         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44322         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44323         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44324         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44325         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44326         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44327         * math/libm-test.inc (cos_test): Add more tests and enable more
44328         tests for long double.
44329         (sin_test): Likewise.
44330         (sincos_test): Likewise.
44331         * sysdeps/i386/fpu/libm-test-ulps: Update.
44332         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44333
44334 2012-03-16  David S. Miller  <davem@davemloft.net>
44335
44336         * sysdeps/sparc/fpu/math_private.h: New file.
44337
44338 2012-03-15  David S. Miller  <davem@davemloft.net>
44339
44340         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44341         file.
44342         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44343         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44344         file.
44345         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44346         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44347         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44348         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44349         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44350         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44351         sysdep routines.
44352         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44353
44354         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44355         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44356
44357         * sysdeps/sparc/sparc-ifunc.h: New file.
44358         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44359         sparc-ifunc.h
44360         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44361         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44362         Likewise.
44363         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44364         Likewise.
44365         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44366         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44367         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44368         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44369         Likewise.
44370         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44371         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44372         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44373         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44374         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44375         Likewise.
44376         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44377         Likewise.
44378         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44379         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44380         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44381         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44382         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44383         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44384         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44385         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44386         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44387         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44388         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44389         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44390         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44391         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44392         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44393         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44394         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44395         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44396         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44397         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44398         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44399         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44400         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44401         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44402
44403 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44404
44405         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44406         scaling.
44407         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44408
44409 2012-03-15  Andreas Jaeger  <aj@suse.de>
44410
44411         [BZ #13852]
44412         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44413         ieee754/flt-32 implementation for sin, cos and sincos.
44414         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44415         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44416         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44417         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44418         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44419         ieee754/flt-32 implementation for tan.
44420
44421         * math/libm-test.inc (cos_test): Enable some large input tests for
44422         float as well
44423         (sin_test): Likewise.
44424         (sincos_test): Likewise.
44425         (tan_test): Add tests for large input.
44426
44427         * sysdeps/i386/fpu/libm-test-ulps: Update.
44428
44429 2012-03-15  Andreas Jaeger  <aj@suse.de>
44430
44431         [BZ #13658]
44432         * math/libm-test.inc (cos_test): Add more test cases.
44433         (sin_test): Likewise.
44434         (sincos_test): Likewise.
44435
44436 2012-03-15  Andreas Jaeger  <aj@suse.de>
44437
44438         [BZ #13837]
44439         * math/libm-test.inc (cos_test): Add a test case for large input
44440         value.
44441         (sin_test): Likewise.
44442         (sincos_test): Likewise.
44443
44444 2012-03-15  Andreas Jaeger  <aj@suse.de>
44445             Joseph Myers  <joseph@codesourcery.com>
44446
44447         [BZ #13658]
44448         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44449         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44450         * sysdeps/i386/fpu/branred.c: Likewise.
44451         * sysdeps/i386/fpu/dosincos.c: Likewise.
44452         * sysdeps/i386/fpu/mpa.c: Likewise.
44453         * sysdeps/i386/fpu/s_cos.S: Likewise.
44454         * sysdeps/i386/fpu/s_sin.S: Likewise.
44455         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44456         * sysdeps/i386/fpu/sincos32.c: Likewise.
44457
44458         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44459         Define.
44460         (libc_feupdateenv_53bit): Define.
44461         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44462         Define.
44463         (libc_feupdateenv_53bit): Define.
44464
44465         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44466         53 bit (without extend i386 double precision).
44467
44468         * math/libm-test.inc (sincos_test): Add tests for large input.
44469         (sin): Likewise.
44470         (cos): Likewise.
44471
44472         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44473
44474 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44475
44476         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44477
44478 2012-03-15  David S. Miller  <davem@davemloft.net>
44479
44480         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44481         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44482         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44483         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44484         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44485         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44486         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44487         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44488         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44489         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44490         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44491         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44492         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44493         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44494         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44495         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44496         file.
44497         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44498         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44499         file.
44500         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44501         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44502         file.
44503         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44504         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44505         file.
44506         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44507         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44508         fmin/fmax sysdep routines.
44509         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44510
44511 2012-03-14  David S. Miller  <davem@davemloft.net>
44512
44513         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44514         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44515         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44516         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44517         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44518         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44519         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44520         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44521         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44522         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44523         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44524         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44525         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44526         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44527         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44528         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44529         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44530         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44531         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44532         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44533         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44534         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44535         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44536         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44537         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44538         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44539         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44540         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44541         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44542         routines.
44543         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44544         file.
44545         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44546         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44547         file.
44548         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44549         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44550         file.
44551         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44552         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44553         file.
44554         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44555         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44556         file.
44557         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44558         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44559         file.
44560         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44561         file.
44562         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44563         file.
44564         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44565         file.
44566         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44567         New file.
44568         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44569         file.
44570         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44571         file.
44572         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44573         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44574         file.
44575         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44576         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44577         file.
44578         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44579         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44580         file.
44581         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44582         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44583         VIS3 routines.
44584
44585         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44586         New file.
44587
44588         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44589
44590         * sysdeps/sparc/configure.in: New file.
44591         * sysdeps/sparc/configure: Generate.
44592         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44593         * configure: Regenerate.
44594         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44595         * config.make.in (have-as-vis3): New.
44596         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44597         available use -Av9d instead of -Av9a.
44598         * sysdeps/sparc/sparc64/Makefile: Likewise.
44599         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44600         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44601         New file.
44602         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44603         file.
44604         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44605         New file.
44606         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44607         file.
44608         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44609         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44610         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44611         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44612         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44613
44614         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44615         fzeros/fnegs to load 0x80000000 into a float register instead of
44616         using the stack.
44617         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44618
44619 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44620
44621         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44622         bits/syscall.h.
44623         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44624         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44625         ($(inst_includedir)/bits/syscall.h): Remove rule.
44626         ($(objpfx)bits/syscall.d): Include instead of
44627         $(objpfx)syscall-list.d.
44628         (generated): Change syscall-list.h and syscall-list.d to
44629         bits/syscall.h and bits/syscall.d.
44630
44631 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44632
44633         [BZ #13846]
44634         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44635
44636 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44637
44638         [BZ #13841]
44639         * math/s_csqrt.c: Include <float.h>.
44640         (__csqrt): Scale large or subnormal inputs.
44641         * math/s_csqrtf.c: Likewise.
44642         * math/s_csqrtl.c: Likewise.
44643         * math/libm-test.inc (csqrt_test): Add more tests.
44644         * sysdeps/i386/fpu/libm-test-ulps: Update.
44645         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44646
44647         [BZ #13840]
44648         * math/libm-test.inc (hypot_test): Add more tests.
44649
44650 2012-03-13  David S. Miller  <davem@davemloft.net>
44651
44652         [BZ #13840]
44653         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44654         double-precision for the calculation instead of scaling.
44655
44656 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44657
44658         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44659         manipulate bits before adding and subtracting TWO52[sx].
44660         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44661         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44662         Likewise.
44663         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44664
44665 2012-03-13  David S. Miller  <davem@davemloft.net>
44666
44667         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44668         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44669         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44670         rtld-global-offsets.h
44671         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44672
44673         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44674         large parameters.
44675
44676         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44677
44678         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44679         'err' in the ifdef scope in which it is actually used.
44680
44681         * nss/nss_db/db-init.c: Include string.h
44682
44683 2012-03-12  David S. Miller  <davem@davemloft.net>
44684
44685         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44686         masking out of the most significant byte of random value used.
44687         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44688         Fix coding style in previous change.
44689
44690         * sysdeps/unix/sysv/linux/kernel-features.h
44691         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44692         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44693         expression.
44694         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44695         later.
44696
44697 2012-03-11  David S. Miller  <davem@davemloft.net>
44698
44699         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44700         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44701         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44702         for 'resultvar' otherwise things get truncated on 64-bit.
44703
44704         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44705         Fix masking out of the most significant byte of random value used.
44706
44707         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44708
44709 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44710
44711         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44712
44713 2012-03-09  David S. Miller  <davem@davemloft.net>
44714
44715         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44716         variables with appropriate CPP guards.
44717         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44718         from the frame pointer, not the stack pointer.  Correct layout
44719         comments.  Fix test on resulting framesize and the management of
44720         the outregs buffer for pltexit.  Preserve floating point return
44721         values across _dl_call_pltexit call.
44722         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44723         framesize and the management of the outregs buffer for pltexit.
44724         Preserve floating point return values across _dl_call_pltexit
44725         call.
44726         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44727         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44728         (la_sparc64_gnu_pltexit): New functions.
44729         (print_exit): Fix format string for return register value.
44730
44731 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44732
44733         * sunrpc/Makefile (others): Add rpcgen.
44734         ($(objpfx)rpcgen): Remove special build rule and dependency on
44735         libc.
44736         * sunrpc/rpcgen.c: New file.
44737
44738 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44739
44740         [BZ #13673]
44741         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44742         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44743         * sysdeps/i386/crti.S: Likewise.
44744         * sysdeps/i386/crtn.S: Likewise.
44745         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44746         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44747         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44748         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44749         * sysdeps/sh/crti.S: Likewise.
44750         * sysdeps/sh/crtn.S: Likewise.
44751         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44752
44753         [BZ #13673]
44754         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44755         with URL.
44756         * locale/programs/locfile-kw.gperf: Likewise.
44757         * locale/programs/charmap-kw.h: Regenerated.
44758         * locale/programs/locfile-kw.h: Likewise.
44759
44760         [BZ #13673]
44761         * intl/plural.y: Replace FSF snail mail address with URL.
44762         * intl/plural.c: Regenerated.
44763
44764 2012-03-09  Richard Henderson  <rth@twiddle.net>
44765
44766         * include/math_private.h: Remove file.
44767         * math/math_private.h: Move file ...
44768         * sysdeps/generic/math_private.h: ... here.
44769
44770         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44771         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44772         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44773
44774         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44775         and <math_private.h>.
44776         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44777         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44778         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44779         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44780         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44781         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44782         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44783         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44784         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44785         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44786         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44787         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44788         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44789         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44790         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44791         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44792         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44793         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44794         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44795         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44796         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44797         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44798         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44799         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44800         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44801         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44802         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44803         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44804         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44805         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44806         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44807         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44808         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44809         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44810         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44811         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44812         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44813         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44814         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44815         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44816         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44817         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44818         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44819         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44820         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44821         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44822         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44823         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44824         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44825         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44826         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44827         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44828         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44829         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44830         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44831         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44832         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44833         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44834         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44835         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44836         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44837         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44838         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44839         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44840         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44841         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44842         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44843         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44844         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44845         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44846         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44847         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44848         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44849         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44850         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44851         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44852         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44853         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44854         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44855         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44856         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44857         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44858         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44859         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44860         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44861         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44862         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44863         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44864         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44865         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44866         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44867         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44868         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44869         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44870         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44871         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44872         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44873         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44874         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44875         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44876         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44877         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44878         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44879         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44880         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44881         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44882         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44883         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44884         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44885         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44886         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44887         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44888         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44889         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44890         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44891         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44892         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44893         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44894         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44895         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44896         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44897         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44898         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44899         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44900         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44901         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44902         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44903         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44904         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44905         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44906         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44907         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44908         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44909         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44910         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44911         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44912         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44913         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44914         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44915         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44916         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44917         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44918         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44919         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44920         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44921         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44922         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44923         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44924         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44925         * sysdeps/ieee754/k_standard.c: Likewise.
44926         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44927         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44928         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44929         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44930         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44931         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44932         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44933         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44934         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44935         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44936         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44937         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44938         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44939         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44940         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44941         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44942         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44943         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44944         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44945         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44946         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44947         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44948         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44949         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44950         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44951         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44952         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44953         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44954         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44955         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44956         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44957         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44958         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44959         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44960         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44961         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44962         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44963         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44964         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44965         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44966         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44967         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44968         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44969         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44970         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44971         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44972         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44973         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44974         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44975         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44976         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44977         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44978         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44979         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44980         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44981         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44982         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44983         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44984         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44985         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44986         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44987         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44988         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44989         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44990         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44991         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44992         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44993         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44994         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44995         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44996         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44997         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44998         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44999         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45000         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45001         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45002         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
45003         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45004         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45005         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
45006         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
45007         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
45008         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
45009         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
45010         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
45011         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
45012         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
45013         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
45014         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
45015         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
45016         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
45017         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
45018         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
45019         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
45020         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
45021         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
45022         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
45023         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
45024         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
45025         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
45026         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
45027         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
45028         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
45029         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
45030         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
45031         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
45032         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
45033         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
45034         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
45035         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
45036         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
45037         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
45038         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45039         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45040         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45041         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45042         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45043         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45044         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45045         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45046         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45047         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45048         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45049         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45050         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45051         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
45052         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
45053         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
45054         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
45055         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
45056         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
45057         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
45058         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
45059         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
45060         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
45061         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
45062         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
45063         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
45064         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
45065         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
45066         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
45067         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
45068         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
45069         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
45070         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
45071         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45072         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45073         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45074         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45075         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
45076         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45077         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45078         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45079         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
45080         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
45081         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
45082         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45083         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45084         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45085         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
45086         * sysdeps/ieee754/s_lib_version.c: Likewise.
45087         * sysdeps/ieee754/s_matherr.c: Likewise.
45088         * sysdeps/ieee754/s_signgam.c: Likewise.
45089         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45090         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45091         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
45092         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
45093         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
45094         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45095         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
45096         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
45097         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
45098         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
45099         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
45100         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
45101         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45102         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45103         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
45104         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
45105         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
45106         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
45107         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
45108         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45109         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
45110
45111 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45112
45113         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
45114         * sunrpc/rpc_main.c: Likewise.
45115         * sunrpc/rpc_svcout.c: Likewise.
45116
45117 2012-03-09  David S. Miller  <davem@davemloft.net>
45118
45119         * include/math_private.h: New file.
45120
45121 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45122
45123         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
45124         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
45125         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
45126         from <bits/socket_type.h>.
45127         (enum __socket_type): Don't define here.
45128         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
45129         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45130         bits/socket_type.h.
45131
45132         [BZ #13566]
45133         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
45134         checking __USE_GNU.
45135
45136         * Makerules ($(inst_includedir)/%.h): New rule.
45137         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
45138         (install-others): Remove variable setting.
45139         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
45140
45141 2012-03-08  Richard Henderson  <rth@twiddle.net>
45142
45143         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
45144         from macro to inline function; merge with the
45145         !__LIBC_INTERNAL_MATH_INLINES version.
45146         (__ieee754_sqrtf): Likewise.
45147
45148         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
45149         to inline function.
45150         (__rintf, __floor, __floorf): Likewise.
45151
45152         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
45153         macro to inline function.
45154         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45155
45156         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45157         not <math/math_private.h>.
45158
45159 2012-03-08  David S. Miller  <davem@davemloft.net>
45160
45161         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45162         copyright year.
45163         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45164
45165 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
45166
45167         * resolv/gai_misc.c (handle_requests): Fix struct timespec
45168         normalization.
45169         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45170         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45171
45172 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
45173
45174         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
45175         be defined individually, they must be defined as a block.  Define
45176         S for printing a string instead of hidint the different by using a
45177         macro for adding the 'l'.
45178         * stdio-common/tst-fphex-wide.c: Adjust.
45179
45180 2012-03-07  Marek Polacek  <polacek@redhat.com>
45181
45182         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45183
45184 2012-03-08  Marek Polacek  <polacek@redhat.com>
45185
45186         [BZ #13806]
45187         * stdio-common/Makefile (tests): Add tst-fphex-wide.
45188         * stdio-common/tst-fphex.c: Define a few macros to make the
45189         test reusable.  Use them.
45190         * stdio-common/tst-fphex-wide.c: New file.
45191
45192 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
45193
45194         [BZ #6911]
45195         * manual/macros.texi (gnusystems): New macro.
45196         (nongnusystems): Likewise.
45197         (gnulinuxhurdsystems): Likewise.
45198         (gnuhurdsystems): Likewise..
45199         (gnulinuxsystems): Likewise.
45200         * manual/charset.texi: Use new macros or @theglibc{} to refer to
45201         variants of the GNU system, not "GNU system".
45202         * manual/conf.texi: Likewise.
45203         * manual/errno.texi: Likewise.  Update example of errno macro
45204         expansion.
45205         * manual/filesys.texi: Likewise.
45206         (getumask): Document as specific to GNU/Hurd.
45207         * manual/install.texi: Likewise.  Reword some references to
45208         GNU/Linux.
45209         * manual/intro.texi: Likewise.
45210         * manual/io.texi: Likewise.
45211         (File Name Portability): Detail which constraints are inapplicable
45212         to all GNU systems and which are only inapplicable to GNU/Hurd.
45213         * manual/job.texi: Likewise.
45214         * manual/llio.texi: Likewise.
45215         (O_NOCTTY): Document as present on GNU/Linux.
45216         * manual/maint.texi: Likewise.
45217         * manual/memory.texi: Likewise.
45218         * manual/pattern.texi: Likewise.
45219         * manual/pipe.texi: Likewise.
45220         * manual/process.texi: Likewise.
45221         * manual/resource.texi: Likewise.
45222         (RUSAGE_CHILDREN): Remove statement about specifying a particular
45223         child on GNU/Hurd.
45224         * manual/setjmp.texi: Likewise.
45225         * manual/signal.texi: Likewise.
45226         * manual/startup.texi: Likewise.
45227         * manual/stdio.texi: Likewise.
45228         * manual/terminal.texi: Likewise.
45229         (ONLCR): Document as POSIX.
45230         (OXTABS): Document availability on GNU/Linux as XTABS.
45231         (ONOEOT): Document availability separately from other bits.
45232         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45233         * manual/time.texi: Likewise.
45234         * manual/users.texi: Likewise.
45235         * INSTALL: Regenerated.
45236         * sysdeps/gnu/errlist.c: Regenerated.
45237
45238         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45239         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45240         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45241         puts.
45242         * configure: Regenerated.
45243
45244 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45245
45246         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45247         default includes instead of AC_HEADER_CHECK.
45248         * sysdeps/i386/configure: Regenerated.
45249
45250         [BZ #10716]
45251         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45252         * math/s_cacoshf.c (__cacoshf): Likewise.
45253         * math/s_cacoshl.c (__cacoshl): Likewise.
45254         * math/s_casinh.c (__casinh): Set signs of result from argument.
45255         * math/s_casinhf.c (__casinhf): Likewise.
45256         * math/s_casinhl.c (__casinhl): Likewise.
45257         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45258         (casinh_test): Add more tests.
45259         * sysdeps/i386/fpu/libm-test-ulps: Update.
45260         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45261
45262 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45263
45264         * po/zh_TW.po: Update from translation team.
45265
45266         * login/Makefile (distribute): Remove variable.
45267         * catgets/Makefile: Likewise.
45268         * mach/Makefile: Likewise.
45269         * malloc/Makefile: Likewise.
45270         * misc/Makefile: Likewise.
45271         * iconv/Makefile: Likewise.
45272         * nscd/Makefile: Likewise.
45273         * hurd/Makefile: Likewise.
45274         * manual/Makefile: Likewise.
45275         * locale/Makefile: Likewise.
45276         * intl/Makefile: Likewise.
45277         * conform/Makefile: Likewise.
45278         * nss/Makefile: Likewise.
45279         * time/Makefile: Likewise.
45280         * soft-fp/Makefile: Likewise.
45281         * dirent/Makefile: Likewise.
45282         * gmon/Makefile: Likewise.
45283         * po/Makefile: Likewise.
45284         * rt/Makefile: Likewise.
45285         * socket/Makefile: Likewise.
45286         * math/Makefile: Likewise.
45287         * signal/Makefile: Likewise.
45288         * debug/Makefile: Likewise.
45289         * elf/Makefile: Likewise.
45290         * timezone/Makefile: Likewise.
45291         * stdlib/Makefile: Likewise.
45292         * iconvdata/Makefile: Likewise.
45293         * sunrpc/Makefile: Likewise.
45294         * io/Makefile: Likewise.
45295         * argp/Makefile: Likewise.
45296         * inet/Makefile: Likewise.
45297         * hesiod/Makefile: Likewise.
45298         * grp/Makefile: Likewise.
45299         * csu/Makefile: Likewise.
45300         * wctype/Makefile: Likewise.
45301         * crypt/Makefile: Likewise.
45302         * libio/Makefile: Likewise.
45303         * string/Makefile: Likewise.
45304         * nis/Makefile: Likewise.
45305         * resolv/Makefile: Likewise.
45306         * stdio-common/Makefile: Likewise.
45307         * wcsmbs/Makefile: Likewise.
45308         * dlfcn/Makefile: Likewise.
45309         * posix/Makefile: Likewise.
45310
45311         [BZ #6959]
45312         * timezone/Makefile: Don't install timezone files, just the programs
45313         and scripts.
45314
45315 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45316
45317         * nss/databases.def: Add missing gshadow entry.
45318
45319         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45320
45321 2012-03-06  Marek Polacek  <polacek@redhat.com>
45322
45323         [BZ #13726]
45324         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45325         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45326         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45327         * stdio-common/tst-long-dbl-fphex.c: New file.
45328
45329 2012-03-06  David S. Miller  <davem@davemloft.net>
45330
45331         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45332         (set_obp_int): New function.
45333         (get_obp_int): New function.
45334         (__get_clockfreq_via_dev_openprom): Likewise.
45335         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45336         Avoid unused variable warnings on 'val' and use builtin_expect.
45337         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45338         __builtin_expect.
45339         (INLINE_CLONE_SYSCALL): Likewise.
45340
45341 2012-03-05  David S. Miller  <davem@davemloft.net>
45342
45343         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45344
45345 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45346
45347         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45348
45349         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45350         only for |x| >= 40.
45351         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45352
45353 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45354
45355         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45356         Replace gettimeofday with __vdso_gettimeofday.
45357
45358         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45359         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45360         __vdso_clock_gettime and __vdso_getcpu.
45361
45362         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45363         time with __vdso_time.
45364
45365 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45366
45367         * manual/lang.texi (size_t): Note types to which size_t may be
45368         equivalent with the GNU C Library, but do not describe when
45369         differences between them are significant.
45370
45371 2012-03-05  Andreas Jaeger  <aj@suse.de>
45372
45373         * sysdeps/i386/fpu/libm-test-ulps: Update.
45374
45375 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45376
45377         [BZ #3976]
45378         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45379         (__ieee754_pow): Save and restore rounding mode and use
45380         round-to-nearest for main computations.
45381         * math/libm-test.inc (pow_test_tonearest): New function.
45382         (pow_test_towardzero): Likewise.
45383         (pow_test_downward): Likewise.
45384         (pow_test_upward): Likewise.
45385         (main): Call the new functions.
45386         * sysdeps/i386/fpu/libm-test-ulps: Update.
45387         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45388
45389         [BZ #3976]
45390         * math/libm-test.inc (cosh_test_tonearest): New function.
45391         (cosh_test_towardzero): Likewise.
45392         (cosh_test_downward): Likewise.
45393         (cosh_test_upward): Likewise.
45394         (sinh_test_tonearest): Likewise.
45395         (sinh_test_towardzero): Likewise.
45396         (sinh_test_downward): Likewise.
45397         (sinh_test_upward): Likewise.
45398         (main): Call the new functions.
45399         * sysdeps/i386/fpu/libm-test-ulps: Update.
45400         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45401
45402 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45403
45404         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45405         default stack guard is set in last bytes.
45406         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45407
45408 2012-03-05  Kees Cook  <keescook@chromium.org>
45409
45410         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45411
45412         [BZ #13656]
45413         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45414         possibly allocate from heap instead of stack.
45415         * stdio-common/bug-vfprintf-nargs.c: New file.
45416         * stdio-common/Makefile (tests): Add nargs overflow test.
45417
45418 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45419
45420         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45421
45422 2012-03-03  Marek Polacek  <polacek@redhat.com>
45423
45424         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45425         * math/math_private.h: Likewise.
45426         * stdlib/tst-strtod.c: Likewise.
45427         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45428         * sysdeps/x86_64/bits/atomic.h: Likewise.
45429
45430 2012-03-02  David S. Miller  <davem@davemloft.net>
45431
45432         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45433         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45434         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45435         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45436         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45437         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45438         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45439         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45440
45441 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45442
45443         [BZ #13792]
45444         * manual/examples/README: New file, says the example source files
45445         can be used under GPL>=2.
45446         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45447         line containing just "*/".
45448         * manual/examples/add.c: Add copyright header (GPL>=2).
45449         * manual/examples/argp-ex1.c: Likewise.
45450         * manual/examples/argp-ex2.c: Likewise.
45451         * manual/examples/argp-ex3.c: Likewise.
45452         * manual/examples/argp-ex4.c: Likewise.
45453         * manual/examples/atexit.c: Likewise.
45454         * manual/examples/db.c: Likewise.
45455         * manual/examples/dir.c: Likewise.
45456         * manual/examples/dir2.c: Likewise.
45457         * manual/examples/execinfo.c: Likewise.
45458         * manual/examples/filecli.c: Likewise.
45459         * manual/examples/filesrv.c: Likewise.
45460         * manual/examples/fmtmsgexpl.c: Likewise.
45461         * manual/examples/genpass.c: Likewise.
45462         * manual/examples/inetcli.c: Likewise.
45463         * manual/examples/inetsrv.c: Likewise.
45464         * manual/examples/isockad.c: Likewise.
45465         * manual/examples/longopt.c: Likewise.
45466         * manual/examples/memopen.c: Likewise.
45467         * manual/examples/memstrm.c: Likewise.
45468         * manual/examples/mkfsock.c: Likewise.
45469         * manual/examples/mkisock.c: Likewise.
45470         * manual/examples/mygetpass.c: Likewise.
45471         * manual/examples/pipe.c: Likewise.
45472         * manual/examples/popen.c: Likewise.
45473         * manual/examples/rprintf.c: Likewise.
45474         * manual/examples/search.c: Likewise.
45475         * manual/examples/select.c: Likewise.
45476         * manual/examples/setjmp.c: Likewise.
45477         * manual/examples/sigh1.c: Likewise.
45478         * manual/examples/sigusr.c: Likewise.
45479         * manual/examples/stpcpy.c: Likewise.
45480         * manual/examples/strdupa.c: Likewise.
45481         * manual/examples/strftim.c: Likewise.
45482         * manual/examples/strncat.c: Likewise.
45483         * manual/examples/subopt.c: Likewise.
45484         * manual/examples/swapcontext.c: Likewise.
45485         * manual/examples/termios.c: Likewise.
45486         * manual/examples/testopt.c: Likewise.
45487         * manual/examples/testpass.c: Likewise.
45488         * manual/examples/timeval_subtract.c: Likewise.
45489
45490         [BZ #13792]
45491         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45492         function to ...
45493         * manual/timeval_subtract.c.texi: ... here, new file.
45494
45495 2012-03-02  David S. Miller  <davem@davemloft.net>
45496
45497         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45498
45499 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45500
45501         [BZ #3976]
45502         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45503         (__sin): Save and restore rounding mode and use round-to-nearest
45504         for all computations.
45505         (__cos): Save and restore rounding mode and use round-to-nearest
45506         for all computations.
45507         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45508         <fenv.h>.
45509         (tan): Save and restore rounding mode and use round-to-nearest for
45510         all computations.
45511         * math/libm-test.inc (cos_test_tonearest): New function.
45512         (cos_test_towardzero): Likewise.
45513         (cos_test_downward): Likewise.
45514         (cos_test_upward): Likewise.
45515         (sin_test_tonearest): Likewise.
45516         (sin_test_towardzero): Likewise.
45517         (sin_test_downward): Likewise.
45518         (sin_test_upward): Likewise.
45519         (tan_test_tonearest): Likewise.
45520         (tan_test_towardzero): Likewise.
45521         (tan_test_downward): Likewise.
45522         (tan_test_upward): Likewise.
45523         (main): Call the new functions.
45524         * sysdeps/i386/fpu/libm-test-ulps: Update.
45525         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45526
45527         [BZ #10135]
45528         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45529         small n, then large n, before computing and testing k+n.
45530         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45531         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45532         Likewise.
45533         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45534         Likewise.
45535         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45536         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45537         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45538         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45539         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45540         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45541         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45542         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45543         * math/libm-test.inc (scalbn_test): Add more tests.
45544         (scalbln_test): Likewise.
45545
45546         * manual/filesys.texi (mode_t): Describe constraints on size and
45547         signedness, not exact equivalence to a particular type.
45548         (ino_t): Likewise.
45549         (ino64_t): Likewise.
45550         (dev_t): Likewise.
45551         (nlink_t): Likewise.
45552         (blkcnt_t): Likewise.
45553         (blkcnt64_t): Likewise.
45554         * manual/llio.texi (off_t): Likewise.
45555
45556         [BZ #3976]
45557         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45558         (__ieee754_exp): Save and restore rounding mode and use
45559         round-to-nearest for all computations.
45560         * math/libm-test.inc (exp_test_tonearest): New function.
45561         (exp_test_towardzero): Likewise.
45562         (exp_test_downward): Likewise.
45563         (exp_test_upward): Likewise.
45564         (main): Call the new functions.
45565         * sysdeps/i386/fpu/libm-test-ulps: Update.
45566         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45567
45568 2012-03-01  Chris Demetriou  <cgd@google.com>
45569
45570         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45571         have predictable order.
45572
45573 2012-03-01  David S. Miller  <davem@davemloft.net>
45574
45575         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45576
45577         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45578         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45579         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45580         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45581
45582         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45583         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45584         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45585         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45586         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45587         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45588         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45589         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45590         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45591
45592         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45593
45594         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45595         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45596         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45597
45598         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45599         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45600         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45601         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45602         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45603         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45604         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45605         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45606         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45607         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45608         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45609         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45610         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45611         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45612         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45613         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45614         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45615         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45616         * sysdeps/sparc/elf/configure: Regenerated.
45617
45618 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45619
45620         * configure.in (AS, LD): Require binutils 2.20 or later.
45621         * configure: Regenerated.
45622         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45623         as required minimum version.
45624         * INSTALL: Regenerated.
45625
45626         [BZ #2541]
45627         [BZ #4108]
45628         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45629         before squaring exponent.
45630         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45631         bottom long double and 27 bits of top long double before squaring
45632         exponent.
45633         * math/libm-test.inc (erfc_test): Add more tests.
45634         * sysdeps/i386/fpu/libm-test-ulps: Update.
45635         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45636         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45637
45638 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45639
45640         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45641         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45642         containing bit-fields.
45643         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45644         * soft-fp/single.h (_FP_UNION_S): Likewise.
45645         * soft-fp/double.h (_FP_UNION_D): Likewise.
45646
45647 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45648
45649         [BZ #13786]
45650         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45651         not include ../strcmp.S.
45652         [USE_AS_STRNCASECMP_L]: Likewise.
45653         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45654         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45655         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45656         (__strncasecmp_l_ia32): Define as alias to
45657         __strncasecmp_l_nonascii.
45658
45659         [BZ #5794]
45660         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45661         * sysdeps/i386/fpu/libm-test-ulps: Update.
45662         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45663
45664         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45665         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45666
45667 2012-02-29  Jeff Law  <law@redhat.com>
45668
45669         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45670         out of bounds read.
45671
45672 2012-02-29  Marek Polacek  <polacek@redhat.com>
45673
45674         [BZ #13706]
45675         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45676         * elf/Makefile: Add rules to run tst-unused-dep.out.
45677
45678 2012-02-28  David S. Miller  <davem@davemloft.net>
45679
45680         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45681         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45682         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45683         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45684         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45685         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45686
45687 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45688
45689         * math/libm-test.inc (llround_test): Move one test from
45690         lround_test.  Use TEST_f_L in moved test.
45691         (lround_test): Move misplaced test to llround_test.  Add testcase
45692         from bug 2561.
45693
45694 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45695
45696         * sysdeps/x86_64/fpu/e_expf.S: New file.
45697         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45698
45699 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45700
45701         [BZ #13637]
45702         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45703         of remain_len that may cause incomplete multi-byte character and
45704         false match.
45705         * posix/bug-regex33.c: New file.
45706         * posix/Makefile (tests): Add bug-regex33.
45707
45708 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45709
45710         * manual/macros.texi: New file.
45711         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45712         * manual/libc.texinfo: Include macros.texi.
45713         * manual/creatute.texi: Likewise.
45714         * manual/install.texi: Likewise.
45715         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45716         @glibcadj{} in references to the GNU C Library.
45717         * manual/charset.texi: Likewise.
45718         * manual/conf.texi: Likewise.
45719         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45720         when not using those macros.
45721         * manual/creature.texi: Likewise.
45722         * manual/crypt.texi: Likewise.
45723         * manual/errno.texi: Likewise.
45724         * manual/filesys.texi: Likewise.
45725         * manual/header.texi: Likewise.
45726         * manual/install.texi: Likewise.
45727         * manual/intro.texi: Likewise.
45728         * manual/io.texi: Likewise.
45729         * manual/job.texi: Likewise.
45730         * manual/lang.texi: Likewise.
45731         * manual/libc.texiinfo: Likewise.
45732         * manual/llio.texi: Likewise.
45733         * manual/locale.texi: Likewise.
45734         * manual/maint.texi: Likewise.
45735         * manual/math.texi: Likewise.
45736         * manual/memory.texi: Likewise.
45737         * manual/message.texi: Likewise.
45738         * manual/nss.texi: Likewise.
45739         * manual/pattern.texi: Likewise.
45740         * manual/process.texi: Likewise.
45741         * manual/resource.texi: Likewise.
45742         * manual/search.texi: Likewise.
45743         * manual/setjmp.texi: Likewise.
45744         * manual/signal.texi: Likewise.
45745         * manual/socket.texi: Likewise.
45746         * manual/startup.texi: Likewise.
45747         * manual/stdio.texi: Likewise.
45748         * manual/string.texi: Likewise.
45749         * manual/sysinfo.texi: Likewise.
45750         * manual/syslog.texi: Likewise.
45751         * manual/terminal.texi: Likewise.
45752         * manual/time.texi: Likewise.
45753         * manual/users.texi: Likewise.
45754         * INSTALL: Regenerated.
45755         * NOTES: Regenerated.
45756         * sysdeps/gnu/errlist.c: Regenerated.
45757
45758 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45759
45760         * include/dirent.h: Include <dirstream.h> before
45761         <dirent/dirent.h>.
45762
45763 2012-02-28  David S. Miller  <davem@davemloft.net>
45764
45765         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45766         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45767         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45768         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45769
45770 2012-02-27  David S. Miller  <davem@davemloft.net>
45771
45772         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45773         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45774         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45775         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45776
45777         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45778         frame pointer instead of stack pointer relative arg slot.
45779         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45780         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45781         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45782
45783 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45784
45785         [BZ #3992]
45786         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45787
45788 2012-02-27  David S. Miller  <davem@davemloft.net>
45789
45790         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45791         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45792         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45793         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45794         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45795         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45796         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45797         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45798
45799 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45800
45801         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45802         later.  Allow versions 5-9.
45803         * configure: Regenerated.
45804         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45805         required minimum version and 4.6 as recommended version.  Do not
45806         mention bugs in GCC 2.7 and 2.8.
45807         * INSTALL: Regenerated.
45808
45809 2012-02-27  David S. Miller  <davem@davemloft.net>
45810
45811         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45812         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45813         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45814         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45815         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45816         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45817         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45818         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45819
45820         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45821         manipulate bits before adding and subtracting TWO112[sx].
45822         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45823
45824 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45825
45826         [BZ #13775]
45827         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45828         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45829         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45830         being in POSIX, because they are in 1003.1-2008.
45831
45832         * rt/tst-aio.c: Include <fcntl.h>.
45833         * rt/tst-aio7.c: Likewise.
45834         * rt/tst-aio64.c: Likewise.
45835
45836         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45837
45838 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45839
45840         * manual/install.texi (--with-headers): Describe headers as
45841         interface headers, not private headers.
45842         (Specific advice for GNU/Linux systems): Describe use of headers
45843         from "make headers_install", not private headers from older
45844         kernels.
45845         * INSTALL: Regenerated.
45846         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45847         Change to 2.6.19.
45848         * sysdeps/unix/sysv/linux/configure: Regenerated.
45849
45850         * manual/llio.texi (fclean): Remove documentation.
45851
45852         * manual/Makefile (libc-texi-generated): New variable.  Include
45853         version.texi.
45854         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45855         $(libc-texi-generated), not duplicated list of files.
45856         (version.texi, stamp-version): New rules.
45857         (realclean): Remove $(libc-texi-generated), not individual files
45858         from that list.  Do not remove dir-add.texinfo.
45859         * manual/libc.texinfo: Comment out uses of edition numbers and
45860         references to printed manual.  Remove last-updated dates.
45861         (EDITION): Comment out.
45862         (ISBN): Likewise.
45863         (VERSION, UPDATED): Remove.
45864         (version.texi): Include.
45865
45866 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45867
45868         * sysdeps/posix/spawni.c: Include <signal.h>.
45869         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45870         * sysdeps/pthread/aio_fsync.c: Likewise.
45871
45872 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45873
45874         * conform/Makefile (tests): Run only when not cross-compiling and
45875         when fast-check is not defined.
45876
45877         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45878         * conform/data/limits.h-data: Fixes for POSIX2008.
45879         * conform/run-conformtest.sh: Run all tests.
45880         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45881         headers.
45882         * include/bits/dlfcn.h: Likewise.
45883         * include/langinfo.h: Likewise.
45884         * include/monetary.h: Likewise.
45885         * include/sys/poll.h: Likewise.
45886
45887         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45888         for __USE_GNU.
45889         * posix/spawn.h: Define __need_sigset_t.
45890         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45891         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45892         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45893         to get sigevent_t only.
45894         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45895         only for __USE_GNU.
45896         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45897         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45898         process_vm_writev only for __USE_GNU.
45899         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45900
45901         * conform/Makefile: For now ignore errors from run-conformtest.
45902         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45903         POSIX to avoid namespace pollution.  Don't prepend headers.
45904         * conform/data/aio.h-data: Fixes for POSIX testing.
45905         * conform/data/fcntl.h-data: Likewise.
45906         * conform/data/glob.h-data: Likewise.
45907         * conform/data/grp.h-data: Likewise.
45908         * conform/data/pthread.h-data: Likewise.
45909         * conform/data/pwd.h-data: Likewise.
45910         * conform/data/signal.h-data: Likewise.
45911         * conform/data/spawn.h-data: Likewise.
45912         * conform/data/stdio.h-data: Likewise.
45913         * conform/data/stdlib.h-data: Likewise.
45914         * conform/data/stropts.h-data: Likewise.
45915         * conform/data/sys/mman.h-data: Likewise.
45916         * conform/data/sys/stat.h-data: Likewise.
45917         * conform/data/sys/types.h-data: Likewise.
45918         * conform/data/sys/wait.h-data: Likewise.
45919         * conform/data/time.h-data: Likewise.
45920         * conform/data/unistd.h-data: Likewise.
45921         * conform/data/utime.h-data: Likewise.
45922
45923         * io/sys/stat.h: fchmod was always in POSIX.
45924         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45925         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45926         * rt/aio.h: Define __need_timespec before including <time.h>.
45927         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45928         struct.  Add forward declaration of pthread_attr_t and use it in
45929         sigevent.
45930         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45931         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45932         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45933         always remove CLK_TCK definition.
45934
45935 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45936
45937         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45938
45939 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45940
45941         * conform/run-conformtest.sh: New file.
45942         * conform/Makefile: Run run-conformtest for tests.
45943         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45944         support.
45945
45946         * conform/data/uchar.h-data: New file.
45947         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45948         * conform/data/arpa/inet.h-data: Likewise.
45949         * conform/data/assert.h-data: Likewise.
45950         * conform/data/complex.h-data: Likewise.
45951         * conform/data/cpio.h-data: Likewise.
45952         * conform/data/ctype.h-data: Likewise.
45953         * conform/data/dirent.h-data: Likewise.
45954         * conform/data/dlfcn.h-data: Likewise.
45955         * conform/data/errno.h-data: Likewise.
45956         * conform/data/fcntl.h-data: Likewise.
45957         * conform/data/float.h-data: Likewise.
45958         * conform/data/fmtmsg.h-data: Likewise.
45959         * conform/data/fnmatch.h-data: Likewise.
45960         * conform/data/ftw.h-data: Likewise.
45961         * conform/data/glob.h-data: Likewise.
45962         * conform/data/grp.h-data: Likewise.
45963         * conform/data/iconv.h-data: Likewise.
45964         * conform/data/inttypes.h-data: Likewise.
45965         * conform/data/langinfo.h-data: Likewise.
45966         * conform/data/libgen.h-data: Likewise.
45967         * conform/data/limits.h-data: Likewise.
45968         * conform/data/locale.h-data: Likewise.
45969         * conform/data/math.h-data: Likewise.
45970         * conform/data/monetary.h-data: Likewise.
45971         * conform/data/mqueue.h-data: Likewise.
45972         * conform/data/ndbm.h-data: Likewise.
45973         * conform/data/net/if.h-data: Likewise.
45974         * conform/data/netdb.h-data: Likewise.
45975         * conform/data/netinet/in.h-data: Likewise.
45976         * conform/data/nl_types.h-data: Likewise.
45977         * conform/data/poll.h-data: Likewise.
45978         * conform/data/pthread.h-data: Likewise.
45979         * conform/data/pwd.h-data: Likewise.
45980         * conform/data/regex.h-data: Likewise.
45981         * conform/data/sched.h-data: Likewise.
45982         * conform/data/search.h-data: Likewise.
45983         * conform/data/semaphore.h-data: Likewise.
45984         * conform/data/setjmp.h-data: Likewise.
45985         * conform/data/signal.h-data: Likewise.
45986         * conform/data/spawn.h-data: Likewise.
45987         * conform/data/stdarg.h-data: Likewise.
45988         * conform/data/stdio.h-data: Likewise.
45989         * conform/data/stdlib.h-data: Likewise.
45990         * conform/data/string.h-data: Likewise.
45991         * conform/data/strings.h-data: Likewise.
45992         * conform/data/stropts.h-data: Likewise.
45993         * conform/data/sys/ipc.h-data: Likewise.
45994         * conform/data/sys/mman.h-data: Likewise.
45995         * conform/data/sys/msg.h-data: Likewise.
45996         * conform/data/sys/resource.h-data: Likewise.
45997         * conform/data/sys/select.h-data: Likewise.
45998         * conform/data/sys/sem.h-data: Likewise.
45999         * conform/data/sys/shm.h-data: Likewise.
46000         * conform/data/sys/socket.h-data: Likewise.
46001         * conform/data/sys/stat.h-data: Likewise.
46002         * conform/data/sys/statvfs.h-data: Likewise.
46003         * conform/data/sys/time.h-data: Likewise.
46004         * conform/data/sys/timeb.h-data: Likewise.
46005         * conform/data/sys/times.h-data: Likewise.
46006         * conform/data/sys/types.h-data: Likewise.
46007         * conform/data/sys/uio.h-data: Likewise.
46008         * conform/data/sys/un.h-data: Likewise.
46009         * conform/data/sys/utsname.h-data: Likewise.
46010         * conform/data/sys/wait.h-data: Likewise.
46011         * conform/data/syslog.h-data: Likewise.
46012         * conform/data/tar.h-data: Likewise.
46013         * conform/data/termios.h-data: Likewise.
46014         * conform/data/utime.h-data: Likewise.
46015         * conform/data/utmpx.h-data: Likewise.
46016         * conform/data/varargs.h-data: Likewise.
46017         * conform/data/wchar.h-data: Likewise.
46018         * conform/data/wctype.h-data: Likewise.
46019         * conform/data/wordexp.h-data: Likewise.
46020
46021         * include/stropts.h: New file.
46022         * include/uchar.h: New file.
46023         * include/aio.h: Changes to allow conformtest.pl to use the headers.
46024         * include/assert.h: Likewise.
46025         * include/ctype.h: Likewise.
46026         * include/dirent.h: Likewise.
46027         * include/dlfcn.h: Likewise.
46028         * include/fcntl.h: Likewise.
46029         * include/fnmatch.h: Likewise.
46030         * include/glob.h: Likewise.
46031         * include/grp.h: Likewise.
46032         * include/libio.h: Likewise.
46033         * include/locale.h: Likewise.
46034         * include/math.h: Likewise.
46035         * include/net/if.h: Likewise.
46036         * include/netdb.h: Likewise.
46037         * include/netinet/in.h: Likewise.
46038         * include/pthread.h: Likewise.
46039         * include/pwd.h: Likewise.
46040         * include/regex.h: Likewise.
46041         * include/sched.h: Likewise.
46042         * include/search.h: Likewise.
46043         * include/setjmp.h: Likewise.
46044         * include/signal.h: Likewise.
46045         * include/stdio.h: Likewise.
46046         * include/stdlib.h: Likewise.
46047         * include/string.h: Likewise.
46048         * include/sys/cdefs.h: Likewise.
46049         * include/sys/mman.h: Likewise.
46050         * include/sys/msg.h: Likewise.
46051         * include/sys/resource.h: Likewise.
46052         * include/sys/select.h: Likewise.
46053         * include/sys/socket.h: Likewise.
46054         * include/sys/stat.h: Likewise.
46055         * include/sys/statvfs.h: Likewise.
46056         * include/sys/time.h: Likewise.
46057         * include/sys/times.h: Likewise.
46058         * include/sys/uio.h: Likewise.
46059         * include/sys/utsname.h: Likewise.
46060         * include/sys/wait.h: Likewise.
46061         * include/termios.h: Likewise.
46062         * include/time.h: Likewise.
46063         * include/ulimit.h: Likewise.
46064         * include/unistd.h: Likewise.
46065         * include/utime.h: Likewise.
46066         * include/wchar.h: Likewise.
46067         * include/wctype.h: Likewise.
46068         * include/wordexp.h: Likewise.
46069
46070         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
46071
46072         * time/time.h: TIME_UTC must be a macro.
46073         Make timespec_get available for ISO C11 only as well.
46074
46075 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
46076
46077         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
46078         Reported by Peng Haitao <penght@cn.fujitsu.com>.
46079
46080 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46081
46082         * configure.in: Use -o not -a in test for unsupported multi-arch.
46083
46084 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46085
46086         * manual/texinfo.tex: Update to version 2012-01-19.16.
46087
46088 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46089
46090         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
46091
46092 2012-02-24  Roland McGrath  <roland@hack.frob.com>
46093
46094         [BZ #13738]
46095         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
46096         * manual/fdl-1.3.texi: New file.
46097         * manual/fdl-1.1.texi: File removed.
46098
46099         [BZ #13738]
46100         * manual/libc.texinfo (FDL_VERSION): New @set.
46101         Use it for mention of FDL in cover text.
46102         (Documentation License): Use it in @include file name.
46103
46104 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46105             Roland McGrath  <roland@hack.frob.com>
46106
46107         [BZ #5461]
46108         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
46109         (not LONG_LONG_MAX and LONG_LONG_MIN.
46110         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
46111         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
46112         name.
46113         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
46114
46115 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46116
46117         [BZ #2547]
46118         [BZ #11365]
46119         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
46120         manipulate bits before adding and subtracting TWO23[sx].
46121         * math/libm-test.inc (nearbyint_test): Add more tests.
46122
46123 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46124
46125         [BZ #2548]
46126         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
46127         bits before adding and subtracting TWO23[sx].
46128         * math/libm-test.inc (rint_test): Add more tests.
46129         (rint_test_tonearest): Likewise.
46130         (rint_test_towardzero): Likewise.
46131         (rint_test_downward): Likewise.
46132         (rint_test_upward: Likewise.
46133
46134 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46135
46136         [BZ #10110]
46137         * include/stdc-predef.h: New file.  Extracted from features.h.
46138         * include/features.h: Include stdc-predef.h.
46139         * Makefile (headers): Add stdc-predef.h.
46140         * CONFORMANCE (Compiler limitations): Update.
46141
46142 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46143
46144         * manual/libc.texinfo (VERSION, UPDATED): Revert.
46145
46146 2012-02-21  David S. Miller  <davem@davemloft.net>
46147
46148         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
46149         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46150
46151 2012-02-20  David S. Miller  <davem@davemloft.net>
46152
46153         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46154         using a normal save/restore sequence, rather than allocating a
46155         dummy stack frame just to store a frame pointer and restore.
46156         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46157
46158 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46159
46160         * manual/install.texi: Fix stray word in line-wrapped comment.
46161
46162 2012-02-20  David S. Miller  <davem@davemloft.net>
46163
46164         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46165         both binutils and gcc support GOTDATA.
46166
46167         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46168         "rd %pc" in the PIC register setup sequences.
46169
46170         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46171         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46172         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46173         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46174         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46175         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46176         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46177         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46178         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46179         (SYSCALL_ERROR_HANDLER): Likewise.
46180         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46181         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46182         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46183         (SYSCALL_ERROR_HANDLER): Likewise.
46184
46185         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46186         (HAVE_GCC_GOTDATA): New.
46187         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46188         relocation support in both binutils and gcc.
46189         * sysdeps/sparc/elf/configure: Regenerate.
46190
46191         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46192         * sysdeps/sparc/sparc32/elf/configure: Delete.
46193         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46194         * sysdeps/sparc/sparc64/elf/configure: Delete.
46195         * sysdeps/sparc/elf/configure.in: New file.
46196         * sysdeps/sparc/elf/configure: Generate.
46197
46198         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46199         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46200         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46201         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46202         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46203
46204 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46205
46206         * manual/install.texi: Do not mention specific glibc version
46207         numbers.
46208         * manual/libc.texinfo (VERSION, UPDATED): Update.
46209         (@copying): Use @copyright{} and range of years.
46210
46211 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46212
46213         [BZ #13695]
46214         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46215         [crti.S not in sysdirs] (generated): Do not append.
46216         [crti.S not in sysdirs] (omit-deps): Likewise.
46217         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46218         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46219         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46220         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46221         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46222         Likewise.
46223         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46224         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46225         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46226         * csu/defs.awk: Remove file.
46227         * sysdeps/generic/initfini.c: Likewise.
46228         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46229         variable.
46230         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46231         Likewise.
46232
46233 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46234
46235         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46236         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46237         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46238         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46239         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46240         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46241         <bits/epoll.h>.
46242         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46243         (__EPOLL_PACKED): Define to empty if not defined by
46244         <bits/epoll.h>.
46245         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46246         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46247         bits/epoll.h.
46248
46249 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46250
46251         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46252         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46253         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46254         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46255         <bits/timerfd.h>.
46256         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46257         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46258         bits/timerfd.h.
46259
46260 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46261
46262         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46263         in C locale.
46264         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46265         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46266         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46267         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46268
46269 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46270
46271         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46272         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46273
46274 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46275
46276         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46277         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46278         defined.
46279         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46280         Likewise.
46281         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46282         entry for 2.16.
46283
46284 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46285
46286         * math/w_acos.c: Use non-signaling floating-point comparisons.
46287         * math/w_acosf.c: Likewise.
46288         * math/w_acosh.c: Likewise.
46289         * math/w_acoshf.c: Likewise.
46290         * math/w_acoshl.c: Likewise.
46291         * math/w_acosl.c: Likewise.
46292         * math/w_asin.c: Likewise.
46293         * math/w_asinf.c: Likewise.
46294         * math/w_asinl.c: Likewise.
46295         * math/w_atanh.c: Likewise.
46296         * math/w_atanhf.c: Likewise.
46297         * math/w_atanhl.c: Likewise.
46298         * math/w_exp2.c: Likewise.
46299         * math/w_exp2f.c: Likewise.
46300         * math/w_exp2l.c: Likewise.
46301         * math/w_j0.c: Likewise.
46302         * math/w_j0f.c: Likewise.
46303         * math/w_j0l.c: Likewise.
46304         * math/w_j1.c: Likewise.
46305         * math/w_j1f.c: Likewise.
46306         * math/w_j1l.c: Likewise.
46307         * math/w_jn.c: Likewise.
46308         * math/w_jnf.c: Likewise.
46309         * math/w_log.c: Likewise.
46310         * math/w_log10.c: Likewise.
46311         * math/w_log10f.c: Likewise.
46312         * math/w_log10l.c: Likewise.
46313         * math/w_log2.c: Likewise.
46314         * math/w_log2f.c: Likewise.
46315         * math/w_log2l.c: Likewise.
46316         * math/w_logf.c: Likewise.
46317         * math/w_logl.c: Likewise.
46318         * math/w_sqrt.c: Likewise.
46319         * math/w_sqrtf.c: Likewise.
46320         * math/w_sqrtl.c: Likewise.
46321         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46322         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46323         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46324         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46325         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46326
46327 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46328
46329         [BZ #9739]
46330         * manual/string.texi (strnlen): Use correct parameter name in
46331         equivalent expression.
46332
46333 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46334
46335         [BZ #11174]
46336         * manual/users.texi (seteuid): Consistently use neweuid for
46337         argument name.
46338
46339 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46340
46341         [BZ #13704]
46342         * manual/nss.texi (Services in the NSS configuration): Correct
46343         list of services in example configuration file.
46344
46345 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46346
46347         [BZ #11322]
46348         * manual/arith.texi: Remove statements about negative zero
46349         behaving identically to zero.
46350
46351 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46352
46353         [BZ #5993]
46354         * manual/install.texi: Do not document upgrading from libc5.
46355
46356 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46357
46358         [BZ #4596]
46359         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46360
46361 2012-02-18  David S. Miller  <davem@davemloft.net>
46362
46363         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46364         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46365         %o7 across the call.
46366         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46367         instead.
46368         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46369         SETUP_PIC_REG_LEAF.
46370         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46371         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46372         * sysdeps/sparc/crtn.S: Likewise.
46373
46374 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46375
46376         * aout/Makefile: Remove.
46377
46378 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46379
46380         [BZ #13058]
46381         * manual/examples/argp-ex1.c (main): Format definition in GNU
46382         style.
46383         * manual/examples/argp-ex2.c (main): Likewise.
46384         * manual/examples/argp-ex3.c (main): Likewise.
46385         * manual/examples/argp-ex4.c (main): Likewise.
46386         * manual/examples/longopt.c (main): Use new-style prototype
46387         definition.
46388         * manual/examples/strncat.c (main): Specify return type and use
46389         (void) for arguments.
46390         * manual/examples/subopt.c (main): Use char **argv argument.
46391
46392 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46393
46394         [BZ #5077]
46395         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46396         rounding modes.
46397
46398 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46399
46400         [BZ #6907]
46401         * manual/string.texi (strchr): Change when strchrnul is
46402         recommended.
46403
46404 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46405
46406         [BZ #174]
46407         * manual/locale.texi (setlocale): Document LOCPATH.
46408
46409 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46410
46411         [BZ #10210]
46412         * manual/process.texi (execle): Move @dots{} before last argument.
46413
46414 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46415
46416         [BZ #12047]
46417         * manual/charset.texi (Generic Charset Conversion): Fix typo
46418         (LC_TYPE -> LC_CTYPE).
46419
46420 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46421
46422         [BZ #5805]
46423         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46424         (scalbnf): Likewise.
46425         (scalbnl): Likewise.
46426         (scalbln): Likewise.
46427         (scalblnf): Likewise.
46428         (scalblnl): Likewise.
46429         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46430         (vwarnx): Likewise.
46431         (verr): Likewise.
46432         (verrx): Likewise.
46433         * manual/filesys.texi (telldir): Use braces around return type.
46434         * manual/llio.texi (mmap): Add space after comma.
46435         (mmap64): Likewise.
46436         * manual/math.texi (jn): Use @var{} on parameter names.
46437         (jnf): Likewise.
46438         (jnl): Likewise.
46439         (yn): Likewise.
46440         (ynf): Likewise.
46441         (ynl): Likewise.
46442         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46443         line.
46444         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46445         "...".
46446         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46447         (sched_get_priority_max): Likewise.
46448         * manual/signal.texi (sigvec): Add space after comma.
46449         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46450         names.
46451         (if_indextoname): Likewise.
46452         (if_freenameindex): Likewise.
46453         (sendto): Use ',' instead of '.' in prototype.
46454         * manual/startup.texi (syscall): Use @dots{} instead of literal
46455         "...".
46456         * manual/stdio.texi (__fpending): Separate initial words of
46457         paragraph from @deftypefun line.
46458         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46459         "...".
46460         (vsyslog): Use @var{} on parameter names.
46461         * manual/terminal.texi (stty): Use @var{} on parameter names.
46462         * manual/users.texi (getutmp): Use @var{} on parameter names.
46463         (getutmpx): Likewise.
46464
46465 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46466
46467         [BZ #6884]
46468         * manual/stdio.texi (fopen): Fix typos in description of
46469         ",ccs=STRING".
46470
46471 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46472
46473         [BZ #4026]
46474         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46475         get clock_id definition.
46476
46477 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46478
46479         [BZ #4822]
46480         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46481         (madvise): Cast every argument to void on its own.
46482
46483 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46484
46485         [BZ #9902]
46486         * manual/startup.texi (Exit Status): Fix typo.
46487
46488 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46489
46490         [BZ #10140]
46491         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46492         * manual/examples/argp-ex2.c: Likewise.
46493         * manual/examples/argp-ex3.c: Likewise.
46494
46495 2012-02-16  Richard Henderson  <rth@redhat.com>
46496
46497         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46498         * sysdeps/s390/s390-32/initfini.c: Remove.
46499         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46500         * sysdeps/s390/s390-64/initfini.c: Remove.
46501
46502 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46503
46504         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46505         compiler output for sysdeps/generic/initfini.c.
46506         * sysdeps/sh/elf/initfini.c: Remove file.
46507
46508 2012-02-16  David S. Miller  <davem@davemloft.net>
46509
46510         [BZ #11494]
46511         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46512
46513         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46514         * sysdeps/sparc/crti.S: New file.
46515         * sysdeps/sparc/crtn.S: New file.
46516         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46517         * sysdeps/sparc/sparc64/Makefile: Likewise.
46518
46519 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46520
46521         [BZ #3335]
46522         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46523
46524 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46525
46526         [BZ #4822]
46527         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46528
46529         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46530         (write, read, close): Likewise.
46531         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46532
46533 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46534
46535         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46536         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46537         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46538         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46539         <bits/signalfd.h>.
46540         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46541         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46542         bits/signalfd.h.
46543
46544 2012-02-14  Marek Polacek  <polacek@redhat.com>
46545
46546         * sysdeps/x86_64/crti.S: New file.
46547         * sysdeps/x86_64/crtn.S: New file.
46548         * sysdeps/x86_64/elf/initfini.c: Remove file.
46549
46550 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46551
46552         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46553         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46554         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46555         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46556         <bits/inotify.h>.
46557         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46558         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46559         bits/inotify.h.
46560
46561 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46562
46563         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46564         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46565         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46566         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46567         <bits/eventfd.h>.
46568         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46569         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46570         bits/eventfd.h.
46571
46572 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46573
46574         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46575         __feraiseexcept instead of feraiseexcept.
46576
46577         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46578         nanosleep invocations.
46579         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46580         strings, and add error checking for a nanosleep invocations.
46581
46582 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46583
46584         Replace FSF snail mail address with URLs, as per GNU coding standards.
46585         Most of the snail mail addresses were wrong anyway, and omitting
46586         them makes the source code easier to maintain.  Almost all of the
46587         changes are to license notices and to locale LC_IDENTIFICATION
46588         addresses, except for this one:
46589         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46590         not its snail mail address.
46591
46592 2012-02-09  Richard Henderson  <rth@twiddle.net>
46593
46594         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46595         of kernel-features.h.
46596
46597         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46598
46599 2012-02-08  Marek Polacek  <polacek@redhat.com>
46600
46601         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46602         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46603         * sysdeps/gnu/_G_config.h: Likewise.
46604         * sysdeps/generic/_G_config.h: Likewise.
46605
46606 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46607
46608         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46609         tests.
46610         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46611
46612         * sysdeps/powerpc/powerpc32/crti.S: New file.
46613         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46614         * sysdeps/powerpc/powerpc64/crti.S: New file.
46615         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46616
46617         * Makeconfig (have-initfini): Don't set.
46618         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46619         * configure.in (nopic_initfini): Don't substitute.
46620         * config.h.in (HAVE_INITFINI): Don't #undef.
46621         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46622         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46623
46624 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46625
46626         Support crti.S and crtn.S provided directly by architectures.
46627         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46628         [crti.S in sysdirs] (omit-deps): Likewise.
46629         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46630         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46631         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46632         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46633         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46634         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46635         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46636         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46637         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46638         compiler output for sysdeps/generic/initfini.c.
46639         * sysdeps/i386/elf/Makefile: Remove file.
46640         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46641
46642 2012-02-07  Marek Polacek  <polacek@redhat.com>
46643
46644         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46645         * sysdeps/gnu/_G_config.h: Likewise.
46646         * sysdeps/mach/hurd/_G_config.h: Likewise.
46647
46648 2012-02-07  Marek Polacek  <polacek@redhat.com>
46649
46650         * math/Makefile (tests): Add tst-CMPLX2.
46651         * math/tst-CMPLX2.c: New file.
46652
46653 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46654
46655         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46656
46657         * math/libm-test.inc (jn_test): Add missing L suffix.
46658
46659 2012-02-06  Marek Polacek  <polacek@redhat.com>
46660
46661         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46662         * sysdeps/i386/fpu/e_powf.S: Likewise.
46663         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46664         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46665         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46666         * sysdeps/i386/fpu/e_pow.S: Likewise.
46667         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46668         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46669         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46670         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46671         * sysdeps/i386/fpu/e_log2.S: Likewise.
46672         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46673         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46674         * sysdeps/i386/fpu/e_powl.S: Likewise.
46675         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46676         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46677         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46678         * sysdeps/i386/fpu/e_logl.S: Likewise.
46679         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46680         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46681         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46682         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46683         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46684         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46685         * sysdeps/i386/fpu/e_log.S: Likewise.
46686         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46687         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46688         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46689         * sysdeps/i386/fpu/e_logf.S: Likewise.
46690         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46691         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46692         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46693         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46694         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46695         * sysdeps/i386/fpu/e_log10.S: Likewise.
46696         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46697         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46698         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46699         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46700         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46701         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46702         * sysdeps/i386/asm-syntax.h: Likewise.
46703         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46704         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46705         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46706         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46707         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46708         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46709         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46710         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46711         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46712         * sysdeps/powerpc/sysdep.h: Likewise.
46713         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46714         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46715
46716 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46717
46718         [BZ #411]
46719         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46720
46721 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46722
46723         * sysdeps/i386/sysdep.h: Include <features.h>.
46724         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46725         version.
46726
46727 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46728
46729         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46730         Define.
46731         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46732         LOAD_PIC_REG_STR.
46733
46734 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46735
46736         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46737         (SETUP_PIC_REG): Use GET_PC_THUNK.
46738         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46739         macro.
46740
46741 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46742
46743         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46744         for non-PIC compilation.
46745         (SETUP_PIC_REG): Add .p2align directive.
46746         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46747         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46748         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46749         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46750         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46751         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46752         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46753         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46754         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46755         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46756         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46757         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46758         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46759         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46760         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46761         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46762         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46763         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46764         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46765         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46766         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46767         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46768         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46769         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46770         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46771         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46772         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46773         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46774         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46775         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46776         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46777         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46778         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46779         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46780         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46781         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46782         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46783         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46784         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46785         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46786         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46787
46788 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46789
46790         * math/tst-CMPLX.c: Include <stdio.h>.
46791
46792 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46793
46794         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46795         float.
46796         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46797         * sysdeps/sparc/bits/mathdef.h: Likewise.
46798
46799 2012-01-31  Marek Polacek  <polacek@redhat.com>
46800
46801         * libio/libio.h: Don't define _PARAMS.
46802         * locale/programs/config.h: Don't define PARAMS.
46803         * stdlib/strtol_l.c: Likewise.
46804         (__strtol_l): Remove PARAMS from the prototype.
46805
46806 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46807
46808         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46809         names.  Just use the correct names.  Remove unnecessary wrapper
46810         functions.
46811         * malloc/arena.c: Likewise.
46812         * malloc/hooks.c: Likewise.
46813
46814         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46815         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46816         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46817
46818 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46819
46820         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46821         into tail calls.
46822         (update_get_addr): New function.
46823         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46824         GET_ADDR_MODULE parameter.
46825
46826 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46827
46828         * crypt/cert.c: Remove __STDC__ conditionals.
46829         * crypt/crypt-entry.c: Likewise.
46830         * crypt/crypt_util.c: Likewise.
46831         * libio/filedoalloc.c: Likewise.
46832         * libio/fileops.c: Likewise.
46833         * libio/genops.c: Likewise.
46834         * libio/iofclose.c: Likewise.
46835         * libio/iofdopen.c: Likewise.
46836         * libio/iofopen.c: Likewise.
46837         * libio/iofopen64.c: Likewise.
46838         * libio/iogetdelim.c: Likewise.
46839         * libio/iopopen.c: Likewise.
46840         * libio/obprintf.c: Likewise.
46841         * libio/oldfileops.c: Likewise.
46842         * libio/oldiofclose.c: Likewise.
46843         * libio/oldiofdopen.c: Likewise.
46844         * libio/oldiofopen.c: Likewise.
46845         * libio/oldiopopen.c: Likewise.
46846         * libio/wfiledoalloc.c: Likewise.
46847         * libio/wgenops.c: Likewise.
46848         * locale/programs/xmalloc.c: Likewise.
46849         * misc/syslog.c: Likewise.
46850         * stdio-common/xbug.c: Likewise.
46851         * string/memchr.c: Likewise.
46852         * string/memcmp.c: Likewise.
46853         * string/memrchr.c: Likewise.
46854         * string/rawmemchr.c: Likewise.
46855         * sysdeps/posix/getcwd.c: Likewise.
46856         * time/strftime_l.c: Likewise.
46857
46858 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46859
46860         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46861         * config.make.in (config-cflags-sse2avx): Define.
46862         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46863         Fix typo.
46864
46865 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46866
46867         * scripts/config.guess: Update from upstream config git repository.
46868         * scripts/config.sub: Likewise.
46869
46870 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46871
46872         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46873         (EM_NUM): Update.
46874         (R_TILEPRO_*, R_TILEGX_*): New macros.
46875
46876         * scripts/firstversions.awk: Fix bug in version range handling.
46877
46878         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46879
46880         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46881
46882         * include/sys/epoll.h: New file.
46883         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46884         libc_hidden_def.
46885
46886 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46887
46888         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46889         Avoid unnecessary __WORDSIZE == 64 test.
46890         (fmaxf): Use VEX format if possible.
46891         (fmax): Likewise.
46892         (fminf): Likewise.
46893         (fmin): Likewise.
46894
46895         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46896         * math/math_private.h: Remove libc_fegetround* and
46897         libc_fesetround*.
46898         * sysdeps/i386/configure.in: Check for -msse2avx.
46899         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46900         also if SSE2AVX is defined.
46901         Remove libc_fegetround* and libc_fesetround*.
46902         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46903         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46904         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46905         of HAS_YMM_USABLE.
46906         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46907         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46908         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46909         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46910         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46911
46912         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46913
46914 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46915
46916         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46917         size is not set.
46918         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46919
46920 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46921
46922         [BZ #13618]
46923         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46924         relocation.
46925         * Makeconfig (libm): Define.
46926         * elf/Makefile: Add rules to build and run tst-relsort1.
46927         * elf/tst-relsort1.c: New file.
46928         * elf/tst-relsort1mod1.c: New file.
46929         * elf/tst-relsort1mod2.c: New file.
46930
46931 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46932
46933         * math/s_ldexp.c: Remove __STDC__ conditionals.
46934         * math/s_ldexpf.c: Likewise.
46935         * math/s_ldexpl.c: Likewise.
46936         * math/s_nextafter.c: Likewise.
46937         * math/s_nexttowardf.c: Likewise.
46938         * math/s_significand.c: Likewise.
46939         * math/s_significandf.c: Likewise.
46940         * math/s_significandl.c: Likewise.
46941         * math/w_jnl.c: Likewise.
46942         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46943         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46944         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46945         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46946         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46947         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46948         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46949         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46950         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46951         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46952         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46953         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46954         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46955         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46956         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46957         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46958         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46959         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46960         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46961         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46962         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46963         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46964         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46965         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46966         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46967         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46968         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46969         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46970         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46971         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46972         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46973         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46974         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46975         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46976         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46977         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46978         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46979         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46980         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46981         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46982         * sysdeps/ieee754/k_standard.c: Likewise.
46983         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46984         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46985         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46986         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46987         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46988         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46989         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46990         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46991         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46992         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46993         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46994         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46995         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46996         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46997         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46998         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46999         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47000         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47001         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47002         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47003         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47004         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47005         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47006         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47007         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47008         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47009         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47010         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47011         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47012         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47013         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47014         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
47015         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47016         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47017         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47018         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47019         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
47020         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47021         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47022         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
47023         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
47024         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47025         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
47026         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
47027         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47028         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
47029         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
47030         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47031         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47032         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
47033         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
47034         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47035         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47036         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47037         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47038         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47039         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
47040         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47041         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47042         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47043         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47044         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47045         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47046         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47047         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47048         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47049         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47050         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47051         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47052         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47053         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47054         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47055         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47056         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47057         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47058         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47059         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47060         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47061         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47062         * sysdeps/ieee754/s_matherr.c: Likewise.
47063         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47064         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47065         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47066         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47067
47068 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47069
47070         * crypt/md5.h: Remove __STDC__ conditionals.
47071         * libio/libioP.h: Likewise.
47072         * locale/programs/config.h: Likewise.
47073         * sysdeps/generic/sysdep.h: Likewise.
47074         * sysdeps/i386/asm-syntax.h: Likewise.
47075         * sysdeps/s390/asm-syntax.h: Likewise.
47076         * sysdeps/unix/sysdep.h: Likewise.
47077         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
47078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47079
47080 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47081
47082         * libio/libio.h: Remove __STDC__ conditionals.
47083         * malloc/obstack.h: Likewise.
47084         * math/complex.h: Likewise.
47085         * math/math.h: Likewise.
47086         * sysdeps/generic/_G_config.h: Likewise.
47087         * sysdeps/gnu/_G_config.h: Likewise.
47088         * sysdeps/mach/hurd/_G_config.h: Likewise.
47089         * sysdeps/powerpc/bits/mathdef.h: Likewise.
47090         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47091         * sysdeps/sparc/bits/mathdef.h: Likewise.
47092
47093 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
47094
47095         [BZ #13583]
47096         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
47097         Clean up HAS_* macros.
47098         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
47099         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
47100         possible.
47101         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
47102         HAS_AVX.
47103         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47104         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47105         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47106         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47107         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47108
47109 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
47110
47111         * elf/tst-unique3.cc (gets): Remove declaration.
47112         * elf/tst-unique3lib.cc (gets): Likewise.
47113         * elf/tst-unique3lib2.cc (gets): Likewise.
47114         * elf/tst-unique4.cc (gets): Likewise.
47115
47116 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
47117
47118         * include/stdio.h: Add C++ protection.  Add gets declarations and
47119         definitions.
47120         * debug/tst-chk1.c: Don't declare gets here.
47121         * stdio-common/tst-gets.c: Likewise.
47122
47123 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47124
47125         * posix/glob: Remove directory.
47126
47127 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47128
47129         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
47130
47131 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
47132
47133         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
47134         of the non-standard EPFNOSUPPORT.
47135
47136 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47137
47138         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
47139         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
47140         ANYWHERE set to 1 only on KERN_NO_SPACE error.
47141
47142 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
47143
47144         * wcsmbs/uchar.h: Test __STDC_VERSION__.
47145
47146 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
47147
47148         * nscd/aicache.c (addhstaiX): Do not cache negative results of
47149         transient errors.
47150         * nscd/grpcache.c (cache_addgr): Likewise.
47151         * nscd/hstcache.c (cache_addhst): Likewise.
47152         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47153         * nscd/pwdcache.c (cache_addpw): Likewise.
47154         * nscd/servicescache.c (cache_addserv): Likewise.
47155
47156 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
47157
47158         * malloc/malloc.c: Various cleanups.
47159         * malloc/hooks.c: Likewise.
47160
47161         * stdlib/Makefile (tests): Add bug-fmtmsg1.
47162         * stdlib/bug-fmtmsg1.c: New file.
47163
47164         * stdlib/fmtmsg.c (init): Add missing unlock.
47165         Patch by Peng Haitao <penght@cn.fujitsu.com>.
47166
47167 2012-01-12  Marek Polacek  <polacek@redhat.com>
47168
47169         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47170         and _GNU_SOURCE.
47171
47172 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47173
47174         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47175         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47176         macro to ensure uniqueness of label name.
47177         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47178         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47179
47180 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
47181
47182         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47183
47184         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47185         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47186         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47187         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47188
47189 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
47190
47191         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47192
47193         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47194         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47195         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47196
47197         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47198
47199         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
47200         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47201         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47202         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
47203
47204         * math/bits/math-finite.h: Add ldexp support.
47205
47206 2012-01-10  Marek Polacek  <polacek@redhat.com>
47207
47208         * locale/programs/localedef.h (show_archive_content): Add noreturn
47209         attribute.
47210
47211 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
47212
47213         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47214
47215 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47216
47217         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47218
47219         * io/Makefile (headers): Add bits/poll2.h.
47220
47221 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
47222
47223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47224         typo #include statement.
47225
47226 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47227
47228         * include/sys/cdefs.h: Define __attribute_alloc_size.
47229         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47230         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47231         * elf/pldd.c: Likewise.
47232         * iconv/iconv_charmap.c: Likewise.
47233         * iconv/iconvconfig.c: Likewise.
47234         * iconv/strtab.c: Likewise.
47235         * locale/programs/locale.c: Likewise.
47236         * locale/programs/localedef.h: Likewise.
47237         * locale/programs/simple-hash.c: Likewise.
47238         * nscd/nscd.h: Likewise.
47239         * nss/makedb.c: Likewise.
47240         * sysdeps/generic/ldconfig.h: Likewise.
47241         * locale/programs/localedef.c: Remove xmalloc prototype.
47242         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47243
47244 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47245
47246         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47247         appropriate.
47248
47249 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47250
47251         * math/Makefile (tests): Add tst-CMPLX.
47252         * math/tst-CMPLX.c: New file.
47253
47254         * math/complex.h (CMPLXL): Fix typo.
47255
47256         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47257         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47258         GLIBC_2.16.
47259         * debug/tst-chk1.c: Add poll and ppoll tests.
47260         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47261         * include/sys/poll.h: Add hidden proto for ppoll.
47262         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47263         * sysdeps/mach/hurd/ppoll.c: Likewise.
47264         * io/ppoll.c: Likewise.
47265         * debug/poll_chk.c: New file.
47266         * debug/ppoll_chk.c: New file.
47267         * include/bits/poll2.h: New file.
47268         * io/bits/poll2.h: New file.
47269
47270         [BZ #1350]
47271         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47272
47273         * configure.in: static is always set to yes.  Remove.
47274         * config.make.in: Don't set build-static.
47275         * Makeconfig: Remove use of build-static.
47276         * dlfcn/Makefile: Likewise.
47277         * elf/Makefile: Likewise.
47278         * math/Makefile: Likewise.
47279         * misc/Makefile: Likewise.
47280         * nptl/Makefile: Likewise.
47281         * sysdeps/mach/hurd/Makefile: Likewise.
47282
47283         * configure.in: PWD_P is not used anymore.
47284         * config.make.in: Remove PWD_P entry.
47285
47286         * configure.in: Remove last remnants of RANLIB.
47287         No need to check for signed size_t anymore.
47288         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47289         and IA-64.
47290         Remove __builtin_expect test because we require at least gcc 3.4.
47291         * aclocal.m4: Likewise.
47292
47293         * wcsmbs/mbrtoc16.c: Implement using towc function.
47294         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47295         * wcsmbs/wcsmbsload.c: Likewise.
47296         * iconv/gconv_simple.c: Likewise.
47297         * iconv/gconv_int.h: Likewise.
47298         * iconv/gconv_builtin.h: Likewise.
47299         * iconv/iconv_prog.c: Remove CHAR16 handling.
47300
47301         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47302
47303         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47304
47305         * configure.in: Remove --with-elf and --enable-bounded options.
47306         Dont set base_machine for ia64.  More non-ELF conditions removed.
47307         Remove testing and setting of leading underscore information.
47308         * config.make.in (build-bounded): Set to no.
47309         * config.h.in: Remove NO_UNDERSCORES entry.
47310         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47311         them.
47312         * csu/start.c: Remove !NO_UNDERSCORE code.
47313         * locale/localeinfo.h: Likewise.
47314         * sysdeps/generic/machine-gmon.h: Likewise.
47315         * sysdeps/generic/sysdep.h: Likewise.
47316         * sysdeps/i386/sysdep.h: Likewise.
47317         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47318         * sysdeps/mach/sysdep.h: Likewise.
47319         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47320         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47321         * sysdeps/sh/sysdep.h: Likewise.
47322         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47323         * sysdeps/unix/i386/sysdep.S: Likewise.
47324         * sysdeps/unix/sparc/start.c: Likewise.
47325         * sysdeps/unix/sparc/sysdep.S: Likewise.
47326         * sysdeps/unix/sparc/sysdep.h: Likewise.
47327         * sysdeps/unix/start.c: Likewise.
47328         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47329         * sysdeps/x86_64/sysdep.h: Likewise.
47330
47331 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47332
47333         [BZ #13553]
47334         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47335         for non-gcc.
47336         * argp/argp-fmtstream.h: Use const instead __const.
47337         * argp/argp.h: Likewise.
47338         * assert/assert.h: Likewise.
47339         * bits/fenv.h: Likewise.
47340         * bits/sched.h: Likewise.
47341         * bits/sigset.h: Likewise.
47342         * bits/sigthread.h: Likewise.
47343         * catgets/nl_types.h: Likewise.
47344         * conform/data/pthread.h-data: Likewise.
47345         * crypt/crypt-private.h: Likewise.
47346         * crypt/crypt.h: Likewise.
47347         * crypt/crypt_util.c: Likewise.
47348         * ctype/ctype.h: Likewise.
47349         * debug/execinfo.h: Likewise.
47350         * debug/mbsnrtowcs_chk.c: Likewise.
47351         * debug/mbsrtowcs_chk.c: Likewise.
47352         * debug/wcsnrtombs_chk.c: Likewise.
47353         * debug/wcsrtombs_chk.c: Likewise.
47354         * debug/wcstombs_chk.c: Likewise.
47355         * dirent/dirent.h: Likewise.
47356         * dlfcn/dlfcn.h: Likewise.
47357         * elf/neededtest4.c: Likewise.
47358         * grp/grp.h: Likewise.
47359         * gshadow/gshadow.h: Likewise.
47360         * iconv/gconv.h: Likewise.
47361         * iconv/gconv_int.h: Likewise.
47362         * iconv/gconv_simple.c: Likewise.
47363         * iconv/iconv.h: Likewise.
47364         * iconv/loop.c: Likewise.
47365         * iconv/skeleton.c: Likewise.
47366         * include/aio.h: Likewise.
47367         * include/aliases.h: Likewise.
47368         * include/argz.h: Likewise.
47369         * include/arpa/inet.h: Likewise.
47370         * include/assert.h: Likewise.
47371         * include/dirent.h: Likewise.
47372         * include/dlfcn.h: Likewise.
47373         * include/execinfo.h: Likewise.
47374         * include/fcntl.h: Likewise.
47375         * include/fenv.h: Likewise.
47376         * include/glob.h: Likewise.
47377         * include/grp.h: Likewise.
47378         * include/libintl.h: Likewise.
47379         * include/mntent.h: Likewise.
47380         * include/netdb.h: Likewise.
47381         * include/pwd.h: Likewise.
47382         * include/rpc/netdb.h: Likewise.
47383         * include/sched.h: Likewise.
47384         * include/search.h: Likewise.
47385         * include/shadow.h: Likewise.
47386         * include/signal.h: Likewise.
47387         * include/stdio.h: Likewise.
47388         * include/stdlib.h: Likewise.
47389         * include/string.h: Likewise.
47390         * include/sys/socket.h: Likewise.
47391         * include/sys/stat.h: Likewise.
47392         * include/sys/statfs.h: Likewise.
47393         * include/sys/statvfs.h: Likewise.
47394         * include/sys/syslog.h: Likewise.
47395         * include/sys/time.h: Likewise.
47396         * include/sys/uio.h: Likewise.
47397         * include/time.h: Likewise.
47398         * include/unistd.h: Likewise.
47399         * include/utmp.h: Likewise.
47400         * include/wchar.h: Likewise.
47401         * include/wctype.h: Likewise.
47402         * inet/aliases.h: Likewise.
47403         * inet/arpa/inet.h: Likewise.
47404         * inet/netinet/ether.h: Likewise.
47405         * inet/netinet/in.h: Likewise.
47406         * intl/libintl.h: Likewise.
47407         * io/bits/fcntl2.h: Likewise.
47408         * io/fcntl.h: Likewise.
47409         * io/ftw.h: Likewise.
47410         * io/sys/poll.h: Likewise.
47411         * io/sys/stat.h: Likewise.
47412         * io/sys/statfs.h: Likewise.
47413         * io/sys/statvfs.h: Likewise.
47414         * io/utime.h: Likewise.
47415         * libio/bits/stdio.h: Likewise.
47416         * libio/bits/stdio2.h: Likewise.
47417         * libio/libio.h: Likewise.
47418         * libio/libioP.h: Likewise.
47419         * libio/stdio.h: Likewise.
47420         * locale/lc-ctype.c: Likewise.
47421         * locale/locale.h: Likewise.
47422         * login/utmp.h: Likewise.
47423         * malloc/arena.c: Likewise.
47424         * malloc/malloc.c: Likewise.
47425         * malloc/malloc.h: Likewise.
47426         * malloc/mcheck.c: Likewise.
47427         * malloc/mtrace.c: Likewise.
47428         * math/bits/mathcalls.h: Likewise.
47429         * math/fenv.h: Likewise.
47430         * math/math_private.h: Likewise.
47431         * misc/bits/error.h: Likewise.
47432         * misc/bits/syslog.h: Likewise.
47433         * misc/err.h: Likewise.
47434         * misc/error.h: Likewise.
47435         * misc/fstab.h: Likewise.
47436         * misc/mntent.h: Likewise.
47437         * misc/regexp.h: Likewise.
47438         * misc/search.h: Likewise.
47439         * misc/sgtty.h: Likewise.
47440         * misc/sys/mman.h: Likewise.
47441         * misc/sys/syslog.h: Likewise.
47442         * misc/sys/uio.h: Likewise.
47443         * misc/sys/xattr.h: Likewise.
47444         * misc/ttyent.h: Likewise.
47445         * nis/rpcsvc/ypclnt.h: Likewise.
47446         * nss/nss.h: Likewise.
47447         * posix/bits/unistd.h: Likewise.
47448         * posix/fnmatch.h: Likewise.
47449         * posix/glob.h: Likewise.
47450         * posix/sched.h: Likewise.
47451         * posix/spawn.h: Likewise.
47452         * posix/sys/wait.h: Likewise.
47453         * posix/unistd.h: Likewise.
47454         * posix/wordexp.h: Likewise.
47455         * pwd/pwd.h: Likewise.
47456         * resolv/netdb.h: Likewise.
47457         * resource/sys/resource.h: Likewise.
47458         * rt/aio.h: Likewise.
47459         * rt/bits/mqueue2.h: Likewise.
47460         * rt/mqueue.h: Likewise.
47461         * shadow/shadow.h: Likewise.
47462         * signal/signal.h: Likewise.
47463         * socket/send.c: Likewise.
47464         * socket/sendto.c: Likewise.
47465         * socket/sys/socket.h: Likewise.
47466         * stdio-common/printf.h: Likewise.
47467         * stdlib/bits/stdlib.h: Likewise.
47468         * stdlib/fmtmsg.h: Likewise.
47469         * stdlib/monetary.h: Likewise.
47470         * stdlib/stdlib.h: Likewise.
47471         * stdlib/ucontext.h: Likewise.
47472         * streams/stropts.h: Likewise.
47473         * string/argz.h: Likewise.
47474         * string/bits/string2.h: Likewise.
47475         * string/string.h: Likewise.
47476         * string/strings.h: Likewise.
47477         * sunrpc/rpc/auth.h: Likewise.
47478         * sunrpc/rpc/auth_des.h: Likewise.
47479         * sunrpc/rpc/clnt.h: Likewise.
47480         * sunrpc/rpc/netdb.h: Likewise.
47481         * sunrpc/rpc/pmap_clnt.h: Likewise.
47482         * sunrpc/rpc/xdr.h: Likewise.
47483         * sysdeps/generic/inttypes.h: Likewise.
47484         * sysdeps/generic/net/if.h: Likewise.
47485         * sysdeps/generic/sys/swap.h: Likewise.
47486         * sysdeps/gnu/net/if.h: Likewise.
47487         * sysdeps/gnu/utmpx.h: Likewise.
47488         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47489         * sysdeps/i386/i486/bits/string.h: Likewise.
47490         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47491         * sysdeps/s390/bits/string.h: Likewise.
47492         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47493         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47494         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47495         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47496         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47497         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47498         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47499         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47500         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47501         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47502         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47503         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47504         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47505         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47506         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47507         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47508         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47509         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47510         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47511         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47512         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47513         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47514         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47515         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47516         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47517         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47518         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47519         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47520         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47521         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47522         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47523         * sysvipc/sys/ipc.h: Likewise.
47524         * sysvipc/sys/msg.h: Likewise.
47525         * sysvipc/sys/sem.h: Likewise.
47526         * sysvipc/sys/shm.h: Likewise.
47527         * termios/termios.h: Likewise.
47528         * time/sys/time.h: Likewise.
47529         * time/time.h: Likewise.
47530         * wcsmbs/bits/wchar2.h: Likewise.
47531         * wcsmbs/uchar.h: Likewise.
47532         * wcsmbs/wchar.h: Likewise.
47533         * wctype/wctype.h: Likewise.
47534
47535         [BZ #13551]
47536         * Makeconfig: Remove all but ELF support including AIX support.
47537         * Makerules: Likewise.
47538         * config.h.in: Likewise.
47539         * config.make.in: Likewise.
47540         * configure: Likewise.
47541         * configure.in: Likewise.
47542         * csu/Makefile: Likewise.
47543         * csu/version.c: Likewise.
47544         * debug/Makefile: Likewise.
47545         * dlfcn/Makefile: Likewise.
47546         * elf/Makefile: Likewise.
47547         * extra-lib.mk: Likewise.
47548         * iconv/Makefile: Likewise.
47549         * include/libc-symbols.h: Likewise.
47550         * include/shlib-compat.h: Likewise.
47551         * resolv/Makefile: Likewise.
47552         * resolv/res_libc.c: Likewise.
47553         * rt/Makefile: Likewise.
47554         * sysdeps/i386/asm-syntax.h: Likewise.
47555         * sysdeps/i386/sysdep.h: Likewise.
47556         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47557         * sysdeps/mach/sysdep.h: Likewise.
47558         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47559         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47560         * sysdeps/s390/asm-syntax.h: Likewise.
47561         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47562         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47563         * sysdeps/sh/sysdep.h: Likewise.
47564         * sysdeps/unix/sparc/sysdep.h: Likewise.
47565         * sysdeps/wordsize-32/divdi3.c: Likewise.
47566         * sysdeps/x86_64/sysdep.h: Likewise.
47567
47568         * argp/Versions: Remove _argp_unlock_xxx.
47569
47570         [BZ #13559]
47571         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47572         * abilist/libBrokenLocale.abilist: Likewise.
47573         * abilist/libanl.abilist: Likewise.
47574         * abilist/libc.abilist: Likewise.
47575         * abilist/libcrypt.abilist: Likewise.
47576         * abilist/libdl.abilist: Likewise.
47577         * abilist/libm.abilist: Likewise.
47578         * abilist/libnsl.abilist: Likewise.
47579         * abilist/libpthread.abilist: Likewise.
47580         * abilist/libresolv.abilist: Likewise.
47581         * abilist/librt.abilist: Likewise.
47582         * abilist/libthread_db.abilist: Likewise.
47583         * abilist/libutil.abilist: Likewise.
47584         * abilist/libnss_db.abilist: New file.
47585
47586         * scripts/abilist.awk: Add support for indirect functions.
47587
47588         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47589
47590         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47591
47592         * shlib-versions: Remove entries for ports architectures.
47593
47594         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47595         files in ports.
47596         * elf/stackguard-macros.h: Remove support for IA-64.
47597         * elf/tst-auditmod1.c: Likewise.
47598         * sysdeps/generic/ldsodefs.h: Likewise.
47599
47600         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47601         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47602         configure files.
47603
47604         [BZ #13552]
47605         * configure.in: Remove --enable-omitfp support.
47606         * FAQ.in: Adjust.
47607         * config.make.in: Likewise.
47608         * Makeconfig: Likewise.
47609         * manual/install.texi: Likewise.
47610
47611         In case anyone cares, the IA-64 architecture could move to ports.
47612         * sysdeps/ia64/*: Removed.
47613         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47614         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47615
47616         [BZ #13555]
47617         * configure.in: Remove entries for unsupported architectures.
47618
47619         [BZ #13533]
47620         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47621         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47622         routines.
47623         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47624         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47625         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47626         fall back to using wcrtomb.
47627         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47628         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47629         renaming.
47630         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47631         * wcsmbs/tst-c16c32-1.c: New file.
47632
47633         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47634         local variable.
47635
47636         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47637
47638         * elf/tst-unique3.cc: Add explicit declaration of gets.
47639         * elf/tst-unique3lib.cc: Likewise.
47640         * elf/tst-unique3lib2.cc: Likewise.
47641         * elf/tst-unique4.cc: Likewise.
47642
47643         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47644
47645 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47646
47647         [BZ #13566]
47648         * assert/assert.h (static_assert): Don't define for C++.
47649         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47650         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47651
47652 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47653
47654         * iconv/loop.c (single loop): Fix assertion in storing of
47655         remaining bytes.
47656
47657         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47658
47659 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47660
47661         * posix/getconf.c: Update copyright year.
47662         * nss/getent.c: Likewise.
47663         * nss/makedb.c: Likewise.
47664         * iconv/iconvconfig.c: Likewise.
47665         * iconv/iconv_prog.c: Likewise.
47666         * elf/ldconfig.c: Likewise.
47667         * elf/pldd.c: Likewise.
47668         * elf/sotruss.ksh: Likewise.
47669         * catgets/gencat.c: Likewise.
47670         * csu/version.c: Likewise.
47671         * elf/ldd.bash.in: Likewise.
47672         * elf/sprof.c (print_version): Likewise.
47673         * locale/programs/locale.c: Likewise.
47674         * locale/programs/localedef.c: Likewise.
47675         * login/programs/pt_chown.c: Likewise.
47676         * nscd/nscd.c (print_version): Likewise.
47677         * debug/xtrace.sh: Likewise.
47678         * malloc/memusage.sh: Likewise.
47679         * malloc/mtrace.pl: Likewise.
47680         * debug/catchsegv.sh: Likewise.
47681
47682 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47683
47684         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47685         pure attribute.
47686
47687 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47688
47689         [BZ #13533]
47690         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47691         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47692         transformations.
47693         * iconv/gconv_int.h: Likewise.
47694         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47695         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47696         from libc for GLIBC_2.16.
47697         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47698         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47699         * wcsmbs/uchar.h: Really define mbstate_t.
47700         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47701         * wcsmbs/c16rtomb.c: New file.
47702         * wcsmbs/mbrtoc16.c: New file.
47703         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47704         for C/POSIX locale.
47705         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47706         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47707
47708         * wcsmbs/wchar.h: Add missing __restrict.
47709
47710 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47711
47712         [BZ #13532]
47713         * time/Makefile (routines): Add timespec_get.
47714         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47715         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47716         timespec for ISO C11.
47717         * time/timespec_get.c: New file.
47718         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47719         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47720
47721         [BZ #13531]
47722         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47723         * stdlib/stdlib.h: Declare aligned_alloc.
47724         * Versions.def: Add GLIBC_2.16 for libc.
47725         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47726
47727         [BZ 13527]
47728         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47729         ISO C11.
47730
47731         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47732         code.
47733
47734         [BZ #13528]
47735         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47736
47737         [BZ #13529]
47738         * assert/assert.h (static_assert): Define.
47739
47740         * version.h: Update for 2.16 development version.
47741
47742         [BZ #13526]
47743         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47744         _ISOC11_SOURCE.
47745
47746         * version.h (RELEASE): Bump for 2.15 release.
47747         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47748
47749         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47750         Patch by Marek Polacek <mpolacek@redhat.com>.
47751
47752         * bits/byteswap.h: Protect long long constants with __extension__.
47753         * sysdeps/i386/bits/byteswap.h: Likewise.
47754         * sysdeps/ia64/bits/byteswap.h: Likewise.
47755         * sysdeps/s390/bits/byteswap.h: Likewise.
47756         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47757
47758 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47759
47760         [BZ #13540]
47761         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47762         destination buffer.
47763         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47764
47765 2011-12-23  Marek Polacek  <polacek@redhat.com>
47766
47767         * elf/dl-addr.c (determine_info): Add inline keyword.
47768         * elf/tst-auditmod4b.c (check_avx): Likewise.
47769         * elf/tst-auditmod6b.c (check_avx): Likewise.
47770         * elf/tst-auditmod6c.c (check_avx): Likewise.
47771         * elf/tst-auditmod7b.c (check_avx): Likewise.
47772
47773 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47774
47775         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47776         !__SSE_MATH__.
47777
47778 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47779
47780         [BZ #13540]
47781         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47782         processing for last bytes.
47783
47784 2011-08-06  Bruno Haible  <bruno@clisp.org>
47785
47786         [BZ #13061]
47787         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47788         U+0385, not to U+1FEE.
47789
47790         [BZ #13062]
47791         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47792         entry for U+00A5 U+0301.
47793
47794 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47795
47796         [BZ #13166]
47797         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47798         buffer for the output is too small.
47799
47800         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47801         optimization.
47802
47803         [BZ #13185]
47804         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47805         SSE flags if possible.
47806
47807 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47808
47809         [BZ #13540]
47810         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47811         processing for last bytes.
47812
47813 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47814
47815         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47816         (syscall-list-default-options, syscall-list-default-condition)
47817         (syscall-list-includes): Define.
47818         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47819         list of ABIs and options and #if conditions for each ABI.  Do not
47820         handle common syscalls between ABIs specially.
47821         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47822         Remove.
47823         (syscall-list-variants, syscall-list-32bit-options)
47824         (syscall-list-32bit-condition, syscall-list-64bit-options)
47825         (syscall-list-64bit-condition): Define.
47826         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47827         (syscall-list-variants, syscall-list-32bit-options)
47828         (syscall-list-32bit-condition, syscall-list-64bit-options)
47829         (syscall-list-64bit-condition): Define.
47830         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47831         Remove.
47832         (syscall-list-variants, syscall-list-32bit-options)
47833         (syscall-list-32bit-condition, syscall-list-64bit-options)
47834         (syscall-list-64bit-condition): Define.
47835         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47836         Remove.
47837         (syscall-list-variants, syscall-list-32bit-options)
47838         (syscall-list-32bit-condition, syscall-list-64bit-options)
47839         (syscall-list-64bit-condition): Define.
47840
47841 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47842
47843         * locale/iso-639.def: Add brx entry.
47844
47845         [BZ #13328]
47846         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47847         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47848
47849         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47850         __feraiseexcept_renamed.
47851
47852 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47853
47854         [BZ #13538]
47855         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47856         EPOLLET with unsigned values.
47857         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47858         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47859
47860         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47861         to large cancellation.
47862         * math/s_cacoshf.c: Likewise.
47863         * math/s_cacoshl.c: Likewise.
47864
47865 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47866
47867         [BZ #13305]
47868         [BZ #12786]
47869         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47870         * math/s_cacoshf.c: Likewise.
47871         * math/s_cacoshl.c: Likewise.
47872
47873 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47874
47875         [BZ #13439]
47876         * iconv/gconv.h: Define __GCONV_SWAP.
47877         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47878         * iconvdata/utf-16.c: Likewise.
47879         * iconvdata/utf-32.c: Likewise.
47880
47881 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47882
47883         [BZ #13524]
47884         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47885         numerator after shifting it by one limb.
47886
47887 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47888
47889         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47890         under [__USE_EXTERN_INLINES].
47891
47892 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47893
47894         [BZ #13446]
47895         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47896
47897 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47898
47899         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47900         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47901         optimized code.
47902         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47903         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47904         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47905         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47906         for strncasecmp/strncasecmp_l compilation.
47907         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47908         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47909
47910 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47911
47912         [BZ #13484]
47913         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47914         of __asm__.
47915
47916 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47917
47918         [BZ #13506]
47919         * time/tzfile.c (__tzfile_read): Check values from file header.
47920
47921 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47922
47923         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47924         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47925         * powerpc/powerpc32/dl-start.S: Likewise.
47926         * powerpc/powerpc32/elf/start.S: Likewise.
47927         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47928         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47929         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47930         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47931         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47932         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47933         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47934         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47935         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47936         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47937         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47938         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47939         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47940         * powerpc/powerpc32/memset.S: Likewise.
47941         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47942         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47943         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47944         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47945         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47946         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47947         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47948         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47949         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47950         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47951         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47952         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47953         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47954
47955 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47956
47957         * math/libm-test.inc: Added more nearbyint tests.
47958         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47959         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47960         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47961         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47962
47963 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47964
47965         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47966         FD_CLOEXEC.
47967
47968 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47969
47970         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47971         Add wcscpy-ssse3 wcscpy-c.
47972         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47973         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47974         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47975         * sysdeps/x86_64/wcschr.S: New file.
47976         * sysdeps/x86_64/wcsrchr.S: New file.
47977         * string/test-strcmp.c: Remove checking of wcscmp function for
47978         wrong alignments.
47979         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47980         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47981         wcsrchr-sse2 wcsrchr-c.
47982         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47983         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47984         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47985         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47986         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47987         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47988         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47989         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47990         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47991         * wcsmbc/wcschr.c (WCSCHR): New macro.
47992
47993 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47994
47995         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47996         * wcsmbs/test-wcsrchr.c: New file.
47997         * string/test-strrchr.c: Add wcsrchr support.
47998         (WIDE): New macro.
47999         * wcsmbs/test-wcscpy.c: New file.
48000         * string/test-strcpy.c: Add wcscpy support.
48001         (WIDE): New macro.
48002
48003 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
48004
48005         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
48006         the inner loop.
48007
48008 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
48009
48010         [BZ #13472]
48011         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
48012
48013 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
48014
48015         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
48016         Minor optimizations.
48017
48018         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
48019         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
48020         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
48021
48022 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
48023
48024         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
48025         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
48026         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
48027         for gcc to avoid warnings.
48028         * inet/Makefile (tests): Add tst-checks.
48029         * inet/tst-checks.c: New file.
48030
48031         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
48032         warning.
48033
48034         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
48035         __wmemcmp_sse2.
48036
48037         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
48038         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
48039
48040         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
48041
48042 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
48043
48044         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
48045         problem.
48046
48047         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
48048
48049 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
48050
48051         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
48052         conditional on GCC version.
48053         (__arch_compare_and_exchange_val_8_acq)
48054         (__arch_compare_and_exchange_val_16_acq)
48055         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
48056         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
48057         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
48058
48059 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
48060
48061         * sysdeps/sh/backtrace.c: New file.
48062
48063 2011-12-02  Andreas Schwab  <schwab@redhat.com>
48064
48065         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
48066         parenthesis.
48067
48068 2011-12-01  Andreas Schwab  <schwab@redhat.com>
48069
48070         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
48071         falling back to utime.
48072
48073 2011-11-30  Andreas Schwab  <schwab@redhat.com>
48074
48075         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
48076         expectations for float.
48077
48078 2011-11-29  Andreas Schwab  <schwab@redhat.com>
48079
48080         * locale/weight.h (findidx): Add parameter len.
48081         * locale/weightwc.h (findidx): Likewise.
48082         * posix/fnmatch_loop.c (FCT): Adjust caller.
48083         * posix/regcomp.c (build_equiv_class): Likewise.
48084         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
48085         * posix/regexec.c (check_node_accept_bytes): Likewise.
48086         * string/strcoll_l.c (STRCOLL): Likewise.
48087         * string/strxfrm_l.c (STRXFRM): Likewise.
48088
48089 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
48090
48091         * Makefile.in: Remove CVSOPT handling.
48092         * configure.in: Remove use of AC_REVISION.
48093         * iconvdata/Makefile (distribute): No need to filter out CVS.
48094         * scripts/list-sources.sh: Remove CVS, subversion and monotone
48095         handling.
48096
48097 2011-11-16  Andreas Schwab  <schwab@redhat.com>
48098
48099         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
48100         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
48101         [USE_AS_STRNCASECMP_L]: Likewise.
48102         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
48103         NO_TLS_DIRECT_SEG_REFS.
48104         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
48105         Fix argument offsets for non-PIC.
48106         [USE_AS_STRNCASECMP_L]: Likewise.
48107         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
48108         NO_TLS_DIRECT_SEG_REFS.
48109
48110 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48111
48112         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
48113         O_CLOEXEC.
48114         * locale/loadlocale.c (_nl_load_locale): Likewise.
48115
48116 2011-11-15  Andreas Schwab  <schwab@redhat.com>
48117
48118         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
48119         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
48120         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
48121         (SYSCALL_GETTIME): Set errno on error.
48122
48123         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
48124         count references to noai6ai_cached.
48125
48126 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48127
48128         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
48129
48130         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
48131         FD_CLOEXEC for /proc/self/maps.
48132
48133         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
48134         FD_CLOEXEC for /proc/meminfo.
48135
48136         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
48137         gai.conf.
48138
48139         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
48140         FD_CLOEXEC for given file.
48141
48142         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
48143
48144         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
48145         FD_CLOEXEC for /etc/hosts.
48146         (_gethtent): Likewise.
48147
48148         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
48149
48150         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
48151         cancellation and set FD_CLOEXEC for /etc/netgroup.
48152
48153         * nss/nss_files/files-key.c (search): Don't allow cancellation when
48154         reading /etc/publickey.
48155
48156         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48157         allow cancellation when reading /etc/group.
48158
48159         * nss/nss_files/files-alias.c (internal_setent): Don't allow
48160         cancellation.
48161         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
48162
48163         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48164         when using data file.
48165
48166         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48167
48168         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48169         (write_nis_obj): Use "c" and "e" in fopen.
48170
48171         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48172
48173         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48174
48175         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48176
48177         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48178
48179         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48180         locale.alias.
48181
48182         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48183
48184         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48185
48186         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48187
48188         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48189         file parsing and set FD_CLOEXEC.
48190
48191 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48192
48193         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48194
48195 2011-11-14  Andreas Schwab  <schwab@redhat.com>
48196
48197         * malloc/arena.c (arena_get2): Don't call reused_arena when
48198         _int_new_arena failed.
48199
48200 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48201
48202         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48203         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48204         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48205         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48206         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48207         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48208         to compile strcasecmp and strncasecmp.
48209         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48210         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48211
48212         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48213
48214 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
48215
48216         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48217         locale-defines.sym to gen-as-const-headers.
48218         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48219         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48220         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48221         to compile strcasecmp and strncasecmp.
48222         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48223         strcasecmp_l and strncasecmp_l.
48224         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48225         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48226         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48227         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48228         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48229         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48230         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48231         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48232         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48233         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48234         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48235
48236 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48237
48238         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48239         result of SYSDEP_GETTIME_CPU to retval.
48240         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48241         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48242
48243         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48244         variable.
48245
48246         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48247         mantissa words.
48248         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48249
48250         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48251         from unused variable.
48252
48253         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48254         DWARF definitions.
48255         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48256         for assembling.
48257
48258         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48259         over namespaces.
48260
48261         * sunrpc/rpc_prot.c (rejected): Fix case value.
48262
48263         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48264         unsigned long long int to avoid warnings in shift.
48265
48266         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48267         of use of trans.
48268         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48269         variable tmp.
48270
48271         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48272         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48273         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48274
48275         * nis/nis_table.c (nis_list): Use variable of correct type for
48276         result of __follow_path call.
48277
48278 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48279
48280         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48281         of math functions ceil, trunc, floor, round, and sqrt, when
48282         avaliable on the platform.
48283         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48284         name clash.
48285         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48286         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48287         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48288
48289 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48290
48291         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48292         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48293
48294 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48295
48296         * include/unistd.h: Fix __readlink return type.
48297         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48298
48299 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48300
48301         * stdlib/ucontext.h: Undo last change for makecontext.
48302
48303 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48304
48305         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48306
48307         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48308         * setjmp/setjmp.h: Mark functions as non-leaf.
48309         * setjmp/bits/setjmp2.h: Likewise.
48310         * stdlib/ucontext.h: Likewise.
48311
48312 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48313
48314         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48315         (reused_arena): Don't check arena limit.
48316         (arena_get2): Atomically check arena limit.
48317
48318 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48319
48320         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48321         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48322
48323         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48324         instructions.
48325
48326 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48327
48328         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48329         handler when locking.
48330
48331         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48332         Fix size of allocated buffer.
48333
48334 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48335
48336         [BZ #10103]
48337         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48338         declarations for long double functions.
48339         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48340
48341         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48342
48343 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48344
48345         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48346         installed.
48347
48348         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48349         is disabled.
48350
48351 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48352
48353         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48354
48355 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48356
48357         * include/alloca.h (stackinfo_alloca_round): Define.
48358         (extend_alloca): Use it.
48359         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48360         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48361         here.
48362
48363         * scripts/check-local-headers.sh: Ignore libaudit.h.
48364
48365         * nscd/Makefile (extra-objs): Make recursively expanded.
48366
48367 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48368
48369         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48370         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48371
48372         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48373         * posix/tst-rfc3484-2.c: Likewise.
48374         * posix/tst-rfc3484-3.c: Likewise.
48375
48376         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48377         process_vm_writev.
48378         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48379         process_vm_writev.
48380         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48381         process_vm_writev from libc using GLIBC_2.15 version.
48382
48383         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48384
48385 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48386
48387         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48388         stack usage.
48389
48390 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48391
48392         [BZ #13367]
48393         * nss/getent.c (initgroups_keys): Show error message in case no group
48394         names are given.
48395
48396         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48397         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48398         __bump_nl_timestamp.
48399         * nscd/connections (nscd_init): When host database is served open
48400         netlink socket and request notification about configuration changes.
48401         (main_loop_poll): Track netlink file descriptor and bump timestamp
48402         in case data becomes available.
48403         (main_loop_epoll): Likewise.
48404         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48405         (database_pers_head): Add extra_data fileds.
48406         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48407         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48408         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48409         Adjust caller.
48410         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48411         in6ai data, call __free_in6ai.
48412         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48413         Add -DHAVE_NETLINK.
48414         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48415         interface information.  Reuse previous data if netlink timestamp
48416         is not changed.
48417         (__bump_nl_timestamp): New function.
48418         (__free_in6ai): New function.
48419
48420 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48421
48422         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48423         close_not_cancel_no_status here.
48424         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48425
48426 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48427
48428         [BZ #13276]
48429         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48430         return value.
48431
48432         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48433         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48434         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48435
48436 2011-07-03  Andreas Jaeger  <aj@suse.de>
48437
48438         [BZ #10709]
48439         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48440         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48441         * math/libm-test.inc (sin_test): Add test case.
48442
48443 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48444
48445         [BZ #13337]
48446         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48447         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48448
48449         * elf/chroot_canon.c (chroot_canon): Cleanups.
48450
48451         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48452
48453         [BZ #13335]
48454         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48455         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48456
48457         * string/test-strchr.c: Make usable for strchrnul testing.
48458         * string/test-strchrnul.c: New file.
48459         * string/Makefile (strop-tests): Add strchrnul.
48460
48461         * po/it.po: Update from translation team.
48462         * po/es.po: Likewise.
48463
48464 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48465
48466         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48467         the three constants needed as parameters.  Drop the others.
48468         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48469         __m128i_strloadu_tolower.
48470         Create and initialize variable zero and use it in all the places
48471         where _mm_setzero_si128 was used.
48472
48473         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48474         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48475         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48476         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48477         anymore.
48478         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48479         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48480         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48481         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48482         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48483         __mpranred, __mptan.
48484         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48485         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48486         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48487         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48488         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48489         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48490         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48491         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48492         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48493
48494 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48495
48496         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48497         redefine if SHARED.
48498         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48499
48500         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48501         wide char related routines to wcsmbs subdir.
48502
48503 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48504
48505         [BZ #13344]
48506         * misc/sys/cdefs.h (__THROWNL): Define.
48507         * posix/unistd.h: Use __THREADNL instead of __THREAD
48508         for memory synchronization functions.
48509
48510 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48511
48512         [BZ #13349]
48513         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48514         doesn't exist.
48515         * manual/stdio.texi (Obstack Streams): Node removed.
48516
48517 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48518
48519         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48520         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48521         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48522
48523         * math/math_private.h (math_force_eval): Allow non-addressable
48524         arguments.
48525         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48526
48527 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48528
48529         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48530         file is not needed.
48531
48532         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48533         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48534         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48535         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48536         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48537         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48538         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48539         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48540         Add AVX variants.
48541         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48542         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48543         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48544         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48545         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48546         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48547         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48548         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48549         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48550         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48551         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48552         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48553         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48554         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48555         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48556         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48557         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48558         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48559         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48560
48561         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48562         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48563
48564         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48565         place.  Use VEX encoding when compiling for AVX.
48566
48567 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48568
48569         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48570         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48571
48572         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48573
48574 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48575
48576         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48577         useless if() expression.
48578         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48579         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48580         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48581         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48582         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48583         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48584         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48585         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48586         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48587         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48588         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48589         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48590         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48591         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48592         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48593         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48594         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48595         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48596         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48597
48598         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48599
48600 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48601
48602         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48603         condition.
48604         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48605
48606 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48607
48608         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48609         .text section.  Avoid duplicate constants.
48610         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48611         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48612         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48613         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48614         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48615         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48616         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48617         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48618         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48619         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48620         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48621         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48622         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48623         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48624         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48625         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48626         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48627         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48628         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48629         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48630         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48631         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48632         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48633         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48634         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48635         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48636         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48637         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48638         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48639         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48640         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48641         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48642         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48643         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48644         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48645         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48646         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48647         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48648         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48649         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48650         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48651         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48652         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48653         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48654         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48655
48656 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48657
48658         * sysdeps/x86_64/dla.h: Move to ...
48659         * sysdeps/x86_64/fpu/dla.h: ...here.
48660         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48661         situations.  Use __builtin_fma only for gcc 4.6 and up.
48662
48663         * config.make.in: Add have-mfma4 entry.
48664         * configure.in: Substitute libc_cv_cc_fma4.
48665         * math/Makefile (dbl-only-routines): Add sincostab.
48666         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48667         Use __sincostab not sincos.
48668         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48669         name is a macro.
48670         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48671         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48672         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48673         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48674         using __copysign.
48675         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48676         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48677         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48678         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48679         and __inv.
48680         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48681         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48682         __copysign.
48683         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48684         define aliases when function name is a macro.
48685         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48686         sysdeps/ieee754/dbl-64/sincos.tbl.
48687         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48688         fma4-enabled routines.
48689         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48690         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48691         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48692         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48693         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48694         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48695         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48696         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48697         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48698         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48699         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48700         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48701         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48702         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48703         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48704         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48705         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48706         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48707         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48708         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48709         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48710         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48711         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48712         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48713         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48714         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48715         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48716         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48717         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48718         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48719
48720         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48721         rename.
48722         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48723         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48724         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48725         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48726         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48727         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48728         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48729         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48730
48731 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48732
48733         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48734
48735 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48736
48737         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48738
48739         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48740         prediction.
48741         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48742
48743         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48744         Remove unused variable magic_bits.
48745         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48746
48747         * string/strnlen.c: Define and use STRNLEN macro.
48748         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48749         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48750         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48751         * wcsmbs/wcslen.c: Define and use WCSLEN.
48752         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48753         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48754         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48755         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48756         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48757         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48758         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48759
48760 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48761
48762         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48763         strnlen-sse2-no-bsf.
48764         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48765         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48766         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48767         Add strnlen support.
48768         (USE_AS_STRNLEN): New macro.
48769         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48770         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48771         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48772         * sysdeps/x86_64/wcslen.S: New file.
48773
48774 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48775
48776         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48777         XMM-moves are used for copying on small sizes.
48778
48779 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48780
48781         * wcsmbs/Makefile (strop-tests): Add wcschr.
48782         * wcsmbs/test-wcschr.c: New file.
48783         * string/test-strchr.c: Update.
48784         Add wcschr support.
48785         (WIDE): New macro.
48786
48787 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48788
48789         * wcsmbs/Makefile (strop-tests): Add wcslen.
48790         * wcsmbs/test-wcslen.c: New file.
48791         * string/test-strlen.c: Update.
48792         Add wcslen support.
48793         (WIDE): New macro.
48794
48795 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48796
48797         * po/it.po: Update from translation team.
48798
48799 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48800
48801         * sysdeps/x86_64/wcscmp.S: Update.
48802         Fix wrong comparison semantics.
48803         wcscmp shall use signed comparison not unsigned.
48804         Don't use substraction to avoid overflow bug.
48805         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48806         * wcsmbc/wcscmp.c: Likewise.
48807         * string/test-strcmp.c: Likewise.
48808         Add new tests to check cases with negative values.
48809
48810 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48811
48812         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48813         * sysdeps/x86_64/dla.h: ...here.  New file.
48814         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48815         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48816         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48817         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48818         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48819         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48820         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48821         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48822         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48823
48824 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48825
48826         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48827         __ynl_finite aliases.
48828
48829 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48830
48831         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48832
48833         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48834         define DLA_FMA.
48835         [DLA_FMA] (EMULV): Use DLA_FMA.
48836         [DLA_FMA] (MUL12): Use EMULV.
48837         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48838         that are not needed.
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/halfulp.c: Likewise.
48844         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48845         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48846
48847 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48848
48849         * math/s_nan.c: Undef __nan.
48850         * math/s_nanf.c: Undef __nanf.
48851         * math/s_nanl.c: Undef __nanl.
48852         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48853         "math_private.h".
48854
48855 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48856
48857         * math/s_catan.c: Add branch predictions.
48858         * math/s_catanf.c: Likewise.
48859         * math/s_catanh.c: Likewise.
48860         * math/s_catanhf.c: Likewise.
48861         * math/s_catanhl.c: Likewise.
48862         * math/s_catanl.c: Likewise.
48863         * math/s_cexp.c: Likewise.
48864         * math/s_cexpf.c: Likewise.
48865         * math/s_cexpl.c: Likewise.
48866         * math/s_clog.c: Likewise.
48867         * math/s_clog10.c: Likewise.
48868         * math/s_clog10f.c: Likewise.
48869         * math/s_clog10l.c: Likewise.
48870         * math/s_clogf.c: Likewise.
48871         * math/s_clogl.c: Likewise.
48872         * math/s_csqrt.c: Likewise.
48873         * math/s_csqrtf.c: Likewise.
48874         * math/s_csqrtl.c: Likewise.
48875         * math/s_ctanf.c: Likewise.
48876         * math/s_ctanh.c: Likewise.
48877         * math/s_ctanhf.c: Likewise.
48878         * math/s_ctanhl.c: Likewise.
48879         * math/s_ctanl.c: Likewise.
48880
48881         * math/math_private.h: Define __nan, __nanf, __nanl.
48882         * math/s_cacosh.c: Include <math_private.h>.
48883         * math/s_cacoshl.c: Likewise.
48884         * math/s_casinh.c: Likewise.
48885         * math/s_casinhf.c: Likewise.
48886         * math/s_casinhl.c: Likewise.
48887         * math/s_ccos.c: Rely entire on ccosh.
48888         * math/s_ccosf.c: Rely entire on ccoshf.
48889         * math/s_ccosl.c: Rely entirely on ccoshl.
48890         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48891         Remove tests for FE_INVALID.
48892         * math/s_ccoshf.c: Likewise.
48893         * math/s_ccoshl.c: Likewise.
48894         * math/s_csin.c: Likewise.
48895         * math/s_csinf.c: Likewise.
48896         * math/s_csinh.c Likewise.
48897         * math/s_csinhf.c: Likewise.
48898         * math/s_csinhl.c: Likewise.
48899         * math/s_csinl.c: Likewise.
48900         * math/s_ctan.c: Likewise.
48901         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48902         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48903         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48904
48905 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48906
48907         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48908         compilation problems.
48909
48910         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48911         __builtin_expect.
48912
48913 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48914
48915         * sysdeps/i386/configure.in: Test for -mfma4 option.
48916         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48917         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48918         COMMON_CPUID_INDEX_80000001.
48919         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48920         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48921         use it if FMA3 is not supported.
48922         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48923
48924         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48925         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48926
48927 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48928
48929         [BZ #12892]
48930         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48931         it would create a cycle with a link time dependency.
48932
48933 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48934
48935         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48936         instruction.
48937         * string/Makefile (strop-tests): Add rawmemchr.
48938         * string/test-rawmemchr.c: New file.
48939
48940         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48941         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48942         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48943         when compiling str{,n}casecmp and when AVX is available.  Hook up
48944         new optimized code in initializers.
48945
48946 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48947
48948         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48949         __feraiseexcept instead of feraiseexcept.
48950
48951 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48952
48953         * math/math_private.h: Define defaults for libc_fetestexcept and
48954         libc_feupdateenv.
48955         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48956         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48957         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48958         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48959         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48960         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48961         libc_fetestexcept and libc_feupdateenv.
48962
48963         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48964         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48965         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48966         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48967         libc_feholdexcept_setround.
48968
48969         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48970         Add s_nearbyint-c and s_nearbyintf-c.
48971         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48972         nearbyintf inlines.
48973         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48974         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48975         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48976         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48977
48978         * math/math_private.h: Define defaults for libc_fegetround,
48979         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48980         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48981         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48982         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48983         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48984         standard functions.
48985         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48986         Remove comments and hacks for old compiler versions.
48987         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48988         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48989         libc_feholdexceptl.
48990
48991 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48992
48993         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48994         (__feraiseexcept_renamed): Add __NTH.
48995         (feraiseexcept): Add __NTH.  Rename local variables to fix
48996         namespace violations.
48997
48998 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48999
49000         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
49001
49002         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
49003
49004         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
49005         recently added interfaces.
49006         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
49007
49008         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
49009         about macro parameter expansion.
49010
49011         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
49012         __NO_MATH_INLINES is defined.  Cleanups.
49013
49014         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
49015         and __floorf is target has SSE4.1.
49016         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
49017         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
49018         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
49019         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
49020
49021         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
49022         name.
49023         (floorf): Likewise.
49024
49025         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
49026
49027 2011-10-17  Andreas Schwab  <schwab@redhat.com>
49028
49029         * misc/sys/cdefs.h: Fix last change.
49030
49031         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
49032         database lookup.
49033
49034 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
49035
49036         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
49037
49038         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
49039         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49040         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49041         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49042         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49043         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49044         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49045         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49046         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49047         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
49048         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
49049         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
49050         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
49051         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
49052         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
49053         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
49054         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
49055         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
49056         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
49057         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
49058         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
49059         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
49060
49061         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
49062         ceil, ceilf, floor, floorf.
49063
49064         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
49065         Perform IRELATIVE relocations last.
49066
49067         * elf/do-rel.h: Add another parameter nrelative, replacing the
49068         local variable with the same name.  Change name of the function
49069         to end in Rel or Rela (uppercase).
49070         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
49071         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
49072         elf_dynamic_do_##reloc function.
49073
49074 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49075
49076         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
49077         is sufficient, at least on modern CPUs.
49078
49079         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
49080
49081         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
49082         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
49083
49084         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
49085         __expl_finite.
49086         * math/bits/math-finite.h: Add entries for exp.
49087         * math/e_expl.c: Add __*_finite alias.
49088         * sysdeps/i386/fpu/e_exp.S: Likewise.
49089         * sysdeps/i386/fpu/e_expf.S: Likewise.
49090         * sysdeps/i386/fpu/e_expl.c: Likewise.
49091         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49092         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49093         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
49094         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
49095         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
49096         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49097         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49098
49099         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
49100         is sufficient, at least on modern CPUs.
49101
49102         * ctype/ctype-info.c (__ctype_init): Define.
49103         * include/ctype.h (__ctype_init): Declare.
49104         (__ctype_b_loc): The variable is always initialized.
49105         (__ctype_toupper_loc): Likewise.
49106         (__ctype_tolower_loc): Likewise.
49107         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
49108         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
49109
49110 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
49111
49112         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
49113
49114         * configure.in: Also look in $cxxmachine/include for C++ system
49115         headers.
49116
49117 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49118
49119         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
49120         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
49121         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
49122         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
49123         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
49124         (USE_AS_WMEMCMP): New macro.
49125         Fixing indents.
49126         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
49127         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
49128         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
49129         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
49130         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49131         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
49132         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
49133         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
49134         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
49135         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
49136         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
49137         (USE_AS_WMEMCMP): New macro.
49138         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
49139         * sysdeps/string/test-memcmp.c: Update.
49140         Fix simple_wmemcmp.
49141         Add new tests.
49142         * wcsmbs/wmemcmp.c: Update.
49143         (WMEMCMP): New macro.
49144         Fix overflow bug.
49145
49146 2011-10-12  Andreas Jaeger  <aj@suse.de>
49147
49148         [BZ #13268]
49149         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
49150
49151 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49152
49153         * libio/iofwide.c (do_length): Avoid warning.
49154
49155         * ctype/ctype.h (__isctype_f): Add missing __THROW.
49156
49157 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
49158
49159         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49160
49161         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49162         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49163         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49164         * sysdeps/i386/i686/fpu/e_log.S: New file.
49165         * sysdeps/i386/i686/fpu/e_logf.S: New file.
49166         * sysdeps/i386/i686/fpu/e_logl.S: New file.
49167
49168         * ctype/ctype.h: Add support for inlined isXXX functions when
49169         compiling C++ code.
49170
49171 2011-10-14  Andreas Schwab  <schwab@redhat.com>
49172
49173         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49174
49175         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49176
49177 2011-10-13  Roland McGrath  <roland@hack.frob.com>
49178
49179         [BZ #13291]
49180         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49181
49182 2011-10-13  Andreas Schwab  <schwab@redhat.com>
49183
49184         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49185         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49186         feraiseexcept.
49187
49188         * sysdeps/x86_64/memrchr.S: Check for zero size.
49189
49190         * string/stratcliff.c: Add memrchr tests.
49191
49192 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49193
49194         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49195         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49196         rawmemchr-sse2 rawmemchr-sse2-bsf.
49197         * sysdeps/i386/i686/multiarch/memchr.S: New file.
49198         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49199         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49200         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49201         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49202         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49203         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49204         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49205         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49206         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49207         * string/memrchr.c (MEMRCHR): New macro.
49208
49209 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
49210
49211         Add integration with gcc's -ffinite-math-only and optimize wrapper
49212         functions in libm.
49213         * Versions.def: Define GLIBC_2.15 version for libm.
49214         * math/Makefile (headers): Add bits/math-finite.h.
49215         * math/bits/math-finite.h: New file.
49216         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49217         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49218         * math/e_acoshl.c: Add __*_finite alias.
49219         * math/e_acosl.c: Likewise.
49220         * math/e_asinl.c: Likewise.
49221         * math/e_atan2l.c: Likewise.
49222         * math/e_atanhl.c: Likewise.
49223         * math/e_coshl.c: Likewise.
49224         * math/e_exp10.c: Likewise.
49225         * math/e_exp10f.c: Likewise.
49226         * math/e_exp10l.c: Likewise.
49227         * math/e_exp2l.c: Likewise.
49228         * math/e_fmodl.c: Likewise.
49229         * math/e_gammal_r.c: Likewise.
49230         * math/e_hypotl.c: Likewise.
49231         * math/e_j0l.c: Likewise.
49232         * math/e_j1l.c: Likewise.
49233         * math/e_jnl.c: Likewise.
49234         * math/e_lgammal_r.c: Likewise.
49235         * math/e_log10l.c: Likewise.
49236         * math/e_log2l.c: Likewise.
49237         * math/e_logl.c: Likewise.
49238         * math/e_powl.c: Likewise.
49239         * math/e_sinhl.c: Likewise.
49240         * math/e_sqrtl.c: Likewise.
49241         * math/e_scalb.c: Completely rewritten and optimized.
49242         * math/e_scalbf.c: Likewise.
49243         * math/e_scalbl.c: Likewise.
49244         * math/w_acos.c: Likewise.
49245         * math/w_acosf.c: Likewise.
49246         * math/w_acosl.c: Likewise.
49247         * math/w_acosh.c: Likewise.
49248         * math/w_acoshf.c: Likewise.
49249         * math/w_acoshl.c: Likewise.
49250         * math/w_asin.c: Likewise.
49251         * math/w_asinf.c: Likewise.
49252         * math/w_asinl.c: Likewise.
49253         * math/w_atan2.c: Likewise.
49254         * math/w_atan2f.c: Likewise.
49255         * math/w_atan2l.c: Likewise.
49256         * math/w_atanh.c: Likewise.
49257         * math/w_atanhf.c: Likewise.
49258         * math/w_atanhl.c: Likewise.
49259         * math/w_exp10.c: Likewise.
49260         * math/w_exp10f.c: Likewise.
49261         * math/w_exp10l.c: Likewise.
49262         * math/w_fmod.c: Likewise.
49263         * math/w_fmodf.c: Likewise.
49264         * math/w_fmodl.c: Likewise.
49265         * math/w_j0.c: Likewise.
49266         * math/w_j0f.c: Likewise.
49267         * math/w_j0l.c: Likewise.
49268         * math/w_j1.c: Likewise.
49269         * math/w_j1f.c: Likewise.
49270         * math/w_j1l.c: Likewise.
49271         * math/w_jn.c: Likewise.
49272         * math/w_jnf.c: Likewise.
49273         * math/w_log.c: Likewise.
49274         * math/w_logf.c: Likewise.
49275         * math/w_logl.c: Likewise.
49276         * math/w_log10.c: Likewise.
49277         * math/w_log10f.c: Likewise.
49278         * math/w_log10l.c: Likewise.
49279         * math/w_log2.c: Likewise.
49280         * math/w_log2f.c: Likewise.
49281         * math/w_log2l.c: Likewise.
49282         * math/w_pow.c: Likewise.
49283         * math/w_powf.c: Likewise.
49284         * math/w_powl.c: Likewise.
49285         * math/w_remainder.c: Likewise.
49286         * math/w_remainderf.c: Likewise.
49287         * math/w_remainderl.c: Likewise.
49288         * math/w_scalb.c: Likewise.
49289         * math/w_scalbf.c: Likewise.
49290         * math/w_scalbl.c: Likewise.
49291         * math/w_sqrt.c: Likewise.
49292         * math/w_sqrtf.c: Likewise.
49293         * math/w_sqrtl.c: Likewise.
49294         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49295         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49296         used.
49297         * math/math_private.h: Declare __kernel_standard_f.
49298         * math/w_cosh.c: Remove cruft and optimize a bit.
49299         * math/w_coshf.c: Likewise.
49300         * math/w_coshl.c: Likewise.
49301         * math/w_exp2.c: Likewise.
49302         * math/w_exp2f.c: Likewise.
49303         * math/w_exp2l.c: Likewise.
49304         * math/w_hypot.c: Likewise.
49305         * math/w_hypotf.c: Likewise.
49306         * math/w_hypotl.c: Likewise.
49307         * math/w_lgamma.c: Likewise.
49308         * math/w_lgamma_r.c: Likewise.
49309         * math/w_lgammaf.c: Likewise.
49310         * math/w_lgammaf_r.c: Likewise.
49311         * math/w_lgammal.c: Likewise.
49312         * math/w_lgammal_r.c: Likewise.
49313         * math/w_sinh.c: Likewise.
49314         * math/w_sinhf.c: Likewise.
49315         * math/w_sinhl.c: Likewise.
49316         * math/w_tgamma.c: Likewise.
49317         * math/w_tgammaf.c: Likewise.
49318         * math/w_tgammal.c: Likewise.
49319         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49320         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49321         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49322         Minor optimizations.  Pretty printing.  Remove cruft.
49323         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49324         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49325         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49326         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49327         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49328         * sysdeps/i386/fpu/e_asin.S: Likewise.
49329         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49330         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49331         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49332         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49333         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49334         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49335         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49336         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49337         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49338         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49339         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49340         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49341         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49342         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49343         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49344         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49345         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49346         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49347         * sysdeps/i386/fpu/e_log.S: Likewise.
49348         * sysdeps/i386/fpu/e_log10.S: Likewise.
49349         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49350         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49351         * sysdeps/i386/fpu/e_log2.S: Likewise.
49352         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49353         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49354         * sysdeps/i386/fpu/e_logf.S: Likewise.
49355         * sysdeps/i386/fpu/e_logl.S: Likewise.
49356         * sysdeps/i386/fpu/e_pow.S: Likewise.
49357         * sysdeps/i386/fpu/e_powf.S: Likewise.
49358         * sysdeps/i386/fpu/e_powl.S: Likewise.
49359         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49360         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49361         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49362         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49363         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49364         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49365         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49366         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49367         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49368         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49369         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49370         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49371         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49372         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49373         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49374         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49375         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49376         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49377         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49378         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49379         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49380         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49381         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49382         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49383         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49384         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49385         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49386         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49387         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49388         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49389         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49390         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49391         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49392         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49393         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49394         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49395         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49396         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49397         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49398         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49399         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49400         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49401         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49402         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49403         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49404         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49405         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49406         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49407         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49408         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49409         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49410         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49411         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49412         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49413         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49414         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49415         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49416         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49417         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49418         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49419         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49420         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49421         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49422         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49423         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49424         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49425         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49426         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49427         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49428         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49429         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49430         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49431         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49432         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49433         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49434         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49435         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49436         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49437         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49438         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49439         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49440         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49441         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49442         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49443         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49444         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49445         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49446         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49447         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49448         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49449         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49450         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49451         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49452         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49453         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49454         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49455         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49456         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49457         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49458         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49459         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49460         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49461         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49462         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49463         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49464         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49465         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49466         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49467         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49468         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49469         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49470         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49471         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49472         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49473         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49474         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49475         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49476         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49477         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49478         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49479         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49480         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49481         (__isnanf): Likewise.
49482         (__isinf_ns): Likewise.
49483         (__isinf_nsf): Likewise.
49484         (__finite): Likewise.
49485         (__finitef): Likewise.
49486         (__ieee754_sqrt): Define as macro.
49487         (__ieee754_sqrtf): Define as macro.
49488         (__ieee754_sqrtl): Define as macro.
49489         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49490         inlined copy.
49491         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49492         __FINITE_MATH_ONLY__ consistent.
49493         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49494
49495 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49496
49497         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49498         of rawmemchr.
49499
49500         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49501
49502 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49503
49504         * po/ja.po: Update from translation team.
49505
49506 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49507
49508         * locale/programs/locarchive.c (prepare_address_space): New function.
49509         (create_archive, enlarge_archive, open_archive): Use it.
49510
49511         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49512         inside [SHARED], where it is used.
49513
49514         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49515
49516         * nss/getent.c (netgroup_keys): Remove unused variable.
49517         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49518
49519 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49520
49521         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49522         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49523         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49524         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49525         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49526         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49527         * math/Makefile (libm-calls): Add s_isinf_ns.
49528         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49529         * math/multc3.c: Likewise.
49530         * math/s_casin.c: Likewise.
49531         * math/s_casinf.c: Likewise.
49532         * math/s_casinl.c: Likewise.
49533         * math/s_ccos.c: Likewise.
49534         * math/s_ccosf.c: Likewise.
49535         * math/s_ccosl.c: Likewise.
49536         * math/s_ctan.c: Likewise.
49537         * math/s_ctanf.c: Likewise.
49538         * math/s_ctanh.c: Likewise.
49539         * math/s_ctanhf.c: Likewise.
49540         * math/s_ctanhl.c: Likewise.
49541         * math/s_ctanl.c: Likewise.
49542         * math/w_fmod.c: Likewise.
49543         * math/w_fmodf.c: Likewise.
49544         * math/w_fmodl.c: Likewise.
49545         * math/w_remainder.c: Likewise.
49546         * math/w_remainderf.c: Likewise.
49547         * math/w_remainderl.c: Likewise.
49548         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49549         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49550         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49551         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49552         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49553         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49554         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49555         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49556
49557         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49558         of the number.
49559         * stdio-common/printf_fphex.c: Likewise.
49560         * stdio-common/printf_size.c: Likewise.
49561
49562         * math/e_exp10.c: Include math_private.h using <...> not "...".
49563         * math/e_exp10f.c: Likewise.
49564         * math/e_exp10l.c: Likewise.
49565         * math/e_exp2l.c: Likewise.
49566         * math/e_j0l.c: Likewise.
49567         * math/e_j1l.c: Likewise.
49568         * math/e_jnl.c: Likewise.
49569         * math/e_lgammal_r.c: Likewise.
49570         * math/e_rem_pio2l.c: Likewise.
49571         * math/e_scalb.c: Likewise.
49572         * math/e_scalbf.c: Likewise.
49573         * math/e_scalbl.c: Likewise.
49574         * math/k_cosl.c: Likewise.
49575         * math/k_sinl.c: Likewise.
49576         * math/k_tanl.c: Likewise.
49577         * math/s_cacoshf.c: Likewise.
49578         * math/s_catan.c: Likewise.
49579         * math/s_catanf.c: Likewise.
49580         * math/s_catanh.c: Likewise.
49581         * math/s_catanhf.c: Likewise.
49582         * math/s_catanhl.c: Likewise.
49583         * math/s_catanl.c: Likewise.
49584         * math/s_ccosh.c: Likewise.
49585         * math/s_ccoshf.c: Likewise.
49586         * math/s_ccoshl.c: Likewise.
49587         * math/s_cexp.c: Likewise.
49588         * math/s_cexpf.c: Likewise.
49589         * math/s_cexpl.c: Likewise.
49590         * math/s_clog.c: Likewise.
49591         * math/s_clog10.c: Likewise.
49592         * math/s_clog10f.c: Likewise.
49593         * math/s_clog10l.c: Likewise.
49594         * math/s_clogf.c: Likewise.
49595         * math/s_clogl.c: Likewise.
49596         * math/s_csin.c: Likewise.
49597         * math/s_csinf.c: Likewise.
49598         * math/s_csinh.c: Likewise.
49599         * math/s_csinhf.c: Likewise.
49600         * math/s_csinhl.c: Likewise.
49601         * math/s_csinl.c: Likewise.
49602         * math/s_csqrt.c: Likewise.
49603         * math/s_csqrtf.c: Likewise.
49604         * math/s_csqrtl.c: Likewise.
49605         * math/s_ctan.c: Likewise.
49606         * math/s_ctanf.c: Likewise.
49607         * math/s_ctanh.c: Likewise.
49608         * math/s_ctanhf.c: Likewise.
49609         * math/s_ctanhl.c: Likewise.
49610         * math/s_ctanl.c: Likewise.
49611         * math/s_ldexp.c: Likewise.
49612         * math/s_ldexpf.c: Likewise.
49613         * math/s_ldexpl.c: Likewise.
49614         * math/s_significand.c: Likewise.
49615         * math/s_significandf.c: Likewise.
49616         * math/s_significandl.c: Likewise.
49617         * math/w_acos.c: Likewise.
49618         * math/w_acosf.c: Likewise.
49619         * math/w_acosh.c: Likewise.
49620         * math/w_acoshf.c: Likewise.
49621         * math/w_acoshl.c: Likewise.
49622         * math/w_acosl.c: Likewise.
49623         * math/w_asin.c: Likewise.
49624         * math/w_asinf.c: Likewise.
49625         * math/w_asinl.c: Likewise.
49626         * math/w_atan2.c: Likewise.
49627         * math/w_atan2f.c: Likewise.
49628         * math/w_atan2l.c: Likewise.
49629         * math/w_atanh.c: Likewise.
49630         * math/w_atanhf.c: Likewise.
49631         * math/w_atanhl.c: Likewise.
49632         * math/w_cosh.c: Likewise.
49633         * math/w_coshf.c: Likewise.
49634         * math/w_coshl.c: Likewise.
49635         * math/w_dremf.c: Likewise.
49636         * math/w_exp10.c: Likewise.
49637         * math/w_exp10f.c: Likewise.
49638         * math/w_exp10l.c: Likewise.
49639         * math/w_exp2.c: Likewise.
49640         * math/w_exp2f.c: Likewise.
49641         * math/w_fmod.c: Likewise.
49642         * math/w_fmodf.c: Likewise.
49643         * math/w_fmodl.c: Likewise.
49644         * math/w_hypot.c: Likewise.
49645         * math/w_hypotf.c: Likewise.
49646         * math/w_hypotl.c: Likewise.
49647         * math/w_j0.c: Likewise.
49648         * math/w_j0f.c: Likewise.
49649         * math/w_j0l.c: Likewise.
49650         * math/w_j1.c: Likewise.
49651         * math/w_j1f.c: Likewise.
49652         * math/w_j1l.c: Likewise.
49653         * math/w_jn.c: Likewise.
49654         * math/w_jnf.c: Likewise.
49655         * math/w_jnl.c: Likewise.
49656         * math/w_lgamma.c: Likewise.
49657         * math/w_lgamma_r.c: Likewise.
49658         * math/w_lgammaf.c: Likewise.
49659         * math/w_lgammaf_r.c: Likewise.
49660         * math/w_lgammal.c: Likewise.
49661         * math/w_lgammal_r.c: Likewise.
49662         * math/w_log.c: Likewise.
49663         * math/w_log10.c: Likewise.
49664         * math/w_log10f.c: Likewise.
49665         * math/w_log10l.c: Likewise.
49666         * math/w_log2.c: Likewise.
49667         * math/w_log2f.c: Likewise.
49668         * math/w_log2l.c: Likewise.
49669         * math/w_logf.c: Likewise.
49670         * math/w_logl.c: Likewise.
49671         * math/w_pow.c: Likewise.
49672         * math/w_powf.c: Likewise.
49673         * math/w_powl.c: Likewise.
49674         * math/w_remainder.c: Likewise.
49675         * math/w_remainderf.c: Likewise.
49676         * math/w_remainderl.c: Likewise.
49677         * math/w_scalb.c: Likewise.
49678         * math/w_scalbf.c: Likewise.
49679         * math/w_scalbl.c: Likewise.
49680         * math/w_sinh.c: Likewise.
49681         * math/w_sinhf.c: Likewise.
49682         * math/w_sinhl.c: Likewise.
49683         * math/w_sqrt.c: Likewise.
49684         * math/w_sqrtf.c: Likewise.
49685         * math/w_sqrtl.c: Likewise.
49686         * math/w_tgamma.c: Likewise.
49687         * math/w_tgammaf.c: Likewise.
49688         * math/w_tgammal.c: Likewise.
49689
49690         * po/ja.po: Update from translation team.
49691
49692 2011-09-29  Andreas Jaeger  <aj@suse.de>
49693
49694         [BZ #13179]
49695         * sunrpc/netname.c (netname2host): Fix logic.
49696
49697         [BZ #6779]
49698         [BZ #6783]
49699         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49700         correctly.
49701         * math/w_remainder.c (__remainder): Likewise.
49702         * math/w_remainderf.c (__remainderf): Likewise.
49703         * math/libm-test.inc (remainder_test): Add test cases.
49704
49705 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49706
49707         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49708         sdiv_qrnnd.
49709
49710 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49711
49712         * string/test-memcmp.c: Avoid unncessary #defines.
49713         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49714
49715 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49716
49717         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49718         Use new sse2 version for core i3 - i7 as it's faster
49719         than sse42 version.
49720         (bit_Prefer_PMINUB_for_stringop): New.
49721         * sysdeps/x86_64/rawmemchr.S: Update.
49722         Replace with faster SSE2 version.
49723         * sysdeps/x86_64/memrchr.S: New file.
49724         * sysdeps/x86_64/memchr.S: Update.
49725         Replace with faster SSE2 version.
49726
49727 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49728
49729         * elf/dl-load.c (lose): Add cast to avoid warning.
49730
49731 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49732
49733         * po/ca.po: Update from translation team.
49734
49735         * inet/getnetgrent_r.c: Hook up nscd.
49736         * nscd/Makefile (routines): Add nscd_netgroup.
49737         (nscd-modules): Add netgroupcache.
49738         (CFLAGS-netgroupcache.c): Define.
49739         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49740         (cache_search): Add const to second parameter.
49741         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49742         INNETGR.
49743         (dbs): Add netgrdb entry.
49744         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49745         (verify_persistent_db): Handle netgrdb.
49746         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49747         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49748         GETFDNETGR.
49749         (netgroup_response_header): Define.
49750         (innetgroup_response_header): Define.
49751         (datahead): Add netgroup_response_header and innetgroup_response_header
49752         elements.
49753         * nscd/nscd.conf: Add entries for netgroup cache.
49754         * nscd/nscd.h (dbtype): Add netgrdb.
49755         (_PATH_NSCD_NETGROUP_DB): Define.
49756         (netgroup_iov_disabled): Declare.
49757         (xmalloc, xcalloc, xrealloc): Move declarations here.
49758         (cache_search): Adjust prototype.
49759         Add netgroup-related prototypes.
49760         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49761         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49762         (__nscd_innetgr): Declare.
49763         * nscd/selinux.c (perms): Use access_vector_t as element type and
49764         add netgroup-related initializers.
49765         * nscd/netgroupcache.c: New file.
49766         * nscd/nscd_netgroup.c: New file.
49767         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49768         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49769         For four parameters use innetgr.
49770         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49771         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49772         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49773         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49774
49775         * nscd/connections.c (register_traced_file): Don't register file
49776         for disabled databases.
49777
49778 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49779
49780         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49781
49782         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49783         from tree and freeing node.
49784
49785 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49786
49787         * nss/nsswitch.c (__nss_database_lookup): Handle
49788         nss_parse_service_list out of memory case.
49789
49790 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49791
49792         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49793         out of memory case.
49794
49795 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49796
49797         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49798         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49799         pass it down.
49800         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49801         elf_machine_rela, elf_machine_lazy_rel.
49802         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49803         (ELF_DYNAMIC_DO_REL): Likewise.
49804         (ELF_DYNAMIC_DO_RELA): Likewise.
49805         (ELF_DYNAMIC_RELOCATE): Likewise.
49806         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49807         to ELF_DYNAMIC_DO_REL.
49808         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49809         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49810         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49811         elf_machine_rela.
49812         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49813         skip_ifunc, don't call ifunc function if non-zero.
49814         (elf_machine_rela): Likewise.
49815         (elf_machine_lazy_rel): Likewise.
49816         (elf_machine_lazy_rela): Likewise.
49817         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49818         (elf_machine_lazy_rel): Likewise.
49819         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49820         Likewise.
49821         (elf_machine_lazy_rel): Likewise.
49822         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49823         Likewise.
49824         (elf_machine_lazy_rel): Likewise.
49825         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49826         (elf_machine_lazy_rel): Likewise.
49827         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49828         (elf_machine_lazy_rel): Likewise.
49829         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49830         (elf_machine_lazy_rel): Likewise.
49831         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49832         (elf_machine_lazy_rel): Likewise.
49833         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49834         (elf_machine_lazy_rel): Likewise.
49835         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49836         (elf_machine_lazy_rel): Likewise.
49837
49838 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49839
49840         * nss/nss_files/files-init.c (_nss_files_init): Use static
49841         initialization for all the *_traced_file variables.
49842
49843 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49844
49845         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49846
49847 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49848
49849         [BZ #13226]
49850         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49851
49852 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49853
49854         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49855         Reread the line before reparsing it.
49856
49857 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49858
49859         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49860
49861 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49862             Maxim Kuvyrkov  <maxim@codesourcery.com>
49863             Joseph Myers  <joseph@codesourcery.com>
49864
49865         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49866         if needed for __stack_chk_guard.
49867
49868 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49869
49870         * sysdeps/posix/spawni.c (script_execute): Always define it.
49871         It will be optimized away if unused.
49872         (maybe_script_execute): New function.
49873         (__spawni): Call it.
49874
49875         * Makerules: Don't include tls.make.
49876         (config-tls): Always set to thread.
49877         * tls.make.c: File removed.
49878
49879 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49880
49881         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49882         * config.make.in (CPPFLAGS-config): New substituted variable.
49883
49884 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49885
49886         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49887
49888         [BZ #13192]
49889         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49890         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49891
49892 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49893
49894         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49895         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49896         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49897         (CALL_FAIL): Likewise.
49898         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49899         (CALL_FAIL): Macro removed.
49900         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49901
49902 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49903
49904         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49905         for __FINITE_MATH_ONLY__ == 1.
49906
49907 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49908
49909         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49910         __ieee754_sqrt instead of sqrt.
49911         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49912         __ieee754_sqrtf instead of sqrtf.
49913         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49914         __floorf instead of floorf.
49915         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49916         __floorf, __truncf instead of floorf, truncf.
49917
49918 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49919
49920         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49921
49922         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49923         __extern_always_inline.
49924         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49925         32-bit.
49926
49927 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49928
49929         * elf/rtld.c (dl_main): Also relocate in dependency order when
49930         doing symbol dependency testing.
49931
49932 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49933
49934         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49935         Always define `refsym'.
49936
49937 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49938
49939         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49940         (__FD_ELT): Renamed from __FDELT.
49941         * misc/bits/select2.h (__FD_ELT): Likewise.
49942         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49943         __FD_MASK instead of __FDELT, __FDMASK.
49944         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49945         Likewise.
49946         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49947         Likewise.
49948
49949         * elf/Makefile (gen-ldd): Fix pattern.
49950
49951         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49952         (init_tls): Likewise.
49953
49954 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49955
49956         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49957
49958 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49959
49960         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49961         `struct cmsghdr *' instead of `void *'.
49962         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49963         Likewise.
49964
49965 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49966
49967         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49968         if non-absolute.
49969         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49970         ldd_rewrite_script.
49971
49972 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49973
49974         * configure.in: Remove --with-tls option.
49975         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49976         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49977         out in case it is missing.
49978         * sysdeps/ia64/elf/configure.in: Likewise.
49979         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49980         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49981         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49982         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49983         * sysdeps/sh/elf/configure.in: Likewise.
49984         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49985         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49986         * sysdeps/x86_64/elf/configure.in: Likewise.
49987         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49988         * sysdeps/mach/hurd/tls.h: Likewise.
49989
49990         [BZ #13067]
49991         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49992
49993         [BZ #13090]
49994         * configure.in: Fix use of AC_INIT.
49995
49996         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49997
49998 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49999
50000         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
50001         __set_errno.
50002         * malloc/hooks.c: Likewise.
50003
50004         [BZ #11929]
50005         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
50006         variables statically.
50007         (narenas): Initialize.
50008         (list_lock): Initialize.
50009         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
50010         initializtion of main_arena and list_lock.  Small cleanups.
50011         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
50012         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
50013         Add initializers to main_arena and mp_.
50014         (malloc_state): Remove pagesize member.  Change all users to use
50015         GLRO(dl_pagesize).
50016
50017         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
50018         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
50019         is always initialized.
50020
50021         * malloc/malloc.c: Removed unused configurations and dead code.
50022         * malloc/arena.c: Likewise.
50023         * malloc/hooks.c: Likewise.
50024         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
50025
50026         * include/tls.h: Removed.  USE___THREAD must always be defined.
50027         * bits/libc-tsd.h: Don't handle !USE___THREAD.
50028         * elf/dl-libc.c: Likewise.
50029         * elf/dl-tsd.c: Likewise.
50030         * include/errno.h: Likewise.
50031         * include/netdb.h: Likewise.
50032         * include/resolv.h: Likewise.
50033         * inet/herrno-loc.c: Likewise.
50034         * inet/herrno.c: Likewise.
50035         * malloc/arena.c: Likewise.
50036         * malloc/hooks.c: Likewise.
50037         * malloc/malloc.c: Likewise.
50038         * resolv/res-state.c: Likewise.
50039         * resolv/res_libc.c: Likewise.
50040         * sysdeps/i386/dl-machine.h: Likewise.
50041         * sysdeps/ia64/dl-machine.h: Likewise.
50042         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
50043         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
50044         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
50045         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
50046         * sysdeps/sh/dl-machine.h: Likewise.
50047         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50048         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50049         * sysdeps/unix/i386/sysdep.S: Likewise.
50050         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
50051         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
50052         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
50053         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
50054         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
50055         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
50056         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
50057         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50058         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50059         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
50060         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50061         * sysdeps/x86_64/dl-machine.h: Likewise.
50062         * tls.make.c: Likewise.
50063
50064         * configure.in: Remove --with-__thread option.  Make tests for
50065         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
50066         tls_model attribute fail if no support is available.  Remove
50067         USE_IN_LIBIO.
50068         * Makeconfig: Adjust for dropped configure option.  All features are
50069         now mandatory.
50070         * Makerules: Likewise.
50071         * Versions.def: Likewise.
50072         * argp/argp-fmtstream.c: Likewise.
50073         * argp/argp-fmtstream.h: Likewise.
50074         * argp/argp-help.c: Likewise.
50075         * assert/assert.c: Likewise.
50076         * config.h.in: Likewise.
50077         * config.make.in: Likewise.
50078         * configure: Likewise.
50079         * configure.in: Likewise.
50080         * csu/Versions: Likewise.
50081         * csu/init.c: Likewise.
50082         * elf/tst-audit2.c: Likewise.
50083         * elf/tst-tls10.c: Likewise.
50084         * elf/tst-tls10.h: Likewise.
50085         * elf/tst-tls11.c: Likewise.
50086         * elf/tst-tls12.c: Likewise.
50087         * elf/tst-tls14.c: Likewise.
50088         * elf/tst-tlsmod11.c: Likewise.
50089         * elf/tst-tlsmod12.c: Likewise.
50090         * elf/tst-tlsmod13.c: Likewise.
50091         * elf/tst-tlsmod13a.c: Likewise.
50092         * elf/tst-tlsmod14a.c: Likewise.
50093         * elf/tst-tlsmod15b.c: Likewise.
50094         * elf/tst-tlsmod16a.c: Likewise.
50095         * elf/tst-tlsmod16b.c: Likewise.
50096         * elf/tst-tlsmod7.c: Likewise.
50097         * elf/tst-tlsmod8.c: Likewise.
50098         * elf/tst-tlsmod9.c: Likewise.
50099         * gmon/gmon.c: Likewise.
50100         * grp/fgetgrent_r.c: Likewise.
50101         * grp/putgrent.c: Likewise.
50102         * hurd/fopenport.c: Likewise.
50103         * include/libc-symbols.h: Likewise.
50104         * include/tls.h: Likewise.
50105         * intl/gettextP.h: Likewise.
50106         * intl/loadinfo.h: Likewise.
50107         * locale/global-locale.c: Likewise.
50108         * locale/localeinfo.h: Likewise.
50109         * mach/devstream.c: Likewise.
50110         * malloc/arena.c: Likewise.
50111         * malloc/set-freeres.c: Likewise.
50112         * misc/err.c: Likewise.
50113         * misc/getttyent.c: Likewise.
50114         * misc/mntent_r.c: Likewise.
50115         * posix/getopt.c: Likewise.
50116         * posix/wordexp.c: Likewise.
50117         * pwd/fgetpwent_r.c: Likewise.
50118         * resolv/Versions: Likewise.
50119         * resolv/res_hconf.c: Likewise.
50120         * shadow/fgetspent_r.c: Likewise.
50121         * shadow/putspent.c: Likewise.
50122         * stdio-common/printf_fphex.c: Likewise.
50123         * stdio-common/tmpfile.c: Likewise.
50124         * stdlib/abort.c: Likewise.
50125         * stdlib/fmtmsg.c: Likewise.
50126         * sunrpc/auth_unix.c: Likewise.
50127         * sunrpc/clnt_perr.c: Likewise.
50128         * sunrpc/clnt_tcp.c: Likewise.
50129         * sunrpc/clnt_udp.c: Likewise.
50130         * sunrpc/clnt_unix.c: Likewise.
50131         * sunrpc/openchild.c: Likewise.
50132         * sunrpc/svc_simple.c: Likewise.
50133         * sunrpc/svc_tcp.c: Likewise.
50134         * sunrpc/svc_udp.c: Likewise.
50135         * sunrpc/svc_unix.c: Likewise.
50136         * sunrpc/xdr.c: Likewise.
50137         * sunrpc/xdr_array.c: Likewise.
50138         * sunrpc/xdr_rec.c: Likewise.
50139         * sunrpc/xdr_ref.c: Likewise.
50140         * sunrpc/xdr_stdio.c: Likewise.
50141
50142 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50143
50144         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50145
50146 2011-07-03  Andreas Jaeger  <aj@suse.de>
50147
50148         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
50149         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
50150         regenerate with gen-libm-tests.pl.
50151
50152 2010-05-12  Petr Baudis  <pasky@suse.cz>
50153
50154         [BZ #11589]
50155         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50156         around j0() zero points by switching to j1().
50157         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50158         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50159         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50160         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50161
50162 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50163
50164         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50165         instead of 0.
50166         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
50167         instead of 0.
50168         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50169         Patch in part by Pavel Roskin <proski@gnu.org>.
50170
50171         [BZ #13138]
50172         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50173         realloc.
50174         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
50175         Free memory block if necessary.
50176
50177         [BZ #12847]
50178         * libio/genops.c (INTDEF): For string streams the _lock pointer can
50179         be NULL.  Don't lock in this case.
50180
50181 2011-09-09  Roland McGrath  <roland@hack.frob.com>
50182
50183         * elf/elf.h (ELFOSABI_GNU): New macro.
50184         (ELFOSABI_LINUX): Define to that.
50185
50186 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
50187
50188         * string/strncat.c (strncat): Undef the symbol in case it has been
50189         defined in bits/string.h.
50190
50191 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50192
50193         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50194
50195         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
50196         link map.
50197
50198 2011-08-17  Andreas Jaeger  <aj@suse.de>
50199
50200         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50201
50202 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
50203             Ian Lance Taylor  <iant@google.com>
50204
50205         * math/libm-test.inc (lround_test): New testcase.
50206         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50207
50208 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
50209
50210         * Makefile: Remove support for automatic cvs check-ins.
50211         * Makerules: Likewise.
50212         * config.make.in: Likewise.
50213         * configure.in: Likewise.
50214         * intl/Makefile: Likewise.
50215         * locale/Makefile: Likewise.
50216         * po/Makefile: Likewise.
50217         * posix/Makefile: Likewise.
50218         * sysdeps/gnu/Makefile: Likewise.
50219         * sysdeps/mach/hurd/Makefile: Likewise.
50220         * sysdeps/sparc/sparc32/Makefile: Likewise.
50221
50222         [BZ #13118]
50223         * posix/Makefile (bug-regex32-ENV): Define.
50224         Patch by John Stanley <jpsinthemix@verizon.net>.
50225
50226         * misc/Makefile (headers): Add bits/select2.h.
50227         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50228         * misc/bits/select2.h: New file.
50229         * include/bits/select2.h: New file.
50230         * debug/Makefile (routines): Add fdelt_chk.
50231         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50232         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50233         FD_ISSET.
50234         * debug/fdelt_chk.c: New file.
50235
50236         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50237         * wcsmbs/test-wmemcmp.c: Likewise.
50238         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50239         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50240
50241 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50242
50243         * string/Makefile (strop-tests): Add memcmp.
50244         * string/test-wmemcmp.c: New file.
50245         * string/test-memcmp.c: Add wmemcmp support.
50246
50247 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50248
50249         [BZ #13153]
50250         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50251         2011-07-19 change.
50252
50253         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50254         garbage value in a __mach_port_mod_refs call in the cases of the
50255         task-self and thread-self ports.
50256
50257 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50258
50259         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50260
50261 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50262
50263         * elf/dl-load.c (lose): Check for non-null L.
50264
50265 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50266
50267         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50268
50269         * elf/dl-libc.c (dlerror_run): Pass back error code from
50270         dl_catch_error.
50271
50272         [BZ #13123]
50273         * elf/dl-load.c (lose): Free l_origin if it is valid.
50274
50275         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50276         names.
50277         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50278         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50279         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50280         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50281         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50282         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50283
50284 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50285
50286         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50287         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50288         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50289         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50290         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50291         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50292         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50293         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50294         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50295         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50296
50297 2011-08-15  Alan Modra  <amodra@gmail.com>
50298
50299         [BZ #13092]
50300         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50301         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50302         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50303         ppc_mcount to static-only-routines.
50304         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50305         __mcount_internal.
50306         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50307         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50308
50309 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50310
50311         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50312         for finite and infinity parameters.
50313
50314 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50315
50316         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50317         and add nop instructions for throughput optimization.
50318         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50319
50320 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50321
50322         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50323         aligned copy for power7 with vector-scalar instructions.
50324         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50325
50326 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50327
50328         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50329         AVX check.
50330
50331 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50332
50333         [BZ #13144]
50334         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50335         last change.
50336
50337 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50338
50339         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50340         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50341         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50342         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50343         clock_gettime.
50344
50345 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50346
50347         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50348         Forgot to demangle the pointer.
50349
50350         * sysdeps/i386/sysdep.h: Define atom_text_section.
50351         * sysdeps/x86_64/sysdep.h: Likewise.
50352         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50353         section with atom_text_section.
50354         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50355         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50356         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50357         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50358         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50359
50360         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50361         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50362         already be defined.  Change to take two parameters and don't assign
50363         result to variable.  Adjust all users.
50364         Define INTERNAL_GETTIME if not already defined.
50365         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50366         call.
50367         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50368         HAVE_CLOCK_GETTIME_VSYSCALL.
50369         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50370
50371         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50372         gettimeofday vsyscall, just use time.
50373
50374 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50375
50376         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50377         <errno.h>.
50378
50379 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50380
50381         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50382         syscall on x86-64.
50383         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50384         syscall.
50385         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50386         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50387         syscall if possible.
50388
50389 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50390
50391         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50392         e_ident.  Don't pass to find_mapsXX.
50393         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50394
50395 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50396
50397         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50398         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50399         * sysdeps/x86_64/multiarch/strchr.S: Update.
50400         Check bit_slow_BSF bit.
50401         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50402         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50403         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50404
50405 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50406
50407         [BZ #13134]
50408         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50409         before glibc 2.15.
50410         (tryshell): Define.
50411         (__spawni): Change last parameter to be flag.  Test
50412         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50413         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50414         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50415         * posix/spawni.c: Likewise.
50416         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50417         * posix/spawnp.c: Likewise.  Change normal version to use
50418         SPAWN_XFLAGS_USE_PATH.
50419         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50420         SPAWN_XFLAGS_TRY_SHELL.
50421
50422         [BZ #13150]
50423         * posix/glob.h: Remove gcc 1.x support.
50424
50425         [BZ #13068]
50426         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50427
50428 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50429
50430         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50431         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50432         strrchr-sse2-bsf
50433         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50434         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50435         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50436         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50437         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50438         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50439
50440 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50441
50442         * sysdeps/x86_64/wcscmp.S: New file.
50443
50444         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50445         wcscmp-c wcscmp-sse2
50446         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50447         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50448         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50449         * wcsmbs/wcscmp.c: Allow renaming.
50450
50451 2011-09-05  David S. Miller  <davem@davemloft.net>
50452
50453         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50454         stack slot, rather than the struct return pointer slot.
50455         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50456         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50457         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50458         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50459
50460 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50461
50462         * po/ja.po: Update from translation team.
50463
50464         [BZ #13144]
50465         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50466         kernel in 64-bit binaries.
50467
50468 2011-09-01  David S. Miller  <davem@davemloft.net>
50469
50470         * elf/elf.h (HWCAP_SPARC_*): Move to..
50471         * sysdeps/sparc/sysdep.h: this new file and add new values.
50472         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50473         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50474         _DL_HWCAP_COUNT to 24.
50475         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50476         entries.
50477         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50478         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50479         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50480         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50481         instead of magic constants.
50482         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50483
50484 2011-08-31  David S. Miller  <davem@davemloft.net>
50485
50486         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50487         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50488         Reimplement to do errno handling inline.
50489         (SYSCALL_ERROR_HANDLER): New macro.
50490         (__SYSCALL_STRING): Do not do errno handling in asm.
50491         (__CLONE_SYSCALL_STRING): Delete.
50492         (__INTERNAL_SYSCALL_STRING): Delete.
50493         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50494         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50495         (PSEUDO): Reimplement to do errno handling inline.
50496         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50497         (SYSCALL_ERROR_HANDLER): New macro.
50498         (__SYSCALL_STRING): Do not do errno handling in asm.
50499         (__CLONE_SYSCALL_STRING): Delete.
50500         (__INTERNAL_SYSCALL_STRING): Delete.
50501         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50502         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50503         i386.
50504         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50505         (inline_syscall*): Add 'err' argument.
50506         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50507         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50508         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50509         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50510
50511         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50512         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50513
50514 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50515
50516         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50517
50518 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50519
50520         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50521         directive.
50522
50523 2011-08-24  David S. Miller  <davem@davemloft.net>
50524
50525         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50526
50527 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50528
50529         * elf/Makefile: Add rules to build and run unload8 test.
50530         * elf/unload8.c: New file.
50531         * elf/unload8mod1.c: New file.
50532         * elf/unload8mod1x.c: New file.
50533         * elf/unload8mod2.c: New file.
50534         * elf/unload8mod3.c: New file.
50535
50536         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50537         it wasn't used.
50538
50539 2011-08-23  David S. Miller  <davem@davemloft.net>
50540
50541         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50542         subtract stack bias.
50543         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50544         %sp not %fp in calculations.
50545         (_JMPBUF_UNWINDS_ADJ): Likewise.
50546
50547         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50548         (aio_suspend): Call it to force an exception region around the
50549         AIO_MISC_WAIT() invocation.
50550
50551 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50552
50553         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50554         backslash.
50555
50556 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50557
50558         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50559         protection macro.
50560         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50561         and <dl-machine.h>.
50562         (Elf64_FuncDesc): Remove.
50563
50564 2011-08-22  David S. Miller  <davem@davemloft.net>
50565
50566         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50567         sigaltstack check, add missing cfi directives.
50568         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50569         missing cfi directives, and sigaltstack handling.
50570
50571 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50572
50573         [BZ #11724]
50574         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50575         object is seen twice.
50576         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50577
50578         * elf/Makefile (distribute): Add tst-initorder2.c.
50579         (tests): Add tst-initorder2.
50580         (modules-names): Add tst-initorder2a tst-initorder2b
50581         tst-initorder2c tst-initorder2d.  Add rules to build them.
50582         ($(objpfx)tst-initorder2.out): New rule.
50583         * elf/tst-initorder2.c: New file.
50584         * elf/tst-initorder2.exp: New file.
50585
50586 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50587
50588         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50589
50590         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50591         dependencies back to end of function.
50592
50593         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50594         $(elfobjdir)/ld.so.
50595
50596 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50597
50598         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50599         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50600         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50601         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50602         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50603         of __vdso_gettimeofday.
50604         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50605         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50606         attribute_hidden.
50607         (_libc_vdso_platform_setup): Remove initialization of
50608         __vdso_gettimeofday and __vdso_time.
50609
50610 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50611
50612         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50613         and fgetc_unlocked.
50614         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50615         getc_unlocked.
50616
50617         * elf/dl-open.c (add_to_global): Report additions to the global scope
50618         for LD_DEBUG=scopes.
50619         (dl_open_worker): Also print scope of newly loaded dependencies.
50620         (_dl_show_scope): Indicate if there is no scope.
50621
50622         [BZ #13114]
50623         * stdio-common/Makefile (tests): Add bug24.
50624         * stdio-common/bug24.c: New file.
50625
50626 2011-08-19  Andreas Jaeger  <aj@suse.de>
50627
50628         [BZ #13114]
50629         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50630         non-existant file when using close-on-exec mode.
50631
50632 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50633
50634         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50635         the very first instruction.
50636
50637         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50638         the CFI state in the end.
50639         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50640         inclusion of dl-trampoline.h.
50641         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50642
50643 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50644
50645         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50646         expectations for long double.
50647
50648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50649         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50650
50651 2011-08-14  David S. Miller  <davem@davemloft.net>
50652
50653         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50654         artificual limit depends upon the system page size.
50655
50656 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50657
50658         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50659         * resolv/Makefile: Define CFLAGS-libresolv.
50660
50661 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50662
50663         * nss/makedb.c (compute_tables): Make variables used in nested
50664         function static.
50665
50666 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50667
50668         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50669         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50670         if buffer was too small.
50671
50672         * elf/pldd.c (main): Attach to all threads in the process.
50673         Rewrite /proc handling to use *at functions.
50674
50675 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50676
50677         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50678         specifies first scope to show.
50679         (dl_open_worker): Update callers.  Move printing scope of new
50680         object to before the relocation.
50681         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50682         * sysdeps/generic/ldsodefs.h: Update declaration.
50683
50684         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50685         string for the scope number.
50686
50687 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50688
50689         * nscd/servicescache.c (cache_addserv): Make sure written is always
50690         initialized.
50691
50692 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50693
50694         * sysdeps/i386/i486/bits/atomic.h
50695         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50696         statement expression, so as to suppress "set but not used" warning.
50697         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50698
50699         * string/strncat.c (STRNCAT): Use prototype definition.
50700
50701         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50702         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50703         -Iprograms here.
50704         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50705         (localedef-modules): Add localedef.
50706         (locale-modules): Add locale.
50707
50708         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50709         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50710         to avoid a warning.
50711
50712 2011-08-14  David S. Miller  <davem@davemloft.net>
50713
50714         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50715         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50716
50717 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50718
50719         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50720         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50721         * elf/rtld.c (dl_main): Set l_name of vDSO.
50722         Call _dl_show_scope when DL_DEBUG_SCOPES.
50723         (process_dl_debug): Recognize scopes flag and also set it for all.
50724         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50725         Declare _dl_show_scope.
50726
50727         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50728         (do_dlopen): Pass caller_dlopen to dl_open.
50729         (__libc_dlopen_mode): Initialize caller_dlopen.
50730
50731         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50732         of libc.  Make tolower call locale-independent.  Optimize a bit by
50733         using isdigit instead of isalnum.
50734         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50735
50736 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50737
50738         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50739         was a dependency or dynamically loaded.
50740
50741 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50742
50743         * intl/l10nflist.c: Allow architecture-specific pop function.
50744         * sysdeps/x86_64/l10nflist.c: New file.
50745
50746         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50747         classification.
50748
50749 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50750
50751         * include/dirent.h: Add libc_hidden_proto for scandirat and
50752         scandirat64.  Don't declare __scandirat64.
50753         * dirent/scandirat.c: Add libc_hidden_def.
50754         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50755         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50756
50757 2011-08-10  David S. Miller  <davem@davemloft.net>
50758
50759         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50760         enum.
50761         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50762         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50763         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50764
50765 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50766
50767         * Versions.def [libc]: Add GLIBC_2.15.
50768         * dirent/Makefile (routines): Add scandirat and scandirat64.
50769         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50770         GLIBC_2.15.
50771         * dirent/dirent.h: Declare scandirat and scandirat64.
50772         * dirent/scandirat.c: New file.
50773         * dirent/scandirat64.c: New file.
50774         * sysdeps/wordsize-64/scandirat.c: New file.
50775         * sysdeps/wordsize-64/scandirat64.c: New file.
50776         * dirent/opendir.c: Define opendirat.
50777         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50778         using scandirat.
50779         * dirent/scandir64.c: Adjust for scandir.c change.
50780         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50781         __scandirat64, and __scandir_cancel_handler.
50782         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50783         additional parameter and use openat instead of open (outside of ld.so).
50784         Add new __opendir as wrapper around __opendirat.
50785         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50786         here without requiring old scandirat implementation.
50787
50788 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50789
50790         * dirent/scandir.c (cancel_handler): Renamed to
50791         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50792         defined.  Adjust users.
50793         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50794         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50795
50796 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50797
50798         * string/test-string.h (IMPL): Use __STRING to expand name and then
50799         stringify it.
50800
50801         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50802         of cleanups.
50803
50804 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50805
50806         * string/Makefile: Update.
50807         (strop-tests): Append strncat.
50808         * string/test-wcscmp.c: New file.
50809         New comprehensive test for wcscmp.
50810         * string/test-strcmp.c: Update.
50811         (WIDE): New define.
50812
50813 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50814
50815         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50816         line.
50817
50818 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50819
50820         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50821         encoding to ACE if AI_IDN.
50822
50823 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50824
50825         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50826         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50827
50828 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50829
50830         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50831         Fix overflow bug in strncat.
50832         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50833
50834         * string/test-strncat.c: Update.
50835         Add new tests for checking overflow bugs.
50836
50837 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50838
50839         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50840         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50841         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50842         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50843         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50844         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50845         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50846         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50847         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50848
50849         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50850         (USE_AS_STRCAT): Define.
50851         Add strcat and strncat support.
50852         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50853
50854 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50855
50856         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50857         __n bigger than INT_MAX+1.
50858         (__strncmp_g): Likewise.
50859
50860 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50861
50862         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50863         * libio/stido.h: Likewise.
50864
50865         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50866         (AF_NFC): Define.
50867         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50868         (AF_NFC): Define.
50869
50870         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50871         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50872         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50873         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50874         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50875
50876         [BZ #13021]
50877         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50878         installed.
50879
50880         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50881         typo.
50882         (_dl_x86_64_save_sse): Likewise.
50883
50884 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50885
50886         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50887         OSXSAVE.
50888         (_dl_x86_64_save_sse): Likewise.
50889
50890         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50891
50892         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50893
50894 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50895
50896         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50897         change.
50898         (_dl_x86_64_save_sse): Use correct AVX check.
50899
50900 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50901
50902         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50903         bug in strncpy/strncat.
50904         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50905
50906 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50907
50908         * string/tester.c (test_strcat): Add tests for different alignments
50909         of source and destination.
50910         (test_strncat): Likewise.
50911
50912 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50913
50914         [BZ #12852]
50915         * posix/glob.c (glob): Check passed in values before using them in
50916         expressions to avoid some overflows.
50917         (glob_in_dir): Likewise.
50918
50919         [BZ #13007]
50920         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50921         check for AVX enablement so that we don't crash with old kernels and
50922         new hardware.
50923         * elf/tst-audit4.c: Add same checks here.
50924         * elf/tst-audit6.c: Likewise.
50925
50926         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50927
50928 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50929
50930         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50931
50932 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50933
50934         * po/cs.po: Update from translation team.
50935         * po/bg.po: Likewise.
50936
50937 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50938
50939         * misc/sys/cdefs.h: Add support for const attribute.
50940         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50941         to gnu_dev_{major,minor,makedev} functions.
50942
50943 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50944
50945         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50946
50947 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50948
50949         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50950         strlen results.
50951
50952 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50953
50954         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50955         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50956         register in order to avoid conflicts with the soft frame pointer
50957         being held in r11 when necessary.
50958         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50959         (INTERNAL_VSYSCALL_NCS): Likewise.
50960
50961 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50962
50963         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50964         * elf/dl-fini.c (_dl_fini): Adjust caller.
50965         * elf/dl-close.c (_dl_close_worker): Likewise.
50966         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50967
50968 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50969
50970         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50971         "aux_cache->nlibs < 0".
50972
50973         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50974         in the reload-count case.
50975
50976 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50977
50978         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50979         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50980         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50981         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50982         * sysdeps/x86_64/multiarch/strcat.S: New file.
50983         * sysdeps/x86_64/multiarch/strncat.S: New file.
50984         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50985         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50986         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50987         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50988         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50989         (USE_AS_STRCAT): Define.
50990         Add strcat and strncat support.
50991         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50992         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50993         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50994         * string/strncat.c: Update.
50995         (USE_AS_STRNCAT): Define.
50996         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50997         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50998         and i7.
50999         * sysdeps/x86_64/multiarch/init-arch.h
51000         (bit_Prefer_PMINUB_for_stringop): New.
51001         (index_Prefer_PMINUB_for_stringop): Likewise.
51002         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
51003         bit_Prefer_PMINUB_for_stringop.
51004
51005 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51006
51007         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
51008         buffer64.
51009         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
51010         of casting of buffer.
51011         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
51012         buffer32 and buffer64.
51013         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
51014         writes instead of casting of buffer.
51015         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
51016         buffer32.
51017         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
51018         casting of buffer.
51019
51020 2011-07-19  Andreas Schwab  <schwab@redhat.com>
51021
51022         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
51023
51024 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51025
51026         * nscd/nscd.c (termination_handler): Don't do anything for a database
51027         if it has not yet been initialized.
51028
51029 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51030
51031         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51032
51033 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51034
51035         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51036
51037 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51038
51039         * po/nl.po: Update from translation team.
51040         * po/sv.po: Likewise.
51041
51042 2011-07-16  Roland McGrath  <roland@hack.frob.com>
51043
51044         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
51045         now disallowed by GCC.
51046
51047         * configure.in (use-default-link): Default to yes if a test -shared
51048         link meets our qualifications.
51049         * configure: Regenerated.
51050
51051         * config.make.in (output-format): New variable.
51052         * configure.in: Check for ld --print-output-format support.
51053         * configure: Regenerated.
51054         * Makerules ($(common-objpfx)format.lds)
51055         [$(output-format) != unknown]: Just use $(output-format),
51056         instead of the linker-script munging.
51057
51058 2011-07-14  Roland McGrath  <roland@hack.frob.com>
51059
51060         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
51061         of $(common-objpfx)shlib.lds.
51062         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
51063
51064         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
51065         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
51066
51067         * configure.in (-z relro check): Adjust test code to add a large
51068         writable data section after it.
51069         * configure: Regenerated.
51070
51071 2011-07-11  Roland McGrath  <roland@hack.frob.com>
51072
51073         * configure.in (-z relro check): Fix test code to make the variable
51074         truly const.
51075         * configure: Regenerated.
51076
51077 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
51078
51079         * nscd/nscd.h (struct traced_file): Define.
51080         (struct database_dyn): Remove inotify_descr, reset_res, and filename
51081         elements.  Add traced_files.
51082         (inotify_fd): Declare.
51083         (register_traced_file): Declare.
51084         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
51085         (inotify_fd): Export.
51086         (resolv_conf_descr): Remove.
51087         (nscd_init): Move inotify descriptor creation to main.
51088         Don't register files for notification here.
51089         (register_traced_file): New function.
51090         (invalidate_cache): Don't use reset_res to determine whether to call
51091         res_init, go through the list of registered files.
51092         (main_loop_poll): The inotify descriptors are now stored in the
51093         structures for the traced files.
51094         (main_loop_epoll): Likewise
51095         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
51096         to __nss_disable_nscd.
51097         * nscd/cache.c (prune_cache): There is no single inotify descriptor
51098         for a database anymore.  Check the records for all the registered
51099         files instead.
51100         * nss/Makefile (libnss_files-routines): Add files-init.
51101         (libnss_db-routines): Add db-init.
51102         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
51103         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
51104         * nss/nss_db/db-init.c: New file.
51105         * nss/nss_files/files-init.c: New file.
51106         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
51107         __nss_lookup_function.
51108         (__nss_lookup_function): Call nss_load_library.
51109         (nss_load_all_libraries): New function.
51110         (__nss_disable_nscd): Take parameter with callback function for files
51111         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
51112         used for the cached services.
51113         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
51114         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
51115         options for features to all the files in nscd.
51116
51117         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
51118
51119 2011-07-10  Roland McGrath  <roland@hack.frob.com>
51120
51121         * csu/elf-init.c (__libc_csu_init): Comment typo.
51122
51123 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
51124
51125         * po/pl.po: Update from translation team.
51126         * po/ja.po: Likewise.
51127         * po/ru.po: Likewise.
51128         * po/ko.po: Likewise.
51129         * po/fr.po: Likewise.
51130
51131 2011-07-09  Roland McGrath  <roland@hack.frob.com>
51132
51133         * configure.in (.ctors/.dtors header and trailer check):
51134         Use an empirical test on a built program.
51135         * configure: Regenerated.
51136
51137         * configure.in (-z relro check): Use an empirical test on a built DSO.
51138         Detect, but do not require, on ia64.
51139         * configure: Regenerated.
51140
51141         * configure.in (READELF): Find it with AC_CHECK_TOOL.
51142         Update tests that use readelf to use $READELF instead.
51143         * configure: Regenerated.
51144
51145 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
51146
51147         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
51148         if the result is not used.
51149
51150 2011-07-05  Andreas Jaeger  <aj@suse.de>
51151
51152         [BZ#9696]
51153         * stdlib/tst-strtod.c: Add testcase.
51154
51155 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
51156
51157         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
51158         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
51159         The latter has a higher limit.  Take additional parameter to pass to
51160         the new function.
51161         (__pathconf): Pass file to __statfs_link_max.
51162         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51163         __statfs_link_max.
51164         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51165         __statfs_link_max.
51166
51167         [BZ #12868]
51168         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51169         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51170         Handle Lustre.
51171         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51172         (__statfs_filesize_max): Likewise.
51173         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51174
51175 2011-07-05  Andreas Jaeger  <aj@suse.de>
51176
51177         * resolv/res_comp.c (dn_skipname): Remove unused variable.
51178
51179 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
51180
51181         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51182         `status' variable.
51183         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51184         Likewise.
51185
51186 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
51187
51188         * Makefile (strop-tests): Add strncat.
51189         * string/test-strncat.c: New file.
51190
51191 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
51192
51193         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51194
51195 2011-06-21  Andreas Jaeger  <aj@suse.de>
51196
51197         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51198         Copy rule from iconvdata/Makefile.
51199
51200 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51201
51202         [BZ #12922]
51203         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51204         but no long options are defined, just return 'W'.
51205
51206 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
51207
51208         [BZ #9696]
51209         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51210
51211 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51212
51213         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51214         netgroups to read.
51215         (innetgr): Likewise.
51216
51217 2011-07-05  Roland McGrath  <roland@hack.frob.com>
51218
51219         * config.make.in (install_root): Default to $(DESTDIR).
51220
51221 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
51222
51223         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51224
51225 2011-07-02  Roland McGrath  <roland@hack.frob.com>
51226
51227         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51228
51229         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51230         containing directory rather than embedding absolute directory names.
51231
51232         * scripts/check-local-headers.sh: Rewritten using awk.
51233         Match by word, not by line.  Print error messages for matches.
51234         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51235
51236         * Makerules [shlib-lds-flags empty]:
51237         ($(common-objpfx)libc_pic.opts): New target.
51238         ($(common-objpfx)libc_pic.os.clean): New target.
51239         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51240
51241         * config.make.in (OBJCOPY): New variable.
51242         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51243         * configure: Regenerated.
51244
51245         * config.make.in (use-default-link): New variable.
51246         * configure.in (use_default_link): Grok --with-default-link to set it.
51247         * configure: Regenerated.
51248         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51249         (shlib-lds, shlib-lds-flags): Define to empty.
51250
51251         * Makerules (shlib-lds): New variable.
51252         (shlib-lds-flags): New variable.
51253         (build-shlib, build-moduile, build-module-asneeded): Use it.
51254         ($(common-objpfx)libc.so): Use $(shlib-lds).
51255         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51256         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51257
51258         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51259         DT_FLAGS/DT_FLAGS_1 with zero flags.
51260
51261         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51262         linker script munging.
51263
51264 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51265
51266         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51267         as 128-bit value.
51268         * crypt/sha512.c (sha512_process_block): Perform total addition using
51269         128-bit if possible.
51270         (__sha512_finish_ctx): Likewise.
51271         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51272         as 64-bit value.
51273         * crypt/sha256.c (SWAP64): Define.
51274         (sha256_process_block): Perform total addition using 64-bit if
51275         possible.
51276         (__sha256_finish_ctx): Likewise.
51277
51278 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51279
51280         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51281         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51282         * nscd/hstcache.c (cache_addhst): Likewise.
51283         * nscd/grpcache.c (cache_addgr): Likewise.
51284         * nscd/aicache.c (addhstaiX): Likewise
51285         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51286
51287 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51288
51289         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51290         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51291         * nscd/hstcache.c (cache_addhst): Likewise.
51292         * nscd/grpcache.c (cache_addgr): Likewise.
51293         * nscd/aicache.c (addhstaiX): Likewise
51294
51295 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51296
51297         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51298         domain only when needed.
51299
51300 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51301
51302         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51303         is always restored.
51304
51305 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51306
51307         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51308         are re-adding the entry.
51309         * nscd/servicescache.c (cache_addserv): Likewise.
51310
51311 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51312
51313         * sysdeps/generic/dl-irel.h: fix protection against multiple
51314         inclusions.
51315         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51316
51317 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51318
51319         [BZ #12935]
51320         * malloc/memusage.sh: Fix quoting in message.
51321         * debug/xtrace.sh: Likewise.
51322
51323         * configure.in: Remove support for --experimental-malloc option, make
51324         it the default.
51325         * config.make.in: Likewise.
51326         * malloc/Makefile: Likewise.
51327
51328 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51329
51330         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51331         two-byte characters.
51332
51333 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51334
51335         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51336         AC_CACHE_CHECK invocation.
51337         * configure: Regenerated.
51338
51339         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51340
51341 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51342
51343         [BZ #12350]
51344         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51345         bit from old_res_options.
51346
51347         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51348
51349         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51350         value type for setfct.
51351
51352 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51353
51354         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51355         __gettimeofday instead of gettimeofday.
51356
51357 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51358
51359         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51360
51361 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51362
51363         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51364
51365         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51366         info.
51367
51368 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51369
51370         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51371         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51372         strcpy-sse2-unaligned strncpy-sse2-unaligned
51373         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51374         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51375         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51376         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51377         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51378         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51379         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51380         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51381         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51382         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51383         (STRCPY): Support SSE2 and SSSE3 versions.
51384
51385 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51386
51387         [BZ #12874]
51388         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51389         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51390         kernels which artificially limit size of requests.
51391
51392 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51393
51394         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51395         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51396         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51397         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51398         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51399         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51400         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51401         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51402         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51403         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51404         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51405         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51406         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51407         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51408         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51409         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51410         Enable unaligned load optimization for Intel Core i3, i5 and i7
51411         processors.
51412         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51413         Define.
51414         (index_Fast_Unaligned_Load): Define.
51415         (HAS_FAST_UNALIGNED_LOAD): Define.
51416
51417 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51418
51419         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51420
51421 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51422
51423         [BZ #12907]
51424         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51425         until it is clear that the information is realy needed.
51426         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51427
51428 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51429
51430         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51431
51432 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51433
51434         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51435         /sys/devices/system/cpu/online if it is usable.
51436
51437         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51438         reading the information from the /proc filesystem to once a second.
51439
51440 2011-06-21  Andreas Jaeger  <aj@suse.de>
51441
51442         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51443         NULL after inclusion of kernel headers.
51444
51445 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51446
51447         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51448         calls to internal_setent.
51449
51450         [BZ #12885]
51451         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51452         addresses using gethostbyname4_r ignore IPv4 addresses.
51453
51454         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51455         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51456
51457         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51458
51459 2011-06-20  David S. Miller  <davem@davemloft.net>
51460
51461         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51462         inclusions.
51463         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51464
51465         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51466         (elf_irel): Use it.
51467         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51468         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51469         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51470         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51471         * sysdeps/x86_64/dl-irel.h: Likewise.
51472
51473         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51474         * elf/dl-sym.c: Likewise.
51475
51476 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51477
51478         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51479         need to dereference resplen2.
51480
51481 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51482
51483         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51484
51485 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51486
51487         * Makeconfig: Define vardbdir and inst_vardbdir.
51488         * nss/Makefile: Add rules to install db-Makefile.
51489
51490         * nss/nss_db/db-XXX.c: Cleanup.
51491
51492         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51493         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51494         GLIBC_PRIVATE.
51495         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51496         * nss/makedb.c: Implement -g option to specify that value strings
51497         are generated and should not be added to table iterated over for
51498         get*ent calls.
51499         * nss/nss_db/db-initgroups.c: New file.
51500
51501         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51502         interface.
51503
51504         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51505         (internal_getgrouplist): Adjust to name change.
51506         Update use_initgroups_entry if this is not the first call.
51507         * nss/databases.def: Add initgroups entry.
51508
51509         * nss/makedb.c (compute_tables): Check result of multiple hash table
51510         sizes to minimize maximum chain length.
51511
51512 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51513
51514         * Versions.def: Add entry for libnss_db.
51515         * shlib-versions: Likewise.
51516         * nss/Makefile: Add rules to build libnss_db.
51517         * nss/Versions: Add libnss_db information.  Organize libnss_files
51518         entries better.
51519         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51520         makedb progra.  Some minor improvements to generate smaller files.
51521         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51522         here from...
51523         * nss/makedb.c: ...here.
51524         Improve database format to be smaller and require less memory at
51525         runtime.
51526         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51527         db anymore.
51528         * nss/nss_db/db-netgrp.c: Likewise.
51529         * nss/nss_db/db-open.c: Likewise.
51530         * nss/nss_files/flies-XXX.x: Adjust comments.
51531         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51532         * nss/nss_files/files-grp.c: Likewise.
51533         * nss/nss_files/files-hosts.c: Likewise.
51534         * nss/nss_files/files-network.c: Likewise.
51535         * nss/nss_files/files-proto.c: Likewise.
51536         * nss/nss_files/files-pwd.c: Likewise.
51537         * nss/nss_files/files-rpc.c: Likewise.
51538         * nss/nss_files/files-service.c: Likewise.
51539         * nss/nss_files/files-sgrp.c: Likewise.
51540         * nss/nss_files/files-spwd.c: Likewise.
51541         * nss/nss_db/db-alias.c: Removed.
51542         * nss/nss_db/dummy-db.h: Removed.
51543
51544 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51545
51546         * nss/makedb.c: Rewritten to not use database library.
51547         * nss/Makefile: Update to build new makedb program.
51548
51549 2011-06-14  Andreas Jaeger  <aj@suse.de>
51550
51551         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51552         memset declaration.
51553
51554 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51555
51556         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51557         tmpbuf.
51558
51559 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51560
51561         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51562         * elf/Makefile ($(objpfx)ld.so): Likewise.
51563
51564         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51565         Don't list ld.so twice in dependencies.
51566
51567         * posix/bug-regex31.c: Include <stdlib.h>.
51568
51569         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51570
51571         * nis/nss_compat/compat-spwd.c
51572         (getspent_next_nss_netgr): Remove unused variable.
51573         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51574
51575         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51576         nonmembers" output to use the right array.
51577
51578         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51579
51580         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51581
51582         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51583         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51584         * catgets/gencat.c (read_input_file): Likewise.
51585         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51586
51587         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51588         variable definition inside #if's controlling its use.
51589
51590         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51591
51592         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51593
51594         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51595
51596         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51597         unreachable code.
51598
51599         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51600
51601         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51602         * configure: Regenerated.
51603
51604         * Makerules: Revert last change.
51605         * elf/Makefile: Likewise.
51606
51607 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51608
51609         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51610         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51611         (reloc-link): Likewise.
51612
51613 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51614
51615         * elf/Makefile: Add rules to build pldd.
51616         * elf/pldd.c: New file.
51617         * elf/pldd-xx.c: New file.
51618
51619 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51620
51621         * version.h: Update for 2.15 development version.
51622
51623 2011-06-07  David S. Miller  <davem@davemloft.net>
51624
51625         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51626         ifuncs.
51627         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51628         elf_machine_lazy_rel): Likewise.
51629         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51630         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51631         elf_machine_lazy_rel): Likewise.
51632         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51633         dl_hwcap via passed in argument.
51634         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51635         Likewise.
51636
51637 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51638
51639         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51640
51641 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51642
51643         [BZ #12849]
51644         * manual/fdl-1.1.texi: New file, verbatim from:
51645         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51646         * manual/lgpl-2.1.texi: New file, verbatim from:
51647         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51648         * manual/Makefile (licenses): New variable, list those new file names.
51649         (texis): Use it.
51650         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51651
51652         * manual/fdl.texi: File removed.
51653         * manual/lesser.texi: File removed.
51654         * manual/libc.texinfo (Copying, Documentation License):
51655         Use new @include file names, put @appendix directive before @include.
51656
51657 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51658
51659         [BZ #12841]
51660         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51661         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51662         (mq_open): Add __NTH.
51663
51664 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51665
51666         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51667         Assume Intel Core i3/i5/i7 processor if AVX is available.
51668
51669 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51670
51671         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51672         typo.
51673
51674 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51675
51676         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51677         memory.  Use alloca_account.  Fix memory leak when retrying.
51678
51679 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51680
51681         * version.h (RELEASE): Bump for 2.14 release.
51682         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51683
51684         * config.make.in (RANLIB): Remove entry.
51685
51686 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51687
51688         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51689         (libc.pot): Work around missing support for .ksh extension in xgettext.
51690
51691         [BZ #12684]
51692         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51693         if both request failed.
51694         (send_dg): In case of server errors clear resplen or *resplen2.
51695
51696         [BZ #12454]
51697         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51698         when there are multiple maps.
51699         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51700         (_dl_fini): Remove test here.
51701
51702         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51703
51704 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51705
51706         [BZ #12350]
51707         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51708         bit from old_res_options.
51709         (gaih_inet): Likewise.
51710
51711         [BZ #11099]
51712         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51713         as signed.
51714
51715         * resolv/res_init.c (res_setoptions): Make the code more compact.
51716
51717         [BZ #11558]
51718         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51719         set RES_USEVC.
51720
51721         [BZ #11634]
51722         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51723
51724         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51725
51726         [BZ #11781]
51727         * malloc/malloc.h: Declare malloc hook variables as volatile.
51728
51729         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51730         in last patch.
51731
51732         [BZ #11799]
51733         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51734         raise in the comment.
51735         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51736         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51737         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51738
51739 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51740
51741         [BZ #12811]
51742         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51743         grow the buffers more if it already has to be sufficient.
51744         (build_wcs_upper_buffer): Likewise.
51745         * posix/regexec.c (check_matching): Likewise.
51746         (clean_state_log_if_needed): Likewise.
51747         (extend_buffers): Don't enlarge buffers beyond size of the input
51748         buffer.
51749         Patches mostly by Emil Wojak <emil@wojak.eu>.
51750         * posix/bug-regex32.c: New file.
51751         * posix/Makefile (tests): Add bug-regex32.
51752
51753         * locale/findlocale.c (_nl_find_locale): Return right away if
51754         _nl_explode_name failed.
51755         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51756
51757         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51758
51759         * debug/xtrace.sh: Unify messages.
51760         * malloc/memusage.sh: Likewise.
51761
51762         [BZ #12813]
51763         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51764         time symbol from vDSO.  Substitute with vsyscall if not available.
51765         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51766         __vdso_time.
51767
51768         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51769         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51770         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51771         Add sendmmsg and internal_sendmmsg.
51772         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51773         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51774         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51775
51776         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51777         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51778         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51779
51780 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51781
51782         [BZ #12813]
51783         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51784         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51785         available.
51786         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51787         __vdso_getcpu.
51788
51789         [BZ #12814]
51790         * iconvdata/Makefile (tests): Add bug-iconv9.
51791         * iconvdata/bug-iconv9.c: New file.
51792
51793 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51794
51795         [BZ #12814]
51796         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51797
51798 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51799
51800         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51801         (struct user_regs_struct): Change intcs field back to cs.
51802
51803 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51804
51805         * po/ja.po: Update from translation team.
51806
51807 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51808
51809         [BZ #12795]
51810         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51811         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51812
51813 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51814
51815         * stdlib/longlong.h: Update from GCC.
51816
51817 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51818
51819         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51820         parameter name.
51821         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51822         Add parameter name.
51823         (__sysconf): Pass it down.
51824
51825 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51826
51827         [BZ #12671]
51828         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51829         some situations.
51830         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51831         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51832         add in in __libc_use_alloca calls.  Adjust callers.
51833         (glob): Use malloc in some situations.
51834
51835         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51836         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51837         pltexit.
51838
51839 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51840
51841         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51842         and CLOCK_BOOTTIME_ALARM.
51843
51844         [BZ #12782]
51845         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51846         is returned.
51847
51848         * string/_strerror.c (__strerror_r): Print negative errors as signed
51849         numbers.
51850
51851         [BZ #12777]
51852         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51853         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51854         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51855
51856         * configure.in: Fix typo in redirection and correct removal of test
51857         files in two cases.
51858
51859         [BZ #12788]
51860         * locale/setlocale.c (new_composite_name): Fix test to check for
51861         identical name of all categories.
51862
51863         [BZ #12792]
51864         * libio/filedoalloc.c (local_isatty): New function.
51865         (_IO_file_doallocate): Use local_isatty.
51866         * stdio-common/perror.c (perror): In case a new stream is used
51867         forward the stream error.
51868         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51869         error flag.
51870
51871 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51872
51873         [BZ #11869]
51874         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51875         alloca.
51876         * include/alloca.h (extend_alloca_account): Define.
51877
51878         [BZ #11857]
51879         * posix/regex.h: Fix comments with documentation of user-accessible
51880         fields after compilation and describe correct free'ing of pattern
51881         after re_compile_pattern.
51882         Patch by Reuben Thomas <rrt@sc3d.org>.
51883
51884 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51885
51886         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51887         and -mno-altivec to prevent the compiler from using Altivec and/or
51888         VSX instructions when the corresponding registers are not available.
51889
51890 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51891
51892         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51893
51894 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51895
51896         * libio/freopen.c (freopen): Use __dup2, not dup2.
51897         * libio/freopen64.c (freopen64): Likewise.
51898
51899 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51900
51901         [BZ #12775]
51902         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51903         * math/Makefile (tests): Add test-powl.
51904         (CFLAGS-test-powl.c): Define.
51905         * math/test-powl.c: New file.
51906
51907 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51908
51909         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51910
51911 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51912
51913         [BZ #11837]
51914         * iconvdata/gb18030.c: Update to GB18020-2005.
51915
51916 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51917
51918         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51919         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51920         Patch by Aharon Robbins <arnold@skeeve.com>.
51921
51922         [BZ #11892]
51923         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51924         on the stack.
51925
51926         [BZ #11895]
51927         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51928         through underflows.
51929
51930         [BZ #12766]
51931         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51932         point to strings before performing equality test for error_one_per_line
51933         mode.
51934
51935         [BZ #11697]
51936         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51937
51938         [BZ #11820]
51939         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51940         (struct user_fpregs_struct): Avoid __uint*_t types.
51941
51942         [BZ #6420]
51943         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51944         symbol info.  Use it instead of calling _dl_addr locally.
51945         (lock_and_info): New function.
51946         (tr_freehook): Call lock_and_info and pass symbol info as additional
51947         parameter to tr_where.
51948         (tr_mallochook): Likewise.
51949         (tr_reallochook): Likewise.
51950         (tr_memalignhook): Likewise.
51951
51952         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51953         used and couldn't be at all thread-safe.
51954
51955 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51956
51957         * libio/freopen.c (freopen): Don't close old file descriptor
51958         before the new one is opened.  Instead dup the new file descriptor
51959         to the old one after the new stream is created.
51960         * libio/freopen64.c (freopen64): Likewise.
51961         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51962         * libio/fileops.c (_IO_new_file_close_it): Handle new
51963         _IO_FLAGS2_NOCLOSE flag.
51964         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51965         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51966         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51967         _IO_FLAGS2_NOCLOSE flag.
51968         * include/unistd.h: Add hidden_proto for dup3.
51969         Define __have_dup3.
51970         * io/dup3.c: Define hidden symbol.
51971         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51972
51973         [BZ #7101]
51974         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51975         when an incomplete long option is used.
51976         * posix/tst-getopt_long1.c: New file.
51977         * posix/Makefile (tests): Add tst-getopt_long1.
51978
51979         [BZ #10138]
51980         * scripts/config.guess: Update from autoconf-2.68.
51981         * scripts/config.sub: Likewise.
51982
51983         [BZ #10157]
51984         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51985         tests into ...
51986         (has_cpuclock): ...this.  New function.
51987         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51988         macro here based on has_cpuclock code.
51989
51990         [BZ #10149]
51991         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51992         First byte (not low byte) is now always NUL.
51993         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51994
51995         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51996         Use non-cancelable interfaces.
51997
51998         [BZ #9809]
51999         * locale/iso-639.def: Add entry for Sorani.
52000
52001         [BZ #11901]
52002         * include/stdlib.h: Move include protection to the right place.
52003         Define abort_msg_s.  Declare __abort_msg with it.
52004         * stdlib/abort.c (__abort_msg): Adjust type.
52005         * assert/assert.c (__assert_fail_base): New function.  Majority
52006         of code from __assert_fail.  Allocate memory for __abort_msg with
52007         mmap.
52008         (__assert_fail): Now call __assert_fail_base.
52009         * assert/assert-perr.c: Remove bulk of implementation.  Use
52010         __assert_fail_base.
52011         * include/assert.hL Declare __assert_fail_base.
52012         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
52013         mmap.
52014         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
52015
52016 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
52017
52018         [BZ #11952]
52019         [BZ #12453]
52020         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
52021         until all modules are registered in the DTV.
52022         * elf/Makefile: Add rules to build and run tst-tls19.
52023         * elf/tst-tls19.c: New file.
52024         * elf/tst-tls19mod1.c: New file.
52025         * elf/tst-tls19mod2.c: New file.
52026         * elf/tst-tls19mod3.c: New file.
52027         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
52028
52029         [BZ #12083]
52030         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
52031         correctly.
52032
52033         [BZ #12601]
52034         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
52035         two-byte sequence errors.
52036         * iconvdata/Makefile (tests): Add bug-iconv8.
52037         * iconvdata/bug-iconv8.c: New file.
52038
52039         [BZ #12626]
52040         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
52041         buf2 definition.
52042
52043         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
52044
52045         [BZ #12432]
52046         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
52047         (dummy_getcfa): New function.
52048         (init): Get _Unwind_GetCFA address, use dummy if not found.
52049         (backtrace_helper): In recursion check, also check whether CFA changes.
52050         (__backtrace): Completely initialize arg.
52051
52052         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
52053         storing incomplete byte sequence in state object.  Avoid testing for
52054         guaranteed too small input if we know there is enough data available.
52055
52056 2011-05-11  Andreas Schwab  <schwab@redhat.com>
52057
52058         * Makeconfig (+link-pie): Indent.
52059         * Rules (binaries-pie): Define if $(have-fpie) and
52060         $(build-shared).
52061         (binaries-shared): Also filter out $(binaries-pie).
52062         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
52063         * nscd/Makefile (others-pie): Add nscd.
52064         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
52065         ($(objpfx)nscd): Remove command override.
52066         * login/Makefile (others-pie): Add pt_chown.
52067         ($(objpfx)pt_chown): Remove command override.
52068         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
52069         remove command overrides.
52070
52071 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
52072
52073         * libio/tst_putwc.c: Fix error messages.
52074
52075         [BZ #12724]
52076         * libio/fileops.c (_IO_new_file_close_it): Always flush when
52077         currently writing and seek to current position when not.
52078         * libio/Makefile (tests): Add bug-fclose1.
52079         * libio/bug-fclose1.c: New file.
52080
52081 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
52082
52083         [BZ #12511]
52084         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
52085         don't set DF_1_NODELETE here.
52086         (do_lookup_x): When entering new entry test for copy relocation
52087         and if necessary set DF_1_NODELETE flag.
52088         * elf/tst-unique4.cc: New file.
52089         * elf/tst-unique4.h: New file.
52090         * elf/tst-unique4lib.cc: New file.
52091         * elf/Makefile: Add rules to build and run tst-unique4.
52092         Patch by Piotr Bury <pbury@goahead.com>.
52093
52094 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
52095
52096         [BZ #12052]
52097         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
52098
52099         [BZ #12625]
52100         * misc/mntent_r.c (addmntent): Flush the stream after the output
52101
52102         [BZ #12393]
52103         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
52104         (is_trusted_path_normalize): Skip initial colon.  Append slash
52105         to empty buffer.  Duplicate is_trusted_path code but allow
52106         constructed patch to be prefix.
52107         (is_dst): Allow $ORIGIN followed by /.
52108         (_dl_dst_substitute): Correct clearing of check_for_trusted.
52109         Correct testing of result of is_trusted_path_normalize
52110         (decompose_rpath): Fix warning.
52111
52112 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
52113
52114         [BZ #11257]
52115         * grp/initgroups.c (internal_getgrouplist): When we found the service
52116         list through the initgroups entry in nsswitch.conf do not always
52117         continue on a successful lookup.  Don't always use the
52118         __nss_group_database value if it is set.
52119         * nss/nsswitch.conf (initgroups): Change action for successful db
52120         lookup to continue for compatibility.
52121
52122 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
52123
52124         [BZ #11532]
52125         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
52126         and CP774 modules.
52127         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
52128         and CP774 modules.
52129         * iconvdata/tst-tables.sh: Likewise.
52130         * iconvdata/cp770.c: New file.
52131         * iconvdata/cp771.c: New file.
52132         * iconvdata/cp772.c: New file.
52133         * iconvdata/cp773.c: New file.
52134         * iconvdata/cp774.c: New file.
52135         * iconvdata/testdata/CP770: New file.
52136         * iconvdata/testdata/CP770..UTF8: New file.
52137         * iconvdata/testdata/CP771: New file.
52138         * iconvdata/testdata/CP771..UTF8: New file.
52139         * iconvdata/testdata/CP772: New file.
52140         * iconvdata/testdata/CP772..UTF8: New file.
52141         * iconvdata/testdata/CP773: New file.
52142         * iconvdata/testdata/CP773..UTF8: New file.
52143         * iconvdata/testdata/CP774: New file.
52144         * iconvdata/testdata/CP774..UTF8: New file.
52145
52146         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
52147         END CHARMAP line.
52148         * iconvdata/gen-8bit-gap.sh: Likewise.
52149         * iconvdata/gen-8bit.sh: Likewise.
52150
52151         * locale/iso-639.def: Add ary entry.
52152
52153         [BZ #11258]
52154         * locale/C-translit.h.in: Add U20A1 transliteration.
52155
52156         [BZ #12178]
52157         * locale/iso-639.def: Add wae entry.
52158         Patch by Kevin Bortis <bortis@translate-wae.ch>.
52159
52160         [BZ #12545]
52161         * locale/programs/localedef.c (construct_output_path): Use ssize_t
52162         for n.
52163
52164         [BZ #12711]
52165         * locale/C-translit.h.in: Add entry for U20B9.
52166         Patch by pravin.d.s@gmail.com.
52167
52168 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
52169
52170         [BZ #12713]
52171         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52172         ENAMETOOLONG use generic getcwd.
52173         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
52174         in rtld.  Use *stat64.
52175         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
52176         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
52177         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
52178         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52179         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52180         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52181         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52182         __fstatat64 macros.
52183         * include/dirent.h: Add libc_hidden_proto for rewinddir.
52184         * dirent/rewinddir.c: Add libc_hidden_def.
52185         * sysdeps/mach/hurd/rewinddir.c: Likewise.
52186         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
52187
52188         * include/dirent.h (__alloc_dir): Add flags parameter.
52189         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52190         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52191         __alloc_dir.
52192         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
52193         from fdopendir if O_CLOEXEC is already set.
52194
52195 2011-03-15  Alan Modra  <amodra@gmail.com>
52196
52197         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52198         l_tls_firstbyte_offset non-zero.  Save padding offset in
52199         l_tls_firstbyte_offset for later use.
52200         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52201         freeing static tls block.
52202
52203 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
52204
52205         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52206         where #ifdef was intended.  The intent is to prevent ARG_MAX from
52207         being defined by the kernel headers.
52208
52209 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
52210
52211         [BZ #12734]
52212         * resolv/resolv.h: Define RES_NOTLDQUERY.
52213         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52214         no-tld-query and set RES_NOTLDQUERY.
52215         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52216         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52217         modern BIND to search name as TLD unless forbidden.
52218
52219 2011-05-07  Petr Baudis  <pasky@suse.cz>
52220             Ulrich Drepper  <drepper@gmail.com>
52221
52222         [BZ #12393]
52223         * elf/dl-load.c (fillin_rpath): Move trusted path check...
52224         (is_trusted_path): ...to here.
52225         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
52226         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
52227         using is_trusted_path_normalize() in setuid scripts.
52228
52229 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52230
52231         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52232         __BEGIN/__END_DECLS.
52233
52234 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52235
52236         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52237         NSS_STATUS_NOTFOUND if no record was found.
52238
52239 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52240
52241         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52242         (headers-not-in-tirpc): Remove rpc/netdb.h
52243         * resolv/netdb.h: Revert last change.
52244
52245 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52246
52247         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52248         circular dependency between libgcc.a and libc.a.
52249
52250 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52251
52252         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52253         * nis/Makefile: Don't install rpcsvc/*.
52254         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52255         instead of <rpc/types.h>.
52256         (MAXHOSTNAMELEN): Define.
52257
52258 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52259
52260         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52261
52262 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52263
52264         [BZ #12714]
52265         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52266         gethostbyname4_r when IPv6 results are possible.
52267
52268 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52269
52270         [BZ #12723]
52271         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52272         _PC_PIPE_BUF handling.
52273
52274 2011-04-30  Bruno Haible  <bruno@clisp.org>
52275
52276         [BZ #12717]
52277         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52278         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52279         to 'int'.
52280         * inet/getnameinfo.c (getnameinfo): Likewise.
52281
52282 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52283
52284         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52285         to groups setting in database lookup.
52286         * nss/nsswitch.conf: Add initgroups entry.
52287
52288 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52289
52290         [BZ #12685]
52291         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52292         mode string.
52293         Patch by Eric Blake <eblake@redhat.com>.
52294
52295 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52296
52297         * sunrpc/Makefile (need-export-routines): Add svc_run.
52298         (routines): Remove svc_run.
52299         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52300         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52301         * sunrpc/svc_run.c (svc_run): Likewise.
52302         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52303
52304 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52305
52306         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52307         problem in reallocation in last patch.
52308
52309 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52310
52311         * sunrpc/Makefile: Move inclusion of Rules.
52312
52313 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52314
52315         * nss/nss_files/files-initgroups.c: New file.
52316         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52317         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52318         _nss_files_initgroups_dyn.
52319
52320 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52321
52322         * elf/elf.h (R_ARM_IRELATIVE): Define.
52323
52324 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52325
52326         * po/ru.po: Update from translation team.
52327
52328 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52329
52330         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52331         dependencies.
52332
52333 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52334
52335         [BZ #12653]
52336         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52337         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52338         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52339         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52340         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52341
52342 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52343
52344         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52345         differing bytes.
52346         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52347         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52348         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52349
52350 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52351
52352         [BZ #12420]
52353         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52354         storing it.
52355         * stdlib/bug-getcontext.c: New file.
52356         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52357
52358 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52359
52360         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52361         instructions into .machine "z9-109".
52362         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52363         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52364
52365 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52366
52367         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52368         between environment variables and auxiliary vector.
52369
52370 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52371
52372         * Makefile: Add rules to build linkobj/libc.so.
52373         * include/libc-symbols.h: Define libc_hidden_nolink.
52374         * include/rpc/auth.h: Mark functions which are to be hidden.
52375         * include/rpc/auth_des.h: Likewise.
52376         * include/rpc/auth_unix.h: Likewise.
52377         * include/rpc/clnt.h: Likewise.
52378         * include/rpc/des_crypt.h: Likewise.
52379         * include/rpc/key_prot.h: Likewise.
52380         * include/rpc/pmap_clnt.h: Likewise.
52381         * include/rpc/pmap_prot.h: Likewise.
52382         * include/rpc/pmap_rmt.h: Likewise.
52383         * include/rpc/rpc_msg.h: Likewise.
52384         * include/rpc/svc.h: Likewise.
52385         * include/rpc/svc_auth.h: Likewise.
52386         * include/rpc/xdr.h: Likewise.
52387         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52388         * nss/Makefile: Likewise.
52389         * sunrpc/Makefile: Don't install headers.  Build library with normal
52390         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52391         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52392         for the compat linking library.  Remove use of INTDEF/INTUSE.
52393         * sunrpc/auth_none.c: Likewise.
52394         * sunrpc/auth_unix.c: Likewise.
52395         * sunrpc/authdes_prot.c: Likewise.
52396         * sunrpc/authuxprot.c: Likewise.
52397         * sunrpc/clnt_gen.c: Likewise.
52398         * sunrpc/clnt_perr.c: Likewise.
52399         * sunrpc/clnt_raw.c: Likewise.
52400         * sunrpc/clnt_simp.c: Likewise.
52401         * sunrpc/clnt_tcp.c: Likewise.
52402         * sunrpc/clnt_udp.c: Likewise.
52403         * sunrpc/clnt_unix.c: Likewise.
52404         * sunrpc/des_crypt.c: Likewise.
52405         * sunrpc/des_soft.c: Likewise.
52406         * sunrpc/get_myaddr.c: Likewise.
52407         * sunrpc/key_call.c: Likewise.
52408         * sunrpc/key_prot.c: Likewise.
52409         * sunrpc/netname.c: Likewise.
52410         * sunrpc/pm_getmaps.c: Likewise.
52411         * sunrpc/pm_getport.c: Likewise.
52412         * sunrpc/pmap_clnt.c: Likewise.
52413         * sunrpc/pmap_prot.c: Likewise.
52414         * sunrpc/pmap_prot2.c: Likewise.
52415         * sunrpc/pmap_rmt.c: Likewise.
52416         * sunrpc/publickey.c: Likewise.
52417         * sunrpc/rpc_cmsg.c: Likewise.
52418         * sunrpc/rpc_common.c: Likewise.
52419         * sunrpc/rpc_dtable.c: Likewise.
52420         * sunrpc/rpc_prot.c: Likewise.
52421         * sunrpc/rpc_thread.c: Likewise.
52422         * sunrpc/rtime.c: Likewise.
52423         * sunrpc/svc.c: Likewise.
52424         * sunrpc/svc_auth.c: Likewise.
52425         * sunrpc/svc_authux.c: Likewise.
52426         * sunrpc/svc_raw.c: Likewise.
52427         * sunrpc/svc_run.c: Likewise.
52428         * sunrpc/svc_simple.c: Likewise.
52429         * sunrpc/svc_tcp.c: Likewise.
52430         * sunrpc/svc_udp.c: Likewise.
52431         * sunrpc/svc_unix.c: Likewise.
52432         * sunrpc/svcauth_des.c: Likewise.
52433         * sunrpc/xcrypt.c: Likewise.
52434         * sunrpc/xdr.c: Likewise.
52435         * sunrpc/xdr_array.c: Likewise.
52436         * sunrpc/xdr_float.c: Likewise.
52437         * sunrpc/xdr_intXX_t.c: Likewise.
52438         * sunrpc/xdr_mem.c: Likewise.
52439         * sunrpc/xdr_rec.c: Likewise.
52440         * sunrpc/xdr_ref.c: Likewise.
52441         * sunrpc/xdr_sizeof.c: Likewise.
52442         * sunrpc/xdr_stdio.c: Likewise.
52443
52444 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52445
52446         [BZ #12650]
52447         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52448         * sysdeps/ia64/dl-tls.h: Likewise.
52449         * sysdeps/powerpc/dl-tls.h: Likewise.
52450         * sysdeps/s390/dl-tls.h: Likewise.
52451         * sysdeps/sh/dl-tls.h: Likewise.
52452         * sysdeps/sparc/dl-tls.h: Likewise.
52453         * sysdeps/x86_64/dl-tls.h: Likewise.
52454         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52455
52456 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52457
52458         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52459         rpath element also skip the following colon.
52460         (expand_dynamic_string_token): Add is_path parameter and pass
52461         down to DL_DST_REQUIRED and _dl_dst_substitute.
52462         (decompose_rpath): Call expand_dynamic_string_token with
52463         non-zero is_path.  Ignore empty rpaths.
52464         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52465         with zero is_path.
52466
52467 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52468
52469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52470         Make cancelable.
52471
52472 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52473
52474         [BZ #12655]
52475         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52476         Patch by Filipe David Manana <fdmanana@apache.org>.
52477
52478 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52479
52480         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52481         Maintain aligned stack.
52482         (CHECK_RSP): Remove unused macro.
52483
52484 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52485
52486         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52487         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52488
52489 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52490
52491         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52492
52493         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52494
52495 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52496
52497         [BZ #12518]
52498         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52499         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52500         * sysdeps/x86_64/memmove.c: New file.
52501         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52502         (memcpy): Renamed to ...
52503         (__new_memcpy): This.
52504         (memcpy): Provide GLIBC_2_14 memcpy.
52505         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52506         (memcpy): Provide GLIBC_2_2_5 memcpy.
52507
52508 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52509
52510         [BZ #12631]
52511         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52512
52513 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52514
52515         * misc/syncfs.c: New file.
52516         * misc/Makefile (routines): Add syncfs.
52517         * posix/unistd.h: Declare syncfs.
52518         * sysdeps/unix/syscalls.list: Add syncfs.
52519
52520 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52521
52522         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52523         open_by_handle_at.
52524         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52525         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52526         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52527         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52528         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52529         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52530         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52531
52532 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52533
52534         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52535         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52536         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52537         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52538         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52539         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52540         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52541
52542         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52543         sync_file_range.c with -fexceptions.
52544         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52545         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52546         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52547         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52548         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52549         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52550         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52551         sync_file_range as cancellation point
52552         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52553         now a wrapper around __call_sync_file_range with cancellation handling.
52554         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52555         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52556         function name to __call_sync_file_range.
52557         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52558         Add call_sync_file_range.
52559
52560 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52561
52562         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52563         bits/timex.h.
52564
52565 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52566
52567         * iconv/iconv.h: Fix typo in comment.
52568         * io/fcntl.h: Likewise.
52569         * libio/stdio.h: Likewise.
52570         * posix/spawn.h: Likewise.
52571         * posix/unistd.h: Likewise.
52572         * stdlib/stdlib.h: Likewise.
52573         * time/time.h: Likewise.
52574         * wcsmbs/wchar.h: Likewise.
52575
52576         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52577         open_by_handle): Add.
52578         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52579         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52580         Augment a few comments.
52581         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52582         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52583         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52584         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52585         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52586         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52587         open_by_handle.
52588
52589         * io/fcntl.h (AT_EMPTY_PATH): Define.
52590
52591 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52592
52593         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52594         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52595         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52596         to...
52597         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52598         * Versions.def: Add GLIBC_2.14.
52599         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52600         Export.
52601
52602 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52603
52604         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52605         round counter.
52606         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52607
52608 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52609
52610         [BZ #12597]
52611         * string/test-strncmp.c (do_page_test): New function.
52612         (check2): Likewise.
52613         (test_main): Call check2.
52614         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52615
52616 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52617
52618         [BZ #12587]
52619         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52620         Handle cache information in CPU leaf 4.
52621         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52622
52623 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52624
52625         [BZ #12583]
52626         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52627         character representation.
52628         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52629
52630 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52631
52632         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52633         END(__isnan) to END(__isnanf) to match function entry point/label
52634         EALIGN(__isnanf,...).
52635
52636 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52637
52638         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52639
52640 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52641
52642         [BZ #12510]
52643         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52644         copy from the symbol referenced in the relocation to initialize the
52645         used variable.
52646         Patch by Piotr Bury <pbury@goahead.com>.
52647         * elf/Makefile: Add rules to build and tst-unique3.
52648         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52649         * elf/tst-unique3.cc: New file.
52650         * elf/tst-unique3.h: New file.
52651         * elf/tst-unique3lib.cc: New file.
52652         * elf/tst-unique3lib2.cc: New file.
52653
52654         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52655
52656 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52657
52658         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52659         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52660         to _start.
52661
52662 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52663
52664         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52665         to-be-loaded object along a path to loader is ld.so.
52666
52667 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52668             Ulrich Drepper  <drepper@gmail.com>
52669
52670         * sysdeps/x86_64/memset.S: After aligning destination, code
52671         branches to different locations depending on the value of
52672         misalignment, when multiarch is enabled. Fix this.
52673
52674 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52675
52676         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52677         Set _x86_64_preferred_memory_instruction for AMD processsors.
52678         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52679         Set bit_Prefer_SSE_for_memop for AMD processors.
52680
52681 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52682
52683         * libio/fmemopen.c (fmemopen): Optimize a bit.
52684
52685 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52686
52687         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52688
52689 2011-03-03  Roland McGrath  <roland@redhat.com>
52690
52691         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52692
52693 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52694
52695         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52696         __bzero_ultra1 instead of __memset_ultra1.
52697
52698 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52699             Ulrich Drepper  <drepper@gmail.com>
52700
52701         [BZ #12509]
52702         * include/link.h (struct link_map): Add l_orig_initfini.
52703         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52704         returning unsuccessfully.
52705         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52706         close of a file loaded at startup, restore the original l_initfini
52707         list.
52708         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52709         list, store the pointer.
52710         * elf/Makefile ($(objpfx)noload-mem): New rule.
52711         (noload-ENV): Define.
52712         (tests): Add $(objpfx)noload-mem.
52713         * elf/noload.c: Include <memcheck.h>.
52714         (main): Call mtrace.  Close all opened handles.
52715
52716 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52717
52718         [BZ #12454]
52719         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52720         dependencies are missing.
52721
52722 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52723
52724         Fix __if_freereq crash: Unlike the generic version which uses free,
52725         Hurd needs munmap.
52726         * sysdeps/mach/hurd/ifreq.h: New file.
52727
52728 2011-01-27  Petr Baudis  <pasky@suse.cz>
52729             Ulrich Drepper  <drepper@gmail.com>
52730
52731         [BZ 12445]#
52732         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52733         to extend_alloca().
52734         * stdio-common/bug23.c: New file.
52735         * stdio-common/Makefile (tests): Add bug23.
52736
52737 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52738             Ulrich Drepper  <drepper@gmail.com>
52739
52740         [BZ #12489]
52741         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52742         before performing relro protection.  At old place add assertion
52743         to make sure nothing changed.
52744
52745 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52746             Glauber de Oliveira Costa  <glommer@gmail.com>
52747
52748         * elf/elf.h: Add new ARM TLS relocs.
52749
52750 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52751
52752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52753         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52754         cast from r3.
52755         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52756         'tests' variable.
52757         * sysdeps/wordsize-64/tst-writev.c: New file.
52758
52759 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52760
52761         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52762         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52763         insns in _dl_start to prevent a TOC reference before relocs are
52764         resolved.
52765
52766 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52767
52768         [BZ #12469]
52769         * Makeconfig: Remove RANLIB definition.
52770         * Makerules: Don't use RANLIB.
52771         * aclocal.m4: Remove ranlib test.
52772         * configure.in: No need to check for ranlib.
52773         * elf/rtld-Rules: Don't use RANLIB.
52774
52775 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52776
52777         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52778         protection macro.
52779         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52780         inclusion protection macro.
52781
52782         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52783         SIGRTMIN and SIGRTMAX and print information in that case only when
52784         SIGRTMIN is defined.
52785
52786 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52787
52788         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52789         arginfo fn returning -1.
52790
52791         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52792         and thousands string is zero terminated.
52793
52794 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52795
52796         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52797         sysdeps/unix/sysv/linux/bits/socket.h.
52798
52799 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52800
52801         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52802         (__CPU_COUNT): Remove old macros.
52803         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52804         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52805         (__CPU_ALLOC, __CPU_FREE): Add macros.
52806         (__sched_cpualloc, __sched_cpufree): Add declarations.
52807
52808 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52809
52810         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52811         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52812         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52813         (readdhstai): Return value of addhstaiX call.
52814         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52815         (addgrbyX): Return value returned by cache_addgr.
52816         (readdgrbyname): Return value returned by addgrbyX.
52817         (readdgrbygid): Likewise.
52818         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52819         (addpwbyX): Return value returned by cache_addpw.
52820         (readdpwbyname): Return value returned by addhstbyX.
52821         (readdpwbyuid): Likewise.
52822         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52823         (addservbyX): Return value returned by cache_addserv.
52824         (readdservbyname): Return value returned by addservbyX:
52825         (readdservbyport): Likewise.
52826         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52827         (addhstbyX): Return value returned by cache_addhst.
52828         (readdhstbyname): Return value returned by addhstbyX.
52829         (readdhstbyaddr): Likewise.
52830         (readdhstbynamev6): Likewise.
52831         (readdhstbyaddrv6): Likewise.
52832         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52833         (readdinitgroups): Return value returned by addinitgroupsX.
52834         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52835         (prune_cache): Keep track of timeout value of re-added entries.
52836         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52837         * nscd/nscd.h: Adjust prototypes of readd* functions.
52838
52839 2011-02-04  Roland McGrath  <roland@redhat.com>
52840
52841         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52842         (nis_stats): Likewise.
52843         * nis/nis_modify.c (nis_modify): Likewise.
52844         * nis/nis_remove.c (nis_remove): Likewise.
52845         * nis/nis_add.c (nis_add): Likewise.
52846
52847         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52848
52849         * posix/fnmatch_loop.c: Add some consts.
52850
52851         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52852
52853 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52854
52855         [BZ #12460]
52856         * config.make.in (config-cflags-novzeroupper): Define.
52857         * configure.in: Substitute libc_cv_cc_novzeroupper.
52858         * elf/Makefile (AVX-CFLAGS): Define.
52859         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52860         (CFLAGS-tst-auditmod4a.c): Likewise.
52861         (CFLAGS-tst-auditmod4b.c): Likewise.
52862         (CFLAGS-tst-auditmod6b.c): Likewise.
52863         (CFLAGS-tst-auditmod6c.c): Likewise.
52864         (CFLAGS-tst-auditmod7b.c): Likewise.
52865         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52866
52867 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52868
52869         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52870         function to the callback.
52871         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52872
52873 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52874
52875         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52876         of errno.
52877
52878 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52879
52880         [BZ #11724]
52881         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52882         of constructors.
52883         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52884         of destructors.
52885         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52886
52887         [BZ #11724]
52888         * elf/Makefile: Add rules to build and run new test.
52889         * elf/tst-initorder.c: New file.
52890         * elf/tst-initorder.exp: New file.
52891         * elf/tst-initordera1.c: New file.
52892         * elf/tst-initordera2.c: New file.
52893         * elf/tst-initordera3.c: New file.
52894         * elf/tst-initordera4.c: New file.
52895         * elf/tst-initorderb1.c: New file.
52896         * elf/tst-initorderb2.c: New file.
52897         * elf/tst-order-a1.c: New file.
52898         * elf/tst-order-a2.c: New file.
52899         * elf/tst-order-a3.c: New file.
52900         * elf/tst-order-a4.c: New file.
52901         * elf/tst-order-b1.c: New file.
52902         * elf/tst-order-b2.c: New file.
52903         * elf/tst-order-main.c: New file.
52904         New test case by George Gensure <werkt0@gmail.com>.
52905
52906 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52907
52908         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52909         decoding ACE if AI_CANONIDN.
52910
52911 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52912
52913         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52914
52915 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52916
52917         * version.h (RELEASE): Bump for 2.13 release.
52918         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52919
52920         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52921
52922         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52923         MADV_NOHUGEPAGE.
52924         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52925         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52926         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52927         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52928         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52929         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52930
52931         * posix/getconf.c: Update copyright year.
52932         * catgets/gencat.c: Likewise.
52933         * csu/version.c: Likewise.
52934         * debug/catchsegv.sh: Likewise.
52935         * debug/xtrace.sh: Likewise.
52936         * elf/ldconfig.c: Likewise.
52937         * elf/ldd.bash.in: Likewise.
52938         * elf/sprof.c (print_version): Likewise.
52939         * iconv/iconv_prog.c: Likewise.
52940         * iconv/iconvconfig.c: Likewise.
52941         * locale/programs/locale.c: Likewise.
52942         * locale/programs/localedef.c: Likewise.
52943         * malloc/memusage.sh: Likewise.
52944         * malloc/mtrace.pl: Likewise.
52945         * nscd/nscd.c (print_version): Likewise.
52946         * nss/getent.c: Likewise.
52947
52948         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52949         PF_CAIF, and PF_ALG.
52950         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52951
52952 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52953
52954         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52955         (modules-names): Use them.
52956         (ifunc-test-modules, ifunc-pie-tests): Define.
52957         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52958         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52959         (test-extras): Likewise.
52960         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52961         $(compile-command.c).
52962         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52963         (all-built-dso): Define.
52964         (check-textrel.out, check-execstack.out): Depend on it.
52965
52966         * configure.in: Don't override --enable-multi-arch.
52967
52968 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52969
52970         [BZ #6812]
52971         * nscd/hstcache.c (tryagain): Define.
52972         (cache_addhst): Return tryagain not notfound for temporary errors.
52973         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52974         failed.
52975
52976 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52977
52978         [BZ #10563]
52979         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52980         to make the syscall.
52981         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52982
52983         [BZ #12378]
52984         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52985         and fall back to matching as normal character if the string ends before
52986         the matching ']' is found.  This is what POSIX requires.
52987         * posix/testfnm.c: Adjust test result.
52988         * posix/globtest.sh: Adjust test result.  Add new test.
52989         * posix/tst-fnmatch.input: Likewise.
52990         * posix/tst-fnmatch2.c: Add new test.
52991
52992 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52993
52994         * elf/Makefile (check-execstack): Revert last change.  Depend on
52995         check-execstack.h.
52996         (check-execstack.h): New target.
52997         (generated): Add check-execstack.h.
52998         * elf/check-execstack.c: Include "check-execstack.h".
52999         (main): Revert last change.
53000         (handle_file): Return zero if GNU_STACK is absent and
53001         DEFAULT_STACK_PERMS doesn't include PF_X.
53002
53003 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
53004
53005         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
53006         in child fails because the descriptor is already closed.
53007         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
53008         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
53009         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
53010
53011         [BZ #12397]
53012         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
53013         syscall.
53014
53015         [BZ #10484]
53016         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
53017         temporary buffer used to handle multi lookups locally.
53018         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
53019
53020 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53021
53022         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
53023         loader is ld.so.
53024
53025 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
53026
53027         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
53028         alignment for SSE2.
53029
53030 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53031
53032         [BZ #12394]
53033         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
53034         characters.  When rounding increased number of integer digits recompute
53035         number of groups.
53036         * stdio-common/tst-grouping.c: New file.
53037         * stdio-common/Makefile: Add rules to build and run tst-grouping.
53038
53039 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
53040
53041         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
53042         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
53043
53044         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
53045         void.
53046         * bits/select.h: Likewise.
53047
53048 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
53049
53050         * po/ja.po: Update from translation team.
53051
53052 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
53053
53054         [BZ #11155]
53055         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
53056         implementation just like for lxstat, fxstatat, et al.
53057
53058 2010-12-27  Jim Meyering  <meyering@redhat.com>
53059
53060         [BZ #12348]
53061         * posix/regexec.c (build_trtable): Return failure indication upon
53062         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
53063
53064 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
53065
53066         [BZ #12201]
53067         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
53068         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
53069         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
53070         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
53071
53072         [BZ #12207]
53073         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
53074
53075         [BZ #12204]
53076         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
53077         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
53078
53079 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
53080
53081         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
53082         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
53083         script has SORT_BY_INIT_PRIORITY.
53084         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
53085         NO_CTORS_DTORS_SECTIONS is defined.
53086         * elf/soinit.c: Likewise.
53087         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
53088         NO_CTORS_DTORS_SECTIONS is defined.
53089         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
53090         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
53091         * sysdeps/sh/init-first.c: Likewise.
53092         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
53093
53094 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
53095
53096         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
53097         always use the slow path.
53098
53099 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
53100
53101         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
53102         similar rule which adds the sysdep directories to the header search in
53103         order to pick up the correct platform stackinfo.h.
53104         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
53105         perform test if it is, otherwise return successfully without testing.
53106         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
53107         DEFAULT_STACK_PERMS define in stackinfo.h.
53108         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
53109         defined in stackinfo.h.
53110         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
53111         DEFAULT_STACK_PERMS defined in stackinfo.h.
53112         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
53113         * sysdeps/ia64/stackinfo.h: Likewise.
53114         * sysdeps/s390/stackinfo.h: Likewise.
53115         * sysdeps/sh/stackinfo.h: Likewise.
53116         * sysdeps/sparc/stackinfo.h: Likewise.
53117         * sysdeps/x86_64/stackinfo.h: Likewise.
53118         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
53119         PF_X for powerpc64.  Retain PF_X for powerpc32.
53120
53121 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
53122
53123         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
53124         accurately.
53125         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
53126         GETDENTS_64BIT_ALIGNED.
53127
53128 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
53129
53130         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
53131
53132 2010-12-10  Andreas Schwab  <schwab@redhat.com>
53133
53134         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
53135         _GNU_SOURCE.
53136
53137         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
53138         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
53139         Remove __restrict.
53140         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
53141         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
53142
53143 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
53144
53145         [BZ #11655]
53146         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
53147         are initialized.
53148
53149 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
53150
53151         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
53152
53153 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
53154
53155         * po/it.po: Update from translation team.
53156
53157 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
53158
53159         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53160         unused codes.
53161
53162 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
53163
53164         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53165
53166 2010-11-24  Andreas Schwab  <schwab@redhat.com>
53167
53168         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53169         specially.
53170         (gaih_getanswer_slice): Likewise.
53171
53172 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
53173
53174         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53175
53176 2010-05-31  Petr Baudis  <pasky@suse.cz>
53177
53178         [BZ #11149]
53179         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53180         silently even in the chroot mode.
53181
53182 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
53183
53184         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53185         last patch a bit.  Pretty printing
53186
53187 2010-05-31  Petr Baudis <pasky@suse.cz>
53188
53189         [BZ #10085]
53190         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53191         initialization of skip_initgroups_dyn.
53192
53193 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
53194
53195         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53196         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53197
53198 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
53199
53200         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53201
53202 2010-11-11  Andreas Schwab  <schwab@redhat.com>
53203
53204         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53205         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53206         (tst-fnmatch-ENV): Set MALLOC_TRACE.
53207         ($(objpfx)tst-fnmatch-mem): New rule.
53208         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53209         * posix/tst-fnmatch.c (main): Call mtrace.
53210
53211 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
53212
53213         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53214         Support Intel processor model 6 and model 0x2c.
53215
53216 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
53217
53218         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53219           signed comparison.
53220
53221 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
53222
53223         [BZ #12205]
53224         * string/test-strncasecmp.c (check_result): New function.
53225         (do_one_test): Use it.
53226         (check1): New function.
53227         (test_main): Use it.
53228         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53229         Support strcasecmp and strncasecmp.
53230
53231 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53232
53233         [BZ #12194]
53234         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53235         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53236
53237 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53238
53239         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53240         IFUNC support.
53241         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53242         memset-x86-64.
53243         * sysdeps/x86_64/multiarch/bzero.S: New file.
53244         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53245         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53246         * sysdeps/x86_64/multiarch/memset.S: New file.
53247         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53248         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53249         Set bit_Prefer_SSE_for_memop for Intel processors.
53250         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53251         Define.
53252         (index_Prefer_SSE_for_memop): Define.
53253         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53254
53255 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53256
53257         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53258         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53259
53260 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53261
53262         [BZ #12191]
53263         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53264         (__x86_64_raw_data_cache_size_half): Likewise.
53265         (__x86_64_raw_shared_cache_size): Likewise.
53266         (__x86_64_raw_shared_cache_size_half): Likewise.
53267
53268         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53269         (__x86_64_raw_data_cache_size_half): Likewise.
53270         (__x86_64_raw_shared_cache_size): Likewise.
53271         (__x86_64_raw_shared_cache_size_half): Likewise.
53272         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53273         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53274         and __x86_64_raw_shared_cache_size_half.  Round
53275         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53276         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53277         to multiple of 256 bytes.
53278
53279 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53280
53281         [BZ #12167]
53282         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53283         of inacessible symlinks.  Verify result of symlink before returning it.
53284         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53285         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53286
53287 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53288
53289         * math/math.h (isinf): Fix typo in comment.
53290
53291 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53292
53293         * po/da.po: Update from translation team.
53294
53295 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53296
53297         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53298         is added to the list.
53299
53300 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53301             Ulrich Drepper  <drepper@gmail.com>
53302
53303         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53304         the global list here.  Move code to...
53305         (_dl_add_to_namespace_list): ...here.  New function.
53306         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53307         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53308         * elf/dl-load.c (lose): Don't remove the element from the list.
53309         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53310         (_dl_map_object): Likewise.
53311
53312 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53313
53314         [BZ #12159]
53315         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53316         into all bytes of SSE register.
53317         Patch by Richard Li <richardpku@gmail.com>.
53318
53319 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53320
53321         [BZ #12140]
53322         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53323         perturbing.
53324
53325 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53326
53327         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53328         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53329         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53330         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53332         submachine.
53333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53334
53335 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53336
53337         * include/dlfcn.h (__RTLD_SECURE): Define.
53338         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53339         mode & __RTLD_SECURE instead.
53340         (open_path): Rename preloaded parameter to secure.
53341         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53342         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53343         * elf/dl-deps.c (openaux): Likewise.
53344         * elf/rtld.c (struct map_args): Remove is_preloaded.
53345         (map_doit): Don't use it.
53346         (dl_main): Likewise.
53347         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53348         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53349
53350 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53351
53352         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53353         (sysd-rules-targets): Remove duplicates.
53354         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53355         rtld-%.$o dependency.
53356
53357 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53358
53359         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53360         _dl_map_object do it.
53361
53362 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53363
53364         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53365         fast fma builtins, define the macros in the C99 standard.
53366         (FP_FAST_FMAF): Likewise.
53367         (FP_FAST_FMAL): Likewise.
53368         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53369
53370         * bits/mathdef.h: Update copyright year.
53371         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53372
53373 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53374
53375         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53376         builtins, define the macros in the C99 standard.
53377         (FP_FAST_FMAF): Likewise.
53378         (FP_FAST_FMAL): Likewise.
53379         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53380         multiply/add.
53381         (FP_FAST_FMAF): Likewise.
53382
53383 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53384
53385         [BZ #3268]
53386         * math/libm-test.inc (fma_test): Some new testcases.
53387         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53388         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53389         y and infinite z.  Do multiplication by C already in long double.
53390         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53391         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53392         y and infinite z.  Do bitwise or of inexact bit into u.d.
53393         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53394         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53395         * sysdeps/i386/fpu/s_fma.S: Removed.
53396         * sysdeps/i386/fpu/s_fmal.S: Removed.
53397
53398 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53399
53400         [BZ #3268]
53401         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53402         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53403         computation is not scheduled after fetestexcept.  Fix value
53404         of minimum denormal long double.
53405
53406 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53407
53408         [BZ #3268]
53409         * math/libm-test.inc (fma_test): Add some more tests.
53410         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53411         correctly.
53412
53413 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53414
53415         * scripts/data/localplt-s390-linux-gnu.data: New file.
53416         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53417
53418 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53419
53420         [BZ #3268]
53421         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53422         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53423         instead of dbl-64.
53424         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53425         inlines.
53426         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53427         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53428         if one of x and y is very large and the other is subnormal.
53429         * sysdeps/s390/fpu/s_fmaf.c: New file.
53430         * sysdeps/s390/fpu/s_fma.c: New file.
53431         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53432         * sysdeps/powerpc/fpu/s_fma.S: New file.
53433         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53434         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53435         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53436
53437 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53438
53439         [BZ #3268]
53440         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53441         fma tests.
53442         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53443         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53444         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53445         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53446         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53447         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53448         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53449
53450 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53451
53452         [BZ #12078]
53453         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53454         * posix/bug-regex31.input: Add test case.
53455
53456 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53457
53458         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53459         * posix/bug-regex31.input: New file.
53460
53461         [BZ #12078]
53462         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53463         (parse_sub_exp): Fix last change, use postorder.
53464
53465         * posix/bug-regex31.c: New file.
53466         * posix/Makefile: Add rules to build and run bug-regex31.
53467
53468         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53469
53470         [BZ #12078]
53471         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53472
53473         [BZ #12108]
53474         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53475         to have entries in sys_siglist.
53476
53477         [BZ #12093]
53478         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53479         be NULL.
53480
53481 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53482
53483         [BZ #3268]
53484         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53485         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53486         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53487         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53488         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53489         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53490         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53491         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53492         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53493         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53494         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53495         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53496         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53497         * math/ftestexcept.c (fetestexcept): Likewise.
53498         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53499         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53500         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53501         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53502         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53503         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53504         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53505
53506 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53507
53508         [BZ #12107]
53509         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53510         newline.
53511
53512 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53513
53514         * string/bug-strstr1.c: New file.
53515         * string/Makefile: Add rules to build and run bug-strstr1.
53516
53517 2010-10-05  Eric Blake  <eblake@redhat.com>
53518
53519         [BZ #12092]
53520         * string/str-two-way.h (two_way_long_needle): Always clear memory
53521         when skipping input due to the shift table.
53522
53523 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53524
53525         [BZ #12005]
53526         * malloc/mcheck.c: Handle large requests.
53527
53528         [BZ #12077]
53529         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53530         for strncmp and strncasecmp.
53531         * string/stratcliff.c: Add tests for strcmp and strncmp.
53532         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53533
53534 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53535
53536         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53537         __set_fpscr.
53538
53539 2010-09-30  Andreas Jaeger  <aj@suse.de>
53540
53541         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53542         (CGROUP_SUPER_MAGIC): Define.
53543         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53544         Handle btrfs and cgroup file systems.
53545         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53546         Likewise.
53547
53548 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53549
53550         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53551         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53552
53553 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53554
53555         [BZ #12067]
53556         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53557         trying to locate the ELF header.
53558
53559 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53560
53561         [BZ #11611]
53562         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53563         Mask out sign-bit copies when constructing f_fsid.
53564
53565 2010-09-24  Petr Baudis <pasky@suse.cz>
53566
53567         * debug/stack_chk_fail_local.c: Add missing licence exception.
53568         * debug/warning-nop.c: Likewise.
53569
53570 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53571
53572         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53573         implementing getdents64 using getdents syscall, set d_type if
53574         __ASSUME_GETDENTS32_D_TYPE.
53575
53576 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53577
53578         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53579         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53580
53581 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53582
53583         [BZ #12037]
53584         * posix/unistd.h: Undo change of feature selection for ftruncate from
53585         2010-01-11.
53586
53587 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53588
53589         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53590         detection.
53591
53592 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53593
53594         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53595         fanotify_mark.
53596         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53597
53598 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53599
53600         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53601         variables after CHECK_SP call.
53602         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53603
53604 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53605             Ulrich Drepper  <drepper@redhat.com>
53606
53607         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53608         re-relocationg ld.so.
53609         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53610         _dl_init_paths call.
53611         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53612         here anymore.
53613
53614 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53615
53616         * resolv/res_init.c (__res_vinit): Count the default server we added.
53617
53618 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53619             Ulrich Drepper  <drepper@redhat.com>
53620
53621         [BZ #11968]
53622         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53623         (____longjmp_chk): Use %ebx for saving value across system call.
53624         Add unwind info.
53625
53626 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53627
53628         * manual/Makefile: Don't mix pattern rules with normal rules.
53629
53630 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53631
53632         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53633         operation.
53634         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53635         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53636         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53637         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53638         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53639         Likewise.
53640
53641 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53642
53643         [BZ #11979]
53644         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53645         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53646
53647 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53648
53649         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53650         * sysdeps/x86_64/addmul_1.S: Likewise.
53651         * sysdeps/x86_64/lshift.S: Likewise.
53652         * sysdeps/x86_64/mul_1.S: Likewise.
53653         * sysdeps/x86_64/rshift.S: Likewise.
53654         * sysdeps/x86_64/sub_n.S: Likewise.
53655         * sysdeps/x86_64/submul_1.S: Likewise.
53656
53657 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53658
53659         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53660         Define __sched_param instead of SCHED_* and sched_param when
53661         <bits/sched.h> is included with __need_schedparam defined.
53662         * bits/sched.h [__need_schedparam]
53663         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53664         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53665         (__defined_schedparam): Define to 1.
53666         (__sched_param): New structure, identical to sched_param.
53667         (__need_schedparam): Undefine.
53668
53669 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53670
53671         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53672         (epoll_create1): Declare.
53673
53674         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53675
53676 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53677
53678         [BZ #7066]
53679         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53680         shifting retval into place.
53681
53682 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53683
53684         * nis/rpcsvc/nis.h: Update copyright notice.
53685         * nis/rpcsvc/nis.x: Likewise.
53686         * nis/rpcsvc/nis_callback.h: Likewise.
53687         * nis/rpcsvc/nis_callback.x: Likewise.
53688         * nis/rpcsvc/nis_object.x: Likewise.
53689         * nis/rpcsvc/nis_tags.h: Likewise.
53690         * nis/rpcsvc/yp.h: Likewise.
53691         * nis/rpcsvc/yp.x: Likewise.
53692         * nis/rpcsvc/ypupd.h: Likewise.
53693         * nis/yp_xdr.c: Likewise.
53694         * nis/ypupdate_xdr.c: Likewise.
53695
53696         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53697         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53698         (pmap_getport): Use __libc_rpc_getport.
53699         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53700         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53701         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53702
53703 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53704
53705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53706         fanotify_mark.
53707
53708 2010-08-27  Roland McGrath  <roland@redhat.com>
53709
53710         * sysdeps/i386/i686/multiarch/Makefile
53711         (CFLAGS-varshift.c): New variable.
53712
53713 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53714
53715         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53716         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53717
53718         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53719
53720         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53721
53722 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53723
53724         * sysdeps/x86_64/strlen.S: Unroll the loop.
53725         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53726         strlen-sse2 strlen-sse2-bsf.
53727         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53728         __strlen_no_bsf if bit_Slow_BSF is set.
53729         (__strlen_sse42): Removed.
53730         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53731         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53732
53733 2010-08-25  Roland McGrath  <roland@redhat.com>
53734
53735         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53736         * sysdeps/x86_64/multiarch/varshift.c: New file.
53737         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53738         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53739         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53740         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53741
53742 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53743
53744         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53745         strlen-sse2 strlen-sse2-bsf.
53746         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53747         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53748         (__strlen_sse2): Removed.
53749         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53750         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53751         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53752         bit_Slow_BSF for Atom.
53753         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53754         (index_Slow_BSF): Define.
53755         (HAS_SLOW_BSF): Define.
53756
53757 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53758
53759         [BZ #10851]
53760         * resolv/res_init.c (__res_vinit): When no server address at all
53761         is given default to loopback.
53762
53763 2010-08-24  Roland McGrath  <roland@redhat.com>
53764
53765         * configure.in: Remove config-name.h generation.
53766         * configure: Regenerated.
53767         * config-name.in: File removed.
53768         * scripts/config-uname.sh: New file.
53769         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53770         ($(objdir)config-name.h): New target.
53771
53772         * sunrpc/rpc_parse.h: Avoid nested comment.
53773
53774 2010-08-24  Richard Henderson  <rth@redhat.com>
53775             Ulrich Drepper  <drepper@redhat.com>
53776             H.J. Lu  <hongjiu.lu@intel.com>
53777
53778         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53779         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53780         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53781         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53782         _mm_alignr_epi8 with _mm_loadu_si128.
53783         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53784         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53785         (__m128i_shift_right): Removed.
53786         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53787         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53788         * sysdeps/x86_64/multiarch/varshift.h: New file.
53789         * sysdeps/x86_64/multiarch/varshift.S: New file.
53790
53791 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53792
53793         * configure.in: Move assembler checks to before sysdep dir checking.
53794
53795 2010-08-20  Petr Baudis  <pasky@suse.cz>
53796
53797         * LICENSES: Sync the sunrpc license.
53798
53799 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53800
53801         * sunrpc/auth_des.c: Update copyright notice once again.
53802         * sunrpc/auth_none.c: Likewise.
53803         * sunrpc/auth_unix.c: Likewise.
53804         * sunrpc/authdes_prot.c: Likewise.
53805         * sunrpc/authuxprot.c: Likewise.
53806         * sunrpc/bindrsvprt.c: Likewise.
53807         * sunrpc/clnt_gen.c: Likewise.
53808         * sunrpc/clnt_perr.c: Likewise.
53809         * sunrpc/clnt_raw.c: Likewise.
53810         * sunrpc/clnt_simp.c: Likewise.
53811         * sunrpc/clnt_tcp.c: Likewise.
53812         * sunrpc/clnt_udp.c: Likewise.
53813         * sunrpc/clnt_unix.c: Likewise.
53814         * sunrpc/des_crypt.c: Likewise.
53815         * sunrpc/des_soft.c: Likewise.
53816         * sunrpc/get_myaddr.c: Likewise.
53817         * sunrpc/getrpcport.c: Likewise.
53818         * sunrpc/key_call.c: Likewise.
53819         * sunrpc/key_prot.c: Likewise.
53820         * sunrpc/openchild.c: Likewise.
53821         * sunrpc/pm_getmaps.c: Likewise.
53822         * sunrpc/pm_getport.c: Likewise.
53823         * sunrpc/pmap_clnt.c: Likewise.
53824         * sunrpc/pmap_prot.c: Likewise.
53825         * sunrpc/pmap_prot2.c: Likewise.
53826         * sunrpc/pmap_rmt.c: Likewise.
53827         * sunrpc/rpc/auth.h: Likewise.
53828         * sunrpc/rpc/auth_unix.h: Likewise.
53829         * sunrpc/rpc/clnt.h: Likewise.
53830         * sunrpc/rpc/des_crypt.h: Likewise.
53831         * sunrpc/rpc/key_prot.h: Likewise.
53832         * sunrpc/rpc/netdb.h: Likewise.
53833         * sunrpc/rpc/pmap_clnt.h: Likewise.
53834         * sunrpc/rpc/pmap_prot.h: Likewise.
53835         * sunrpc/rpc/pmap_rmt.h: Likewise.
53836         * sunrpc/rpc/rpc.h: Likewise.
53837         * sunrpc/rpc/rpc_des.h: Likewise.
53838         * sunrpc/rpc/rpc_msg.h: Likewise.
53839         * sunrpc/rpc/svc.h: Likewise.
53840         * sunrpc/rpc/svc_auth.h: Likewise.
53841         * sunrpc/rpc/types.h: Likewise.
53842         * sunrpc/rpc/xdr.h: Likewise.
53843         * sunrpc/rpc_clntout.c: Likewise.
53844         * sunrpc/rpc_cmsg.c: Likewise.
53845         * sunrpc/rpc_common.c: Likewise.
53846         * sunrpc/rpc_cout.c: Likewise.
53847         * sunrpc/rpc_dtable.c: Likewise.
53848         * sunrpc/rpc_hout.c: Likewise.
53849         * sunrpc/rpc_main.c: Likewise.
53850         * sunrpc/rpc_parse.c: Likewise.
53851         * sunrpc/rpc_parse.h: Likewise.
53852         * sunrpc/rpc_prot.c: Likewise.
53853         * sunrpc/rpc_sample.c: Likewise.
53854         * sunrpc/rpc_scan.c: Likewise.
53855         * sunrpc/rpc_scan.h: Likewise.
53856         * sunrpc/rpc_svcout.c: Likewise.
53857         * sunrpc/rpc_tblout.c: Likewise.
53858         * sunrpc/rpc_util.c: Likewise.
53859         * sunrpc/rpc_util.h: Likewise.
53860         * sunrpc/rpcinfo.c: Likewise.
53861         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53862         * sunrpc/rpcsvc/key_prot.x: Likewise.
53863         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53864         * sunrpc/rpcsvc/mount.x: Likewise.
53865         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53866         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53867         * sunrpc/rpcsvc/rex.x: Likewise.
53868         * sunrpc/rpcsvc/rstat.x: Likewise.
53869         * sunrpc/rpcsvc/rusers.x: Likewise.
53870         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53871         * sunrpc/rpcsvc/spray.x: Likewise.
53872         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53873         * sunrpc/rtime.c: Likewise.
53874         * sunrpc/svc.c: Likewise.
53875         * sunrpc/svc_auth.c: Likewise.
53876         * sunrpc/svc_authux.c: Likewise.
53877         * sunrpc/svc_raw.c: Likewise.
53878         * sunrpc/svc_run.c: Likewise.
53879         * sunrpc/svc_simple.c: Likewise.
53880         * sunrpc/svc_tcp.c: Likewise.
53881         * sunrpc/svc_udp.c: Likewise.
53882         * sunrpc/svc_unix.c: Likewise.
53883         * sunrpc/svcauth_des.c: Likewise.
53884         * sunrpc/xcrypt.c: Likewise.
53885         * sunrpc/xdr.c: Likewise.
53886         * sunrpc/xdr_array.c: Likewise.
53887         * sunrpc/xdr_float.c: Likewise.
53888         * sunrpc/xdr_mem.c: Likewise.
53889         * sunrpc/xdr_rec.c: Likewise.
53890         * sunrpc/xdr_ref.c: Likewise.
53891         * sunrpc/xdr_sizeof.c: Likewise.
53892         * sunrpc/xdr_stdio.c: Likewise.
53893
53894         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53895         handling.
53896
53897 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53898
53899         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53900
53901 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53902
53903         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53904         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53905         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53906         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53907         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53908         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53909         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53910         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53911         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53912         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53913         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53914         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53915         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53916         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53917
53918 2010-07-26  Anton Blanchard  <anton@samba.org>
53919
53920         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53921         * malloc/arena.c (heap_trim): Likewise.
53922
53923 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53924
53925         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53926         here.  Not...
53927         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53928         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53929
53930 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53931
53932         * sysdeps/i386/elf/Makefile: New file.
53933
53934 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53935
53936         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53937         from fanotify_init.
53938         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53939         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53940
53941 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53942
53943         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53944         of strncasecmp_l.
53945         * sysdeps/multiarch/strcmp.S: Likewise.
53946
53947 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53948
53949         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53950         strncase_l-nonascii.
53951         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53952         Add strncase_l-ssse3.
53953         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53954         * sysdeps/x86_64/strcmp.S: Likewise.
53955         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53956         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53957         * sysdeps/x86_64/strncase.S: New file.
53958         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53959         * sysdeps/x86_64/strncase_l.S: New file.
53960         * string/Makefile (strop-tests): Add strncasecmp.
53961         * string/test-strncasecmp.c: New file.
53962
53963         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53964         warning.
53965
53966         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53967         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53968
53969 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53970
53971         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53972
53973 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53974
53975         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53976         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53977         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53978
53979 2010-05-01  Alan Modra  <amodra@gmail.com>
53980
53981         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53982         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53983         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53984         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53985         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53986         tidying.  Don't tail-call __sigjmp_save for static lib.
53987         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53988         save location.
53989         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53990         (CALL_MCOUNT): Add eh info, and nop after bl.
53991         (TAIL_CALL_SYSCALL_ERROR): New macro.
53992         (PSEUDO_RET): Use it.
53993         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53994         Correct save location of integer regs and cr.
53995         (_dl_profile_resolve): Correct cr save location.  Delete nops
53996         after bl when SHARED.  Reduce cfi size a little by better
53997         placement of cfi directives.
53998         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53999         make a stack frame.  Instead use parm save area as a temp.
54000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
54001         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
54002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
54003         Don't make a stack frame for parent, use parm save area.
54004         Increase child stack frame to 112 bytes.  Don't save unused reg,
54005         and adjust reg usage.  Set up cfi on error recovery and
54006         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
54007         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
54008         (__makecontext): Add dummy nop after jump to exit.
54009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
54010         Use correct parm save area and cr save, reduce stack frame.
54011         Correct cfi for possible PSEUDO_RET frame setup.
54012         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
54013         Branch to local label emitted by PSEUDO_RET rather than
54014         __syscall_error.
54015
54016 2010-08-12  Andreas Schwab  <schwab@redhat.com>
54017
54018         [BZ #11904]
54019         * locale/programs/locale.c (print_assignment): New function.
54020         (show_locale_vars): Use it.
54021
54022 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
54023
54024         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
54025         field.
54026         (struct statfs64): Likewise.
54027         (_STATFS_F_FLAGS): Define.
54028         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
54029         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54030         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
54031         (ST_VALID): Define locally.
54032         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
54033         __statvfs_getflags, use the provided value.
54034         * sysdeps/unix/sysv/linux/kernel-features.h: Define
54035         __ASSUME_STATFS_F_FLAGS.
54036
54037         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
54038
54039         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
54040         Add sys/fanotify.h.
54041         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
54042         fanotify_mask for GLIBC_2.13.
54043         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
54044         fanotify_init and fanotify_mark.
54045         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54046         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
54047
54048         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
54049         Add prlimit.
54050         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
54051         prlimit64 for GLIBC_2.13.
54052         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
54053         prlimit64.
54054         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
54055         syscall.
54056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
54057         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
54058         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
54059         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
54060         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
54061         add prlimit alias.
54062         * sysdeps/unix/sysv/linux/prlimit.c: New file.
54063
54064         [BZ #11903]
54065         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
54066         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
54067
54068         * nss/Makefile: Add rules to build and run tst-nss-test1.
54069         * shlib-versions: Add entry for libnss_test1.
54070         * nss/nss_test1.c: New file.
54071         * nss/tst-nss-test1.c: New file.
54072
54073         * nss/nsswitch.c (__nss_database_custom): Define new variable.
54074         (__nss_configure_lookup): Set appropriate entry in
54075         __nss_configure_lookup to true.
54076         * nss/nsswitch.h: Define enum with indeces of databases in
54077         databases and __nss_database_custom arrays.  Declare
54078         __nss_database_custom.
54079         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
54080         to avoid using nscd when custom rules are installed.
54081         * nss/getXXbyYY_r.c: Likewise.
54082         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
54083
54084         * nss/nss_files/files-parse.c: Whitespace fixes.
54085
54086 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
54087
54088         [BZ #11883]
54089         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
54090         * posix/fnmatch_loop.c: Likewise.
54091
54092 2010-07-17  Andi Kleen  <ak@linux.intel.com>
54093
54094         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
54095         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
54096         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
54097         * Versions.def [GLIBC_2.13]: Add.
54098
54099 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
54100
54101         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54102         Also fail if tpwd after pwuid call is NULL.
54103
54104 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54105
54106         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
54107         when converting to ms.
54108
54109 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54110
54111         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
54112         EOPNOTSUPP errors with ENOTTY.
54113         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
54114         EOPNOTSUPP errors with ENOTTY.
54115
54116 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
54117
54118         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54119         Add strcasecmp_l-ssse3.
54120         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
54121         strcasecmp.
54122         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
54123         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
54124         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
54125
54126 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
54127
54128         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
54129
54130         * string/Makefile (strop-tests): Add strcasecmp.
54131         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54132         strcasecmp_l-nonascii.
54133         (gen-as-const-headers): Add locale-defines.sym.
54134         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
54135         * sysdeps/x86_64/strcasecmp.S: New file.
54136         * sysdeps/x86_64/strcasecmp_l.S: New file.
54137         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
54138         * sysdeps/x86_64/locale-defines.sym: New file.
54139         * string/test-strcasecmp.c: New file.
54140
54141         * string/test-strcasestr.c: Test both ends of the range of characters.
54142         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
54143
54144 2010-07-29  Roland McGrath  <roland@redhat.com>
54145
54146         [BZ #11856]
54147         * manual/locale.texi (Yes-or-No Questions): Fix example code.
54148
54149 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
54150
54151         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
54152         for ld.so.
54153
54154 2010-07-27  Andreas Schwab  <schwab@redhat.com>
54155
54156         * manual/memory.texi (Malloc Tunable Parameters): Document
54157         M_PERTURB.
54158
54159 2010-07-26  Roland McGrath  <roland@redhat.com>
54160
54161         [BZ #11840]
54162         * configure.in (-fgnu89-inline check): Set and substitute
54163         gnu89_inline, not libc_cv_gnu89_inline.
54164         * configure: Regenerated.
54165         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54166
54167 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
54168
54169         * string/test-strnlen.c: New file.
54170         * string/Makefile (strop-tests): Add strnlen.
54171         * string/tester.c (test_strnlen): Add a few more test cases.
54172         * string/tst-strlen.c: Better error reporting.
54173
54174         * sysdeps/x86_64/strnlen.S: New file.
54175
54176 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
54177
54178         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54179         lower-latency instructions.
54180
54181 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
54182
54183         * string/test-strcasestr.c: New file.
54184         * string/test-strstr.c: New file.
54185         * string/Makefile (strop-tests): Add strstr and strcasestr.
54186         * string/str-two-way.h: Don't undefine MAX.
54187         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54188
54189 2010-07-21  Andreas Schwab  <schwab@redhat.com>
54190
54191         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54192         strcasestr-nonascii.
54193         (CFLAGS-strcasestr-nonascii.c): Define.
54194         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54195         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54196         Remove unused attribute.
54197
54198 2010-07-20  Roland McGrath  <roland@redhat.com>
54199
54200         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54201         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
54202         ld.so.cache was broken.  With it, there is no way to disable dsocaps
54203         like LD_HWCAP_MASK can disable hwcaps.
54204
54205 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54206
54207         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54208
54209 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
54210
54211         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54212         call in strcasestr.
54213         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54214         __strcasestr_sse42_nonascii.
54215         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54216         strcasestr-nonascii.c.
54217         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54218
54219 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
54220
54221         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54222         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54223         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54224         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54225
54226 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54227
54228         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54229         fcntl.
54230
54231 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54232
54233         [BZ #11577]
54234         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54235         dl_signal_cerror.
54236
54237 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54238
54239         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54240         _PC_PIPE_BUF using F_GETPIPE_SZ.
54241
54242 2010-07-05  Roland McGrath  <roland@redhat.com>
54243
54244         * manual/arith.texi (Rounding Functions): Fix rint description
54245         implicit in round description.
54246
54247 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54248
54249         * elf/Makefile: Fix linking for a few tests to make recent linker
54250         happy.
54251
54252 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54253
54254         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54255         $(common-objpfx)libc_nonshared.a.
54256
54257 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54258
54259         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54260         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54261         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54262         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54263         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54264         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54265         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54266         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54269         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54271         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54273         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54281         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54282         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54283         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54284         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54285         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54286         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54287         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54288         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54289         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54290         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54291         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54292         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54293         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54296         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54298         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54307
54308 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54309
54310         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54311         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54312         * string/memmove.c (memmove): Renamed to ...
54313         (MEMMOVE): ...this.  Default to memmove.
54314         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54315         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54316         (END_CHK): Define.
54317         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54318         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54319         mempcpy-ssse3-back memmove-ssse3-back.
54320         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54321         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54322         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54323         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54324         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54325         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54326         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54327         * sysdeps/x86_64/multiarch/memmove.c: New file.
54328         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54329         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54330         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54331         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54332         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54333         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54334         Define.
54335         (index_Fast_Copy_Backward): Define.
54336         (HAS_ARCH_FEATURE): Define.
54337         (HAS_FAST_REP_STRING): Define.
54338         (HAS_FAST_COPY_BACKWARD): Define.
54339
54340 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54341
54342         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54343         Restore proper fallback handling.
54344
54345 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54346
54347         [BZ #11701]
54348         * posix/group_member.c (__group_member): Correct checking loop.
54349
54350         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54351         OOM in getpwuid_r correctly.  Return error number when the caller
54352         should return, otherwise -1.
54353         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54354         call returning > 0 value.
54355         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54356
54357 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54358
54359         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54360         libc_nonshared.a from targets in modules-names.
54361
54362 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54363
54364         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54365         requires it.
54366
54367 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54368
54369         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54370         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54371         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54372         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54373
54374 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54375
54376         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54377
54378 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54379
54380         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54381         and F_GETPIPE_SZ.
54382         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54383         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54384         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54385         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54386         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54387         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54388
54389 2010-06-14  Roland McGrath  <roland@redhat.com>
54390
54391         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54392
54393 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54394
54395         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54396         __REDIRECT followed by __THROW.
54397         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54398         * posix/getopt.h (getopt): Likewise.
54399
54400 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54401
54402         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54403         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54404         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54405         in AT_FLAGS.
54406         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54407         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54408
54409 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54410
54411         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54412
54413 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54414
54415         [BZ #11640]
54416         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54417         Properly check family and model.
54418
54419 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54420
54421         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54422
54423 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54424
54425         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54426
54427 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54428
54429         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54430         symbol reference.
54431
54432 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54433
54434         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54435         symbol reference.
54436
54437 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54438
54439         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54440         and internal_recvmmsg.
54441         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54442         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54443         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54444         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54445
54446         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54447         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54448         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54449
54450 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54451
54452         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54453
54454 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54455
54456         POWER7 optimizations.
54457         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54458         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54459
54460 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54461
54462         * version.h: Update for 2.13 development version.
54463
54464 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54465
54466         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54467         exceptions.  Return 0.
54468
54469 2010-05-07  Roland McGrath  <roland@redhat.com>
54470
54471         * elf/ldconfig.c (main): Add a const.
54472
54473 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54474
54475         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54476         (args_options): Add no-idn option.
54477         (ahosts_keys_int): Add idn_flags to ai_flags.
54478         (parse_option): Handle 'i' option to clear idn_flags.
54479
54480         * malloc/malloc.c (_int_free): Possible race in the most recently
54481         added check.  Only act on the data if no current modification
54482         happened.
54483
54484 See ChangeLog.17 for earlier changes.